67c43bdbc5cec227d5e38f1557952a716c9989a9
[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       - 15  # NDRPDR sel
131       - 16  # NDRPDR sel
132       - 19  # NDRPDR sel
133       - 18  # NDRPDR sel
134       - 20  # NDRPDR sel
135
136     vpp-compare-testbeds:
137       # TODO: Add Data sources
138       csit-vpp-perf-verify-1807-3n-hsw:
139       - 15  # NDRPDR sel
140       - 16  # NDRPDR sel
141       - 19  # NDRPDR sel
142       - 18  # NDRPDR sel
143       - 20  # NDRPDR sel
144       csit-vpp-perf-verify-1807-3n-skx:
145       - 33  # NDRPDR sel
146       - 35  # NDRPDR sel
147       - 37  # NDRPDR sel
148       - 38  # NDRPDR sel
149       - 39  # NDRPDR sel
150       - 43  # NDRPDR sel
151       - 44  # NDRPDR sel
152       - 49  # NDRPDR sel
153       - 50  # NDRPDR sel
154       - 56  # NDRPDR sel
155
156     vpp-compare-testbeds-mrr:
157       # TODO: Add Data sources
158       csit-vpp-perf-verify-1807-3n-hsw:
159       - 9   # MRR sel
160       - 21  # MRR sel
161       - 31  # MRR sel
162       csit-vpp-perf-verify-1807-3n-skx:
163       - 28  # MRR sel
164       - 32  # MRR sel
165       - 36  # MRR sel
166       - 42  # MRR sel
167       - 47  # MRR sel
168       - 48  # MRR sel
169       - 51  # MRR sel
170       - 52  # MRR sel
171       - 53  # MRR sel
172       - 54  # MRR sel
173
174     vpp-performance-changes-mrr:
175       csit-vpp-perf-check-1801:
176       - 3
177       - 4
178       - 5
179       - 6
180       - 7
181       - 8
182       - 9
183       - 11
184       - 12
185       - 13
186       csit-vpp-perf-check-1804:
187       - 6   # mrr - sel
188       - 13  # mrr - sel
189       - 14  # mrr - sel
190       - 15  # mrr - sel
191       - 16  # mrr - sel
192       - 17  # mrr - sel
193       - 19  # mrr - sel
194       - 20  # mrr - sel
195       - 21  # mrr - sel
196       - 22  # mrr - sel
197       # TODO: Add Data sources
198       csit-vpp-perf-verify-1807-3n-hsw:
199       - 9   # MRR sel
200       - 21  # MRR sel
201       - 31  # MRR sel
202
203     vpp-perf-results-3n-hsw:
204       # TODO: Add Data sources
205       csit-vpp-perf-verify-1807-3n-hsw:
206       - 11  # NDRPDR full 1
207       - 22  # NDRPDR full 2
208
209     vpp-perf-results-3n-skx:
210       csit-vpp-perf-verify-1807-3n-skx:
211       - 40  # NDRPDR full 1
212       - 41  # NDRPDR full 2
213
214     vpp-perf-results-2n-skx:
215       csit-vpp-perf-verify-1807-2n-skx:
216       - 32  # NDRPDR full
217
218     vpp-mrr-results-3n-hsw:
219       csit-vpp-perf-verify-1807-3n-hsw:
220       - 8   # MRR full
221
222     vpp-mrr-results-3n-skx:
223       # TODO: Replace with better results
224       csit-vpp-perf-verify-1807-3n-skx:
225       - 31  # MRR full
226
227     vpp-mrr-results-2n-skx:
228       csit-vpp-perf-verify-1807-2n-skx:
229       - 27  # MRR full
230
231     plot-throughput-speedup-analysis-3n-hsw:
232       # TODO: Add Data sources
233       csit-vpp-perf-verify-1807-3n-hsw:
234       - 15  # NDRPDR sel
235       - 16  # NDRPDR sel
236       - 19  # NDRPDR sel
237       - 18  # NDRPDR sel
238       - 20  # NDRPDR sel
239
240     plot-throughput-speedup-analysis-3n-skx:
241       csit-vpp-perf-verify-1807-3n-skx:
242       - 33  # NDRPDR sel
243       - 35  # NDRPDR sel
244       - 37  # NDRPDR sel
245       - 38  # NDRPDR sel
246       - 39  # NDRPDR sel
247       - 43  # NDRPDR sel
248       - 44  # NDRPDR sel
249       - 49  # NDRPDR sel
250       - 50  # NDRPDR sel
251       - 56  # NDRPDR sel
252
253     plot-throughput-speedup-analysis-2n-skx:
254       csit-vpp-perf-verify-1807-2n-skx:
255       - 26  # NDRPDR sel
256       - 28  # NDRPDR sel
257       - 29  # NDRPDR sel
258       - 30  # NDRPDR sel
259       - 34  # NDRPDR sel
260       - 35  # NDRPDR sel
261       - 36  # NDRPDR sel
262       - 39  # NDRPDR sel
263       - 40  # NDRPDR sel
264       - 42  # NDRPDR sel
265
266     plot-vpp-throughput-latency-3n-hsw:
267       # TODO: Add Data sources
268       csit-vpp-perf-verify-1807-3n-hsw:
269       - 15  # NDRPDR sel
270       - 16  # NDRPDR sel
271       - 19  # NDRPDR sel
272       - 18  # NDRPDR sel
273       - 20  # NDRPDR sel
274
275     plot-vpp-throughput-latency-3n-skx:
276       csit-vpp-perf-verify-1807-3n-skx:
277       - 33  # NDRPDR sel
278       - 35  # NDRPDR sel
279       - 37  # NDRPDR sel
280       - 38  # NDRPDR sel
281       - 39  # NDRPDR sel
282       - 43  # NDRPDR sel
283       - 44  # NDRPDR sel
284       - 49  # NDRPDR sel
285       - 50  # NDRPDR sel
286       - 56  # NDRPDR sel
287
288     plot-vpp-throughput-latency-2n-skx:
289       csit-vpp-perf-verify-1807-2n-skx:
290       - 26  # NDRPDR sel
291       - 28  # NDRPDR sel
292       - 29  # NDRPDR sel
293       - 30  # NDRPDR sel
294       - 34  # NDRPDR sel
295       - 35  # NDRPDR sel
296       - 36  # NDRPDR sel
297       - 39  # NDRPDR sel
298       - 40  # NDRPDR sel
299       - 42  # NDRPDR sel
300
301     plot-vpp-http-server-performance:
302       csit-vpp-perf-verify-1807-3n-hsw:
303       - 24  # WRK
304       - 25  # WRK
305       - 23  # WRK
306       - 26  # WRK
307       - 27  # WRK
308       - 28  # WRK
309       - 29  # WRK
310       - 30  # WRK
311       - 32  # WRK
312       - 35  # WRK
313
314     # VPP Functional
315     vpp-func-results-ubuntu:
316       csit-vpp-functional-1807-ubuntu1604-virl:
317       # TODO: Use the build number
318       - "lastSuccessfulBuild"
319
320     vpp-func-results-centos:
321       csit-vpp-functional-1807-centos7-virl:
322       # TODO: Use the build number
323       - "lastSuccessfulBuild"
324
325     # VPP Ligato
326     ligato-perf-results-3n-hsw:
327       # TODO: Replace with better results
328       csit-ligato-perf-1807-all:
329       - 3   # full ?
330
331     plot-ligato-throughput-speedup-analysis-3n-hsw:
332       # TODO: Add Data sources
333       csit-ligato-perf-1807-all:
334       - 4   # sel
335
336     plot-ligato-throughput-latency-3n-hsw:
337       # TODO: Add Data sources
338       csit-ligato-perf-1807-all:
339       - 4   # sel
340
341     # DPDK Performance
342     dpdk-performance-changes:
343       csit-dpdk-perf-1804-all:
344       - 4
345       - 5
346       - 6
347       - 7
348       - 8
349       - 9
350       - 10
351       - 11
352       - 12
353       - 13
354       csit-dpdk-perf-verify-1807-3n-hsw:
355       - 11
356       - 12  # full
357       - 14
358       - 15
359       - 16
360       - 17
361       - 20
362       - 21
363       - 22
364       - 23
365
366     dpdk-compare-testbeds:
367       csit-dpdk-perf-verify-1807-3n-skx:
368       - 1
369       - 2
370       - 3
371       - 6
372       - 7
373       - 8
374       - 9
375       - 10
376       - 11
377       - 12
378       csit-dpdk-perf-verify-1807-3n-hsw:
379       - 11
380       - 12  # full
381       - 14
382       - 15
383       - 16
384       - 17
385       - 20
386       - 21
387       - 22
388       - 23
389
390     dpdk-perf-results-3n-hsw:
391       csit-dpdk-perf-verify-1807-3n-hsw:
392       - 12
393
394     dpdk-perf-results-3n-skx:
395       csit-dpdk-perf-verify-1807-3n-skx:
396       - 12
397
398     dpdk-perf-results-2n-skx:
399       csit-dpdk-perf-verify-1807-2n-skx:
400       - 10
401
402     plot-dpdk-throughput-latency-3n-hsw:
403       csit-dpdk-perf-verify-1807-3n-hsw:
404       - 11
405       - 12  # full
406       - 14
407       - 15
408       - 16
409       - 17
410       - 20
411       - 21
412       - 22
413       - 23
414
415     plot-dpdk-throughput-latency-3n-skx:
416       csit-dpdk-perf-verify-1807-3n-skx:
417       - 1
418       - 2
419       - 3
420       - 6
421       - 7
422       - 8
423       - 9
424       - 10
425       - 11
426       - 12
427
428     plot-dpdk-throughput-latency-2n-skx:
429       csit-dpdk-perf-verify-1807-2n-skx:
430       - 1
431       - 2
432       - 3
433       - 4
434       - 5
435       - 6
436       - 7
437       - 8
438       - 9
439       - 10
440
441     # HoneyComb Functional
442     hc-func-results:
443       csit-hc2vpp-verify-func-1807-ubuntu1604:
444       # TODO: Use the build number
445       - "lastSuccessfulBuild"
446
447     # NSH SFC Functional
448     nsh-func-results:
449       csit-nsh_sfc-verify-func-1807-ubuntu1604-virl:
450       - 2
451
452     # DMM Functional
453     dmm-func-results:
454       # TODO: Replace with 1807 job:
455       csit-dmm-functional-master-ubuntu1604-virl:
456       - 95
457
458   plot-layouts:
459
460     plot-cps:
461       xaxis:
462         autorange: True
463         fixedrange: False
464         gridcolor: "rgb(238, 238, 238)"
465         linecolor: "rgb(238, 238, 238)"
466         linewidth: 1
467         showgrid: True
468         showline: True
469         showticklabels: True
470         tickcolor: "rgb(238, 238, 238)"
471         tickmode: "linear"
472         title: "Indexed Test Cases"
473         zeroline: False
474       yaxis:
475         gridcolor: "rgb(238, 238, 238)"
476         hoverformat: ".4s"
477         linecolor: "rgb(238, 238, 238)"
478         linewidth: 1
479         rangemode: "tozero"
480         showgrid: True
481         showline: True
482         showticklabels: True
483         tickcolor: "rgb(238, 238, 238)"
484         title: "Connections Per Second [cps]"
485         zeroline: False
486       boxmode: "group"
487       boxgroupgap: 0.5
488       autosize: False
489       margin:
490         t: 50
491         b: 20
492         l: 80
493         r: 20
494       showlegend: True
495       legend:
496         orientation: "h"
497       width: 700
498       height: 1000
499
500     plot-rps:
501       xaxis:
502         autorange: True
503         fixedrange: False
504         gridcolor: "rgb(238, 238, 238)"
505         linecolor: "rgb(238, 238, 238)"
506         linewidth: 1
507         showgrid: True
508         showline: True
509         showticklabels: True
510         tickcolor: "rgb(238, 238, 238)"
511         tickmode: "linear"
512         title: "Indexed Test Cases"
513         zeroline: False
514       yaxis:
515         gridcolor: "rgb(238, 238, 238)"
516         hoverformat: ".4s"
517         linecolor: "rgb(238, 238, 238)"
518         linewidth: 1
519         rangemode: "tozero"
520         showgrid: True
521         showline: True
522         showticklabels: True
523         tickcolor: "rgb(238, 238, 238)"
524         title: "Requests Per Second [rps]"
525         zeroline: False
526       boxmode: "group"
527       boxgroupgap: 0.5
528       autosize: False
529       margin:
530         t: 50
531         b: 20
532         l: 80
533         r: 20
534       showlegend: True
535       legend:
536         orientation: "h"
537       width: 700
538       height: 1000
539
540     plot-throughput:
541       xaxis:
542         autorange: True
543         fixedrange: False
544         gridcolor: "rgb(238, 238, 238)"
545         linecolor: "rgb(238, 238, 238)"
546         linewidth: 1
547         showgrid: True
548         showline: True
549         showticklabels: True
550         tickcolor: "rgb(238, 238, 238)"
551         tickmode: "linear"
552         title: "Indexed Test Cases"
553         zeroline: False
554       yaxis:
555         gridcolor: "rgb(238, 238, 238)"
556         hoverformat: ".4s"
557         tickformat: ".3s"
558         linecolor: "rgb(238, 238, 238)"
559         linewidth: 1
560         showgrid: True
561         showline: True
562         showticklabels: True
563         tickcolor: "rgb(238, 238, 238)"
564         title: "Packets Per Second [pps]"
565         zeroline: False
566       boxmode: "group"
567       boxgroupgap: 0.5
568       autosize: False
569       margin:
570         t: 50
571         b: 20
572         l: 80
573         r: 20
574       showlegend: True
575       legend:
576         orientation: "h"
577       width: 700
578       height: 1000
579
580     plot-latency:
581       xaxis:
582         autorange: True
583         fixedrange: False
584         gridcolor: "rgb(238, 238, 238)"
585         linecolor: "rgb(238, 238, 238)"
586         linewidth: 1
587         showgrid: True
588         showline: True
589         showticklabels: True
590         tickcolor: "rgb(238, 238, 238)"
591         tickmode: "linear"
592         title: "Indexed Test Cases"
593         zeroline: False
594       yaxis:
595         gridcolor: "rgb(238, 238, 238)"
596         hoverformat: ""
597         linecolor: "rgb(238, 238, 238)"
598         linewidth: 1
599         showgrid: True
600         showline: True
601         showticklabels: True
602         tickcolor: "rgb(238, 238, 238)"
603         title: "Latency min/avg/max [uSec]"
604         zeroline: False
605       boxmode: "group"
606       boxgroupgap: 0.5
607       autosize: False
608       margin:
609         t: 50
610         b: 20
611         l: 80
612         r: 20
613       showlegend: True
614       legend:
615         orientation: "h"
616       width: 700
617       height: 1000
618
619     plot-throughput-speedup-analysis:
620       xaxis:
621         autorange: True
622         fixedrange: False
623         gridcolor: "rgb(238, 238, 238)"
624         linecolor: "rgb(238, 238, 238)"
625         linewidth: 1
626         showgrid: True
627         showline: True
628         showticklabels: True
629         tickcolor: "rgb(238, 238, 238)"
630         tickmode: "linear"
631         tickangle: 270
632         zeroline: False
633       yaxis:
634         title: "Throughput speedup factor"
635         gridcolor: "rgb(238, 238, 238)"
636         hoverformat: ".4s"
637         linecolor: "rgb(238, 238, 238)"
638         linewidth: 1
639         showgrid: True
640         showline: True
641         showticklabels: True
642         tickcolor: "rgb(238, 238, 238)"
643         zeroline: False
644       legend:
645         orientation: "h"
646         xanchor: "center"
647         yanchor: "top"
648         x: 0.5
649         y: 1
650         bgcolor: "rgba(255, 255, 255, 0)"
651         bordercolor: "rgba(255, 255, 255, 0)"
652       barmode: "group"
653       bargap: 0.15
654       bargroupgap: 0.1
655       autosize: False
656       margin:
657           't': 50
658           'b': 300
659           'l': 50
660           'r': 20
661       showlegend: True
662       width: 700
663       height: 1000
664
665 -
666   type: "static"
667   src-path: "{DIR[RST]}"
668   dst-path: "{DIR[WORKING,SRC]}"
669
670 -
671   type: "input"
672   general:
673     file-name: "robot-plugin.zip"
674     file-format: ".zip"
675     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
676     extract: "robot-plugin/output.xml"
677
678   builds:
679
680     csit-vpp-perf-1801-all:
681     - 124  # sel
682     - 127  # sel
683     - 128  # sel
684     - 141  # sel
685     - 142  # sel
686     - 143  # sel
687     - 145  # sel
688     - 146  # sel
689     - 162  # sel
690     - 163  # sel
691     - 167  # sel
692     - 172  # sel acl only
693     csit-vpp-perf-1804-all:
694     - 21  # sel
695     - 22  # sel
696     - 23  # sel
697     - 24  # sel
698     - 27  # sel
699     - 28  # sel
700     - 29  # sel
701     - 30  # sel
702     - 31  # sel
703     - 35  # sel
704     # TODO: Add Data sources
705     csit-vpp-perf-verify-1807-3n-hsw:
706     - 8   # MRR full
707     - 9   # MRR sel
708     - 21  # MRR sel
709     - 31  # MRR sel
710     - 11  # NDRPDR full 1
711     - 22  # NDRPDR full 2
712     - 15  # NDRPDR sel
713     - 16  # NDRPDR sel
714     - 19  # NDRPDR sel
715     - 18  # NDRPDR sel
716     - 20  # NDRPDR sel
717     - 24  # WRK
718     - 25  # WRK
719     - 23  # WRK
720     - 26  # WRK
721     - 27  # WRK
722     - 28  # WRK
723     - 29  # WRK
724     - 30  # WRK
725     - 32  # WRK
726     - 35  # WRK
727     csit-vpp-perf-verify-1807-3n-skx:
728     - 31  # MRR full
729     - 28  # MRR sel
730     - 32  # MRR sel
731     - 36  # MRR sel
732     - 42  # MRR sel
733     - 47  # MRR sel
734     - 48  # MRR sel
735     - 51  # MRR sel
736     - 52  # MRR sel
737     - 53  # MRR sel
738     - 54  # MRR sel
739     - 40  # NDRPDR full 1
740     - 41  # NDRPDR full 2
741     - 33  # NDRPDR sel
742     - 35  # NDRPDR sel
743     - 37  # NDRPDR sel
744     - 38  # NDRPDR sel
745     - 39  # NDRPDR sel
746     - 43  # NDRPDR sel
747     - 44  # NDRPDR sel
748     - 49  # NDRPDR sel
749     - 50  # NDRPDR sel
750     - 56  # NDRPDR sel
751     csit-vpp-perf-verify-1807-2n-skx:
752     - 27  # MRR full
753     - 31  # MRR sel
754     - 33  # MRR sel
755     - 37  # MRR sel
756     - 38  # MRR sel
757     - 41  # MRR sel
758     - 43  # MRR sel
759     - 44  # MRR sel
760     - 45  # MRR sel
761     - 46  # MRR sel
762     - 47  # MRR sel
763     - 32  # NDRPDR full
764     - 26  # NDRPDR sel
765     - 28  # NDRPDR sel
766     - 29  # NDRPDR sel
767     - 30  # NDRPDR sel
768     - 34  # NDRPDR sel
769     - 35  # NDRPDR sel
770     - 36  # NDRPDR sel
771     - 39  # NDRPDR sel
772     - 40  # NDRPDR sel
773     - 42  # NDRPDR sel
774     csit-vpp-perf-check-1801:
775     - 3   # mrr
776     - 4   # mrr
777     - 5   # mrr
778     - 6   # mrr
779     - 7   # mrr
780     - 8   # mrr
781     - 9   # mrr
782     - 11  # mrr
783     - 12  # mrr
784     - 13  # mrr
785     csit-vpp-perf-check-1804:
786     - 5   # mrr - full
787     - 6   # mrr - sel
788     - 13  # mrr - sel
789     - 14  # mrr - sel
790     - 15  # mrr - sel
791     - 16  # mrr - sel
792     - 17  # mrr - sel
793     - 19  # mrr - sel
794     - 20  # mrr - sel
795     - 21  # mrr - sel
796     - 22  # mrr - sel
797     csit-ligato-perf-1804-all:
798     - 4   # full
799     - 5   # sel
800     - 6   # sel
801     - 7   # sel
802     - 8   # sel
803     - 9   # sel
804     - 10  # sel
805     - 11  # sel
806     - 12  # sel
807     - 13  # sel
808     - 14  # sel
809     # TODO: Add Data sources
810     csit-ligato-perf-1807-all:
811     - 3   # full ?
812     - 4   # sel
813     csit-dpdk-perf-1804-all:
814     - 4
815     - 5
816     - 6
817     - 7
818     - 8
819     - 9
820     - 10
821     - 11
822     - 12
823     - 13
824     csit-dpdk-perf-verify-1807-3n-hsw:
825     - 11
826     - 12  # full
827     - 14
828     - 15
829     - 16
830     - 17
831     - 20
832     - 21
833     - 22
834     - 23
835     csit-dpdk-perf-verify-1807-3n-skx:
836     - 1
837     - 2
838     - 3
839     - 6
840     - 7
841     - 8
842     - 9
843     - 10
844     - 11
845     - 12
846     csit-dpdk-perf-verify-1807-2n-skx:
847     - 1
848     - 2
849     - 3
850     - 4
851     - 5
852     - 6
853     - 7
854     - 8
855     - 9
856     - 10
857     csit-vpp-functional-1807-ubuntu1604-virl:
858     # TODO: Use the build number
859     - "lastSuccessfulBuild"
860     csit-vpp-functional-1807-centos7-virl:
861     # TODO: Use the build number
862     - "lastSuccessfulBuild"
863     csit-nsh_sfc-verify-func-1807-ubuntu1604-virl:
864     - 2
865     # TODO: Replace with 1807 job:
866     csit-dmm-functional-master-ubuntu1604-virl:
867     - 95
868     csit-hc2vpp-verify-func-1807-ubuntu1604:
869     # TODO: Use the build number
870     - "lastSuccessfulBuild"
871
872 -
873   type: "output"
874   output: "report"
875   format:
876     html:
877     - full
878     pdf:
879     - minimal
880
881 ################################################################################
882 ###                               T A B L E S                                ###
883 ################################################################################
884
885 ################################################################################
886 # VPP
887 -
888   type: "table"
889   title: "VPP Performance Changes 1t1c pdr"
890   algorithm: "table_performance_comparison"
891   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-pdr"
892   history:
893     -
894       title: "rls1801"
895       data:
896         csit-vpp-perf-1801-all:
897         - 124  # sel
898         - 127  # sel
899         - 128  # sel
900         - 141  # sel
901         - 142  # sel
902         - 143  # sel
903         - 145  # sel
904         - 146  # sel
905         - 162  # sel
906         - 163  # sel
907         - 167  # sel
908         - 172  # sel acl only
909   reference:
910     title: "rls1804"
911     data:
912       csit-vpp-perf-1804-all:
913       - 21  # sel
914       - 22  # sel
915       - 23  # sel
916       - 24  # sel
917       - 27  # sel
918       - 28  # sel
919       - 29  # sel
920       - 30  # sel
921       - 31  # sel
922       - 35  # sel
923   compare:
924     title: "rls1807"
925     data:
926       # TODO: Add Data sources
927       csit-vpp-perf-verify-1807-3n-hsw:
928       - 15  # NDRPDR sel
929       - 16  # NDRPDR sel
930       - 19  # NDRPDR sel
931       - 18  # NDRPDR sel
932       - 20  # NDRPDR sel
933   data: "vpp-performance-changes"
934   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
935   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
936   parameters:
937   - "name"
938   - "parent"
939   - "throughput"
940
941 -
942   type: "table"
943   title: "VPP Performance Changes 2t2c pdr"
944   algorithm: "table_performance_comparison"
945   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-pdr"
946   history:
947     -
948       title: "rls1801"
949       data:
950         csit-vpp-perf-1801-all:
951         - 124  # sel
952         - 127  # sel
953         - 128  # sel
954         - 141  # sel
955         - 142  # sel
956         - 143  # sel
957         - 145  # sel
958         - 146  # sel
959         - 162  # sel
960         - 163  # sel
961         - 167  # sel
962         - 172  # sel acl only
963   reference:
964     title: "rls1804"
965     data:
966       csit-vpp-perf-1804-all:
967       - 21  # sel
968       - 22  # sel
969       - 23  # sel
970       - 24  # sel
971       - 27  # sel
972       - 28  # sel
973       - 29  # sel
974       - 30  # sel
975       - 31  # sel
976       - 35  # sel
977   compare:
978     title: "rls1807"
979     data:
980       # TODO: Add Data sources
981       csit-vpp-perf-verify-1807-3n-hsw:
982       - 15  # NDRPDR sel
983       - 16  # NDRPDR sel
984       - 19  # NDRPDR sel
985       - 18  # NDRPDR sel
986       - 20  # NDRPDR sel
987   data: "vpp-performance-changes"
988   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
989   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
990   parameters:
991   - "name"
992   - "parent"
993   - "throughput"
994
995 -
996   type: "table"
997   title: "VPP Performance Changes 1t1c ndr"
998   algorithm: "table_performance_comparison"
999   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-ndr"
1000   history:
1001     -
1002       title: "rls1801"
1003       data:
1004         csit-vpp-perf-1801-all:
1005         - 124  # sel
1006         - 127  # sel
1007         - 128  # sel
1008         - 141  # sel
1009         - 142  # sel
1010         - 143  # sel
1011         - 145  # sel
1012         - 146  # sel
1013         - 162  # sel
1014         - 163  # sel
1015         - 167  # sel
1016         - 172  # sel acl only
1017   reference:
1018     title: "rls1804"
1019     data:
1020       csit-vpp-perf-1804-all:
1021       - 21  # sel
1022       - 22  # sel
1023       - 23  # sel
1024       - 24  # sel
1025       - 27  # sel
1026       - 28  # sel
1027       - 29  # sel
1028       - 30  # sel
1029       - 31  # sel
1030       - 35  # sel
1031   compare:
1032     title: "rls1807"
1033     data:
1034       # TODO: Add Data sources
1035       csit-vpp-perf-verify-1807-3n-hsw:
1036       - 15  # NDRPDR sel
1037       - 16  # NDRPDR sel
1038       - 19  # NDRPDR sel
1039       - 18  # NDRPDR sel
1040       - 20  # NDRPDR sel
1041   data: "vpp-performance-changes"
1042   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1043   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1044   parameters:
1045   - "name"
1046   - "parent"
1047   - "throughput"
1048
1049 -
1050   type: "table"
1051   title: "VPP Performance Changes 2t2c ndr"
1052   algorithm: "table_performance_comparison"
1053   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-ndr"
1054   history:
1055     -
1056       title: "rls1801"
1057       data:
1058         csit-vpp-perf-1801-all:
1059         - 124  # sel
1060         - 127  # sel
1061         - 128  # sel
1062         - 141  # sel
1063         - 142  # sel
1064         - 143  # sel
1065         - 145  # sel
1066         - 146  # sel
1067         - 162  # sel
1068         - 163  # sel
1069         - 167  # sel
1070         - 172  # sel acl only
1071   reference:
1072     title: "rls1804"
1073     data:
1074       csit-vpp-perf-1804-all:
1075       - 21  # sel
1076       - 22  # sel
1077       - 23  # sel
1078       - 24  # sel
1079       - 27  # sel
1080       - 28  # sel
1081       - 29  # sel
1082       - 30  # sel
1083       - 31  # sel
1084       - 35  # sel
1085   compare:
1086     title: "rls1807"
1087     data:
1088       # TODO: Add Data sources
1089       csit-vpp-perf-verify-1807-3n-hsw:
1090       - 15  # NDRPDR sel
1091       - 16  # NDRPDR sel
1092       - 19  # NDRPDR sel
1093       - 18  # NDRPDR sel
1094       - 20  # NDRPDR sel
1095   data: "vpp-performance-changes"
1096   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1097   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1098   parameters:
1099   - "name"
1100   - "parent"
1101   - "throughput"
1102
1103 -
1104   type: "table"
1105   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
1106   algorithm: "table_performance_comparison"
1107   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
1108   reference:
1109     title: "3-Node Hsw"
1110     data:
1111       # TODO: Add Data sources
1112       csit-vpp-perf-verify-1807-3n-hsw:
1113       - 15  # NDRPDR sel
1114       - 16  # NDRPDR sel
1115       - 19  # NDRPDR sel
1116       - 18  # NDRPDR sel
1117       - 20  # NDRPDR sel
1118   compare:
1119     title: "3-Node Skx"
1120     data:
1121       csit-vpp-perf-verify-1807-3n-skx:
1122       - 33  # NDRPDR sel
1123       - 35  # NDRPDR sel
1124       - 37  # NDRPDR sel
1125       - 38  # NDRPDR sel
1126       - 39  # NDRPDR sel
1127       - 43  # NDRPDR sel
1128       - 44  # NDRPDR sel
1129       - 49  # NDRPDR sel
1130       - 50  # NDRPDR sel
1131       - 56  # NDRPDR sel
1132   data: "vpp-compare-testbeds"
1133   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1134   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1135   parameters:
1136   - "name"
1137   - "parent"
1138   - "throughput"
1139
1140 -
1141   type: "table"
1142   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
1143   algorithm: "table_performance_comparison"
1144   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
1145   reference:
1146     title: "3-Node Hsw"
1147     data:
1148       # TODO: Add Data sources
1149       csit-vpp-perf-verify-1807-3n-hsw:
1150       - 15  # NDRPDR sel
1151       - 16  # NDRPDR sel
1152       - 19  # NDRPDR sel
1153       - 18  # NDRPDR sel
1154       - 20  # NDRPDR sel
1155   compare:
1156     title: "3-Node Skx"
1157     data:
1158       csit-vpp-perf-verify-1807-3n-skx:
1159       - 33  # NDRPDR sel
1160       - 35  # NDRPDR sel
1161       - 37  # NDRPDR sel
1162       - 38  # NDRPDR sel
1163       - 39  # NDRPDR sel
1164       - 43  # NDRPDR sel
1165       - 44  # NDRPDR sel
1166       - 49  # NDRPDR sel
1167       - 50  # NDRPDR sel
1168       - 56  # NDRPDR sel
1169   data: "vpp-compare-testbeds"
1170   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1171   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1172   parameters:
1173   - "name"
1174   - "parent"
1175   - "throughput"
1176
1177 -
1178   type: "table"
1179   title: "VPP Performance Changes - 1t1c MRR"
1180   algorithm: "table_performance_comparison"
1181   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-mrr"
1182   history:
1183     -
1184       title: "rls1801"
1185       data:
1186         csit-vpp-perf-check-1801:
1187         - 3
1188         - 4
1189         - 5
1190         - 6
1191         - 7
1192         - 8
1193         - 9
1194         - 11
1195         - 12
1196         - 13
1197   reference:
1198     title: "rls1804"
1199     data:
1200       csit-vpp-perf-check-1804:
1201       - 6   # mrr - sel
1202       - 13  # mrr - sel
1203       - 14  # mrr - sel
1204       - 15  # mrr - sel
1205       - 16  # mrr - sel
1206       - 17  # mrr - sel
1207       - 19  # mrr - sel
1208       - 20  # mrr - sel
1209       - 21  # mrr - sel
1210       - 22  # mrr - sel
1211   compare:
1212     title: "rls1807"
1213     data:
1214       # TODO: Add Data sources
1215       csit-vpp-perf-verify-1807-3n-hsw:
1216       - 9   # MRR sel
1217       - 21  # MRR sel
1218       - 31  # MRR sel
1219   data: "vpp-performance-changes-mrr"
1220   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1221   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1222   parameters:
1223   - "name"
1224   - "parent"
1225   - "result"
1226
1227 -
1228   type: "table"
1229   title: "VPP Performance Changes - 2t2c MRR"
1230   algorithm: "table_performance_comparison"
1231   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-mrr"
1232   history:
1233     -
1234       title: "rls1801"
1235       data:
1236         csit-vpp-perf-check-1801:
1237         - 3
1238         - 4
1239         - 5
1240         - 6
1241         - 7
1242         - 8
1243         - 9
1244         - 11
1245         - 12
1246         - 13
1247   reference:
1248     title: "rls1804"
1249     data:
1250       csit-vpp-perf-check-1804:
1251       - 6   # mrr - sel
1252       - 13  # mrr - sel
1253       - 14  # mrr - sel
1254       - 15  # mrr - sel
1255       - 16  # mrr - sel
1256       - 17  # mrr - sel
1257       - 19  # mrr - sel
1258       - 20  # mrr - sel
1259       - 21  # mrr - sel
1260       - 22  # mrr - sel
1261   compare:
1262     title: "rls1807"
1263     data:
1264       # TODO: Add Data sources
1265       csit-vpp-perf-verify-1807-3n-hsw:
1266       - 9   # MRR sel
1267       - 21  # MRR sel
1268       - 31  # MRR sel
1269   data: "vpp-performance-changes-mrr"
1270   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1271   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1272   parameters:
1273   - "name"
1274   - "parent"
1275   - "result"
1276
1277 -
1278   type: "table"
1279   title: "VPP Performance Changes - 4t4c MRR"
1280   algorithm: "table_performance_comparison"
1281   output-file: "{DIR[STATIC,VPP]}/performance-changes-4t4c-mrr"
1282   history:
1283     -
1284       title: "rls1801"
1285       data:
1286         csit-vpp-perf-check-1801:
1287         - 3
1288         - 4
1289         - 5
1290         - 6
1291         - 7
1292         - 8
1293         - 9
1294         - 11
1295         - 12
1296         - 13
1297   reference:
1298     title: "rls1804"
1299     data:
1300       csit-vpp-perf-check-1804:
1301       - 6   # mrr - sel
1302       - 13  # mrr - sel
1303       - 14  # mrr - sel
1304       - 15  # mrr - sel
1305       - 16  # mrr - sel
1306       - 17  # mrr - sel
1307       - 19  # mrr - sel
1308       - 20  # mrr - sel
1309       - 21  # mrr - sel
1310       - 22  # mrr - sel
1311   compare:
1312     title: "rls1807"
1313     data:
1314       # TODO: Add Data sources
1315       csit-vpp-perf-verify-1807-3n-hsw:
1316       - 9   # MRR sel
1317       - 21  # MRR sel
1318       - 31  # MRR sel
1319   data: "vpp-performance-changes-mrr"
1320   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1321   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1322   parameters:
1323   - "name"
1324   - "parent"
1325   - "result"
1326
1327 -
1328   type: "table"
1329   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
1330   algorithm: "table_performance_comparison"
1331   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
1332   reference:
1333     title: "3-Node Hsw"
1334     data:
1335       # TODO: Add Data sources
1336       csit-vpp-perf-verify-1807-3n-hsw:
1337       - 9   # MRR sel
1338       - 21  # MRR sel
1339       - 31  # MRR sel
1340   compare:
1341     title: "3-Node Skx"
1342     data:
1343       csit-vpp-perf-verify-1807-3n-skx:
1344       - 28  # MRR sel
1345       - 32  # MRR sel
1346       - 36  # MRR sel
1347       - 42  # MRR sel
1348       - 47  # MRR sel
1349       - 48  # MRR sel
1350       - 51  # MRR sel
1351       - 52  # MRR sel
1352       - 53  # MRR sel
1353       - 54  # MRR sel
1354   data: "vpp-compare-testbeds-mrr"
1355   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1356   filter: "'NIC_Intel-X710' and 'MRR'"
1357   parameters:
1358   - "name"
1359   - "parent"
1360   - "result"
1361
1362 -
1363   type: "table"
1364   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
1365   algorithm: "table_merged_details"
1366   output-file-ext: ".csv"
1367   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
1368   columns:
1369   -
1370     title: "Name"
1371     data: "data name"
1372   -
1373     title: "Status"
1374     data: "data msg"
1375   rows: "generated"
1376   data: "vpp-perf-results-3n-hsw"
1377   filter: "not 'NDRCHK' and not 'PDRCHK'"
1378   parameters:
1379   - "name"
1380   - "parent"
1381   - "doc"
1382   - "msg"
1383
1384 -
1385   type: "table"
1386   title: "Detailed Test Results - VPP Performance Results 3n-skx"
1387   algorithm: "table_merged_details"
1388   output-file-ext: ".csv"
1389   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
1390   columns:
1391   -
1392     title: "Name"
1393     data: "data name"
1394   -
1395     title: "Status"
1396     data: "data msg"
1397   rows: "generated"
1398   data: "vpp-perf-results-3n-skx"
1399   filter: "not 'NDRCHK' and not 'PDRCHK'"
1400   parameters:
1401   - "name"
1402   - "parent"
1403   - "doc"
1404   - "msg"
1405
1406 -
1407   type: "table"
1408   title: "Detailed Test Results - VPP Performance Results 2n-skx"
1409   algorithm: "table_merged_details"
1410   output-file-ext: ".csv"
1411   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
1412   columns:
1413   -
1414     title: "Name"
1415     data: "data name"
1416   -
1417     title: "Status"
1418     data: "data msg"
1419   rows: "generated"
1420   data: "vpp-perf-results-2n-skx"
1421   filter: "not 'NDRCHK' and not 'PDRCHK'"
1422   parameters:
1423   - "name"
1424   - "parent"
1425   - "doc"
1426   - "msg"
1427
1428 -
1429   type: "table"
1430   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
1431   algorithm: "table_merged_details"
1432   output-file-ext: ".csv"
1433   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
1434   columns:
1435   -
1436     title: "Name"
1437     data: "data name"
1438   -
1439     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1440     data: "data vat-history"
1441   rows: "generated"
1442   data: "vpp-perf-results-3n-hsw"
1443   filter: "not 'NDRCHK' and not 'PDRCHK'"
1444   parameters:
1445   - "parent"
1446   - "name"
1447   - "vat-history"
1448
1449 -
1450   type: "table"
1451   title: "Test configuration - VPP Performance Test Configs 3n-skx"
1452   algorithm: "table_merged_details"
1453   output-file-ext: ".csv"
1454   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
1455   columns:
1456   -
1457     title: "Name"
1458     data: "data name"
1459   -
1460     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1461     data: "data vat-history"
1462   rows: "generated"
1463   data: "vpp-perf-results-3n-skx"
1464   filter: "not 'NDRCHK' and not 'PDRCHK'"
1465   parameters:
1466   - "parent"
1467   - "name"
1468   - "vat-history"
1469
1470 -
1471   type: "table"
1472   title: "Test configuration - VPP Performance Test Configs 2n-skx"
1473   algorithm: "table_merged_details"
1474   output-file-ext: ".csv"
1475   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
1476   columns:
1477   -
1478     title: "Name"
1479     data: "data name"
1480   -
1481     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1482     data: "data vat-history"
1483   rows: "generated"
1484   data: "vpp-perf-results-2n-skx"
1485   filter: "not 'NDRCHK' and not 'PDRCHK'"
1486   parameters:
1487   - "parent"
1488   - "name"
1489   - "vat-history"
1490
1491 -
1492   type: "table"
1493   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
1494   algorithm: "table_merged_details"
1495   output-file-ext: ".csv"
1496   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
1497   columns:
1498   -
1499     title: "Name"
1500     data: "data name"
1501   -
1502     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1503     data: "data show-run"
1504   rows: "generated"
1505   data: "vpp-perf-results-3n-hsw"
1506   filter: "not 'NDRCHK' and not 'PDRCHK'"
1507   parameters:
1508   - "parent"
1509   - "name"
1510   - "show-run"
1511
1512 -
1513   type: "table"
1514   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
1515   algorithm: "table_merged_details"
1516   output-file-ext: ".csv"
1517   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
1518   columns:
1519   -
1520     title: "Name"
1521     data: "data name"
1522   -
1523     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1524     data: "data show-run"
1525   rows: "generated"
1526   data: "vpp-perf-results-3n-skx"
1527   filter: "not 'NDRCHK' and not 'PDRCHK'"
1528   parameters:
1529   - "parent"
1530   - "name"
1531   - "show-run"
1532
1533 -
1534   type: "table"
1535   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
1536   algorithm: "table_merged_details"
1537   output-file-ext: ".csv"
1538   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
1539   columns:
1540   -
1541     title: "Name"
1542     data: "data name"
1543   -
1544     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1545     data: "data show-run"
1546   rows: "generated"
1547   data: "vpp-perf-results-2n-skx"
1548   filter: "not 'NDRCHK' and not 'PDRCHK'"
1549   parameters:
1550   - "parent"
1551   - "name"
1552   - "show-run"
1553
1554 -
1555   type: "table"
1556   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
1557   algorithm: "table_details"
1558   output-file-ext: ".csv"
1559   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
1560   columns:
1561   -
1562     title: "Name"
1563     data: "data name"
1564   -
1565     title: "Status"
1566     data: "data msg"
1567   rows: "generated"
1568   data: "vpp-mrr-results-3n-hsw"
1569   filter: "'MRR'"
1570   parameters:
1571   - "name"
1572   - "parent"
1573   - "doc"
1574   - "msg"
1575
1576 -
1577   type: "table"
1578   title: "Detailed Test Results - VPP MRR Results 3n-skx"
1579   algorithm: "table_details"
1580   output-file-ext: ".csv"
1581   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
1582   columns:
1583   -
1584     title: "Name"
1585     data: "data name"
1586   -
1587     title: "Status"
1588     data: "data msg"
1589   rows: "generated"
1590   data: "vpp-mrr-results-3n-skx"
1591   filter: "'MRR'"
1592   parameters:
1593   - "name"
1594   - "parent"
1595   - "doc"
1596   - "msg"
1597
1598 -
1599   type: "table"
1600   title: "Detailed Test Results - VPP MRR Results 2n-skx"
1601   algorithm: "table_details"
1602   output-file-ext: ".csv"
1603   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
1604   columns:
1605   -
1606     title: "Name"
1607     data: "data name"
1608   -
1609     title: "Status"
1610     data: "data msg"
1611   rows: "generated"
1612   data: "vpp-mrr-results-2n-skx"
1613   filter: "'MRR'"
1614   parameters:
1615   - "name"
1616   - "parent"
1617   - "doc"
1618   - "msg"
1619
1620 -
1621   type: "table"
1622   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
1623   algorithm: "table_details"
1624   output-file-ext: ".csv"
1625   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
1626   columns:
1627   -
1628     title: "Name"
1629     data: "data name"
1630   -
1631     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1632     data: "data vat-history"
1633   rows: "generated"
1634   data: "vpp-mrr-results-3n-hsw"
1635   filter: "'MRR'"
1636   parameters:
1637   - "parent"
1638   - "name"
1639   - "vat-history"
1640
1641 -
1642   type: "table"
1643   title: "Test configuration - VPP MRR Test Configs 3n-skx"
1644   algorithm: "table_details"
1645   output-file-ext: ".csv"
1646   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
1647   columns:
1648   -
1649     title: "Name"
1650     data: "data name"
1651   -
1652     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1653     data: "data vat-history"
1654   rows: "generated"
1655   data: "vpp-mrr-results-3n-skx"
1656   filter: "'MRR'"
1657   parameters:
1658   - "parent"
1659   - "name"
1660   - "vat-history"
1661
1662 -
1663   type: "table"
1664   title: "Test configuration - VPP MRR Test Configs 2n-skx"
1665   algorithm: "table_details"
1666   output-file-ext: ".csv"
1667   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
1668   columns:
1669   -
1670     title: "Name"
1671     data: "data name"
1672   -
1673     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1674     data: "data vat-history"
1675   rows: "generated"
1676   data: "vpp-mrr-results-2n-skx"
1677   filter: "'MRR'"
1678   parameters:
1679   - "parent"
1680   - "name"
1681   - "vat-history"
1682
1683 -
1684   type: "table"
1685   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
1686   algorithm: "table_details"
1687   output-file-ext: ".csv"
1688   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
1689   columns:
1690   -
1691     title: "Name"
1692     data: "data name"
1693   -
1694     title: "Documentation"
1695     data: "data doc"
1696   -
1697     title: "Status"
1698     data: "data status"
1699   rows: "generated"
1700   data: "vpp-func-results-ubuntu"
1701   filter: "all"
1702   parameters:
1703   - "name"
1704   - "parent"
1705   - "doc"
1706   - "status"
1707
1708 -
1709   type: "table"
1710   title: "Detailed Test Results - VPP Functional Results - CentOS"
1711   algorithm: "table_details"
1712   output-file-ext: ".csv"
1713   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
1714   columns:
1715   -
1716     title: "Name"
1717     data: "data name"
1718   -
1719     title: "Documentation"
1720     data: "data doc"
1721   -
1722     title: "Status"
1723     data: "data status"
1724   rows: "generated"
1725   data:
1726     "vpp-func-results-centos"
1727   filter: "all"
1728   parameters:
1729   - "name"
1730   - "parent"
1731   - "doc"
1732   - "status"
1733
1734 -
1735   type: "table"
1736   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
1737   algorithm: "table_details"
1738   output-file-ext: ".csv"
1739   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
1740   columns:
1741   -
1742     title: "Name"
1743     data: "data name"
1744   -
1745     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1746     data: "data vat-history"
1747   rows: "generated"
1748   data: "vpp-func-results-ubuntu"
1749   filter: "all"
1750   parameters:
1751   - "parent"
1752   - "name"
1753   - "vat-history"
1754
1755 -
1756   type: "table"
1757   title: "Test configuration - VPP Functional Test Configs - CentOS"
1758   algorithm: "table_details"
1759   output-file-ext: ".csv"
1760   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
1761   columns:
1762   -
1763     title: "Name"
1764     data: "data name"
1765   -
1766     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1767     data: "data vat-history"
1768   rows: "generated"
1769   data: "vpp-func-results-centos"
1770   filter: "all"
1771   parameters:
1772   - "parent"
1773   - "name"
1774   - "vat-history"
1775
1776 -
1777   type: "table"
1778   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
1779   algorithm: "table_details"
1780   output-file-ext: ".csv"
1781   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
1782   columns:
1783   -
1784     title: "Name"
1785     data: "data name"
1786   -
1787     title: "Status"
1788     data: "data msg"
1789   rows: "generated"
1790   data: "ligato-perf-results-3n-hsw"
1791   filter: "all"
1792   parameters:
1793   - "name"
1794   - "parent"
1795   - "doc"
1796   - "msg"
1797
1798 ################################################################################
1799 # DPDK
1800 -
1801   type: "table"
1802   title: "DPDK Performance Changes 1t1c pdr"
1803   algorithm: "table_performance_comparison"
1804   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-pdr"
1805   reference:
1806     title: "rls1804"
1807     data:
1808       csit-dpdk-perf-1804-all:
1809       - 4
1810       - 5
1811       - 6
1812       - 7
1813       - 8
1814       - 9
1815       - 10
1816       - 11
1817       - 12
1818       - 13
1819   compare:
1820     title: "rls1807"
1821     data:
1822       csit-dpdk-perf-verify-1807-3n-hsw:
1823       - 11
1824       - 12  # full
1825       - 14
1826       - 15
1827       - 16
1828       - 17
1829       - 20
1830       - 21
1831       - 22
1832       - 23
1833   data: "dpdk-performance-changes"
1834   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1835   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1836   parameters:
1837   - "name"
1838   - "parent"
1839   - "throughput"
1840
1841 -
1842   type: "table"
1843   title: "DPDK Performance Changes 2t2c pdr"
1844   algorithm: "table_performance_comparison"
1845   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-pdr"
1846   reference:
1847     title: "rls1804"
1848     data:
1849       csit-dpdk-perf-1804-all:
1850       - 4
1851       - 5
1852       - 6
1853       - 7
1854       - 8
1855       - 9
1856       - 10
1857       - 11
1858       - 12
1859       - 13
1860   compare:
1861     title: "rls1807"
1862     data:
1863       csit-dpdk-perf-verify-1807-3n-hsw:
1864       - 11
1865       - 12  # full
1866       - 14
1867       - 15
1868       - 16
1869       - 17
1870       - 20
1871       - 21
1872       - 22
1873       - 23
1874   data: "dpdk-performance-changes"
1875   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1876   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1877   parameters:
1878   - "name"
1879   - "parent"
1880   - "throughput"
1881
1882 -
1883   type: "table"
1884   title: "DPDK Performance Changes 1t1c ndr"
1885   algorithm: "table_performance_comparison"
1886   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-ndr"
1887   reference:
1888     title: "rls1804"
1889     data:
1890       csit-dpdk-perf-1804-all:
1891       - 4
1892       - 5
1893       - 6
1894       - 7
1895       - 8
1896       - 9
1897       - 10
1898       - 11
1899       - 12
1900       - 13
1901   compare:
1902     title: "rls1807"
1903     data:
1904       csit-dpdk-perf-verify-1807-3n-hsw:
1905       - 11
1906       - 12  # full
1907       - 14
1908       - 15
1909       - 16
1910       - 17
1911       - 20
1912       - 21
1913       - 22
1914       - 23
1915   data: "dpdk-performance-changes"
1916   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1917   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1918   parameters:
1919   - "name"
1920   - "parent"
1921   - "throughput"
1922
1923 -
1924   type: "table"
1925   title: "DPDK Performance Changes 2t2c ndr"
1926   algorithm: "table_performance_comparison"
1927   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-ndr"
1928   reference:
1929     title: "rls1804"
1930     data:
1931       csit-dpdk-perf-1804-all:
1932       - 4
1933       - 5
1934       - 6
1935       - 7
1936       - 8
1937       - 9
1938       - 10
1939       - 11
1940       - 12
1941       - 13
1942   compare:
1943     title: "rls1807"
1944     data:
1945       csit-dpdk-perf-verify-1807-3n-hsw:
1946       - 11
1947       - 12  # full
1948       - 14
1949       - 15
1950       - 16
1951       - 17
1952       - 20
1953       - 21
1954       - 22
1955       - 23
1956   data: "dpdk-performance-changes"
1957   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1958   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1959   parameters:
1960   - "name"
1961   - "parent"
1962   - "throughput"
1963
1964 -
1965   type: "table"
1966   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
1967   algorithm: "table_performance_comparison"
1968   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
1969   reference:
1970     title: "3-Node Hsw"
1971     data:
1972       csit-dpdk-perf-verify-1807-3n-hsw:
1973       - 11
1974       - 12  # full
1975       - 14
1976       - 15
1977       - 16
1978       - 17
1979       - 20
1980       - 21
1981       - 22
1982       - 23
1983   compare:
1984     title: "3-Node Skx"
1985     data:
1986       csit-dpdk-perf-verify-1807-3n-skx:
1987       - 1
1988       - 2
1989       - 3
1990       - 6
1991       - 7
1992       - 8
1993       - 9
1994       - 10
1995       - 11
1996       - 12
1997   data: "dpdk-compare-testbeds"
1998   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1999   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2000   parameters:
2001   - "name"
2002   - "parent"
2003   - "throughput"
2004
2005 -
2006   type: "table"
2007   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
2008   algorithm: "table_performance_comparison"
2009   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
2010   reference:
2011     title: "3-Node Hsw"
2012     data:
2013       csit-dpdk-perf-verify-1807-3n-hsw:
2014       - 11
2015       - 12  # full
2016       - 14
2017       - 15
2018       - 16
2019       - 17
2020       - 20
2021       - 21
2022       - 22
2023       - 23
2024   compare:
2025     title: "3-Node Skx"
2026     data:
2027       csit-dpdk-perf-verify-1807-3n-skx:
2028       - 1
2029       - 2
2030       - 3
2031       - 6
2032       - 7
2033       - 8
2034       - 9
2035       - 10
2036       - 11
2037       - 12
2038   data: "dpdk-compare-testbeds"
2039   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2040   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2041   parameters:
2042   - "name"
2043   - "parent"
2044   - "throughput"
2045
2046 -
2047   type: "table"
2048   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
2049   algorithm: "table_performance_comparison"
2050   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
2051   reference:
2052     title: "3-Node Hsw"
2053     data:
2054       csit-dpdk-perf-verify-1807-3n-hsw:
2055       - 11
2056       - 12  # full
2057       - 14
2058       - 15
2059       - 16
2060       - 17
2061       - 20
2062       - 21
2063       - 22
2064       - 23
2065   compare:
2066     title: "3-Node Skx"
2067     data:
2068       csit-dpdk-perf-verify-1807-3n-skx:
2069       - 1
2070       - 2
2071       - 3
2072       - 6
2073       - 7
2074       - 8
2075       - 9
2076       - 10
2077       - 11
2078       - 12
2079   data: "dpdk-compare-testbeds"
2080   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2081   filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2082   parameters:
2083   - "name"
2084   - "parent"
2085   - "throughput"
2086
2087 -
2088   type: "table"
2089   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
2090   algorithm: "table_details"
2091   output-file-ext: ".csv"
2092   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2093   columns:
2094   -
2095     title: "Name"
2096     data: "data name"
2097   -
2098     title: "Status"
2099     data: "data msg"
2100   rows: "generated"
2101   data: "dpdk-perf-results-3n-hsw"
2102   filter: "all"
2103   parameters:
2104   - "name"
2105   - "parent"
2106   - "msg"
2107
2108 -
2109   type: "table"
2110   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
2111   algorithm: "table_details"
2112   output-file-ext: ".csv"
2113   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2114   columns:
2115   -
2116     title: "Name"
2117     data: "data name"
2118   -
2119     title: "Status"
2120     data: "data msg"
2121   rows: "generated"
2122   data: "dpdk-perf-results-3n-skx"
2123   filter: "all"
2124   parameters:
2125   - "name"
2126   - "parent"
2127   - "msg"
2128
2129 -
2130   type: "table"
2131   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
2132   algorithm: "table_details"
2133   output-file-ext: ".csv"
2134   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2135   columns:
2136   -
2137     title: "Name"
2138     data: "data name"
2139   -
2140     title: "Status"
2141     data: "data msg"
2142   rows: "generated"
2143   data: "dpdk-perf-results-2n-skx"
2144   filter: "all"
2145   parameters:
2146   - "name"
2147   - "parent"
2148   - "msg"
2149
2150
2151 ################################################################################
2152 # HoneyComb
2153 -
2154   type: "table"
2155   title: "Detailed Test Results - Honeycomb Functional Results"
2156   algorithm: "table_details"
2157   output-file-ext: ".csv"
2158   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
2159   columns:
2160   -
2161     title: "Name"
2162     data: "data name"
2163   -
2164     title: "Documentation"
2165     data: "data doc"
2166   -
2167     title: "Status"
2168     data: "data status"
2169   rows: "generated"
2170   data:
2171     "hc-func-results"
2172   filter: "all"
2173   parameters:
2174   - "name"
2175   - "parent"
2176   - "doc"
2177   - "status"
2178
2179 ################################################################################
2180 # NSH SFC
2181 -
2182   type: "table"
2183   title: "Detailed Test Results - NSH SFC Functional Results"
2184   algorithm: "table_details"
2185   output-file-ext: ".csv"
2186   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
2187   columns:
2188   -
2189     title: "Name"
2190     data: "data name"
2191   -
2192     title: "Documentation"
2193     data: "data doc"
2194   -
2195     title: "Status"
2196     data: "data status"
2197   rows: "generated"
2198   data:
2199     "nsh-func-results"
2200   filter: "all"
2201   parameters:
2202   - "name"
2203   - "parent"
2204   - "doc"
2205   - "status"
2206
2207 ################################################################################
2208 # DMM
2209 -
2210   type: "table"
2211   title: "Detailed Test Results - DMM Functional Results"
2212   algorithm: "table_details"
2213   output-file-ext: ".csv"
2214   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
2215   columns:
2216   -
2217     title: "Name"
2218     data: "data name"
2219   -
2220     title: "Documentation"
2221     data: "data doc"
2222   -
2223     title: "Status"
2224     data: "data status"
2225   rows: "generated"
2226   data:
2227     "dmm-func-results"
2228   filter: "all"
2229   parameters:
2230   - "name"
2231   - "parent"
2232   - "doc"
2233   - "status"
2234
2235 ################################################################################
2236 ###                                F I L E S                                 ###
2237 ################################################################################
2238
2239 -
2240   type: "file"
2241   title: "VPP Performance Results 3n-hsw"
2242   algorithm: "file_test_results"
2243   output-file-ext: ".rst"
2244   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2245   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"
2246   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
2247   data: "vpp-perf-results-3n-hsw"
2248   filter: "not 'NDRCHK' and not 'PDRCHK'"
2249   parameters:
2250   - "name"
2251   - "doc"
2252   - "level"
2253   - "parent"
2254   data-start-level: 3
2255
2256 -
2257   type: "file"
2258   title: "VPP Performance Results 3n-skx"
2259   algorithm: "file_test_results"
2260   output-file-ext: ".rst"
2261   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2262   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"
2263   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
2264   data: "vpp-perf-results-3n-skx"
2265   filter: "not 'NDRCHK' and not 'PDRCHK'"
2266   parameters:
2267   - "name"
2268   - "doc"
2269   - "level"
2270   - "parent"
2271   data-start-level: 3
2272
2273 -
2274   type: "file"
2275   title: "VPP Performance Results 2n-skx"
2276   algorithm: "file_test_results"
2277   output-file-ext: ".rst"
2278   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2279   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"
2280   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
2281   data: "vpp-perf-results-2n-skx"
2282   filter: "not 'NDRCHK' and not 'PDRCHK'"
2283   parameters:
2284   - "name"
2285   - "doc"
2286   - "level"
2287   - "parent"
2288   data-start-level: 3
2289
2290 -
2291   type: "file"
2292   title: "VPP Performance Configuration 3n-hsw"
2293   algorithm: "file_test_results"
2294   output-file-ext: ".rst"
2295   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
2296   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"
2297   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
2298   data: "vpp-perf-results-3n-hsw"
2299   filter: "not 'NDRCHK' and not 'PDRCHK'"
2300   parameters:
2301   - "name"
2302   - "doc"
2303   - "level"
2304   - "parent"
2305   data-start-level: 3
2306
2307 -
2308   type: "file"
2309   title: "VPP Performance Configuration 3n-skx"
2310   algorithm: "file_test_results"
2311   output-file-ext: ".rst"
2312   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
2313   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"
2314   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
2315   data: "vpp-perf-results-3n-skx"
2316   filter: "not 'NDRCHK' and not 'PDRCHK'"
2317   parameters:
2318   - "name"
2319   - "doc"
2320   - "level"
2321   - "parent"
2322   data-start-level: 3
2323
2324 -
2325   type: "file"
2326   title: "VPP Performance Configuration 2n-skx"
2327   algorithm: "file_test_results"
2328   output-file-ext: ".rst"
2329   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
2330   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"
2331   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
2332   data: "vpp-perf-results-2n-skx"
2333   filter: "not 'NDRCHK' and not 'PDRCHK'"
2334   parameters:
2335   - "name"
2336   - "doc"
2337   - "level"
2338   - "parent"
2339   data-start-level: 3
2340
2341 -
2342   type: "file"
2343   title: "VPP Performance Operational Data 3n-hsw"
2344   algorithm: "file_test_results"
2345   output-file-ext: ".rst"
2346   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
2347   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"
2348   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
2349   data: "vpp-perf-results-3n-hsw"
2350   filter: "not 'NDRCHK' and not 'PDRCHK'"
2351   parameters:
2352   - "name"
2353   - "doc"
2354   - "level"
2355   - "parent"
2356   data-start-level: 3
2357
2358 -
2359   type: "file"
2360   title: "VPP Performance Operational Data 3n-skx"
2361   algorithm: "file_test_results"
2362   output-file-ext: ".rst"
2363   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
2364   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"
2365   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
2366   data: "vpp-perf-results-3n-skx"
2367   filter: "not 'NDRCHK' and not 'PDRCHK'"
2368   parameters:
2369   - "name"
2370   - "doc"
2371   - "level"
2372   - "parent"
2373   data-start-level: 3
2374
2375 -
2376   type: "file"
2377   title: "VPP Performance Operational Data 2n-skx"
2378   algorithm: "file_test_results"
2379   output-file-ext: ".rst"
2380   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
2381   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"
2382   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
2383   data: "vpp-perf-results-2n-skx"
2384   filter: "not 'NDRCHK' and not 'PDRCHK'"
2385   parameters:
2386   - "name"
2387   - "doc"
2388   - "level"
2389   - "parent"
2390   data-start-level: 3
2391
2392 -
2393   type: "file"
2394   title: "VPP MRR Results 3n-hsw"
2395   algorithm: "file_test_results"
2396   output-file-ext: ".rst"
2397   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
2398   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"
2399   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
2400   data: "vpp-mrr-results-3n-hsw"
2401   filter: "'MRR'"
2402   parameters:
2403   - "name"
2404   - "doc"
2405   - "level"
2406   - "parent"
2407   data-start-level: 3
2408
2409 -
2410   type: "file"
2411   title: "VPP MRR Results 3n-skx"
2412   algorithm: "file_test_results"
2413   output-file-ext: ".rst"
2414   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
2415   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"
2416   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
2417   data: "vpp-mrr-results-3n-skx"
2418   filter: "'MRR'"
2419   parameters:
2420   - "name"
2421   - "doc"
2422   - "level"
2423   - "parent"
2424   data-start-level: 3
2425
2426 -
2427   type: "file"
2428   title: "VPP MRR Results 2n-skx"
2429   algorithm: "file_test_results"
2430   output-file-ext: ".rst"
2431   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
2432   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"
2433   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
2434   data: "vpp-mrr-results-2n-skx"
2435   filter: "all"
2436   parameters:
2437   - "name"
2438   - "doc"
2439   - "level"
2440   - "parent"
2441   data-start-level: 3
2442
2443 -
2444   type: "file"
2445   title: "VPP MRR Configuration 3n-hsw"
2446   algorithm: "file_test_results"
2447   output-file-ext: ".rst"
2448   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
2449   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"
2450   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
2451   data: "vpp-mrr-results-3n-hsw"
2452   filter: "'MRR'"
2453   parameters:
2454   - "name"
2455   - "doc"
2456   - "level"
2457   - "parent"
2458   data-start-level: 3
2459
2460 -
2461   type: "file"
2462   title: "VPP MRR Configuration 3n-skx"
2463   algorithm: "file_test_results"
2464   output-file-ext: ".rst"
2465   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
2466   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"
2467   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
2468   data: "vpp-mrr-results-3n-skx"
2469   filter: "'MRR'"
2470   parameters:
2471   - "name"
2472   - "doc"
2473   - "level"
2474   - "parent"
2475   data-start-level: 3
2476
2477 -
2478   type: "file"
2479   title: "VPP MRR Configuration 2n-skx"
2480   algorithm: "file_test_results"
2481   output-file-ext: ".rst"
2482   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
2483   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"
2484   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
2485   data: "vpp-mrr-results-2n-skx"
2486   filter: "'MRR'"
2487   parameters:
2488   - "name"
2489   - "doc"
2490   - "level"
2491   - "parent"
2492   data-start-level: 3
2493
2494 -
2495   type: "file"
2496   title: "VPP Functional Results - Ubuntu"
2497   algorithm: "file_test_results"
2498   output-file-ext: ".rst"
2499   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
2500   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"
2501   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
2502   data: "vpp-func-results-ubuntu"
2503   filter: "all"
2504   parameters:
2505   - "name"
2506   - "doc"
2507   - "level"
2508   - "parent"
2509   data-start-level: 4
2510
2511 -
2512   type: "file"
2513   title: "VPP Functional Results - CentOS"
2514   algorithm: "file_test_results"
2515   output-file-ext: ".rst"
2516   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
2517   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"
2518   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
2519   data:
2520     "vpp-func-results-centos"
2521   filter: "all"
2522   parameters:
2523   - "name"
2524   - "doc"
2525   - "level"
2526   - "parent"
2527   data-start-level: 4
2528
2529 -
2530   type: "file"
2531   title: "VPP Functional Configuration - Ubuntu"
2532   algorithm: "file_test_results"
2533   output-file-ext: ".rst"
2534   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
2535   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"
2536   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
2537   data: "vpp-func-results-ubuntu"
2538   filter: "all"
2539   parameters:
2540   - "name"
2541   - "doc"
2542   - "level"
2543   - "parent"
2544   data-start-level: 4
2545
2546 -
2547   type: "file"
2548   title: "VPP Functional Configuration - CentOS"
2549   algorithm: "file_test_results"
2550   output-file-ext: ".rst"
2551   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
2552   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"
2553   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
2554   data:
2555     "vpp-func-results-centos"
2556   filter: "all"
2557   parameters:
2558   - "name"
2559   - "doc"
2560   - "level"
2561   - "parent"
2562   data-start-level: 4
2563
2564 -
2565   type: "file"
2566   title: "Container Orchestrated Performance Results 3n-hsw"
2567   algorithm: "file_test_results"
2568   output-file-ext: ".rst"
2569   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
2570   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"
2571   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
2572   data: "ligato-perf-results-3n-hsw"
2573   filter: "all"
2574   parameters:
2575   - "name"
2576   - "doc"
2577   - "level"
2578   - "parent"
2579   data-start-level: 3
2580
2581 -
2582   type: "file"
2583   title: "DPDK Performance Results 3n-hsw"
2584   algorithm: "file_test_results"
2585   output-file-ext: ".rst"
2586   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2587   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"
2588   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
2589   data: "dpdk-perf-results-3n-hsw"
2590   filter: "all"
2591   parameters:
2592   - "name"
2593   - "doc"
2594   - "level"
2595   - "parent"
2596   data-start-level: 3
2597
2598 -
2599   type: "file"
2600   title: "DPDK Performance Results 3n-skx"
2601   algorithm: "file_test_results"
2602   output-file-ext: ".rst"
2603   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2604   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"
2605   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
2606   data: "dpdk-perf-results-3n-skx"
2607   filter: "all"
2608   parameters:
2609   - "name"
2610   - "doc"
2611   - "level"
2612   - "parent"
2613   data-start-level: 3
2614
2615 -
2616   type: "file"
2617   title: "DPDK Performance Results 2n-skx"
2618   algorithm: "file_test_results"
2619   output-file-ext: ".rst"
2620   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2621   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"
2622   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
2623   data: "dpdk-perf-results-2n-skx"
2624   filter: "all"
2625   parameters:
2626   - "name"
2627   - "doc"
2628   - "level"
2629   - "parent"
2630   data-start-level: 3
2631
2632 -
2633   type: "file"
2634   title: "Honeycomb Functional Results"
2635   algorithm: "file_test_results"
2636   output-file-ext: ".rst"
2637   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
2638   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"
2639   dir-tables: "{DIR[DTR,FUNC,HC]}"
2640   data:
2641     "hc-func-results"
2642   filter: "all"
2643   parameters:
2644   - "name"
2645   - "doc"
2646   - "level"
2647   - "parent"
2648   data-start-level: 3
2649
2650 -
2651   type: "file"
2652   title: "NSH SFC Functional Results"
2653   algorithm: "file_test_results"
2654   output-file-ext: ".rst"
2655   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
2656   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"
2657   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
2658   data:
2659     "nsh-func-results"
2660   filter: "all"
2661   parameters:
2662   - "name"
2663   - "doc"
2664   - "level"
2665   - "parent"
2666   data-start-level: 3
2667
2668 -
2669   type: "file"
2670   title: "DMM Functional Results"
2671   algorithm: "file_test_results"
2672   output-file-ext: ".rst"
2673   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
2674   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"
2675   dir-tables: "{DIR[DTR,FUNC,DMM]}"
2676   data:
2677     "dmm-func-results"
2678   filter: "all"
2679   parameters:
2680   - "name"
2681   - "doc"
2682   - "level"
2683   - "parent"
2684   data-start-level: 3
2685
2686 ################################################################################
2687 ###                                P L O T S                                 ###
2688 ################################################################################
2689
2690 ################################################################################
2691 # Plots VPP HTTP Server Performance
2692 -
2693   type: "plot"
2694   title: "VPP HTTP Server Performance"
2695   algorithm: "plot_http_server_performance_box"
2696   output-file-type: ".html"
2697   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
2698   data:
2699     "plot-vpp-http-server-performance"
2700   # Keep this formatting, the filter is enclosed with " (quotation mark) and
2701   # each tag is enclosed with ' (apostrophe).
2702   filter: "'HTTP' and 'TCP_CPS'"
2703   parameters:
2704   - "result"
2705   - "name"
2706   traces:
2707     hoverinfo: "x+y"
2708     boxpoints: "outliers"
2709     whiskerwidth: 0
2710   layout:
2711     title: "VPP HTTP Server Performance"
2712     layout:
2713       "plot-cps"
2714
2715 -
2716   type: "plot"
2717   title: "VPP HTTP Server Performance"
2718   algorithm: "plot_http_server_performance_box"
2719   output-file-type: ".html"
2720   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
2721   data:
2722     "plot-vpp-http-server-performance"
2723   filter: "'HTTP' and 'TCP_RPS'"
2724   parameters:
2725   - "result"
2726   - "name"
2727   traces:
2728     hoverinfo: "x+y"
2729     boxpoints: "outliers"
2730     whiskerwidth: 0
2731   layout:
2732     title: "VPP HTTP Server Performance"
2733     layout:
2734       "plot-rps"
2735
2736 ################################################################################
2737
2738 # Packet Throughput - VPP L2 3n-hsw-x520
2739 -
2740   type: "plot"
2741   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
2742   algorithm: "plot_performance_box"
2743   output-file-type: ".html"
2744   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
2745   data: "plot-vpp-throughput-latency-3n-hsw"
2746   filter: "'NIC_Intel-X520-DA2' and
2747            '64B' and
2748            ('BASE' or 'SCALE') and
2749            'NDRPDR' and
2750            '1T1C' and
2751            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2752            not 'VHOST' and
2753            not 'MEMIF'"
2754   parameters:
2755   - "throughput"
2756   - "parent"
2757   traces:
2758     hoverinfo: "x+y"
2759     boxpoints: "outliers"
2760     whiskerwidth: 0
2761   layout:
2762     title: ""  # No title
2763     layout: "plot-throughput"
2764
2765 -
2766   type: "plot"
2767   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
2768   algorithm: "plot_performance_box"
2769   output-file-type: ".html"
2770   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
2771   data: "plot-vpp-throughput-latency-3n-hsw"
2772   filter: "'NIC_Intel-X520-DA2' and
2773            '64B' and
2774            ('BASE' or 'SCALE') and
2775            'NDRPDR' and
2776            '1T1C' and
2777            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2778            not 'VHOST' and
2779            not 'MEMIF'"
2780   parameters:
2781   - "throughput"
2782   - "parent"
2783   traces:
2784     hoverinfo: "x+y"
2785     boxpoints: "outliers"
2786     whiskerwidth: 0
2787   layout:
2788     title: ""  # No title
2789     layout: "plot-throughput"
2790
2791 -
2792   type: "plot"
2793   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
2794   algorithm: "plot_performance_box"
2795   output-file-type: ".html"
2796   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
2797   data: "plot-vpp-throughput-latency-3n-hsw"
2798   filter: "'NIC_Intel-X520-DA2' and
2799            '64B' and
2800            ('BASE' or 'SCALE') and
2801            'NDRPDR' and
2802            '2T2C' and
2803            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2804            not 'VHOST' and
2805            not 'MEMIF'"
2806   parameters:
2807   - "throughput"
2808   - "parent"
2809   traces:
2810     hoverinfo: "x+y"
2811     boxpoints: "outliers"
2812     whiskerwidth: 0
2813   layout:
2814     title: ""  # No title
2815     layout: "plot-throughput"
2816
2817 -
2818   type: "plot"
2819   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
2820   algorithm: "plot_performance_box"
2821   output-file-type: ".html"
2822   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
2823   data: "plot-vpp-throughput-latency-3n-hsw"
2824   filter: "'NIC_Intel-X520-DA2' and
2825            '64B' and
2826            ('BASE' or 'SCALE') and
2827            'NDRPDR' and
2828            '2T2C' and
2829            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2830            not 'VHOST' and
2831            not 'MEMIF'"
2832   parameters:
2833   - "throughput"
2834   - "parent"
2835   traces:
2836     hoverinfo: "x+y"
2837     boxpoints: "outliers"
2838     whiskerwidth: 0
2839   layout:
2840     title: ""  # No title
2841     layout: "plot-throughput"
2842
2843 -
2844   type: "plot"
2845   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
2846   algorithm: "plot_performance_box"
2847   output-file-type: ".html"
2848   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
2849   data: "plot-vpp-throughput-latency-3n-hsw"
2850   filter: "'NIC_Intel-X520-DA2' and
2851            '64B' and
2852            'FEATURE' and
2853            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2854            'NDRPDR' and
2855            '1T1C' and
2856            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2857            not 'VHOST' and
2858            not 'MEMIF'"
2859   parameters:
2860   - "throughput"
2861   - "parent"
2862   traces:
2863     hoverinfo: "x+y"
2864     boxpoints: "outliers"
2865     whiskerwidth: 0
2866   layout:
2867     title: ""  # No title
2868     layout: "plot-throughput"
2869
2870 -
2871   type: "plot"
2872   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
2873   algorithm: "plot_performance_box"
2874   output-file-type: ".html"
2875   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
2876   data: "plot-vpp-throughput-latency-3n-hsw"
2877   filter: "'NIC_Intel-X520-DA2' and
2878            '64B' and
2879            'FEATURE' and
2880            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2881            'NDRPDR' and
2882            '1T1C' and
2883            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2884            not 'VHOST' and
2885            not 'MEMIF'"
2886   parameters:
2887   - "throughput"
2888   - "parent"
2889   traces:
2890     hoverinfo: "x+y"
2891     boxpoints: "outliers"
2892     whiskerwidth: 0
2893   layout:
2894     title: ""  # No title
2895     layout: "plot-throughput"
2896
2897 -
2898   type: "plot"
2899   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
2900   algorithm: "plot_performance_box"
2901   output-file-type: ".html"
2902   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
2903   data: "plot-vpp-throughput-latency-3n-hsw"
2904   filter: "'NIC_Intel-X520-DA2' and
2905            '64B' and
2906            'FEATURE' and
2907            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2908            'NDRPDR' and
2909            '2T2C' and
2910            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2911            not 'VHOST' and
2912            not 'MEMIF'"
2913   parameters:
2914   - "throughput"
2915   - "parent"
2916   traces:
2917     hoverinfo: "x+y"
2918     boxpoints: "outliers"
2919     whiskerwidth: 0
2920   layout:
2921     title: ""  # No title
2922     layout: "plot-throughput"
2923
2924 -
2925   type: "plot"
2926   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
2927   algorithm: "plot_performance_box"
2928   output-file-type: ".html"
2929   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
2930   data: "plot-vpp-throughput-latency-3n-hsw"
2931   filter: "'NIC_Intel-X520-DA2' and
2932            '64B' and
2933            'FEATURE' and
2934            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2935            'NDRPDR' and
2936            '2T2C' and
2937            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2938            not 'VHOST' and
2939            not 'MEMIF'"
2940   parameters:
2941   - "throughput"
2942   - "parent"
2943   traces:
2944     hoverinfo: "x+y"
2945     boxpoints: "outliers"
2946     whiskerwidth: 0
2947   layout:
2948     title: ""  # No title
2949     layout: "plot-throughput"
2950
2951 # Packet Throughput - VPP L2 3n-hsw-x710
2952 -
2953   type: "plot"
2954   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
2955   algorithm: "plot_performance_box"
2956   output-file-type: ".html"
2957   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
2958   data: "plot-vpp-throughput-latency-3n-hsw"
2959   filter: "'NIC_Intel-X710' and
2960            '64B' and
2961            ('BASE' or 'SCALE') and
2962            'NDRPDR' and
2963            '1T1C' and
2964            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2965            not 'VHOST' and
2966            not 'MEMIF'"
2967   parameters:
2968   - "throughput"
2969   - "parent"
2970   traces:
2971     hoverinfo: "x+y"
2972     boxpoints: "outliers"
2973     whiskerwidth: 0
2974   layout:
2975     title: ""  # No title
2976     layout: "plot-throughput"
2977
2978 -
2979   type: "plot"
2980   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
2981   algorithm: "plot_performance_box"
2982   output-file-type: ".html"
2983   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
2984   data: "plot-vpp-throughput-latency-3n-hsw"
2985   filter: "'NIC_Intel-X710' and
2986            '64B' and
2987            ('BASE' or 'SCALE') and
2988            'NDRPDR' and
2989            '1T1C' and
2990            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2991            not 'VHOST' and
2992            not 'MEMIF'"
2993   parameters:
2994   - "throughput"
2995   - "parent"
2996   traces:
2997     hoverinfo: "x+y"
2998     boxpoints: "outliers"
2999     whiskerwidth: 0
3000   layout:
3001     title: ""  # No title
3002     layout: "plot-throughput"
3003
3004 -
3005   type: "plot"
3006   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3007   algorithm: "plot_performance_box"
3008   output-file-type: ".html"
3009   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3010   data: "plot-vpp-throughput-latency-3n-hsw"
3011   filter: "'NIC_Intel-X710' and
3012            '64B' and
3013            ('BASE' or 'SCALE') and
3014            'NDRPDR' and
3015            '2T2C' and
3016            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3017            not 'VHOST' and
3018            not 'MEMIF'"
3019   parameters:
3020   - "throughput"
3021   - "parent"
3022   traces:
3023     hoverinfo: "x+y"
3024     boxpoints: "outliers"
3025     whiskerwidth: 0
3026   layout:
3027     title: ""  # No title
3028     layout: "plot-throughput"
3029
3030 -
3031   type: "plot"
3032   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3033   algorithm: "plot_performance_box"
3034   output-file-type: ".html"
3035   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3036   data: "plot-vpp-throughput-latency-3n-hsw"
3037   filter: "'NIC_Intel-X710' and
3038            '64B' and
3039            ('BASE' or 'SCALE') and
3040            'NDRPDR' and
3041            '2T2C' and
3042            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3043            not 'VHOST' and
3044            not 'MEMIF'"
3045   parameters:
3046   - "throughput"
3047   - "parent"
3048   traces:
3049     hoverinfo: "x+y"
3050     boxpoints: "outliers"
3051     whiskerwidth: 0
3052   layout:
3053     title: ""  # No title
3054     layout: "plot-throughput"
3055
3056 -
3057   type: "plot"
3058   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3059   algorithm: "plot_performance_box"
3060   output-file-type: ".html"
3061   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3062   data: "plot-vpp-throughput-latency-3n-hsw"
3063   filter: "'NIC_Intel-X710' and
3064            '64B' and
3065            'FEATURE' and
3066            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3067            'NDRPDR' and
3068            '1T1C' and
3069            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3070            not 'VHOST' and
3071            not 'MEMIF'"
3072   parameters:
3073   - "throughput"
3074   - "parent"
3075   traces:
3076     hoverinfo: "x+y"
3077     boxpoints: "outliers"
3078     whiskerwidth: 0
3079   layout:
3080     title: ""  # No title
3081     layout: "plot-throughput"
3082
3083 -
3084   type: "plot"
3085   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3086   algorithm: "plot_performance_box"
3087   output-file-type: ".html"
3088   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3089   data: "plot-vpp-throughput-latency-3n-hsw"
3090   filter: "'NIC_Intel-X710' and
3091            '64B' and
3092            'FEATURE' and
3093            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3094            'NDRPDR' and
3095            '1T1C' and
3096            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3097            not 'VHOST' and
3098            not 'MEMIF'"
3099   parameters:
3100   - "throughput"
3101   - "parent"
3102   traces:
3103     hoverinfo: "x+y"
3104     boxpoints: "outliers"
3105     whiskerwidth: 0
3106   layout:
3107     title: ""  # No title
3108     layout: "plot-throughput"
3109
3110 -
3111   type: "plot"
3112   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3113   algorithm: "plot_performance_box"
3114   output-file-type: ".html"
3115   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3116   data: "plot-vpp-throughput-latency-3n-hsw"
3117   filter: "'NIC_Intel-X710' and
3118            '64B' and
3119            'FEATURE' and
3120            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3121            'NDRPDR' and
3122            '2T2C' and
3123            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3124            not 'VHOST' and
3125            not 'MEMIF'"
3126   parameters:
3127   - "throughput"
3128   - "parent"
3129   traces:
3130     hoverinfo: "x+y"
3131     boxpoints: "outliers"
3132     whiskerwidth: 0
3133   layout:
3134     title: ""  # No title
3135     layout: "plot-throughput"
3136
3137 -
3138   type: "plot"
3139   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3140   algorithm: "plot_performance_box"
3141   output-file-type: ".html"
3142   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3143   data: "plot-vpp-throughput-latency-3n-hsw"
3144   filter: "'NIC_Intel-X710' and
3145            '64B' and
3146            'FEATURE' and
3147            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3148            'NDRPDR' and
3149            '2T2C' and
3150            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3151            not 'VHOST' and
3152            not 'MEMIF'"
3153   parameters:
3154   - "throughput"
3155   - "parent"
3156   traces:
3157     hoverinfo: "x+y"
3158     boxpoints: "outliers"
3159     whiskerwidth: 0
3160   layout:
3161     title: ""  # No title
3162     layout: "plot-throughput"
3163
3164 # Packet Throughput - VPP L2 3n-hsw-xl710
3165 -
3166   type: "plot"
3167   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3168   algorithm: "plot_performance_box"
3169   output-file-type: ".html"
3170   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3171   data: "plot-vpp-throughput-latency-3n-hsw"
3172   filter: "'NIC_Intel-XL710' and
3173            '64B' and
3174            ('BASE' or 'SCALE') and
3175            'NDRPDR' and
3176            '1T1C' and
3177            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3178            not 'VHOST' and
3179            not 'MEMIF'"
3180   parameters:
3181   - "throughput"
3182   - "parent"
3183   traces:
3184     hoverinfo: "x+y"
3185     boxpoints: "outliers"
3186     whiskerwidth: 0
3187   layout:
3188     title: ""  # No title
3189     layout: "plot-throughput"
3190
3191 -
3192   type: "plot"
3193   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3194   algorithm: "plot_performance_box"
3195   output-file-type: ".html"
3196   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3197   data: "plot-vpp-throughput-latency-3n-hsw"
3198   filter: "'NIC_Intel-XL710' and
3199            '64B' and
3200            ('BASE' or 'SCALE') and
3201            'NDRPDR' and
3202            '1T1C' and
3203            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3204            not 'VHOST' and
3205            not 'MEMIF'"
3206   parameters:
3207   - "throughput"
3208   - "parent"
3209   traces:
3210     hoverinfo: "x+y"
3211     boxpoints: "outliers"
3212     whiskerwidth: 0
3213   layout:
3214     title: ""  # No title
3215     layout: "plot-throughput"
3216
3217 -
3218   type: "plot"
3219   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3220   algorithm: "plot_performance_box"
3221   output-file-type: ".html"
3222   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3223   data: "plot-vpp-throughput-latency-3n-hsw"
3224   filter: "'NIC_Intel-XL710' and
3225            '64B' and
3226            ('BASE' or 'SCALE') and
3227            'NDRPDR' and
3228            '2T2C' and
3229            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3230            not 'VHOST' and
3231            not 'MEMIF'"
3232   parameters:
3233   - "throughput"
3234   - "parent"
3235   traces:
3236     hoverinfo: "x+y"
3237     boxpoints: "outliers"
3238     whiskerwidth: 0
3239   layout:
3240     title: ""  # No title
3241     layout: "plot-throughput"
3242
3243 -
3244   type: "plot"
3245   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3246   algorithm: "plot_performance_box"
3247   output-file-type: ".html"
3248   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3249   data: "plot-vpp-throughput-latency-3n-hsw"
3250   filter: "'NIC_Intel-XL710' and
3251            '64B' and
3252            ('BASE' or 'SCALE') and
3253            'NDRPDR' and
3254            '2T2C' and
3255            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3256            not 'VHOST' and
3257            not 'MEMIF'"
3258   parameters:
3259   - "throughput"
3260   - "parent"
3261   traces:
3262     hoverinfo: "x+y"
3263     boxpoints: "outliers"
3264     whiskerwidth: 0
3265   layout:
3266     title: ""  # No title
3267     layout: "plot-throughput"
3268
3269 # Packet Throughput - VPP L2 3n-skx-x710
3270 -
3271   type: "plot"
3272   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3273   algorithm: "plot_performance_box"
3274   output-file-type: ".html"
3275   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3276   data: "plot-vpp-throughput-latency-3n-skx"
3277   filter: "'NIC_Intel-X710' and
3278            '64B' and
3279            ('BASE' or 'SCALE') and
3280            'NDRPDR' and
3281            '2T1C' and
3282            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3283            not 'VHOST' and
3284            not 'MEMIF'"
3285   parameters:
3286   - "throughput"
3287   - "parent"
3288   traces:
3289     hoverinfo: "x+y"
3290     boxpoints: "outliers"
3291     whiskerwidth: 0
3292   layout:
3293     title: ""  # No title
3294     layout: "plot-throughput"
3295
3296 -
3297   type: "plot"
3298   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3299   algorithm: "plot_performance_box"
3300   output-file-type: ".html"
3301   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3302   data: "plot-vpp-throughput-latency-3n-skx"
3303   filter: "'NIC_Intel-X710' and
3304            '64B' and
3305            ('BASE' or 'SCALE') and
3306            'NDRPDR' and
3307            '2T1C' and
3308            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3309            not 'VHOST' and
3310            not 'MEMIF'"
3311   parameters:
3312   - "throughput"
3313   - "parent"
3314   traces:
3315     hoverinfo: "x+y"
3316     boxpoints: "outliers"
3317     whiskerwidth: 0
3318   layout:
3319     title: ""  # No title
3320     layout: "plot-throughput"
3321
3322 -
3323   type: "plot"
3324   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3325   algorithm: "plot_performance_box"
3326   output-file-type: ".html"
3327   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3328   data: "plot-vpp-throughput-latency-3n-skx"
3329   filter: "'NIC_Intel-X710' and
3330            '64B' and
3331            ('BASE' or 'SCALE') and
3332            'NDRPDR' and
3333            '4T2C' and
3334            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3335            not 'VHOST' and
3336            not 'MEMIF'"
3337   parameters:
3338   - "throughput"
3339   - "parent"
3340   traces:
3341     hoverinfo: "x+y"
3342     boxpoints: "outliers"
3343     whiskerwidth: 0
3344   layout:
3345     title: ""  # No title
3346     layout: "plot-throughput"
3347
3348 -
3349   type: "plot"
3350   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3351   algorithm: "plot_performance_box"
3352   output-file-type: ".html"
3353   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3354   data: "plot-vpp-throughput-latency-3n-skx"
3355   filter: "'NIC_Intel-X710' and
3356            '64B' and
3357            ('BASE' or 'SCALE') and
3358            'NDRPDR' and
3359            '4T2C' and
3360            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3361            not 'VHOST' and
3362            not 'MEMIF'"
3363   parameters:
3364   - "throughput"
3365   - "parent"
3366   traces:
3367     hoverinfo: "x+y"
3368     boxpoints: "outliers"
3369     whiskerwidth: 0
3370   layout:
3371     title: ""  # No title
3372     layout: "plot-throughput"
3373
3374 -
3375   type: "plot"
3376   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3377   algorithm: "plot_performance_box"
3378   output-file-type: ".html"
3379   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3380   data: "plot-vpp-throughput-latency-3n-skx"
3381   filter: "'NIC_Intel-X710' and
3382            '64B' and
3383            'FEATURE' and
3384            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3385            'NDRPDR' and
3386            '2T1C' and
3387            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3388            not 'VHOST' and
3389            not 'MEMIF'"
3390   parameters:
3391   - "throughput"
3392   - "parent"
3393   traces:
3394     hoverinfo: "x+y"
3395     boxpoints: "outliers"
3396     whiskerwidth: 0
3397   layout:
3398     title: ""  # No title
3399     layout: "plot-throughput"
3400
3401 -
3402   type: "plot"
3403   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3404   algorithm: "plot_performance_box"
3405   output-file-type: ".html"
3406   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3407   data: "plot-vpp-throughput-latency-3n-skx"
3408   filter: "'NIC_Intel-X710' and
3409            '64B' and
3410            'FEATURE' and
3411            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3412            'NDRPDR' and
3413            '2T1C' and
3414            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3415            not 'VHOST' and
3416            not 'MEMIF'"
3417   parameters:
3418   - "throughput"
3419   - "parent"
3420   traces:
3421     hoverinfo: "x+y"
3422     boxpoints: "outliers"
3423     whiskerwidth: 0
3424   layout:
3425     title: ""  # No title
3426     layout: "plot-throughput"
3427
3428 -
3429   type: "plot"
3430   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
3431   algorithm: "plot_performance_box"
3432   output-file-type: ".html"
3433   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
3434   data: "plot-vpp-throughput-latency-3n-skx"
3435   filter: "'NIC_Intel-X710' and
3436            '64B' and
3437            'FEATURE' and
3438            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3439            'NDRPDR' and
3440            '4T2C' and
3441            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3442            not 'VHOST' and
3443            not 'MEMIF'"
3444   parameters:
3445   - "throughput"
3446   - "parent"
3447   traces:
3448     hoverinfo: "x+y"
3449     boxpoints: "outliers"
3450     whiskerwidth: 0
3451   layout:
3452     title: ""  # No title
3453     layout: "plot-throughput"
3454
3455 -
3456   type: "plot"
3457   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
3458   algorithm: "plot_performance_box"
3459   output-file-type: ".html"
3460   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
3461   data: "plot-vpp-throughput-latency-3n-skx"
3462   filter: "'NIC_Intel-X710' and
3463            '64B' and
3464            'FEATURE' and
3465            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3466            'NDRPDR' and
3467            '4T2C' and
3468            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3469            not 'VHOST' and
3470            not 'MEMIF'"
3471   parameters:
3472   - "throughput"
3473   - "parent"
3474   traces:
3475     hoverinfo: "x+y"
3476     boxpoints: "outliers"
3477     whiskerwidth: 0
3478   layout:
3479     title: ""  # No title
3480     layout: "plot-throughput"
3481
3482 # Packet Throughput - VPP L2 3n-skx-xxv710
3483 -
3484   type: "plot"
3485   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3486   algorithm: "plot_performance_box"
3487   output-file-type: ".html"
3488   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3489   data: "plot-vpp-throughput-latency-3n-skx"
3490   filter: "'NIC_Intel-XXV710' and
3491            '64B' and
3492            ('BASE' or 'SCALE') and
3493            'NDRPDR' and
3494            '2T1C' and
3495            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3496            not 'VHOST' and
3497            not 'MEMIF'"
3498   parameters:
3499   - "throughput"
3500   - "parent"
3501   traces:
3502     hoverinfo: "x+y"
3503     boxpoints: "outliers"
3504     whiskerwidth: 0
3505   layout:
3506     title: ""  # No title
3507     layout: "plot-throughput"
3508
3509 -
3510   type: "plot"
3511   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3512   algorithm: "plot_performance_box"
3513   output-file-type: ".html"
3514   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3515   data: "plot-vpp-throughput-latency-3n-skx"
3516   filter: "'NIC_Intel-XXV710' and
3517            '64B' and
3518            ('BASE' or 'SCALE') and
3519            'NDRPDR' and
3520            '2T1C' and
3521            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3522            not 'VHOST' and
3523            not 'MEMIF'"
3524   parameters:
3525   - "throughput"
3526   - "parent"
3527   traces:
3528     hoverinfo: "x+y"
3529     boxpoints: "outliers"
3530     whiskerwidth: 0
3531   layout:
3532     title: ""  # No title
3533     layout: "plot-throughput"
3534
3535 -
3536   type: "plot"
3537   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3538   algorithm: "plot_performance_box"
3539   output-file-type: ".html"
3540   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3541   data: "plot-vpp-throughput-latency-3n-skx"
3542   filter: "'NIC_Intel-XXV710' and
3543            '64B' and
3544            ('BASE' or 'SCALE') and
3545            'NDRPDR' and
3546            '4T2C' and
3547            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3548            not 'VHOST' and
3549            not 'MEMIF'"
3550   parameters:
3551   - "throughput"
3552   - "parent"
3553   traces:
3554     hoverinfo: "x+y"
3555     boxpoints: "outliers"
3556     whiskerwidth: 0
3557   layout:
3558     title: ""  # No title
3559     layout: "plot-throughput"
3560
3561 -
3562   type: "plot"
3563   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3564   algorithm: "plot_performance_box"
3565   output-file-type: ".html"
3566   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3567   data: "plot-vpp-throughput-latency-3n-skx"
3568   filter: "'NIC_Intel-XXV710' and
3569            '64B' and
3570            ('BASE' or 'SCALE') and
3571            'NDRPDR' and
3572            '4T2C' and
3573            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3574            not 'VHOST' and
3575            not 'MEMIF'"
3576   parameters:
3577   - "throughput"
3578   - "parent"
3579   traces:
3580     hoverinfo: "x+y"
3581     boxpoints: "outliers"
3582     whiskerwidth: 0
3583   layout:
3584     title: ""  # No title
3585     layout: "plot-throughput"
3586
3587 # Packet Throughput - VPP L2 2n-skx-x710
3588 -
3589   type: "plot"
3590   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
3591   algorithm: "plot_performance_box"
3592   output-file-type: ".html"
3593   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
3594   data: "plot-vpp-throughput-latency-2n-skx"
3595   filter: "'NIC_Intel-X710' and
3596            '64B' and
3597            ('BASE' or 'SCALE') and
3598            'NDRPDR' and
3599            '2T1C' and
3600            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3601            not 'VHOST' and
3602            not 'MEMIF'"
3603   parameters:
3604   - "throughput"
3605   - "parent"
3606   traces:
3607     hoverinfo: "x+y"
3608     boxpoints: "outliers"
3609     whiskerwidth: 0
3610   layout:
3611     title: ""  # No title
3612     layout: "plot-throughput"
3613
3614 -
3615   type: "plot"
3616   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
3617   algorithm: "plot_performance_box"
3618   output-file-type: ".html"
3619   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
3620   data: "plot-vpp-throughput-latency-2n-skx"
3621   filter: "'NIC_Intel-X710' and
3622            '64B' and
3623            ('BASE' or 'SCALE') and
3624            'NDRPDR' and
3625            '2T1C' and
3626            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3627            not 'VHOST' and
3628            not 'MEMIF'"
3629   parameters:
3630   - "throughput"
3631   - "parent"
3632   traces:
3633     hoverinfo: "x+y"
3634     boxpoints: "outliers"
3635     whiskerwidth: 0
3636   layout:
3637     title: ""  # No title
3638     layout: "plot-throughput"
3639
3640 -
3641   type: "plot"
3642   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
3643   algorithm: "plot_performance_box"
3644   output-file-type: ".html"
3645   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
3646   data: "plot-vpp-throughput-latency-2n-skx"
3647   filter: "'NIC_Intel-X710' and
3648            '64B' and
3649            ('BASE' or 'SCALE') and
3650            'NDRPDR' and
3651            '4T2C' and
3652            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3653            not 'VHOST' and
3654            not 'MEMIF'"
3655   parameters:
3656   - "throughput"
3657   - "parent"
3658   traces:
3659     hoverinfo: "x+y"
3660     boxpoints: "outliers"
3661     whiskerwidth: 0
3662   layout:
3663     title: ""  # No title
3664     layout: "plot-throughput"
3665
3666 -
3667   type: "plot"
3668   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
3669   algorithm: "plot_performance_box"
3670   output-file-type: ".html"
3671   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
3672   data: "plot-vpp-throughput-latency-2n-skx"
3673   filter: "'NIC_Intel-X710' and
3674            '64B' and
3675            ('BASE' or 'SCALE') and
3676            'NDRPDR' and
3677            '4T2C' and
3678            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3679            not 'VHOST' and
3680            not 'MEMIF'"
3681   parameters:
3682   - "throughput"
3683   - "parent"
3684   traces:
3685     hoverinfo: "x+y"
3686     boxpoints: "outliers"
3687     whiskerwidth: 0
3688   layout:
3689     title: ""  # No title
3690     layout: "plot-throughput"
3691
3692 # Packet Throughput - VPP L2 2n-skx-xxv710
3693 -
3694   type: "plot"
3695   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3696   algorithm: "plot_performance_box"
3697   output-file-type: ".html"
3698   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3699   data: "plot-vpp-throughput-latency-2n-skx"
3700   filter: "'NIC_Intel-XXV710' and
3701            '64B' and
3702            ('BASE' or 'SCALE') and
3703            'NDRPDR' and
3704            '2T1C' and
3705            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3706            not 'VHOST' and
3707            not 'MEMIF'"
3708   parameters:
3709   - "throughput"
3710   - "parent"
3711   traces:
3712     hoverinfo: "x+y"
3713     boxpoints: "outliers"
3714     whiskerwidth: 0
3715   layout:
3716     title: ""  # No title
3717     layout: "plot-throughput"
3718
3719 -
3720   type: "plot"
3721   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3722   algorithm: "plot_performance_box"
3723   output-file-type: ".html"
3724   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3725   data: "plot-vpp-throughput-latency-2n-skx"
3726   filter: "'NIC_Intel-XXV710' and
3727            '64B' and
3728            ('BASE' or 'SCALE') and
3729            'NDRPDR' and
3730            '2T1C' and
3731            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3732            not 'VHOST' and
3733            not 'MEMIF'"
3734   parameters:
3735   - "throughput"
3736   - "parent"
3737   traces:
3738     hoverinfo: "x+y"
3739     boxpoints: "outliers"
3740     whiskerwidth: 0
3741   layout:
3742     title: ""  # No title
3743     layout: "plot-throughput"
3744
3745 -
3746   type: "plot"
3747   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3748   algorithm: "plot_performance_box"
3749   output-file-type: ".html"
3750   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3751   data: "plot-vpp-throughput-latency-2n-skx"
3752   filter: "'NIC_Intel-XXV710' and
3753            '64B' and
3754            ('BASE' or 'SCALE') and
3755            'NDRPDR' and
3756            '4T2C' and
3757            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3758            not 'VHOST' and
3759            not 'MEMIF'"
3760   parameters:
3761   - "throughput"
3762   - "parent"
3763   traces:
3764     hoverinfo: "x+y"
3765     boxpoints: "outliers"
3766     whiskerwidth: 0
3767   layout:
3768     title: ""  # No title
3769     layout: "plot-throughput"
3770
3771 -
3772   type: "plot"
3773   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3774   algorithm: "plot_performance_box"
3775   output-file-type: ".html"
3776   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3777   data: "plot-vpp-throughput-latency-2n-skx"
3778   filter: "'NIC_Intel-XXV710' and
3779            '64B' and
3780            ('BASE' or 'SCALE') and
3781            'NDRPDR' and
3782            '4T2C' and
3783            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3784            not 'VHOST' and
3785            not 'MEMIF'"
3786   parameters:
3787   - "throughput"
3788   - "parent"
3789   traces:
3790     hoverinfo: "x+y"
3791     boxpoints: "outliers"
3792     whiskerwidth: 0
3793   layout:
3794     title: ""  # No title
3795     layout: "plot-throughput"
3796
3797 ################################################################################
3798
3799 # Packet Throughput - VPP Container Memif 3n-hsw-x520
3800 -
3801   type: "plot"
3802   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3803   algorithm: "plot_performance_box"
3804   output-file-type: ".html"
3805   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3806   data: "plot-vpp-throughput-latency-3n-hsw"
3807   filter: "'NIC_Intel-X520-DA2' and
3808            '64B' and
3809            ('BASE' or 'SCALE') and
3810            'NDRPDR' and
3811            '1T1C' and
3812            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3813            not 'VHOST' and
3814            'MEMIF'"
3815   parameters:
3816   - "throughput"
3817   - "parent"
3818   traces:
3819     hoverinfo: "x+y"
3820     boxpoints: "outliers"
3821     whiskerwidth: 0
3822   layout:
3823     title: ""  # No title
3824     layout: "plot-throughput"
3825
3826 -
3827   type: "plot"
3828   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3829   algorithm: "plot_performance_box"
3830   output-file-type: ".html"
3831   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3832   data: "plot-vpp-throughput-latency-3n-hsw"
3833   filter: "'NIC_Intel-X520-DA2' and
3834            '64B' and
3835            ('BASE' or 'SCALE') and
3836            'NDRPDR' and
3837            '1T1C' and
3838            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3839            not 'VHOST' and
3840            'MEMIF'"
3841   parameters:
3842   - "throughput"
3843   - "parent"
3844   traces:
3845     hoverinfo: "x+y"
3846     boxpoints: "outliers"
3847     whiskerwidth: 0
3848   layout:
3849     title: ""  # No title
3850     layout: "plot-throughput"
3851
3852 -
3853   type: "plot"
3854   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3855   algorithm: "plot_performance_box"
3856   output-file-type: ".html"
3857   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3858   data: "plot-vpp-throughput-latency-3n-hsw"
3859   filter: "'NIC_Intel-X520-DA2' and
3860            '64B' and
3861            ('BASE' or 'SCALE') and
3862            'NDRPDR' and
3863            '2T2C' and
3864            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3865            not 'VHOST' and
3866            'MEMIF'"
3867   parameters:
3868   - "throughput"
3869   - "parent"
3870   traces:
3871     hoverinfo: "x+y"
3872     boxpoints: "outliers"
3873     whiskerwidth: 0
3874   layout:
3875     title: ""  # No title
3876     layout: "plot-throughput"
3877
3878 -
3879   type: "plot"
3880   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3881   algorithm: "plot_performance_box"
3882   output-file-type: ".html"
3883   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3884   data: "plot-vpp-throughput-latency-3n-hsw"
3885   filter: "'NIC_Intel-X520-DA2' and
3886            '64B' and
3887            ('BASE' or 'SCALE') and
3888            'NDRPDR' and
3889            '2T2C' and
3890            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3891            not 'VHOST' and
3892            'MEMIF'"
3893   parameters:
3894   - "throughput"
3895   - "parent"
3896   traces:
3897     hoverinfo: "x+y"
3898     boxpoints: "outliers"
3899     whiskerwidth: 0
3900   layout:
3901     title: ""  # No title
3902     layout: "plot-throughput"
3903
3904 # Packet Throughput - VPP Container Memif 3n-hsw-x710
3905 -
3906   type: "plot"
3907   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3908   algorithm: "plot_performance_box"
3909   output-file-type: ".html"
3910   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3911   data: "plot-vpp-throughput-latency-3n-hsw"
3912   filter: "'NIC_Intel-X710' and
3913            '64B' and
3914            ('BASE' or 'SCALE') and
3915            'NDRPDR' and
3916            '1T1C' and
3917            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3918            not 'VHOST' and
3919            'MEMIF'"
3920   parameters:
3921   - "throughput"
3922   - "parent"
3923   traces:
3924     hoverinfo: "x+y"
3925     boxpoints: "outliers"
3926     whiskerwidth: 0
3927   layout:
3928     title: ""  # No title
3929     layout: "plot-throughput"
3930
3931 -
3932   type: "plot"
3933   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3934   algorithm: "plot_performance_box"
3935   output-file-type: ".html"
3936   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3937   data: "plot-vpp-throughput-latency-3n-hsw"
3938   filter: "'NIC_Intel-X710' and
3939            '64B' and
3940            ('BASE' or 'SCALE') and
3941            'NDRPDR' and
3942            '1T1C' and
3943            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3944            not 'VHOST' and
3945            'MEMIF'"
3946   parameters:
3947   - "throughput"
3948   - "parent"
3949   traces:
3950     hoverinfo: "x+y"
3951     boxpoints: "outliers"
3952     whiskerwidth: 0
3953   layout:
3954     title: ""  # No title
3955     layout: "plot-throughput"
3956
3957 -
3958   type: "plot"
3959   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3960   algorithm: "plot_performance_box"
3961   output-file-type: ".html"
3962   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3963   data: "plot-vpp-throughput-latency-3n-hsw"
3964   filter: "'NIC_Intel-X710' and
3965            '64B' and
3966            ('BASE' or 'SCALE') and
3967            'NDRPDR' and
3968            '2T2C' and
3969            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3970            not 'VHOST' and
3971            'MEMIF'"
3972   parameters:
3973   - "throughput"
3974   - "parent"
3975   traces:
3976     hoverinfo: "x+y"
3977     boxpoints: "outliers"
3978     whiskerwidth: 0
3979   layout:
3980     title: ""  # No title
3981     layout: "plot-throughput"
3982
3983 -
3984   type: "plot"
3985   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3986   algorithm: "plot_performance_box"
3987   output-file-type: ".html"
3988   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3989   data: "plot-vpp-throughput-latency-3n-hsw"
3990   filter: "'NIC_Intel-X710' and
3991            '64B' and
3992            ('BASE' or 'SCALE') and
3993            'NDRPDR' and
3994            '2T2C' and
3995            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3996            not 'VHOST' and
3997            'MEMIF'"
3998   parameters:
3999   - "throughput"
4000   - "parent"
4001   traces:
4002     hoverinfo: "x+y"
4003     boxpoints: "outliers"
4004     whiskerwidth: 0
4005   layout:
4006     title: ""  # No title
4007     layout: "plot-throughput"
4008
4009 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
4010 -
4011   type: "plot"
4012   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4013   algorithm: "plot_performance_box"
4014   output-file-type: ".html"
4015   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4016   data: "plot-vpp-throughput-latency-3n-hsw"
4017   filter: "'NIC_Intel-XL710' and
4018            '64B' and
4019            ('BASE' or 'SCALE') and
4020            'NDRPDR' and
4021            '1T1C' and
4022            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4023            not 'VHOST' and
4024            'MEMIF'"
4025   parameters:
4026   - "throughput"
4027   - "parent"
4028   traces:
4029     hoverinfo: "x+y"
4030     boxpoints: "outliers"
4031     whiskerwidth: 0
4032   layout:
4033     title: ""  # No title
4034     layout: "plot-throughput"
4035
4036 -
4037   type: "plot"
4038   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4039   algorithm: "plot_performance_box"
4040   output-file-type: ".html"
4041   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4042   data: "plot-vpp-throughput-latency-3n-hsw"
4043   filter: "'NIC_Intel-XL710' and
4044            '64B' and
4045            ('BASE' or 'SCALE') and
4046            'NDRPDR' and
4047            '1T1C' and
4048            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4049            not 'VHOST' and
4050            'MEMIF'"
4051   parameters:
4052   - "throughput"
4053   - "parent"
4054   traces:
4055     hoverinfo: "x+y"
4056     boxpoints: "outliers"
4057     whiskerwidth: 0
4058   layout:
4059     title: ""  # No title
4060     layout: "plot-throughput"
4061
4062 -
4063   type: "plot"
4064   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4065   algorithm: "plot_performance_box"
4066   output-file-type: ".html"
4067   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4068   data: "plot-vpp-throughput-latency-3n-hsw"
4069   filter: "'NIC_Intel-XL710' and
4070            '64B' and
4071            ('BASE' or 'SCALE') and
4072            'NDRPDR' and
4073            '2T2C' and
4074            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4075            not 'VHOST' and
4076            'MEMIF'"
4077   parameters:
4078   - "throughput"
4079   - "parent"
4080   traces:
4081     hoverinfo: "x+y"
4082     boxpoints: "outliers"
4083     whiskerwidth: 0
4084   layout:
4085     title: ""  # No title
4086     layout: "plot-throughput"
4087
4088 -
4089   type: "plot"
4090   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4091   algorithm: "plot_performance_box"
4092   output-file-type: ".html"
4093   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4094   data: "plot-vpp-throughput-latency-3n-hsw"
4095   filter: "'NIC_Intel-XL710' and
4096            '64B' and
4097            ('BASE' or 'SCALE') and
4098            'NDRPDR' and
4099            '2T2C' and
4100            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4101            not 'VHOST' and
4102            'MEMIF'"
4103   parameters:
4104   - "throughput"
4105   - "parent"
4106   traces:
4107     hoverinfo: "x+y"
4108     boxpoints: "outliers"
4109     whiskerwidth: 0
4110   layout:
4111     title: ""  # No title
4112     layout: "plot-throughput"
4113
4114 # Packet Throughput - VPP Container Memif 3n-skx-x710
4115 -
4116   type: "plot"
4117   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4118   algorithm: "plot_performance_box"
4119   output-file-type: ".html"
4120   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4121   data: "plot-vpp-throughput-latency-3n-skx"
4122   filter: "'NIC_Intel-X710' and
4123            '64B' and
4124            ('BASE' or 'SCALE') and
4125            'NDRPDR' and
4126            '2T1C' and
4127            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4128            not 'VHOST' and
4129            'MEMIF'"
4130   parameters:
4131   - "throughput"
4132   - "parent"
4133   traces:
4134     hoverinfo: "x+y"
4135     boxpoints: "outliers"
4136     whiskerwidth: 0
4137   layout:
4138     title: ""  # No title
4139     layout: "plot-throughput"
4140
4141 -
4142   type: "plot"
4143   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4144   algorithm: "plot_performance_box"
4145   output-file-type: ".html"
4146   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4147   data: "plot-vpp-throughput-latency-3n-skx"
4148   filter: "'NIC_Intel-X710' and
4149            '64B' and
4150            ('BASE' or 'SCALE') and
4151            'NDRPDR' and
4152            '2T1C' and
4153            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4154            not 'VHOST' and
4155             'MEMIF'"
4156   parameters:
4157   - "throughput"
4158   - "parent"
4159   traces:
4160     hoverinfo: "x+y"
4161     boxpoints: "outliers"
4162     whiskerwidth: 0
4163   layout:
4164     title: ""  # No title
4165     layout: "plot-throughput"
4166
4167 -
4168   type: "plot"
4169   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4170   algorithm: "plot_performance_box"
4171   output-file-type: ".html"
4172   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4173   data: "plot-vpp-throughput-latency-3n-skx"
4174   filter: "'NIC_Intel-X710' and
4175            '64B' and
4176            ('BASE' or 'SCALE') and
4177            'NDRPDR' and
4178            '4T2C' and
4179            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4180            not 'VHOST' and
4181            'MEMIF'"
4182   parameters:
4183   - "throughput"
4184   - "parent"
4185   traces:
4186     hoverinfo: "x+y"
4187     boxpoints: "outliers"
4188     whiskerwidth: 0
4189   layout:
4190     title: ""  # No title
4191     layout: "plot-throughput"
4192
4193 -
4194   type: "plot"
4195   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4196   algorithm: "plot_performance_box"
4197   output-file-type: ".html"
4198   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4199   data: "plot-vpp-throughput-latency-3n-skx"
4200   filter: "'NIC_Intel-X710' and
4201            '64B' and
4202            ('BASE' or 'SCALE') and
4203            'NDRPDR' and
4204            '4T2C' and
4205            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4206            not 'VHOST' and
4207            'MEMIF'"
4208   parameters:
4209   - "throughput"
4210   - "parent"
4211   traces:
4212     hoverinfo: "x+y"
4213     boxpoints: "outliers"
4214     whiskerwidth: 0
4215   layout:
4216     title: ""  # No title
4217     layout: "plot-throughput"
4218
4219 ################################################################################
4220
4221 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520
4222 -
4223   type: "plot"
4224   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4225   algorithm: "plot_performance_box"
4226   output-file-type: ".html"
4227   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4228   data: "plot-ligato-throughput-latency-3n-hsw"
4229   filter: "'NIC_Intel-X520-DA2' and
4230            '64B' and
4231            ('BASE' or 'SCALE') and
4232            'NDRPDR' and
4233            '1T1C' and
4234            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4235            not 'VHOST' and
4236            'MEMIF'"
4237   parameters:
4238   - "throughput"
4239   - "parent"
4240   traces:
4241     hoverinfo: "x+y"
4242     boxpoints: "outliers"
4243     whiskerwidth: 0
4244   layout:
4245     title: ""  # No title
4246     layout: "plot-throughput"
4247
4248 -
4249   type: "plot"
4250   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4251   algorithm: "plot_performance_box"
4252   output-file-type: ".html"
4253   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4254   data: "plot-ligato-throughput-latency-3n-hsw"
4255   filter: "'NIC_Intel-X520-DA2' and
4256            '64B' and
4257            ('BASE' or 'SCALE') and
4258            'NDRPDR' and
4259            '1T1C' and
4260            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4261            not 'VHOST' and
4262            'MEMIF'"
4263   parameters:
4264   - "throughput"
4265   - "parent"
4266   traces:
4267     hoverinfo: "x+y"
4268     boxpoints: "outliers"
4269     whiskerwidth: 0
4270   layout:
4271     title: ""  # No title
4272     layout: "plot-throughput"
4273
4274 -
4275   type: "plot"
4276   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4277   algorithm: "plot_performance_box"
4278   output-file-type: ".html"
4279   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4280   data: "plot-ligato-throughput-latency-3n-hsw"
4281   filter: "'NIC_Intel-X520-DA2' and
4282            '64B' and
4283            ('BASE' or 'SCALE') and
4284            'NDRPDR' and
4285            '2T2C' and
4286            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4287            not 'VHOST' and
4288            'MEMIF'"
4289   parameters:
4290   - "throughput"
4291   - "parent"
4292   traces:
4293     hoverinfo: "x+y"
4294     boxpoints: "outliers"
4295     whiskerwidth: 0
4296   layout:
4297     title: ""  # No title
4298     layout: "plot-throughput"
4299
4300 -
4301   type: "plot"
4302   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4303   algorithm: "plot_performance_box"
4304   output-file-type: ".html"
4305   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4306   data: "plot-ligato-throughput-latency-3n-hsw"
4307   filter: "'NIC_Intel-X520-DA2' and
4308            '64B' and
4309            ('BASE' or 'SCALE') and
4310            'NDRPDR' and
4311            '2T2C' and
4312            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4313            not 'VHOST' and
4314            'MEMIF'"
4315   parameters:
4316   - "throughput"
4317   - "parent"
4318   traces:
4319     hoverinfo: "x+y"
4320     boxpoints: "outliers"
4321     whiskerwidth: 0
4322   layout:
4323     title: ""  # No title
4324     layout: "plot-throughput"
4325
4326 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710
4327 -
4328   type: "plot"
4329   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4330   algorithm: "plot_performance_box"
4331   output-file-type: ".html"
4332   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4333   data: "plot-ligato-throughput-latency-3n-hsw"
4334   filter: "'NIC_Intel-X710' and
4335            '64B' and
4336            ('BASE' or 'SCALE') and
4337            'NDRPDR' and
4338            '1T1C' and
4339            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4340            not 'VHOST' and
4341            'MEMIF'"
4342   parameters:
4343   - "throughput"
4344   - "parent"
4345   traces:
4346     hoverinfo: "x+y"
4347     boxpoints: "outliers"
4348     whiskerwidth: 0
4349   layout:
4350     title: ""  # No title
4351     layout: "plot-throughput"
4352
4353 -
4354   type: "plot"
4355   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4356   algorithm: "plot_performance_box"
4357   output-file-type: ".html"
4358   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4359   data: "plot-ligato-throughput-latency-3n-hsw"
4360   filter: "'NIC_Intel-X710' and
4361            '64B' and
4362            ('BASE' or 'SCALE') and
4363            'NDRPDR' and
4364            '1T1C' and
4365            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4366            not 'VHOST' and
4367            'MEMIF'"
4368   parameters:
4369   - "throughput"
4370   - "parent"
4371   traces:
4372     hoverinfo: "x+y"
4373     boxpoints: "outliers"
4374     whiskerwidth: 0
4375   layout:
4376     title: ""  # No title
4377     layout: "plot-throughput"
4378
4379 -
4380   type: "plot"
4381   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4382   algorithm: "plot_performance_box"
4383   output-file-type: ".html"
4384   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4385   data: "plot-ligato-throughput-latency-3n-hsw"
4386   filter: "'NIC_Intel-X710' and
4387            '64B' and
4388            ('BASE' or 'SCALE') and
4389            'NDRPDR' and
4390            '2T2C' and
4391            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4392            not 'VHOST' and
4393            'MEMIF'"
4394   parameters:
4395   - "throughput"
4396   - "parent"
4397   traces:
4398     hoverinfo: "x+y"
4399     boxpoints: "outliers"
4400     whiskerwidth: 0
4401   layout:
4402     title: ""  # No title
4403     layout: "plot-throughput"
4404
4405 -
4406   type: "plot"
4407   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4408   algorithm: "plot_performance_box"
4409   output-file-type: ".html"
4410   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4411   data: "plot-ligato-throughput-latency-3n-hsw"
4412   filter: "'NIC_Intel-X710' and
4413            '64B' and
4414            ('BASE' or 'SCALE') and
4415            'NDRPDR' and
4416            '2T2C' and
4417            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4418            not 'VHOST' and
4419            'MEMIF'"
4420   parameters:
4421   - "throughput"
4422   - "parent"
4423   traces:
4424     hoverinfo: "x+y"
4425     boxpoints: "outliers"
4426     whiskerwidth: 0
4427   layout:
4428     title: ""  # No title
4429     layout: "plot-throughput"
4430
4431 ################################################################################
4432
4433 # Packet Throughput - VPP IPv4 3n-hsw-x520
4434 -
4435   type: "plot"
4436   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4437   algorithm: "plot_performance_box"
4438   output-file-type: ".html"
4439   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4440   data: "plot-vpp-throughput-latency-3n-hsw"
4441   filter: "'NIC_Intel-X520-DA2' and
4442            '64B' and
4443            ('BASE' or 'SCALE') and
4444            'NDRPDR' and
4445            '1T1C' and
4446            'IP4FWD' and
4447            not 'IPSEC' and
4448            not 'VHOST'"
4449   parameters:
4450   - "throughput"
4451   - "parent"
4452   traces:
4453     hoverinfo: "x+y"
4454     boxpoints: "outliers"
4455     whiskerwidth: 0
4456   layout:
4457     title: ""  # No title
4458     layout: "plot-throughput"
4459
4460 -
4461   type: "plot"
4462   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4463   algorithm: "plot_performance_box"
4464   output-file-type: ".html"
4465   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4466   data: "plot-vpp-throughput-latency-3n-hsw"
4467   filter: "'NIC_Intel-X520-DA2' and
4468            '64B' and
4469            ('BASE' or 'SCALE') and
4470            'NDRPDR' and
4471            '1T1C' and
4472            'IP4FWD' and
4473            not 'IPSEC' and
4474            not 'VHOST'"
4475   parameters:
4476   - "throughput"
4477   - "parent"
4478   traces:
4479     hoverinfo: "x+y"
4480     boxpoints: "outliers"
4481     whiskerwidth: 0
4482   layout:
4483     title: ""  # No title
4484     layout: "plot-throughput"
4485
4486 -
4487   type: "plot"
4488   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4489   algorithm: "plot_performance_box"
4490   output-file-type: ".html"
4491   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4492   data: "plot-vpp-throughput-latency-3n-hsw"
4493   filter: "'NIC_Intel-X520-DA2' and
4494            '64B' and
4495            ('BASE' or 'SCALE') and
4496            'NDRPDR' and
4497            '2T2C' and
4498            'IP4FWD' and
4499            not 'IPSEC' and
4500            not 'VHOST'"
4501   parameters:
4502   - "throughput"
4503   - "parent"
4504   traces:
4505     hoverinfo: "x+y"
4506     boxpoints: "outliers"
4507     whiskerwidth: 0
4508   layout:
4509     title: ""  # No title
4510     layout: "plot-throughput"
4511
4512 -
4513   type: "plot"
4514   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4515   algorithm: "plot_performance_box"
4516   output-file-type: ".html"
4517   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4518   data: "plot-vpp-throughput-latency-3n-hsw"
4519   filter: "'NIC_Intel-X520-DA2' and
4520            '64B' and
4521            ('BASE' or 'SCALE') and
4522            'NDRPDR' and
4523            '2T2C' and
4524            'IP4FWD' and
4525            not 'IPSEC' and
4526            not 'VHOST'"
4527   parameters:
4528   - "throughput"
4529   - "parent"
4530   traces:
4531     hoverinfo: "x+y"
4532     boxpoints: "outliers"
4533     whiskerwidth: 0
4534   layout:
4535     title: ""  # No title
4536     layout: "plot-throughput"
4537
4538 -
4539   type: "plot"
4540   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
4541   algorithm: "plot_performance_box"
4542   output-file-type: ".html"
4543   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
4544   data: "plot-vpp-throughput-latency-3n-hsw"
4545   filter: "'NIC_Intel-X520-DA2' and
4546            '64B' and
4547            'FEATURE' and
4548            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4549            'NDRPDR' and
4550            '1T1C' and
4551            'IP4FWD' and
4552            not 'IPSEC' and
4553            not 'VHOST'"
4554   parameters:
4555   - "throughput"
4556   - "parent"
4557   traces:
4558     hoverinfo: "x+y"
4559     boxpoints: "outliers"
4560     whiskerwidth: 0
4561   layout:
4562     title: ""  # No title
4563     layout: "plot-throughput"
4564
4565 -
4566   type: "plot"
4567   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
4568   algorithm: "plot_performance_box"
4569   output-file-type: ".html"
4570   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
4571   data: "plot-vpp-throughput-latency-3n-hsw"
4572   filter: "'NIC_Intel-X520-DA2' and
4573            '64B' and
4574            'FEATURE' and
4575            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4576            'NDRPDR' and
4577            '1T1C' and
4578            'IP4FWD' and
4579            not 'IPSEC' and
4580            not 'VHOST'"
4581   parameters:
4582   - "throughput"
4583   - "parent"
4584   traces:
4585     hoverinfo: "x+y"
4586     boxpoints: "outliers"
4587     whiskerwidth: 0
4588   layout:
4589     title: ""  # No title
4590     layout: "plot-throughput"
4591
4592 -
4593   type: "plot"
4594   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
4595   algorithm: "plot_performance_box"
4596   output-file-type: ".html"
4597   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
4598   data: "plot-vpp-throughput-latency-3n-hsw"
4599   filter: "'NIC_Intel-X520-DA2' and
4600            '64B' and
4601            'FEATURE' and
4602            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4603            'NDRPDR' and
4604            '2T2C' and
4605            'IP4FWD' and
4606            not 'IPSEC' and
4607            not 'VHOST'"
4608   parameters:
4609   - "throughput"
4610   - "parent"
4611   traces:
4612     hoverinfo: "x+y"
4613     boxpoints: "outliers"
4614     whiskerwidth: 0
4615   layout:
4616     title: ""  # No title
4617     layout: "plot-throughput"
4618
4619 -
4620   type: "plot"
4621   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
4622   algorithm: "plot_performance_box"
4623   output-file-type: ".html"
4624   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
4625   data: "plot-vpp-throughput-latency-3n-hsw"
4626   filter: "'NIC_Intel-X520-DA2' and
4627            '64B' and
4628            'FEATURE' and
4629            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4630            'NDRPDR' and
4631            '2T2C' and
4632            'IP4FWD' and
4633            not 'IPSEC' and
4634            not 'VHOST'"
4635   parameters:
4636   - "throughput"
4637   - "parent"
4638   traces:
4639     hoverinfo: "x+y"
4640     boxpoints: "outliers"
4641     whiskerwidth: 0
4642   layout:
4643     title: ""  # No title
4644     layout: "plot-throughput"
4645
4646 # Packet Throughput - VPP IPv4 3n-hsw-x710
4647 -
4648   type: "plot"
4649   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4650   algorithm: "plot_performance_box"
4651   output-file-type: ".html"
4652   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4653   data: "plot-vpp-throughput-latency-3n-hsw"
4654   filter: "'NIC_Intel-X710' and
4655            '64B' and
4656            ('BASE' or 'SCALE') and
4657            'NDRPDR' and
4658            '1T1C' and
4659            'IP4FWD' and
4660            not 'IPSEC' and
4661            not 'VHOST'"
4662   parameters:
4663   - "throughput"
4664   - "parent"
4665   traces:
4666     hoverinfo: "x+y"
4667     boxpoints: "outliers"
4668     whiskerwidth: 0
4669   layout:
4670     title: ""  # No title
4671     layout: "plot-throughput"
4672
4673 -
4674   type: "plot"
4675   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4676   algorithm: "plot_performance_box"
4677   output-file-type: ".html"
4678   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4679   data: "plot-vpp-throughput-latency-3n-hsw"
4680   filter: "'NIC_Intel-X710' and
4681            '64B' and
4682            ('BASE' or 'SCALE') and
4683            'NDRPDR' and
4684            '1T1C' and
4685            'IP4FWD' and
4686            not 'IPSEC' and
4687            not 'VHOST'"
4688   parameters:
4689   - "throughput"
4690   - "parent"
4691   traces:
4692     hoverinfo: "x+y"
4693     boxpoints: "outliers"
4694     whiskerwidth: 0
4695   layout:
4696     title: ""  # No title
4697     layout: "plot-throughput"
4698
4699 -
4700   type: "plot"
4701   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4702   algorithm: "plot_performance_box"
4703   output-file-type: ".html"
4704   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4705   data: "plot-vpp-throughput-latency-3n-hsw"
4706   filter: "'NIC_Intel-X710' and
4707            '64B' and
4708            ('BASE' or 'SCALE') and
4709            'NDRPDR' and
4710            '2T2C' and
4711            'IP4FWD' and
4712            not 'IPSEC' and
4713            not 'VHOST'"
4714   parameters:
4715   - "throughput"
4716   - "parent"
4717   traces:
4718     hoverinfo: "x+y"
4719     boxpoints: "outliers"
4720     whiskerwidth: 0
4721   layout:
4722     title: ""  # No title
4723     layout: "plot-throughput"
4724
4725 -
4726   type: "plot"
4727   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4728   algorithm: "plot_performance_box"
4729   output-file-type: ".html"
4730   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4731   data: "plot-vpp-throughput-latency-3n-hsw"
4732   filter: "'NIC_Intel-X710' and
4733            '64B' and
4734            ('BASE' or 'SCALE') and
4735            'NDRPDR' and
4736            '2T2C' and
4737            'IP4FWD' and
4738            not 'IPSEC' and
4739            not 'VHOST'"
4740   parameters:
4741   - "throughput"
4742   - "parent"
4743   traces:
4744     hoverinfo: "x+y"
4745     boxpoints: "outliers"
4746     whiskerwidth: 0
4747   layout:
4748     title: ""  # No title
4749     layout: "plot-throughput"
4750
4751 -
4752   type: "plot"
4753   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
4754   algorithm: "plot_performance_box"
4755   output-file-type: ".html"
4756   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
4757   data: "plot-vpp-throughput-latency-3n-hsw"
4758   filter: "'NIC_Intel-X710' and
4759            '64B' and
4760            'FEATURE' and
4761            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4762            'NDRPDR' and
4763            '1T1C' and
4764            'IP4FWD' and
4765            not 'IPSEC' and
4766            not 'VHOST'"
4767   parameters:
4768   - "throughput"
4769   - "parent"
4770   traces:
4771     hoverinfo: "x+y"
4772     boxpoints: "outliers"
4773     whiskerwidth: 0
4774   layout:
4775     title: ""  # No title
4776     layout: "plot-throughput"
4777
4778 -
4779   type: "plot"
4780   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
4781   algorithm: "plot_performance_box"
4782   output-file-type: ".html"
4783   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
4784   data: "plot-vpp-throughput-latency-3n-hsw"
4785   filter: "'NIC_Intel-X710' and
4786            '64B' and
4787            'FEATURE' and
4788            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4789            'NDRPDR' and
4790            '1T1C' and
4791            'IP4FWD' and
4792            not 'IPSEC' and
4793            not 'VHOST'"
4794   parameters:
4795   - "throughput"
4796   - "parent"
4797   traces:
4798     hoverinfo: "x+y"
4799     boxpoints: "outliers"
4800     whiskerwidth: 0
4801   layout:
4802     title: ""  # No title
4803     layout: "plot-throughput"
4804
4805 -
4806   type: "plot"
4807   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
4808   algorithm: "plot_performance_box"
4809   output-file-type: ".html"
4810   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
4811   data: "plot-vpp-throughput-latency-3n-hsw"
4812   filter: "'NIC_Intel-X710' and
4813            '64B' and
4814            'FEATURE' and
4815            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4816            'NDRPDR' and
4817            '2T2C' and
4818            'IP4FWD' and
4819            not 'IPSEC' and
4820            not 'VHOST'"
4821   parameters:
4822   - "throughput"
4823   - "parent"
4824   traces:
4825     hoverinfo: "x+y"
4826     boxpoints: "outliers"
4827     whiskerwidth: 0
4828   layout:
4829     title: ""  # No title
4830     layout: "plot-throughput"
4831
4832 -
4833   type: "plot"
4834   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
4835   algorithm: "plot_performance_box"
4836   output-file-type: ".html"
4837   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
4838   data: "plot-vpp-throughput-latency-3n-hsw"
4839   filter: "'NIC_Intel-X710' and
4840            '64B' and
4841            'FEATURE' and
4842            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4843            'NDRPDR' and
4844            '2T2C' and
4845            'IP4FWD' and
4846            not 'IPSEC' and
4847            not 'VHOST'"
4848   parameters:
4849   - "throughput"
4850   - "parent"
4851   traces:
4852     hoverinfo: "x+y"
4853     boxpoints: "outliers"
4854     whiskerwidth: 0
4855   layout:
4856     title: ""  # No title
4857     layout: "plot-throughput"
4858
4859 # Packet Throughput - VPP IPv4 3n-hsw-xl710
4860 -
4861   type: "plot"
4862   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4863   algorithm: "plot_performance_box"
4864   output-file-type: ".html"
4865   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4866   data: "plot-vpp-throughput-latency-3n-hsw"
4867   filter: "'NIC_Intel-XL710' and
4868            '64B' and
4869            ('BASE' or 'SCALE') and
4870            'NDRPDR' and
4871            '1T1C' and
4872            'IP4FWD' and
4873            not 'IPSEC' and
4874            not 'VHOST'"
4875   parameters:
4876   - "throughput"
4877   - "parent"
4878   traces:
4879     hoverinfo: "x+y"
4880     boxpoints: "outliers"
4881     whiskerwidth: 0
4882   layout:
4883     title: ""  # No title
4884     layout: "plot-throughput"
4885
4886 -
4887   type: "plot"
4888   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4889   algorithm: "plot_performance_box"
4890   output-file-type: ".html"
4891   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4892   data: "plot-vpp-throughput-latency-3n-hsw"
4893   filter: "'NIC_Intel-XL710' and
4894            '64B' and
4895            ('BASE' or 'SCALE') and
4896            'NDRPDR' and
4897            '1T1C' and
4898            'IP4FWD' and
4899            not 'IPSEC' and
4900            not 'VHOST'"
4901   parameters:
4902   - "throughput"
4903   - "parent"
4904   traces:
4905     hoverinfo: "x+y"
4906     boxpoints: "outliers"
4907     whiskerwidth: 0
4908   layout:
4909     title: ""  # No title
4910     layout: "plot-throughput"
4911
4912 -
4913   type: "plot"
4914   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4915   algorithm: "plot_performance_box"
4916   output-file-type: ".html"
4917   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4918   data: "plot-vpp-throughput-latency-3n-hsw"
4919   filter: "'NIC_Intel-XL710' and
4920            '64B' and
4921            ('BASE' or 'SCALE') and
4922            'NDRPDR' and
4923            '2T2C' and
4924            'IP4FWD' and
4925            not 'IPSEC' and
4926            not 'VHOST'"
4927   parameters:
4928   - "throughput"
4929   - "parent"
4930   traces:
4931     hoverinfo: "x+y"
4932     boxpoints: "outliers"
4933     whiskerwidth: 0
4934   layout:
4935     title: ""  # No title
4936     layout: "plot-throughput"
4937
4938 -
4939   type: "plot"
4940   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4941   algorithm: "plot_performance_box"
4942   output-file-type: ".html"
4943   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4944   data: "plot-vpp-throughput-latency-3n-hsw"
4945   filter: "'NIC_Intel-XL710' and
4946            '64B' and
4947            ('BASE' or 'SCALE') and
4948            'NDRPDR' and
4949            '2T2C' and
4950            'IP4FWD' and
4951            not 'IPSEC' and
4952            not 'VHOST'"
4953   parameters:
4954   - "throughput"
4955   - "parent"
4956   traces:
4957     hoverinfo: "x+y"
4958     boxpoints: "outliers"
4959     whiskerwidth: 0
4960   layout:
4961     title: ""  # No title
4962     layout: "plot-throughput"
4963
4964 # Packet Throughput - VPP IPv4 3n-skx-x710
4965 -
4966   type: "plot"
4967   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4968   algorithm: "plot_performance_box"
4969   output-file-type: ".html"
4970   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4971   data: "plot-vpp-throughput-latency-3n-skx"
4972   filter: "'NIC_Intel-X710' and
4973            '64B' and
4974            ('BASE' or 'SCALE') and
4975            'NDRPDR' and
4976            '2T1C' and
4977            'IP4FWD' and
4978            not 'IPSEC' and
4979            not 'VHOST'"
4980   parameters:
4981   - "throughput"
4982   - "parent"
4983   traces:
4984     hoverinfo: "x+y"
4985     boxpoints: "outliers"
4986     whiskerwidth: 0
4987   layout:
4988     title: ""  # No title
4989     layout: "plot-throughput"
4990
4991 -
4992   type: "plot"
4993   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4994   algorithm: "plot_performance_box"
4995   output-file-type: ".html"
4996   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4997   data: "plot-vpp-throughput-latency-3n-skx"
4998   filter: "'NIC_Intel-X710' and
4999            '64B' and
5000            ('BASE' or 'SCALE') and
5001            'NDRPDR' and
5002            '2T1C' and
5003            'IP4FWD' and
5004            not 'IPSEC' and
5005            not 'VHOST'"
5006   parameters:
5007   - "throughput"
5008   - "parent"
5009   traces:
5010     hoverinfo: "x+y"
5011     boxpoints: "outliers"
5012     whiskerwidth: 0
5013   layout:
5014     title: ""  # No title
5015     layout: "plot-throughput"
5016
5017 -
5018   type: "plot"
5019   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5020   algorithm: "plot_performance_box"
5021   output-file-type: ".html"
5022   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5023   data: "plot-vpp-throughput-latency-3n-skx"
5024   filter: "'NIC_Intel-X710' and
5025            '64B' and
5026            ('BASE' or 'SCALE') and
5027            'NDRPDR' and
5028            '4T2C' and
5029            'IP4FWD' and
5030            not 'IPSEC' and
5031            not 'VHOST'"
5032   parameters:
5033   - "throughput"
5034   - "parent"
5035   traces:
5036     hoverinfo: "x+y"
5037     boxpoints: "outliers"
5038     whiskerwidth: 0
5039   layout:
5040     title: ""  # No title
5041     layout: "plot-throughput"
5042
5043 -
5044   type: "plot"
5045   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5046   algorithm: "plot_performance_box"
5047   output-file-type: ".html"
5048   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5049   data: "plot-vpp-throughput-latency-3n-skx"
5050   filter: "'NIC_Intel-X710' and
5051            '64B' and
5052            ('BASE' or 'SCALE') and
5053            'NDRPDR' and
5054            '4T2C' and
5055            'IP4FWD' and
5056            not 'IPSEC' and
5057            not 'VHOST'"
5058   parameters:
5059   - "throughput"
5060   - "parent"
5061   traces:
5062     hoverinfo: "x+y"
5063     boxpoints: "outliers"
5064     whiskerwidth: 0
5065   layout:
5066     title: ""  # No title
5067     layout: "plot-throughput"
5068
5069 -
5070   type: "plot"
5071   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
5072   algorithm: "plot_performance_box"
5073   output-file-type: ".html"
5074   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
5075   data: "plot-vpp-throughput-latency-3n-skx"
5076   filter: "'NIC_Intel-X710' and
5077            '64B' and
5078            'FEATURE' and
5079            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5080            'NDRPDR' and
5081            '2T1C' and
5082            'IP4FWD' and
5083            not 'IPSEC' and
5084            not 'VHOST'"
5085   parameters:
5086   - "throughput"
5087   - "parent"
5088   traces:
5089     hoverinfo: "x+y"
5090     boxpoints: "outliers"
5091     whiskerwidth: 0
5092   layout:
5093     title: ""  # No title
5094     layout: "plot-throughput"
5095
5096 -
5097   type: "plot"
5098   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
5099   algorithm: "plot_performance_box"
5100   output-file-type: ".html"
5101   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
5102   data: "plot-vpp-throughput-latency-3n-skx"
5103   filter: "'NIC_Intel-X710' and
5104            '64B' and
5105            'FEATURE' and
5106            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5107            'NDRPDR' and
5108            '2T1C' and
5109            'IP4FWD' and
5110            not 'IPSEC' and
5111            not 'VHOST'"
5112   parameters:
5113   - "throughput"
5114   - "parent"
5115   traces:
5116     hoverinfo: "x+y"
5117     boxpoints: "outliers"
5118     whiskerwidth: 0
5119   layout:
5120     title: ""  # No title
5121     layout: "plot-throughput"
5122
5123 -
5124   type: "plot"
5125   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
5126   algorithm: "plot_performance_box"
5127   output-file-type: ".html"
5128   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
5129   data: "plot-vpp-throughput-latency-3n-skx"
5130   filter: "'NIC_Intel-X710' and
5131            '64B' and
5132            'FEATURE' and
5133            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5134            'NDRPDR' and
5135            '4T2C' and
5136            'IP4FWD' and
5137            not 'IPSEC' and
5138            not 'VHOST'"
5139   parameters:
5140   - "throughput"
5141   - "parent"
5142   traces:
5143     hoverinfo: "x+y"
5144     boxpoints: "outliers"
5145     whiskerwidth: 0
5146   layout:
5147     title: ""  # No title
5148     layout: "plot-throughput"
5149
5150 -
5151   type: "plot"
5152   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
5153   algorithm: "plot_performance_box"
5154   output-file-type: ".html"
5155   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
5156   data: "plot-vpp-throughput-latency-3n-skx"
5157   filter: "'NIC_Intel-X710' and
5158            '64B' and
5159            'FEATURE' and
5160            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5161            'NDRPDR' and
5162            '4T2C' and
5163            'IP4FWD' and
5164            not 'IPSEC' and
5165            not 'VHOST'"
5166   parameters:
5167   - "throughput"
5168   - "parent"
5169   traces:
5170     hoverinfo: "x+y"
5171     boxpoints: "outliers"
5172     whiskerwidth: 0
5173   layout:
5174     title: ""  # No title
5175     layout: "plot-throughput"
5176
5177 # Packet Throughput - VPP IPv4 2n-skx-x710
5178 -
5179   type: "plot"
5180   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5181   algorithm: "plot_performance_box"
5182   output-file-type: ".html"
5183   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5184   data: "plot-vpp-throughput-latency-2n-skx"
5185   filter: "'NIC_Intel-X710' and
5186            '64B' and
5187            ('BASE' or 'SCALE') and
5188            'NDRPDR' and
5189            '2T1C' and
5190            'IP4FWD' and
5191            not 'IPSEC' and
5192            not 'VHOST'"
5193   parameters:
5194   - "throughput"
5195   - "parent"
5196   traces:
5197     hoverinfo: "x+y"
5198     boxpoints: "outliers"
5199     whiskerwidth: 0
5200   layout:
5201     title: ""  # No title
5202     layout: "plot-throughput"
5203
5204 -
5205   type: "plot"
5206   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5207   algorithm: "plot_performance_box"
5208   output-file-type: ".html"
5209   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5210   data: "plot-vpp-throughput-latency-2n-skx"
5211   filter: "'NIC_Intel-X710' and
5212            '64B' and
5213            ('BASE' or 'SCALE') and
5214            'NDRPDR' and
5215            '2T1C' and
5216            'IP4FWD' and
5217            not 'IPSEC' and
5218            not 'VHOST'"
5219   parameters:
5220   - "throughput"
5221   - "parent"
5222   traces:
5223     hoverinfo: "x+y"
5224     boxpoints: "outliers"
5225     whiskerwidth: 0
5226   layout:
5227     title: ""  # No title
5228     layout: "plot-throughput"
5229
5230 -
5231   type: "plot"
5232   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5233   algorithm: "plot_performance_box"
5234   output-file-type: ".html"
5235   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5236   data: "plot-vpp-throughput-latency-2n-skx"
5237   filter: "'NIC_Intel-X710' and
5238            '64B' and
5239            ('BASE' or 'SCALE') and
5240            'NDRPDR' and
5241            '4T2C' and
5242            'IP4FWD' and
5243            not 'IPSEC' and
5244            not 'VHOST'"
5245   parameters:
5246   - "throughput"
5247   - "parent"
5248   traces:
5249     hoverinfo: "x+y"
5250     boxpoints: "outliers"
5251     whiskerwidth: 0
5252   layout:
5253     title: ""  # No title
5254     layout: "plot-throughput"
5255
5256 -
5257   type: "plot"
5258   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5259   algorithm: "plot_performance_box"
5260   output-file-type: ".html"
5261   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5262   data: "plot-vpp-throughput-latency-2n-skx"
5263   filter: "'NIC_Intel-X710' and
5264            '64B' and
5265            ('BASE' or 'SCALE') and
5266            'NDRPDR' and
5267            '4T2C' and
5268            'IP4FWD' and
5269            not 'IPSEC' and
5270            not 'VHOST'"
5271   parameters:
5272   - "throughput"
5273   - "parent"
5274   traces:
5275     hoverinfo: "x+y"
5276     boxpoints: "outliers"
5277     whiskerwidth: 0
5278   layout:
5279     title: ""  # No title
5280     layout: "plot-throughput"
5281
5282 # Packet Throughput - VPP IPv4 2n-skx-xxv710
5283 -
5284   type: "plot"
5285   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5286   algorithm: "plot_performance_box"
5287   output-file-type: ".html"
5288   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5289   data: "plot-vpp-throughput-latency-2n-skx"
5290   filter: "'NIC_Intel-XXV710' and
5291            '64B' and
5292            ('BASE' or 'SCALE') and
5293            'NDRPDR' and
5294            '2T1C' and
5295            'IP4FWD' and
5296            not 'IPSEC' and
5297            not 'VHOST'"
5298   parameters:
5299   - "throughput"
5300   - "parent"
5301   traces:
5302     hoverinfo: "x+y"
5303     boxpoints: "outliers"
5304     whiskerwidth: 0
5305   layout:
5306     title: ""  # No title
5307     layout: "plot-throughput"
5308
5309 -
5310   type: "plot"
5311   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5312   algorithm: "plot_performance_box"
5313   output-file-type: ".html"
5314   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5315   data: "plot-vpp-throughput-latency-2n-skx"
5316   filter: "'NIC_Intel-XXV710' and
5317            '64B' and
5318            ('BASE' or 'SCALE') and
5319            'NDRPDR' and
5320            '2T1C' and
5321            'IP4FWD' and
5322            not 'IPSEC' and
5323            not 'VHOST'"
5324   parameters:
5325   - "throughput"
5326   - "parent"
5327   traces:
5328     hoverinfo: "x+y"
5329     boxpoints: "outliers"
5330     whiskerwidth: 0
5331   layout:
5332     title: ""  # No title
5333     layout: "plot-throughput"
5334
5335 -
5336   type: "plot"
5337   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5338   algorithm: "plot_performance_box"
5339   output-file-type: ".html"
5340   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5341   data: "plot-vpp-throughput-latency-2n-skx"
5342   filter: "'NIC_Intel-XXV710' and
5343            '64B' and
5344            ('BASE' or 'SCALE') and
5345            'NDRPDR' and
5346            '4T2C' and
5347            'IP4FWD' and
5348            not 'IPSEC' and
5349            not 'VHOST'"
5350   parameters:
5351   - "throughput"
5352   - "parent"
5353   traces:
5354     hoverinfo: "x+y"
5355     boxpoints: "outliers"
5356     whiskerwidth: 0
5357   layout:
5358     title: ""  # No title
5359     layout: "plot-throughput"
5360
5361 -
5362   type: "plot"
5363   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5364   algorithm: "plot_performance_box"
5365   output-file-type: ".html"
5366   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5367   data: "plot-vpp-throughput-latency-2n-skx"
5368   filter: "'NIC_Intel-XXV710' and
5369            '64B' and
5370            ('BASE' or 'SCALE') and
5371            'NDRPDR' and
5372            '4T2C' and
5373            'IP4FWD' and
5374            not 'IPSEC' and
5375            not 'VHOST'"
5376   parameters:
5377   - "throughput"
5378   - "parent"
5379   traces:
5380     hoverinfo: "x+y"
5381     boxpoints: "outliers"
5382     whiskerwidth: 0
5383   layout:
5384     title: ""  # No title
5385     layout: "plot-throughput"
5386
5387 ################################################################################
5388
5389 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520
5390 -
5391   type: "plot"
5392   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5393   algorithm: "plot_performance_box"
5394   output-file-type: ".html"
5395   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5396   data: "plot-vpp-throughput-latency-3n-hsw"
5397   filter: "'NIC_Intel-X520-DA2' and
5398            '64B' and
5399            'ENCAP' and
5400            'NDRPDR' and
5401            '1T1C' and
5402            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5403            not 'VHOST' and
5404            not 'IPSECHW'"
5405   parameters:
5406   - "throughput"
5407   - "parent"
5408   traces:
5409     hoverinfo: "x+y"
5410     boxpoints: "outliers"
5411     whiskerwidth: 0
5412   layout:
5413     title: ""  # No title
5414     layout: "plot-throughput"
5415
5416 -
5417   type: "plot"
5418   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5419   algorithm: "plot_performance_box"
5420   output-file-type: ".html"
5421   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5422   data: "plot-vpp-throughput-latency-3n-hsw"
5423   filter: "'NIC_Intel-X520-DA2' and
5424            '64B' and
5425            'ENCAP' and
5426            'NDRPDR' and
5427            '1T1C' and
5428            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5429            not 'VHOST' and
5430            not 'IPSECHW'"
5431   parameters:
5432   - "throughput"
5433   - "parent"
5434   traces:
5435     hoverinfo: "x+y"
5436     boxpoints: "outliers"
5437     whiskerwidth: 0
5438   layout:
5439     title: ""  # No title
5440     layout: "plot-throughput"
5441
5442 -
5443   type: "plot"
5444   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5445   algorithm: "plot_performance_box"
5446   output-file-type: ".html"
5447   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5448   data: "plot-vpp-throughput-latency-3n-hsw"
5449   filter: "'NIC_Intel-X520-DA2' and
5450            '64B' and
5451            'ENCAP' and
5452            'NDRPDR' and
5453            '2T2C' and
5454            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5455            not 'VHOST' and
5456            not 'IPSECHW'"
5457   parameters:
5458   - "throughput"
5459   - "parent"
5460   traces:
5461     hoverinfo: "x+y"
5462     boxpoints: "outliers"
5463     whiskerwidth: 0
5464   layout:
5465     title: ""  # No title
5466     layout: "plot-throughput"
5467
5468 -
5469   type: "plot"
5470   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5471   algorithm: "plot_performance_box"
5472   output-file-type: ".html"
5473   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5474   data: "plot-vpp-throughput-latency-3n-hsw"
5475   filter: "'NIC_Intel-X520-DA2' and
5476            '64B' and
5477            'ENCAP' and
5478            'NDRPDR' and
5479            '2T2C' and
5480            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5481            not 'VHOST' and
5482            not 'IPSECHW'"
5483   parameters:
5484   - "throughput"
5485   - "parent"
5486   traces:
5487     hoverinfo: "x+y"
5488     boxpoints: "outliers"
5489     whiskerwidth: 0
5490   layout:
5491     title: ""  # No title
5492     layout: "plot-throughput"
5493
5494 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710
5495 -
5496   type: "plot"
5497   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5498   algorithm: "plot_performance_box"
5499   output-file-type: ".html"
5500   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5501   data: "plot-vpp-throughput-latency-3n-hsw"
5502   filter: "'NIC_Intel-X710' and
5503            '64B' and
5504            'ENCAP' and
5505            'NDRPDR' and
5506            '1T1C' and
5507            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5508            not 'VHOST' and
5509            not 'IPSECHW'"
5510   parameters:
5511   - "throughput"
5512   - "parent"
5513   traces:
5514     hoverinfo: "x+y"
5515     boxpoints: "outliers"
5516     whiskerwidth: 0
5517   layout:
5518     title: ""  # No title
5519     layout: "plot-throughput"
5520
5521 -
5522   type: "plot"
5523   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5524   algorithm: "plot_performance_box"
5525   output-file-type: ".html"
5526   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5527   data: "plot-vpp-throughput-latency-3n-hsw"
5528   filter: "'NIC_Intel-X710' and
5529            '64B' and
5530            'ENCAP' and
5531            'NDRPDR' and
5532            '1T1C' and
5533            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5534            not 'VHOST' and
5535            not 'IPSECHW'"
5536   parameters:
5537   - "throughput"
5538   - "parent"
5539   traces:
5540     hoverinfo: "x+y"
5541     boxpoints: "outliers"
5542     whiskerwidth: 0
5543   layout:
5544     title: ""  # No title
5545     layout: "plot-throughput"
5546
5547 -
5548   type: "plot"
5549   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5550   algorithm: "plot_performance_box"
5551   output-file-type: ".html"
5552   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5553   data: "plot-vpp-throughput-latency-3n-hsw"
5554   filter: "'NIC_Intel-X710' and
5555            '64B' and
5556            'ENCAP' and
5557            'NDRPDR' and
5558            '2T2C' and
5559            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5560            not 'VHOST' and
5561            not 'IPSECHW'"
5562   parameters:
5563   - "throughput"
5564   - "parent"
5565   traces:
5566     hoverinfo: "x+y"
5567     boxpoints: "outliers"
5568     whiskerwidth: 0
5569   layout:
5570     title: ""  # No title
5571     layout: "plot-throughput"
5572
5573 -
5574   type: "plot"
5575   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5576   algorithm: "plot_performance_box"
5577   output-file-type: ".html"
5578   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5579   data: "plot-vpp-throughput-latency-3n-hsw"
5580   filter: "'NIC_Intel-X710' and
5581            '64B' and
5582            'ENCAP' and
5583            'NDRPDR' and
5584            '2T2C' and
5585            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5586            not 'VHOST' and
5587            not 'IPSECHW'"
5588   parameters:
5589   - "throughput"
5590   - "parent"
5591   traces:
5592     hoverinfo: "x+y"
5593     boxpoints: "outliers"
5594     whiskerwidth: 0
5595   layout:
5596     title: ""  # No title
5597     layout: "plot-throughput"
5598
5599 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710
5600 -
5601   type: "plot"
5602   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5603   algorithm: "plot_performance_box"
5604   output-file-type: ".html"
5605   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5606   data: "plot-vpp-throughput-latency-3n-skx"
5607   filter: "'NIC_Intel-X710' and
5608            '64B' and
5609            'ENCAP' and
5610            'NDRPDR' and
5611            '2T1C' and
5612            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5613            not 'VHOST' and
5614            not 'IPSECHW'"
5615   parameters:
5616   - "throughput"
5617   - "parent"
5618   traces:
5619     hoverinfo: "x+y"
5620     boxpoints: "outliers"
5621     whiskerwidth: 0
5622   layout:
5623     title: ""  # No title
5624     layout: "plot-throughput"
5625
5626 -
5627   type: "plot"
5628   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5629   algorithm: "plot_performance_box"
5630   output-file-type: ".html"
5631   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5632   data: "plot-vpp-throughput-latency-3n-skx"
5633   filter: "'NIC_Intel-X710' and
5634            '64B' and
5635            'ENCAP' and
5636            'NDRPDR' and
5637            '2T1C' and
5638            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5639            not 'VHOST' and
5640            not 'IPSECHW'"
5641   parameters:
5642   - "throughput"
5643   - "parent"
5644   traces:
5645     hoverinfo: "x+y"
5646     boxpoints: "outliers"
5647     whiskerwidth: 0
5648   layout:
5649     title: ""  # No title
5650     layout: "plot-throughput"
5651
5652 -
5653   type: "plot"
5654   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5655   algorithm: "plot_performance_box"
5656   output-file-type: ".html"
5657   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5658   data: "plot-vpp-throughput-latency-3n-skx"
5659   filter: "'NIC_Intel-X710' and
5660            '64B' and
5661            'ENCAP' and
5662            'NDRPDR' and
5663            '4T2C' and
5664            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5665            not 'VHOST' and
5666            not 'IPSECHW'"
5667   parameters:
5668   - "throughput"
5669   - "parent"
5670   traces:
5671     hoverinfo: "x+y"
5672     boxpoints: "outliers"
5673     whiskerwidth: 0
5674   layout:
5675     title: ""  # No title
5676     layout: "plot-throughput"
5677
5678 -
5679   type: "plot"
5680   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5681   algorithm: "plot_performance_box"
5682   output-file-type: ".html"
5683   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5684   data: "plot-vpp-throughput-latency-3n-skx"
5685   filter: "'NIC_Intel-X710' and
5686            '64B' and
5687            'ENCAP' and
5688            'NDRPDR' and
5689            '4T2C' and
5690            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5691            not 'VHOST' and
5692            not 'IPSECHW'"
5693   parameters:
5694   - "throughput"
5695   - "parent"
5696   traces:
5697     hoverinfo: "x+y"
5698     boxpoints: "outliers"
5699     whiskerwidth: 0
5700   layout:
5701     title: ""  # No title
5702     layout: "plot-throughput"
5703
5704 ################################################################################
5705
5706 # Packet Throughput - VPP IPv6 3n-hsw-x520
5707 -
5708   type: "plot"
5709   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
5710   algorithm: "plot_performance_box"
5711   output-file-type: ".html"
5712   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
5713   data: "plot-vpp-throughput-latency-3n-hsw"
5714   filter: "'NIC_Intel-X520-DA2' and
5715            '78B' and
5716            ('BASE' or 'SCALE') and
5717            'NDRPDR' and
5718            '1T1C' and
5719            'IP6FWD' and
5720            not 'SRv6' and
5721            not 'IPSEC' and
5722            not 'VHOST'"
5723   parameters:
5724   - "throughput"
5725   - "parent"
5726   traces:
5727     hoverinfo: "x+y"
5728     boxpoints: "outliers"
5729     whiskerwidth: 0
5730   layout:
5731     title: ""  # No title
5732     layout: "plot-throughput"
5733
5734 -
5735   type: "plot"
5736   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
5737   algorithm: "plot_performance_box"
5738   output-file-type: ".html"
5739   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
5740   data: "plot-vpp-throughput-latency-3n-hsw"
5741   filter: "'NIC_Intel-X520-DA2' and
5742            '78B' and
5743            ('BASE' or 'SCALE') and
5744            'NDRPDR' and
5745            '1T1C' and
5746            'IP6FWD' and
5747            not 'SRv6' and
5748            not 'IPSEC' and
5749            not 'VHOST'"
5750   parameters:
5751   - "throughput"
5752   - "parent"
5753   traces:
5754     hoverinfo: "x+y"
5755     boxpoints: "outliers"
5756     whiskerwidth: 0
5757   layout:
5758     title: ""  # No title
5759     layout: "plot-throughput"
5760
5761 -
5762   type: "plot"
5763   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
5764   algorithm: "plot_performance_box"
5765   output-file-type: ".html"
5766   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
5767   data: "plot-vpp-throughput-latency-3n-hsw"
5768   filter: "'NIC_Intel-X520-DA2' and
5769            '78B' and
5770            ('BASE' or 'SCALE') and
5771            'NDRPDR' and
5772            '2T2C' and
5773            'IP6FWD' and
5774            not 'SRv6' and
5775            not 'IPSEC' and
5776            not 'VHOST'"
5777   parameters:
5778   - "throughput"
5779   - "parent"
5780   traces:
5781     hoverinfo: "x+y"
5782     boxpoints: "outliers"
5783     whiskerwidth: 0
5784   layout:
5785     title: ""  # No title
5786     layout: "plot-throughput"
5787
5788 -
5789   type: "plot"
5790   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
5791   algorithm: "plot_performance_box"
5792   output-file-type: ".html"
5793   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
5794   data: "plot-vpp-throughput-latency-3n-hsw"
5795   filter: "'NIC_Intel-X520-DA2' and
5796            '78B' and
5797            ('BASE' or 'SCALE') and
5798            'NDRPDR' and
5799            '2T2C' and
5800            'IP6FWD' and
5801            not 'SRv6' and
5802            not 'IPSEC' and
5803            not 'VHOST'"
5804   parameters:
5805   - "throughput"
5806   - "parent"
5807   traces:
5808     hoverinfo: "x+y"
5809     boxpoints: "outliers"
5810     whiskerwidth: 0
5811   layout:
5812     title: ""  # No title
5813     layout: "plot-throughput"
5814
5815 # Packet Throughput - VPP IPv6 3n-hsw-x710
5816 -
5817   type: "plot"
5818   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
5819   algorithm: "plot_performance_box"
5820   output-file-type: ".html"
5821   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
5822   data: "plot-vpp-throughput-latency-3n-hsw"
5823   filter: "'NIC_Intel-X710' and
5824            '78B' and
5825            ('BASE' or 'SCALE') and
5826            'NDRPDR' and
5827            '1T1C' and
5828            'IP6FWD' and
5829            not 'SRv6' and
5830            not 'IPSEC' and
5831            not 'VHOST'"
5832   parameters:
5833   - "throughput"
5834   - "parent"
5835   traces:
5836     hoverinfo: "x+y"
5837     boxpoints: "outliers"
5838     whiskerwidth: 0
5839   layout:
5840     title: ""  # No title
5841     layout: "plot-throughput"
5842
5843 -
5844   type: "plot"
5845   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
5846   algorithm: "plot_performance_box"
5847   output-file-type: ".html"
5848   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
5849   data: "plot-vpp-throughput-latency-3n-hsw"
5850   filter: "'NIC_Intel-X710' and
5851            '78B' and
5852            ('BASE' or 'SCALE') and
5853            'NDRPDR' and
5854            '1T1C' and
5855            'IP6FWD' and
5856            not 'SRv6' and
5857            not 'IPSEC' and
5858            not 'VHOST'"
5859   parameters:
5860   - "throughput"
5861   - "parent"
5862   traces:
5863     hoverinfo: "x+y"
5864     boxpoints: "outliers"
5865     whiskerwidth: 0
5866   layout:
5867     title: ""  # No title
5868     layout: "plot-throughput"
5869
5870 -
5871   type: "plot"
5872   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
5873   algorithm: "plot_performance_box"
5874   output-file-type: ".html"
5875   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
5876   data: "plot-vpp-throughput-latency-3n-hsw"
5877   filter: "'NIC_Intel-X710' and
5878            '78B' and
5879            ('BASE' or 'SCALE') and
5880            'NDRPDR' and
5881            '2T2C' and
5882            'IP6FWD' and
5883            not 'SRv6' and
5884            not 'IPSEC' and
5885            not 'VHOST'"
5886   parameters:
5887   - "throughput"
5888   - "parent"
5889   traces:
5890     hoverinfo: "x+y"
5891     boxpoints: "outliers"
5892     whiskerwidth: 0
5893   layout:
5894     title: ""  # No title
5895     layout: "plot-throughput"
5896
5897 -
5898   type: "plot"
5899   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
5900   algorithm: "plot_performance_box"
5901   output-file-type: ".html"
5902   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
5903   data: "plot-vpp-throughput-latency-3n-hsw"
5904   filter: "'NIC_Intel-X710' and
5905            '78B' and
5906            ('BASE' or 'SCALE') and
5907            'NDRPDR' and
5908            '2T2C' and
5909            'IP6FWD' and
5910            not 'SRv6' and
5911            not 'IPSEC' and
5912            not 'VHOST'"
5913   parameters:
5914   - "throughput"
5915   - "parent"
5916   traces:
5917     hoverinfo: "x+y"
5918     boxpoints: "outliers"
5919     whiskerwidth: 0
5920   layout:
5921     title: ""  # No title
5922     layout: "plot-throughput"
5923
5924 # Packet Throughput - VPP IPv6 3n-hsw-xl710
5925 -
5926   type: "plot"
5927   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
5928   algorithm: "plot_performance_box"
5929   output-file-type: ".html"
5930   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
5931   data: "plot-vpp-throughput-latency-3n-hsw"
5932   filter: "'NIC_Intel-XL710' and
5933            '78B' and
5934            ('BASE' or 'SCALE') and
5935            'NDRPDR' and
5936            '1T1C' and
5937            'IP6FWD' and
5938            not 'SRv6' and
5939            not 'IPSEC' and
5940            not 'VHOST'"
5941   parameters:
5942   - "throughput"
5943   - "parent"
5944   traces:
5945     hoverinfo: "x+y"
5946     boxpoints: "outliers"
5947     whiskerwidth: 0
5948   layout:
5949     title: ""  # No title
5950     layout: "plot-throughput"
5951
5952 -
5953   type: "plot"
5954   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
5955   algorithm: "plot_performance_box"
5956   output-file-type: ".html"
5957   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
5958   data: "plot-vpp-throughput-latency-3n-hsw"
5959   filter: "'NIC_Intel-XL710' and
5960            '78B' and
5961            ('BASE' or 'SCALE') and
5962            'NDRPDR' and
5963            '1T1C' and
5964            'IP6FWD' and
5965            not 'SRv6' and
5966            not 'IPSEC' and
5967            not 'VHOST'"
5968   parameters:
5969   - "throughput"
5970   - "parent"
5971   traces:
5972     hoverinfo: "x+y"
5973     boxpoints: "outliers"
5974     whiskerwidth: 0
5975   layout:
5976     title: ""  # No title
5977     layout: "plot-throughput"
5978
5979 -
5980   type: "plot"
5981   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
5982   algorithm: "plot_performance_box"
5983   output-file-type: ".html"
5984   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
5985   data: "plot-vpp-throughput-latency-3n-hsw"
5986   filter: "'NIC_Intel-XL710' and
5987            '78B' and
5988            ('BASE' or 'SCALE') and
5989            'NDRPDR' and
5990            '2T2C' and
5991            'IP6FWD' and
5992            not 'SRv6' and
5993            not 'IPSEC' and
5994            not 'VHOST'"
5995   parameters:
5996   - "throughput"
5997   - "parent"
5998   traces:
5999     hoverinfo: "x+y"
6000     boxpoints: "outliers"
6001     whiskerwidth: 0
6002   layout:
6003     title: ""  # No title
6004     layout: "plot-throughput"
6005
6006 -
6007   type: "plot"
6008   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
6009   algorithm: "plot_performance_box"
6010   output-file-type: ".html"
6011   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
6012   data: "plot-vpp-throughput-latency-3n-hsw"
6013   filter: "'NIC_Intel-XL710' and
6014            '78B' and
6015            ('BASE' or 'SCALE') and
6016            'NDRPDR' and
6017            '2T2C' and
6018            'IP6FWD' and
6019            not 'SRv6' and
6020            not 'IPSEC' and
6021            not 'VHOST'"
6022   parameters:
6023   - "throughput"
6024   - "parent"
6025   traces:
6026     hoverinfo: "x+y"
6027     boxpoints: "outliers"
6028     whiskerwidth: 0
6029   layout:
6030     title: ""  # No title
6031     layout: "plot-throughput"
6032
6033 # Packet Throughput - VPP IPv6 3n-skx-x710
6034 -
6035   type: "plot"
6036   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
6037   algorithm: "plot_performance_box"
6038   output-file-type: ".html"
6039   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
6040   data: "plot-vpp-throughput-latency-3n-skx"
6041   filter: "'NIC_Intel-X710' and
6042            '78B' and
6043            ('BASE' or 'SCALE') and
6044            'NDRPDR' and
6045            '2T1C' and
6046            'IP6FWD' and
6047            not 'SRv6' and
6048            not 'IPSEC' and
6049            not 'VHOST'"
6050   parameters:
6051   - "throughput"
6052   - "parent"
6053   traces:
6054     hoverinfo: "x+y"
6055     boxpoints: "outliers"
6056     whiskerwidth: 0
6057   layout:
6058     title: ""  # No title
6059     layout: "plot-throughput"
6060
6061 -
6062   type: "plot"
6063   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
6064   algorithm: "plot_performance_box"
6065   output-file-type: ".html"
6066   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
6067   data: "plot-vpp-throughput-latency-3n-skx"
6068   filter: "'NIC_Intel-X710' and
6069            '78B' and
6070            ('BASE' or 'SCALE') and
6071            'NDRPDR' and
6072            '2T1C' and
6073            'IP6FWD' and
6074            not 'SRv6' and
6075            not 'IPSEC' and
6076            not 'VHOST'"
6077   parameters:
6078   - "throughput"
6079   - "parent"
6080   traces:
6081     hoverinfo: "x+y"
6082     boxpoints: "outliers"
6083     whiskerwidth: 0
6084   layout:
6085     title: ""  # No title
6086     layout: "plot-throughput"
6087
6088 -
6089   type: "plot"
6090   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
6091   algorithm: "plot_performance_box"
6092   output-file-type: ".html"
6093   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
6094   data: "plot-vpp-throughput-latency-3n-skx"
6095   filter: "'NIC_Intel-X710' and
6096            '78B' and
6097            ('BASE' or 'SCALE') and
6098            'NDRPDR' and
6099            '4T2C' and
6100            'IP6FWD' and
6101            not 'SRv6' and
6102            not 'IPSEC' and
6103            not 'VHOST'"
6104   parameters:
6105   - "throughput"
6106   - "parent"
6107   traces:
6108     hoverinfo: "x+y"
6109     boxpoints: "outliers"
6110     whiskerwidth: 0
6111   layout:
6112     title: ""  # No title
6113     layout: "plot-throughput"
6114
6115 -
6116   type: "plot"
6117   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
6118   algorithm: "plot_performance_box"
6119   output-file-type: ".html"
6120   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
6121   data: "plot-vpp-throughput-latency-3n-skx"
6122   filter: "'NIC_Intel-X710' and
6123            '78B' and
6124            ('BASE' or 'SCALE') and
6125            'NDRPDR' and
6126            '4T2C' and
6127            'IP6FWD' and
6128            not 'SRv6' and
6129            not 'IPSEC' and
6130            not 'VHOST'"
6131   parameters:
6132   - "throughput"
6133   - "parent"
6134   traces:
6135     hoverinfo: "x+y"
6136     boxpoints: "outliers"
6137     whiskerwidth: 0
6138   layout:
6139     title: ""  # No title
6140     layout: "plot-throughput"
6141
6142 # Packet Throughput - VPP IPv6 2n-skx-x710
6143 -
6144   type: "plot"
6145   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
6146   algorithm: "plot_performance_box"
6147   output-file-type: ".html"
6148   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
6149   data: "plot-vpp-throughput-latency-2n-skx"
6150   filter: "'NIC_Intel-X710' and
6151            '78B' and
6152            ('BASE' or 'SCALE') and
6153            'NDRPDR' and
6154            '2T1C' and
6155            'IP6FWD' and
6156            not 'SRv6' and
6157            not 'IPSEC' and
6158            not 'VHOST'"
6159   parameters:
6160   - "throughput"
6161   - "parent"
6162   traces:
6163     hoverinfo: "x+y"
6164     boxpoints: "outliers"
6165     whiskerwidth: 0
6166   layout:
6167     title: ""  # No title
6168     layout: "plot-throughput"
6169
6170 -
6171   type: "plot"
6172   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
6173   algorithm: "plot_performance_box"
6174   output-file-type: ".html"
6175   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
6176   data: "plot-vpp-throughput-latency-2n-skx"
6177   filter: "'NIC_Intel-X710' and
6178            '78B' and
6179            ('BASE' or 'SCALE') and
6180            'NDRPDR' and
6181            '2T1C' and
6182            'IP6FWD' and
6183            not 'IPSEC' and
6184            not 'VHOST'"
6185   parameters:
6186   - "throughput"
6187   - "parent"
6188   traces:
6189     hoverinfo: "x+y"
6190     boxpoints: "outliers"
6191     whiskerwidth: 0
6192   layout:
6193     title: ""  # No title
6194     layout: "plot-throughput"
6195
6196 -
6197   type: "plot"
6198   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
6199   algorithm: "plot_performance_box"
6200   output-file-type: ".html"
6201   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
6202   data: "plot-vpp-throughput-latency-2n-skx"
6203   filter: "'NIC_Intel-X710' and
6204            '78B' and
6205            ('BASE' or 'SCALE') and
6206            'NDRPDR' and
6207            '4T2C' and
6208            'IP6FWD' and
6209            not 'SRv6' and
6210            not 'IPSEC' and
6211            not 'VHOST'"
6212   parameters:
6213   - "throughput"
6214   - "parent"
6215   traces:
6216     hoverinfo: "x+y"
6217     boxpoints: "outliers"
6218     whiskerwidth: 0
6219   layout:
6220     title: ""  # No title
6221     layout: "plot-throughput"
6222
6223 -
6224   type: "plot"
6225   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
6226   algorithm: "plot_performance_box"
6227   output-file-type: ".html"
6228   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
6229   data: "plot-vpp-throughput-latency-2n-skx"
6230   filter: "'NIC_Intel-X710' and
6231            '78B' and
6232            ('BASE' or 'SCALE') and
6233            'NDRPDR' and
6234            '4T2C' and
6235            'IP6FWD' and
6236            not 'SRv6' and
6237            not 'IPSEC' and
6238            not 'VHOST'"
6239   parameters:
6240   - "throughput"
6241   - "parent"
6242   traces:
6243     hoverinfo: "x+y"
6244     boxpoints: "outliers"
6245     whiskerwidth: 0
6246   layout:
6247     title: ""  # No title
6248     layout: "plot-throughput"
6249
6250 # Packet Throughput - VPP IPv6 2n-skx-xxv710
6251 -
6252   type: "plot"
6253   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
6254   algorithm: "plot_performance_box"
6255   output-file-type: ".html"
6256   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
6257   data: "plot-vpp-throughput-latency-2n-skx"
6258   filter: "'NIC_Intel-XXV710' and
6259            '78B' and
6260            ('BASE' or 'SCALE') and
6261            'NDRPDR' and
6262            '2T1C' and
6263            'IP6FWD' and
6264            not 'SRv6' and
6265            not 'IPSEC' and
6266            not 'VHOST'"
6267   parameters:
6268   - "throughput"
6269   - "parent"
6270   traces:
6271     hoverinfo: "x+y"
6272     boxpoints: "outliers"
6273     whiskerwidth: 0
6274   layout:
6275     title: ""  # No title
6276     layout: "plot-throughput"
6277
6278 -
6279   type: "plot"
6280   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
6281   algorithm: "plot_performance_box"
6282   output-file-type: ".html"
6283   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
6284   data: "plot-vpp-throughput-latency-2n-skx"
6285   filter: "'NIC_Intel-XXV710' and
6286            '78B' and
6287            ('BASE' or 'SCALE') and
6288            'NDRPDR' and
6289            '2T1C' and
6290            'IP6FWD' and
6291            not 'SRv6' and
6292            not 'IPSEC' and
6293            not 'VHOST'"
6294   parameters:
6295   - "throughput"
6296   - "parent"
6297   traces:
6298     hoverinfo: "x+y"
6299     boxpoints: "outliers"
6300     whiskerwidth: 0
6301   layout:
6302     title: ""  # No title
6303     layout: "plot-throughput"
6304
6305 -
6306   type: "plot"
6307   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
6308   algorithm: "plot_performance_box"
6309   output-file-type: ".html"
6310   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
6311   data: "plot-vpp-throughput-latency-2n-skx"
6312   filter: "'NIC_Intel-XXV710' and
6313            '78B' and
6314            ('BASE' or 'SCALE') and
6315            'NDRPDR' and
6316            '4T2C' and
6317            'IP6FWD' and
6318            not 'SRv6' and
6319            not 'IPSEC' and
6320            not 'VHOST'"
6321   parameters:
6322   - "throughput"
6323   - "parent"
6324   traces:
6325     hoverinfo: "x+y"
6326     boxpoints: "outliers"
6327     whiskerwidth: 0
6328   layout:
6329     title: ""  # No title
6330     layout: "plot-throughput"
6331
6332 -
6333   type: "plot"
6334   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
6335   algorithm: "plot_performance_box"
6336   output-file-type: ".html"
6337   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
6338   data: "plot-vpp-throughput-latency-2n-skx"
6339   filter: "'NIC_Intel-XXV710' and
6340            '78B' and
6341            ('BASE' or 'SCALE') and
6342            'NDRPDR' and
6343            '4T2C' and
6344            'IP6FWD' and
6345            not 'SRv6' and
6346            not 'IPSEC' and
6347            not 'VHOST'"
6348   parameters:
6349   - "throughput"
6350   - "parent"
6351   traces:
6352     hoverinfo: "x+y"
6353     boxpoints: "outliers"
6354     whiskerwidth: 0
6355   layout:
6356     title: ""  # No title
6357     layout: "plot-throughput"
6358
6359 ################################################################################
6360
6361 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
6362 -
6363   type: "plot"
6364   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
6365   algorithm: "plot_performance_box"
6366   output-file-type: ".html"
6367   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
6368   data: "plot-vpp-throughput-latency-3n-hsw"
6369   filter: "'NIC_Intel-X520-DA2' and
6370            '78B' and
6371            'ENCAP' and
6372            'NDRPDR' and
6373            '1T1C' and
6374            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6375            not 'VHOST'"
6376   parameters:
6377   - "throughput"
6378   - "parent"
6379   traces:
6380     hoverinfo: "x+y"
6381     boxpoints: "outliers"
6382     whiskerwidth: 0
6383   layout:
6384     title: ""  # No title
6385     layout: "plot-throughput"
6386
6387 -
6388   type: "plot"
6389   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
6390   algorithm: "plot_performance_box"
6391   output-file-type: ".html"
6392   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
6393   data: "plot-vpp-throughput-latency-3n-hsw"
6394   filter: "'NIC_Intel-X520-DA2' and
6395            '78B' and
6396            'ENCAP' and
6397            'NDRPDR' and
6398            '1T1C' and
6399            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6400            not 'VHOST'"
6401   parameters:
6402   - "throughput"
6403   - "parent"
6404   traces:
6405     hoverinfo: "x+y"
6406     boxpoints: "outliers"
6407     whiskerwidth: 0
6408   layout:
6409     title: ""  # No title
6410     layout: "plot-throughput"
6411
6412 -
6413   type: "plot"
6414   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
6415   algorithm: "plot_performance_box"
6416   output-file-type: ".html"
6417   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
6418   data: "plot-vpp-throughput-latency-3n-hsw"
6419   filter: "'NIC_Intel-X520-DA2' and
6420            '78B' and
6421            'ENCAP' and
6422            'NDRPDR' and
6423            '2T2C' and
6424            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6425            not 'VHOST'"
6426   parameters:
6427   - "throughput"
6428   - "parent"
6429   traces:
6430     hoverinfo: "x+y"
6431     boxpoints: "outliers"
6432     whiskerwidth: 0
6433   layout:
6434     title: ""  # No title
6435     layout: "plot-throughput"
6436
6437 -
6438   type: "plot"
6439   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
6440   algorithm: "plot_performance_box"
6441   output-file-type: ".html"
6442   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
6443   data: "plot-vpp-throughput-latency-3n-hsw"
6444   filter: "'NIC_Intel-X520-DA2' and
6445            '78B' and
6446            'ENCAP' and
6447            'NDRPDR' and
6448            '2T2C' and
6449            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6450            not 'VHOST'"
6451   parameters:
6452   - "throughput"
6453   - "parent"
6454   traces:
6455     hoverinfo: "x+y"
6456     boxpoints: "outliers"
6457     whiskerwidth: 0
6458   layout:
6459     title: ""  # No title
6460     layout: "plot-throughput"
6461
6462 ################################################################################
6463
6464 # Packet Throughput - VPP IPSec 3n-hsw-xl710
6465 -
6466   type: "plot"
6467   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6468   algorithm: "plot_performance_box"
6469   output-file-type: ".html"
6470   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6471   data: "plot-vpp-throughput-latency-3n-hsw"
6472   filter: "'NIC_Intel-XL710' and
6473            '64B' and
6474            'IP4FWD' and
6475            'NDRPDR' and
6476            '1T1C' and
6477            'IPSECHW' and
6478            ('IPSECTRAN' or 'IPSECTUN') and
6479            not 'VHOST'"
6480   parameters:
6481   - "throughput"
6482   - "parent"
6483   traces:
6484     hoverinfo: "x+y"
6485     boxpoints: "outliers"
6486     whiskerwidth: 0
6487   layout:
6488     title: ""  # No title
6489     layout: "plot-throughput"
6490
6491 -
6492   type: "plot"
6493   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6494   algorithm: "plot_performance_box"
6495   output-file-type: ".html"
6496   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6497   data: "plot-vpp-throughput-latency-3n-hsw"
6498   filter: "'NIC_Intel-XL710' and
6499            '64B' and
6500            'IP4FWD' and
6501            'NDRPDR' and
6502            '1T1C' and
6503            'IPSECHW' and
6504            ('IPSECTRAN' or 'IPSECTUN') and
6505            not 'VHOST'"
6506   parameters:
6507   - "throughput"
6508   - "parent"
6509   traces:
6510     hoverinfo: "x+y"
6511     boxpoints: "outliers"
6512     whiskerwidth: 0
6513   layout:
6514     title: ""  # No title
6515     layout: "plot-throughput"
6516
6517 -
6518   type: "plot"
6519   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6520   algorithm: "plot_performance_box"
6521   output-file-type: ".html"
6522   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6523   data: "plot-vpp-throughput-latency-3n-hsw"
6524   filter: "'NIC_Intel-XL710' and
6525            '64B' and
6526            'IP4FWD' and
6527            'NDRPDR' and
6528            '2T2C' and
6529            'IPSECHW' and
6530            ('IPSECTRAN' or 'IPSECTUN') and
6531            not 'VHOST'"
6532   parameters:
6533   - "throughput"
6534   - "parent"
6535   traces:
6536     hoverinfo: "x+y"
6537     boxpoints: "outliers"
6538     whiskerwidth: 0
6539   layout:
6540     title: ""  # No title
6541     layout: "plot-throughput"
6542
6543 -
6544   type: "plot"
6545   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6546   algorithm: "plot_performance_box"
6547   output-file-type: ".html"
6548   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6549   data: "plot-vpp-throughput-latency-3n-hsw"
6550   filter: "'NIC_Intel-XL710' and
6551            '64B' and
6552            'IP4FWD' and
6553            'NDRPDR' and
6554            '2T2C' and
6555            'IPSECHW' and
6556            ('IPSECTRAN' or 'IPSECTUN') and
6557            not 'VHOST'"
6558   parameters:
6559   - "throughput"
6560   - "parent"
6561   traces:
6562     hoverinfo: "x+y"
6563     boxpoints: "outliers"
6564     whiskerwidth: 0
6565   layout:
6566     title: ""  # No title
6567     layout: "plot-throughput"
6568
6569 ################################################################################
6570
6571 # Packet Throughput - VPP SRv6 3n-hsw-x520
6572 -
6573   type: "plot"
6574   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
6575   algorithm: "plot_performance_box"
6576   output-file-type: ".html"
6577   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
6578   data: "plot-vpp-throughput-latency-3n-hsw"
6579   filter: "'NIC_Intel-X520-DA2' and
6580            '78B' and
6581            'FEATURE' and
6582            'NDRPDR' and
6583            '1T1C' and
6584            'IP6FWD' and
6585            'SRv6'"
6586   parameters:
6587   - "throughput"
6588   - "parent"
6589   traces:
6590     hoverinfo: "x+y"
6591     boxpoints: "outliers"
6592     whiskerwidth: 0
6593   layout:
6594     title: ""  # No title
6595     layout: "plot-throughput"
6596
6597 -
6598   type: "plot"
6599   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
6600   algorithm: "plot_performance_box"
6601   output-file-type: ".html"
6602   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
6603   data: "plot-vpp-throughput-latency-3n-hsw"
6604   filter: "'NIC_Intel-X520-DA2' and
6605            '78B' and
6606            'FEATURE' and
6607            'NDRPDR' and
6608            '1T1C' and
6609            'IP6FWD' and
6610            'SRv6'"
6611   parameters:
6612   - "throughput"
6613   - "parent"
6614   traces:
6615     hoverinfo: "x+y"
6616     boxpoints: "outliers"
6617     whiskerwidth: 0
6618   layout:
6619     title: ""  # No title
6620     layout: "plot-throughput"
6621
6622 -
6623   type: "plot"
6624   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
6625   algorithm: "plot_performance_box"
6626   output-file-type: ".html"
6627   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
6628   data: "plot-vpp-throughput-latency-3n-hsw"
6629   filter: "'NIC_Intel-X520-DA2' and
6630            '78B' and
6631            'FEATURE' and
6632            'NDRPDR' and
6633            '2T2C' and
6634            'IP6FWD' and
6635            'SRv6'"
6636   parameters:
6637   - "throughput"
6638   - "parent"
6639   traces:
6640     hoverinfo: "x+y"
6641     boxpoints: "outliers"
6642     whiskerwidth: 0
6643   layout:
6644     title: ""  # No title
6645     layout: "plot-throughput"
6646
6647 -
6648   type: "plot"
6649   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
6650   algorithm: "plot_performance_box"
6651   output-file-type: ".html"
6652   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
6653   data: "plot-vpp-throughput-latency-3n-hsw"
6654   filter: "'NIC_Intel-X520-DA2' and
6655            '78B' and
6656            'FEATURE' and
6657            'NDRPDR' and
6658            '2T2C' and
6659            'IP6FWD' and
6660            'SRv6'"
6661   parameters:
6662   - "throughput"
6663   - "parent"
6664   traces:
6665     hoverinfo: "x+y"
6666     boxpoints: "outliers"
6667     whiskerwidth: 0
6668   layout:
6669     title: ""  # No title
6670     layout: "plot-throughput"
6671
6672 ################################################################################
6673
6674 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
6675 -
6676   type: "plot"
6677   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6678   algorithm: "plot_performance_box"
6679   output-file-type: ".html"
6680   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6681   data: "plot-vpp-throughput-latency-3n-hsw"
6682   filter: "'NIC_Intel-X520-DA2' and
6683            '64B' and
6684            'NDRPDR' and
6685            '1T1C' and
6686            'VHOST' and
6687            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6688   parameters:
6689   - "throughput"
6690   - "parent"
6691   traces:
6692     hoverinfo: "x+y"
6693     boxpoints: "outliers"
6694     whiskerwidth: 0
6695   layout:
6696     title: ""  # No title
6697     layout: "plot-throughput"
6698
6699 -
6700   type: "plot"
6701   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6702   algorithm: "plot_performance_box"
6703   output-file-type: ".html"
6704   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6705   data: "plot-vpp-throughput-latency-3n-hsw"
6706   filter: "'NIC_Intel-X520-DA2' and
6707            '64B' and
6708            'NDRPDR' and
6709            '2T2C' and
6710            'VHOST' and
6711            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
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: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6726   algorithm: "plot_performance_box"
6727   output-file-type: ".html"
6728   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6729   data: "plot-vpp-throughput-latency-3n-hsw"
6730   filter: "'NIC_Intel-X520-DA2' and
6731            '64B' and
6732            'NDRPDR' and
6733            '1T1C' and
6734            'VHOST' and
6735            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6736   parameters:
6737   - "throughput"
6738   - "parent"
6739   traces:
6740     hoverinfo: "x+y"
6741     boxpoints: "outliers"
6742     whiskerwidth: 0
6743   layout:
6744     title: ""  # No title
6745     layout: "plot-throughput"
6746
6747 -
6748   type: "plot"
6749   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6750   algorithm: "plot_performance_box"
6751   output-file-type: ".html"
6752   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6753   data: "plot-vpp-throughput-latency-3n-hsw"
6754   filter: "'NIC_Intel-X520-DA2' and
6755            '64B' and
6756            'NDRPDR' and
6757            '2T2C' and
6758            'VHOST' and
6759            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6760   parameters:
6761   - "throughput"
6762   - "parent"
6763   traces:
6764     hoverinfo: "x+y"
6765     boxpoints: "outliers"
6766     whiskerwidth: 0
6767   layout:
6768     title: ""  # No title
6769     layout: "plot-throughput"
6770
6771 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
6772 -
6773   type: "plot"
6774   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6775   algorithm: "plot_performance_box"
6776   output-file-type: ".html"
6777   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6778   data: "plot-vpp-throughput-latency-3n-hsw"
6779   filter: "'NIC_Intel-X520-DA2' and
6780            '64B' and
6781            'NDRPDR' and
6782            '1T1C' and
6783            'VHOST' and
6784            not 'VXLAN' and
6785            not 'IP4FWD' and
6786            not 'DOT1Q' and
6787            not '2VM'"
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-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6802   algorithm: "plot_performance_box"
6803   output-file-type: ".html"
6804   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6805   data: "plot-vpp-throughput-latency-3n-hsw"
6806   filter: "'NIC_Intel-X520-DA2' and
6807            '64B' and
6808            'NDRPDR' and
6809            '2T2C' and
6810            'VHOST' and
6811            not 'VXLAN' and
6812            not 'IP4FWD' and
6813            not 'DOT1Q' and
6814            not '2VM'"
6815   parameters:
6816   - "throughput"
6817   - "parent"
6818   traces:
6819     hoverinfo: "x+y"
6820     boxpoints: "outliers"
6821     whiskerwidth: 0
6822   layout:
6823     title: ""  # No title
6824     layout: "plot-throughput"
6825
6826 -
6827   type: "plot"
6828   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6829   algorithm: "plot_performance_box"
6830   output-file-type: ".html"
6831   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6832   data: "plot-vpp-throughput-latency-3n-hsw"
6833   filter: "'NIC_Intel-X520-DA2' and
6834            '64B' and
6835            'NDRPDR' and
6836            '1T1C' and
6837            'VHOST' and
6838            not 'VXLAN' and
6839            not 'IP4FWD' and
6840            not 'DOT1Q' and
6841            not '2VM'"
6842   parameters:
6843   - "throughput"
6844   - "parent"
6845   traces:
6846     hoverinfo: "x+y"
6847     boxpoints: "outliers"
6848     whiskerwidth: 0
6849   layout:
6850     title: ""  # No title
6851     layout: "plot-throughput"
6852
6853 -
6854   type: "plot"
6855   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6856   algorithm: "plot_performance_box"
6857   output-file-type: ".html"
6858   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6859   data: "plot-vpp-throughput-latency-3n-hsw"
6860   filter: "'NIC_Intel-X520-DA2' and
6861            '64B' and
6862            'NDRPDR' and
6863            '2T2C' and
6864            'VHOST' and
6865            not 'VXLAN' and
6866            not 'IP4FWD' and
6867            not 'DOT1Q' and
6868            not '2VM'"
6869   parameters:
6870   - "throughput"
6871   - "parent"
6872   traces:
6873     hoverinfo: "x+y"
6874     boxpoints: "outliers"
6875     whiskerwidth: 0
6876   layout:
6877     title: ""  # No title
6878     layout: "plot-throughput"
6879
6880 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
6881 -
6882   type: "plot"
6883   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6884   algorithm: "plot_performance_box"
6885   output-file-type: ".html"
6886   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6887   data: "plot-vpp-throughput-latency-3n-hsw"
6888   filter: "'NIC_Intel-X710' and
6889            '64B' and
6890            'NDRPDR' and
6891            '1T1C' and
6892            'VHOST' and
6893            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6894   parameters:
6895   - "throughput"
6896   - "parent"
6897   traces:
6898     hoverinfo: "x+y"
6899     boxpoints: "outliers"
6900     whiskerwidth: 0
6901   layout:
6902     title: ""  # No title
6903     layout: "plot-throughput"
6904
6905 -
6906   type: "plot"
6907   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6908   algorithm: "plot_performance_box"
6909   output-file-type: ".html"
6910   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6911   data: "plot-vpp-throughput-latency-3n-hsw"
6912   filter: "'NIC_Intel-X710' and
6913            '64B' and
6914            'NDRPDR' and
6915            '2T2C' and
6916            'VHOST' and
6917            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
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-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6932   algorithm: "plot_performance_box"
6933   output-file-type: ".html"
6934   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6935   data: "plot-vpp-throughput-latency-3n-hsw"
6936   filter: "'NIC_Intel-X710' and
6937            '64B' and
6938            'NDRPDR' and
6939            '1T1C' and
6940            'VHOST' and
6941            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6942   parameters:
6943   - "throughput"
6944   - "parent"
6945   traces:
6946     hoverinfo: "x+y"
6947     boxpoints: "outliers"
6948     whiskerwidth: 0
6949   layout:
6950     title: ""  # No title
6951     layout: "plot-throughput"
6952
6953 -
6954   type: "plot"
6955   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6956   algorithm: "plot_performance_box"
6957   output-file-type: ".html"
6958   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6959   data: "plot-vpp-throughput-latency-3n-hsw"
6960   filter: "'NIC_Intel-X710' and
6961            '64B' and
6962            'NDRPDR' and
6963            '2T2C' and
6964            'VHOST' and
6965            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6966   parameters:
6967   - "throughput"
6968   - "parent"
6969   traces:
6970     hoverinfo: "x+y"
6971     boxpoints: "outliers"
6972     whiskerwidth: 0
6973   layout:
6974     title: ""  # No title
6975     layout: "plot-throughput"
6976
6977 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
6978 -
6979   type: "plot"
6980   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6981   algorithm: "plot_performance_box"
6982   output-file-type: ".html"
6983   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6984   data: "plot-vpp-throughput-latency-3n-hsw"
6985   filter: "'NIC_Intel-X710' and
6986            '64B' and
6987            'NDRPDR' and
6988            '1T1C' and
6989            'VHOST' and
6990            not 'VXLAN' and
6991            not 'IP4FWD' and
6992            not 'DOT1Q' and
6993            not '2VM'"
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-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7008   algorithm: "plot_performance_box"
7009   output-file-type: ".html"
7010   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7011   data: "plot-vpp-throughput-latency-3n-hsw"
7012   filter: "'NIC_Intel-X710' and
7013            '64B' and
7014            'NDRPDR' and
7015            '2T2C' and
7016            'VHOST' and
7017            not 'VXLAN' and
7018            not 'IP4FWD' and
7019            not 'DOT1Q' and
7020            not '2VM'"
7021   parameters:
7022   - "throughput"
7023   - "parent"
7024   traces:
7025     hoverinfo: "x+y"
7026     boxpoints: "outliers"
7027     whiskerwidth: 0
7028   layout:
7029     title: ""  # No title
7030     layout: "plot-throughput"
7031
7032 -
7033   type: "plot"
7034   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7035   algorithm: "plot_performance_box"
7036   output-file-type: ".html"
7037   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7038   data: "plot-vpp-throughput-latency-3n-hsw"
7039   filter: "'NIC_Intel-X710' and
7040            '64B' and
7041            'NDRPDR' and
7042            '1T1C' and
7043            'VHOST' and
7044            not 'VXLAN' and
7045            not 'IP4FWD' and
7046            not 'DOT1Q' and
7047            not '2VM'"
7048   parameters:
7049   - "throughput"
7050   - "parent"
7051   traces:
7052     hoverinfo: "x+y"
7053     boxpoints: "outliers"
7054     whiskerwidth: 0
7055   layout:
7056     title: ""  # No title
7057     layout: "plot-throughput"
7058
7059 -
7060   type: "plot"
7061   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7062   algorithm: "plot_performance_box"
7063   output-file-type: ".html"
7064   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7065   data: "plot-vpp-throughput-latency-3n-hsw"
7066   filter: "'NIC_Intel-X710' and
7067            '64B' and
7068            'NDRPDR' and
7069            '2T2C' and
7070            'VHOST' and
7071            not 'VXLAN' and
7072            not 'IP4FWD' and
7073            not 'DOT1Q' and
7074            not '2VM'"
7075   parameters:
7076   - "throughput"
7077   - "parent"
7078   traces:
7079     hoverinfo: "x+y"
7080     boxpoints: "outliers"
7081     whiskerwidth: 0
7082   layout:
7083     title: ""  # No title
7084     layout: "plot-throughput"
7085
7086 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
7087 -
7088   type: "plot"
7089   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7090   algorithm: "plot_performance_box"
7091   output-file-type: ".html"
7092   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7093   data: "plot-vpp-throughput-latency-3n-hsw"
7094   filter: "'NIC_Intel-XL710' and
7095            '64B' and
7096            'NDRPDR' and
7097            '1T1C' and
7098            'VHOST' and
7099            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7100   parameters:
7101   - "throughput"
7102   - "parent"
7103   traces:
7104     hoverinfo: "x+y"
7105     boxpoints: "outliers"
7106     whiskerwidth: 0
7107   layout:
7108     title: ""  # No title
7109     layout: "plot-throughput"
7110
7111 -
7112   type: "plot"
7113   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7114   algorithm: "plot_performance_box"
7115   output-file-type: ".html"
7116   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7117   data: "plot-vpp-throughput-latency-3n-hsw"
7118   filter: "'NIC_Intel-XL710' and
7119            '64B' and
7120            'NDRPDR' and
7121            '2T2C' and
7122            'VHOST' and
7123            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
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-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7138   algorithm: "plot_performance_box"
7139   output-file-type: ".html"
7140   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7141   data: "plot-vpp-throughput-latency-3n-hsw"
7142   filter: "'NIC_Intel-XL710' and
7143            '64B' and
7144            'NDRPDR' and
7145            '1T1C' and
7146            'VHOST' and
7147            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7148   parameters:
7149   - "throughput"
7150   - "parent"
7151   traces:
7152     hoverinfo: "x+y"
7153     boxpoints: "outliers"
7154     whiskerwidth: 0
7155   layout:
7156     title: ""  # No title
7157     layout: "plot-throughput"
7158
7159 -
7160   type: "plot"
7161   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7162   algorithm: "plot_performance_box"
7163   output-file-type: ".html"
7164   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7165   data: "plot-vpp-throughput-latency-3n-hsw"
7166   filter: "'NIC_Intel-XL710' and
7167            '64B' and
7168            'NDRPDR' and
7169            '2T2C' and
7170            'VHOST' and
7171            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7172   parameters:
7173   - "throughput"
7174   - "parent"
7175   traces:
7176     hoverinfo: "x+y"
7177     boxpoints: "outliers"
7178     whiskerwidth: 0
7179   layout:
7180     title: ""  # No title
7181     layout: "plot-throughput"
7182
7183 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
7184 -
7185   type: "plot"
7186   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7187   algorithm: "plot_performance_box"
7188   output-file-type: ".html"
7189   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7190   data: "plot-vpp-throughput-latency-3n-hsw"
7191   filter: "'NIC_Intel-XL710' and
7192            '64B' and
7193            'NDRPDR' and
7194            '1T1C' and
7195            'VHOST' and
7196            not 'VXLAN' and
7197            not 'IP4FWD' and
7198            not 'DOT1Q' and
7199            not '2VM'"
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-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7214   algorithm: "plot_performance_box"
7215   output-file-type: ".html"
7216   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7217   data: "plot-vpp-throughput-latency-3n-hsw"
7218   filter: "'NIC_Intel-XL710' and
7219            '64B' and
7220            'NDRPDR' and
7221            '2T2C' and
7222            'VHOST' and
7223            not 'VXLAN' and
7224            not 'IP4FWD' and
7225            not 'DOT1Q' and
7226            not '2VM'"
7227   parameters:
7228   - "throughput"
7229   - "parent"
7230   traces:
7231     hoverinfo: "x+y"
7232     boxpoints: "outliers"
7233     whiskerwidth: 0
7234   layout:
7235     title: ""  # No title
7236     layout: "plot-throughput"
7237
7238 -
7239   type: "plot"
7240   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7241   algorithm: "plot_performance_box"
7242   output-file-type: ".html"
7243   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7244   data: "plot-vpp-throughput-latency-3n-hsw"
7245   filter: "'NIC_Intel-XL710' and
7246            '64B' and
7247            'NDRPDR' and
7248            '1T1C' and
7249            'VHOST' and
7250            not 'VXLAN' and
7251            not 'IP4FWD' and
7252            not 'DOT1Q' and
7253            not '2VM'"
7254   parameters:
7255   - "throughput"
7256   - "parent"
7257   traces:
7258     hoverinfo: "x+y"
7259     boxpoints: "outliers"
7260     whiskerwidth: 0
7261   layout:
7262     title: ""  # No title
7263     layout: "plot-throughput"
7264
7265 -
7266   type: "plot"
7267   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7268   algorithm: "plot_performance_box"
7269   output-file-type: ".html"
7270   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7271   data: "plot-vpp-throughput-latency-3n-hsw"
7272   filter: "'NIC_Intel-XL710' and
7273            '64B' and
7274            'NDRPDR' and
7275            '2T2C' and
7276            'VHOST' and
7277            not 'VXLAN' and
7278            not 'IP4FWD' and
7279            not 'DOT1Q' and
7280            not '2VM'"
7281   parameters:
7282   - "throughput"
7283   - "parent"
7284   traces:
7285     hoverinfo: "x+y"
7286     boxpoints: "outliers"
7287     whiskerwidth: 0
7288   layout:
7289     title: ""  # No title
7290     layout: "plot-throughput"
7291
7292 ################################################################################
7293
7294 # Packet Throughput - VPP VTS 3n-hsw-x520
7295 -
7296   type: "plot"
7297   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
7298   algorithm: "plot_performance_box"
7299   output-file-type: ".html"
7300   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
7301   data: "plot-vpp-throughput-latency-3n-hsw"
7302   filter: "'NIC_Intel-X520-DA2' and
7303            '114B' and
7304            'NDRPDR' and
7305            '1T1C' and
7306            'VTS'"
7307   parameters:
7308   - "throughput"
7309   - "parent"
7310   traces:
7311     hoverinfo: "x+y"
7312     boxpoints: "outliers"
7313     whiskerwidth: 0
7314   layout:
7315     title: ""  # No title
7316     layout: "plot-throughput"
7317
7318 -
7319   type: "plot"
7320   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
7321   algorithm: "plot_performance_box"
7322   output-file-type: ".html"
7323   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
7324   data: "plot-vpp-throughput-latency-3n-hsw"
7325   filter: "'NIC_Intel-X520-DA2' and
7326            '114B' and
7327            'NDRPDR' and
7328            '2T2C' and
7329            'VTS'"
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: vts-3n-hsw-x520-114b-1t1c-pdr"
7344   algorithm: "plot_performance_box"
7345   output-file-type: ".html"
7346   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
7347   data: "plot-vpp-throughput-latency-3n-hsw"
7348   filter: "'NIC_Intel-X520-DA2' and
7349            '114B' and
7350            'NDRPDR' and
7351            '1T1C' and
7352            'VTS'"
7353   parameters:
7354   - "throughput"
7355   - "parent"
7356   traces:
7357     hoverinfo: "x+y"
7358     boxpoints: "outliers"
7359     whiskerwidth: 0
7360   layout:
7361     title: ""  # No title
7362     layout: "plot-throughput"
7363
7364 -
7365   type: "plot"
7366   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
7367   algorithm: "plot_performance_box"
7368   output-file-type: ".html"
7369   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
7370   data: "plot-vpp-throughput-latency-3n-hsw"
7371   filter: "'NIC_Intel-X520-DA2' and
7372            '114B' and
7373            'NDRPDR' and
7374            '2T2C' and
7375            'VTS'"
7376   parameters:
7377   - "throughput"
7378   - "parent"
7379   traces:
7380     hoverinfo: "x+y"
7381     boxpoints: "outliers"
7382     whiskerwidth: 0
7383   layout:
7384     title: ""  # No title
7385     layout: "plot-throughput"
7386
7387 ################################################################################
7388
7389 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
7390 -
7391   type: "plot"
7392   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
7393   algorithm: "plot_performance_box"
7394   output-file-type: ".html"
7395   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
7396   data: "plot-dpdk-throughput-latency-3n-hsw"
7397   filter: "'NIC_Intel-X520-DA2' and
7398            '64B' and
7399            'BASE' and
7400            'NDRPDR' and
7401            '1T1C' and
7402            'IP4FWD'"
7403   parameters:
7404   - "throughput"
7405   - "parent"
7406   traces:
7407     hoverinfo: "x+y"
7408     boxpoints: "outliers"
7409     whiskerwidth: 0
7410   layout:
7411     title: ""  # No title
7412     layout: "plot-throughput"
7413
7414 -
7415   type: "plot"
7416   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
7417   algorithm: "plot_performance_box"
7418   output-file-type: ".html"
7419   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
7420   data: "plot-dpdk-throughput-latency-3n-hsw"
7421   filter: "'NIC_Intel-X520-DA2' and
7422            '64B' and
7423            'BASE' and
7424            'NDRPDR' and
7425            '2T2C' and
7426            'IP4FWD'"
7427   parameters:
7428   - "throughput"
7429   - "parent"
7430   traces:
7431     hoverinfo: "x+y"
7432     boxpoints: "outliers"
7433     whiskerwidth: 0
7434   layout:
7435     title: ""  # No title
7436     layout: "plot-throughput"
7437
7438 -
7439   type: "plot"
7440   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
7441   algorithm: "plot_performance_box"
7442   output-file-type: ".html"
7443   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
7444   data: "plot-dpdk-throughput-latency-3n-hsw"
7445   filter: "'NIC_Intel-X520-DA2' and
7446            '64B' and
7447            'BASE' and
7448            'NDRPDR' and
7449            '1T1C' and
7450            'IP4FWD'"
7451   parameters:
7452   - "throughput"
7453   - "parent"
7454   traces:
7455     hoverinfo: "x+y"
7456     boxpoints: "outliers"
7457     whiskerwidth: 0
7458   layout:
7459     title: ""  # No title
7460     layout: "plot-throughput"
7461
7462 -
7463   type: "plot"
7464   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
7465   algorithm: "plot_performance_box"
7466   output-file-type: ".html"
7467   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
7468   data: "plot-dpdk-throughput-latency-3n-hsw"
7469   filter: "'NIC_Intel-X520-DA2' and
7470            '64B' and
7471            'BASE' and
7472            'NDRPDR' and
7473            '2T2C' and
7474            'IP4FWD'"
7475   parameters:
7476   - "throughput"
7477   - "parent"
7478   traces:
7479     hoverinfo: "x+y"
7480     boxpoints: "outliers"
7481     whiskerwidth: 0
7482   layout:
7483     title: ""  # No title
7484     layout: "plot-throughput"
7485
7486 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
7487 -
7488   type: "plot"
7489   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
7490   algorithm: "plot_performance_box"
7491   output-file-type: ".html"
7492   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
7493   data: "plot-dpdk-throughput-latency-3n-hsw"
7494   filter: "'NIC_Intel-X710' and
7495            '64B' and
7496            'BASE' and
7497            'NDRPDR' and
7498            '1T1C' and
7499            'IP4FWD'"
7500   parameters:
7501   - "throughput"
7502   - "parent"
7503   traces:
7504     hoverinfo: "x+y"
7505     boxpoints: "outliers"
7506     whiskerwidth: 0
7507   layout:
7508     title: ""  # No title
7509     layout: "plot-throughput"
7510
7511 -
7512   type: "plot"
7513   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
7514   algorithm: "plot_performance_box"
7515   output-file-type: ".html"
7516   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
7517   data: "plot-dpdk-throughput-latency-3n-hsw"
7518   filter: "'NIC_Intel-X710' and
7519            '64B' and
7520            'BASE' and
7521            'NDRPDR' and
7522            '2T2C' and
7523            'IP4FWD'"
7524   parameters:
7525   - "throughput"
7526   - "parent"
7527   traces:
7528     hoverinfo: "x+y"
7529     boxpoints: "outliers"
7530     whiskerwidth: 0
7531   layout:
7532     title: ""  # No title
7533     layout: "plot-throughput"
7534
7535 -
7536   type: "plot"
7537   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
7538   algorithm: "plot_performance_box"
7539   output-file-type: ".html"
7540   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
7541   data: "plot-dpdk-throughput-latency-3n-hsw"
7542   filter: "'NIC_Intel-X710' and
7543            '64B' and
7544            'BASE' and
7545            'NDRPDR' and
7546            '1T1C' and
7547            'IP4FWD'"
7548   parameters:
7549   - "throughput"
7550   - "parent"
7551   traces:
7552     hoverinfo: "x+y"
7553     boxpoints: "outliers"
7554     whiskerwidth: 0
7555   layout:
7556     title: ""  # No title
7557     layout: "plot-throughput"
7558
7559 -
7560   type: "plot"
7561   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
7562   algorithm: "plot_performance_box"
7563   output-file-type: ".html"
7564   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
7565   data: "plot-dpdk-throughput-latency-3n-hsw"
7566   filter: "'NIC_Intel-X710' and
7567            '64B' and
7568            'BASE' and
7569            'NDRPDR' and
7570            '2T2C' and
7571            'IP4FWD'"
7572   parameters:
7573   - "throughput"
7574   - "parent"
7575   traces:
7576     hoverinfo: "x+y"
7577     boxpoints: "outliers"
7578     whiskerwidth: 0
7579   layout:
7580     title: ""  # No title
7581     layout: "plot-throughput"
7582
7583 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
7584 -
7585   type: "plot"
7586   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
7587   algorithm: "plot_performance_box"
7588   output-file-type: ".html"
7589   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
7590   data: "plot-dpdk-throughput-latency-3n-hsw"
7591   filter: "'NIC_Intel-XL710' and
7592            '64B' and
7593            'BASE' and
7594            'NDRPDR' and
7595            '1T1C' and
7596            'IP4FWD'"
7597   parameters:
7598   - "throughput"
7599   - "parent"
7600   traces:
7601     hoverinfo: "x+y"
7602     boxpoints: "outliers"
7603     whiskerwidth: 0
7604   layout:
7605     title: ""  # No title
7606     layout: "plot-throughput"
7607
7608 -
7609   type: "plot"
7610   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
7611   algorithm: "plot_performance_box"
7612   output-file-type: ".html"
7613   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
7614   data: "plot-dpdk-throughput-latency-3n-hsw"
7615   filter: "'NIC_Intel-XL710' and
7616            '64B' and
7617            'BASE' and
7618            'NDRPDR' and
7619            '2T2C' and
7620            'IP4FWD'"
7621   parameters:
7622   - "throughput"
7623   - "parent"
7624   traces:
7625     hoverinfo: "x+y"
7626     boxpoints: "outliers"
7627     whiskerwidth: 0
7628   layout:
7629     title: ""  # No title
7630     layout: "plot-throughput"
7631
7632 -
7633   type: "plot"
7634   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
7635   algorithm: "plot_performance_box"
7636   output-file-type: ".html"
7637   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
7638   data: "plot-dpdk-throughput-latency-3n-hsw"
7639   filter: "'NIC_Intel-XL710' and
7640            '64B' and
7641            'BASE' and
7642            'NDRPDR' and
7643            '1T1C' and
7644            'IP4FWD'"
7645   parameters:
7646   - "throughput"
7647   - "parent"
7648   traces:
7649     hoverinfo: "x+y"
7650     boxpoints: "outliers"
7651     whiskerwidth: 0
7652   layout:
7653     title: ""  # No title
7654     layout: "plot-throughput"
7655
7656 -
7657   type: "plot"
7658   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
7659   algorithm: "plot_performance_box"
7660   output-file-type: ".html"
7661   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
7662   data: "plot-dpdk-throughput-latency-3n-hsw"
7663   filter: "'NIC_Intel-XL710' and
7664            '64B' and
7665            'BASE' and
7666            'NDRPDR' and
7667            '2T2C' and
7668            'IP4FWD'"
7669   parameters:
7670   - "throughput"
7671   - "parent"
7672   traces:
7673     hoverinfo: "x+y"
7674     boxpoints: "outliers"
7675     whiskerwidth: 0
7676   layout:
7677     title: ""  # No title
7678     layout: "plot-throughput"
7679
7680 # Packet Throughput - DPDK l3fwd 3n-skx-x710
7681 -
7682   type: "plot"
7683   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
7684   algorithm: "plot_performance_box"
7685   output-file-type: ".html"
7686   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
7687   data: "plot-dpdk-throughput-latency-3n-skx"
7688   filter: "'NIC_Intel-X710' and
7689            '64B' and
7690            'BASE' and
7691            'NDRPDR' and
7692            '2T1C' and
7693            'IP4FWD'"
7694   parameters:
7695   - "throughput"
7696   - "parent"
7697   traces:
7698     hoverinfo: "x+y"
7699     boxpoints: "outliers"
7700     whiskerwidth: 0
7701   layout:
7702     title: ""  # No title
7703     layout: "plot-throughput"
7704
7705 -
7706   type: "plot"
7707   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
7708   algorithm: "plot_performance_box"
7709   output-file-type: ".html"
7710   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
7711   data: "plot-dpdk-throughput-latency-3n-skx"
7712   filter: "'NIC_Intel-X710' and
7713            '64B' and
7714            'BASE' and
7715            'NDRPDR' and
7716            '4T2C' and
7717            'IP4FWD'"
7718   parameters:
7719   - "throughput"
7720   - "parent"
7721   traces:
7722     hoverinfo: "x+y"
7723     boxpoints: "outliers"
7724     whiskerwidth: 0
7725   layout:
7726     title: ""  # No title
7727     layout: "plot-throughput"
7728
7729 -
7730   type: "plot"
7731   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
7732   algorithm: "plot_performance_box"
7733   output-file-type: ".html"
7734   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
7735   data: "plot-dpdk-throughput-latency-3n-skx"
7736   filter: "'NIC_Intel-X710' and
7737            '64B' and
7738            'BASE' and
7739            'NDRPDR' and
7740            '2T1C' and
7741            'IP4FWD'"
7742   parameters:
7743   - "throughput"
7744   - "parent"
7745   traces:
7746     hoverinfo: "x+y"
7747     boxpoints: "outliers"
7748     whiskerwidth: 0
7749   layout:
7750     title: ""  # No title
7751     layout: "plot-throughput"
7752
7753 -
7754   type: "plot"
7755   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
7756   algorithm: "plot_performance_box"
7757   output-file-type: ".html"
7758   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
7759   data: "plot-dpdk-throughput-latency-3n-skx"
7760   filter: "'NIC_Intel-X710' and
7761            '64B' and
7762            'BASE' and
7763            'NDRPDR' and
7764            '4T2C' and
7765            'IP4FWD'"
7766   parameters:
7767   - "throughput"
7768   - "parent"
7769   traces:
7770     hoverinfo: "x+y"
7771     boxpoints: "outliers"
7772     whiskerwidth: 0
7773   layout:
7774     title: ""  # No title
7775     layout: "plot-throughput"
7776
7777 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
7778 -
7779   type: "plot"
7780   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
7781   algorithm: "plot_performance_box"
7782   output-file-type: ".html"
7783   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
7784   data: "plot-dpdk-throughput-latency-3n-skx"
7785   filter: "'NIC_Intel-XXV710' and
7786            '64B' and
7787            'BASE' and
7788            'NDRPDR' and
7789            '2T1C' and
7790            'IP4FWD'"
7791   parameters:
7792   - "throughput"
7793   - "parent"
7794   traces:
7795     hoverinfo: "x+y"
7796     boxpoints: "outliers"
7797     whiskerwidth: 0
7798   layout:
7799     title: ""  # No title
7800     layout: "plot-throughput"
7801
7802 -
7803   type: "plot"
7804   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
7805   algorithm: "plot_performance_box"
7806   output-file-type: ".html"
7807   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
7808   data: "plot-dpdk-throughput-latency-3n-skx"
7809   filter: "'NIC_Intel-XXV710' and
7810            '64B' and
7811            'BASE' and
7812            'NDRPDR' and
7813            '4T2C' and
7814            'IP4FWD'"
7815   parameters:
7816   - "throughput"
7817   - "parent"
7818   traces:
7819     hoverinfo: "x+y"
7820     boxpoints: "outliers"
7821     whiskerwidth: 0
7822   layout:
7823     title: ""  # No title
7824     layout: "plot-throughput"
7825
7826 -
7827   type: "plot"
7828   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
7829   algorithm: "plot_performance_box"
7830   output-file-type: ".html"
7831   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
7832   data: "plot-dpdk-throughput-latency-3n-skx"
7833   filter: "'NIC_Intel-XXV710' and
7834            '64B' and
7835            'BASE' and
7836            'NDRPDR' and
7837            '2T1C' and
7838            'IP4FWD'"
7839   parameters:
7840   - "throughput"
7841   - "parent"
7842   traces:
7843     hoverinfo: "x+y"
7844     boxpoints: "outliers"
7845     whiskerwidth: 0
7846   layout:
7847     title: ""  # No title
7848     layout: "plot-throughput"
7849
7850 -
7851   type: "plot"
7852   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
7853   algorithm: "plot_performance_box"
7854   output-file-type: ".html"
7855   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
7856   data: "plot-dpdk-throughput-latency-3n-skx"
7857   filter: "'NIC_Intel-XXV710' and
7858            '64B' and
7859            'BASE' and
7860            'NDRPDR' and
7861            '4T2C' and
7862            'IP4FWD'"
7863   parameters:
7864   - "throughput"
7865   - "parent"
7866   traces:
7867     hoverinfo: "x+y"
7868     boxpoints: "outliers"
7869     whiskerwidth: 0
7870   layout:
7871     title: ""  # No title
7872     layout: "plot-throughput"
7873
7874 # Packet Throughput - DPDK l3fwd 2n-skx-x710
7875 -
7876   type: "plot"
7877   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
7878   algorithm: "plot_performance_box"
7879   output-file-type: ".html"
7880   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
7881   data: "plot-dpdk-throughput-latency-2n-skx"
7882   filter: "'NIC_Intel-X710' and
7883            '64B' and
7884            'BASE' and
7885            'NDRPDR' and
7886            '2T1C' and
7887            'IP4FWD'"
7888   parameters:
7889   - "throughput"
7890   - "parent"
7891   traces:
7892     hoverinfo: "x+y"
7893     boxpoints: "outliers"
7894     whiskerwidth: 0
7895   layout:
7896     title: ""  # No title
7897     layout: "plot-throughput"
7898
7899 -
7900   type: "plot"
7901   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
7902   algorithm: "plot_performance_box"
7903   output-file-type: ".html"
7904   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
7905   data: "plot-dpdk-throughput-latency-2n-skx"
7906   filter: "'NIC_Intel-X710' and
7907            '64B' and
7908            'BASE' and
7909            'NDRPDR' and
7910            '4T2C' and
7911            'IP4FWD'"
7912   parameters:
7913   - "throughput"
7914   - "parent"
7915   traces:
7916     hoverinfo: "x+y"
7917     boxpoints: "outliers"
7918     whiskerwidth: 0
7919   layout:
7920     title: ""  # No title
7921     layout: "plot-throughput"
7922
7923 -
7924   type: "plot"
7925   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
7926   algorithm: "plot_performance_box"
7927   output-file-type: ".html"
7928   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
7929   data: "plot-dpdk-throughput-latency-2n-skx"
7930   filter: "'NIC_Intel-X710' and
7931            '64B' and
7932            'BASE' and
7933            'NDRPDR' and
7934            '2T1C' and
7935            'IP4FWD'"
7936   parameters:
7937   - "throughput"
7938   - "parent"
7939   traces:
7940     hoverinfo: "x+y"
7941     boxpoints: "outliers"
7942     whiskerwidth: 0
7943   layout:
7944     title: ""  # No title
7945     layout: "plot-throughput"
7946
7947 -
7948   type: "plot"
7949   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
7950   algorithm: "plot_performance_box"
7951   output-file-type: ".html"
7952   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
7953   data: "plot-dpdk-throughput-latency-2n-skx"
7954   filter: "'NIC_Intel-X710' and
7955            '64B' and
7956            'BASE' and
7957            'NDRPDR' and
7958            '4T2C' and
7959            'IP4FWD'"
7960   parameters:
7961   - "throughput"
7962   - "parent"
7963   traces:
7964     hoverinfo: "x+y"
7965     boxpoints: "outliers"
7966     whiskerwidth: 0
7967   layout:
7968     title: ""  # No title
7969     layout: "plot-throughput"
7970
7971 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
7972 -
7973   type: "plot"
7974   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
7975   algorithm: "plot_performance_box"
7976   output-file-type: ".html"
7977   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
7978   data: "plot-dpdk-throughput-latency-2n-skx"
7979   filter: "'NIC_Intel-XXV710' and
7980            '64B' and
7981            'BASE' and
7982            'NDRPDR' and
7983            '2T1C' and
7984            'IP4FWD'"
7985   parameters:
7986   - "throughput"
7987   - "parent"
7988   traces:
7989     hoverinfo: "x+y"
7990     boxpoints: "outliers"
7991     whiskerwidth: 0
7992   layout:
7993     title: ""  # No title
7994     layout: "plot-throughput"
7995
7996 -
7997   type: "plot"
7998   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
7999   algorithm: "plot_performance_box"
8000   output-file-type: ".html"
8001   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
8002   data: "plot-dpdk-throughput-latency-2n-skx"
8003   filter: "'NIC_Intel-XXV710' and
8004            '64B' and
8005            'BASE' and
8006            'NDRPDR' and
8007            '4T2C' and
8008            'IP4FWD'"
8009   parameters:
8010   - "throughput"
8011   - "parent"
8012   traces:
8013     hoverinfo: "x+y"
8014     boxpoints: "outliers"
8015     whiskerwidth: 0
8016   layout:
8017     title: ""  # No title
8018     layout: "plot-throughput"
8019
8020 -
8021   type: "plot"
8022   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
8023   algorithm: "plot_performance_box"
8024   output-file-type: ".html"
8025   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
8026   data: "plot-dpdk-throughput-latency-2n-skx"
8027   filter: "'NIC_Intel-XXV710' and
8028            '64B' and
8029            'BASE' and
8030            'NDRPDR' and
8031            '2T1C' and
8032            'IP4FWD'"
8033   parameters:
8034   - "throughput"
8035   - "parent"
8036   traces:
8037     hoverinfo: "x+y"
8038     boxpoints: "outliers"
8039     whiskerwidth: 0
8040   layout:
8041     title: ""  # No title
8042     layout: "plot-throughput"
8043
8044 -
8045   type: "plot"
8046   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
8047   algorithm: "plot_performance_box"
8048   output-file-type: ".html"
8049   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
8050   data: "plot-dpdk-throughput-latency-2n-skx"
8051   filter: "'NIC_Intel-XXV710' and
8052            '64B' and
8053            'BASE' and
8054            'NDRPDR' and
8055            '4T2C' and
8056            'IP4FWD'"
8057   parameters:
8058   - "throughput"
8059   - "parent"
8060   traces:
8061     hoverinfo: "x+y"
8062     boxpoints: "outliers"
8063     whiskerwidth: 0
8064   layout:
8065     title: ""  # No title
8066     layout: "plot-throughput"
8067
8068 ################################################################################
8069
8070 # Packet Throughput - DPDK testpmd 3n-hsw-x520
8071 -
8072   type: "plot"
8073   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
8074   algorithm: "plot_performance_box"
8075   output-file-type: ".html"
8076   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
8077   data: "plot-dpdk-throughput-latency-3n-hsw"
8078   filter: "'NIC_Intel-X520-DA2' and
8079            '64B' and
8080            'BASE' and
8081            'NDRPDR' and
8082            '1T1C' and
8083            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8084   parameters:
8085   - "throughput"
8086   - "parent"
8087   traces:
8088     hoverinfo: "x+y"
8089     boxpoints: "outliers"
8090     whiskerwidth: 0
8091   layout:
8092     title: ""  # No title
8093     layout: "plot-throughput"
8094
8095 -
8096   type: "plot"
8097   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
8098   algorithm: "plot_performance_box"
8099   output-file-type: ".html"
8100   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
8101   data: "plot-dpdk-throughput-latency-3n-hsw"
8102   filter: "'NIC_Intel-X520-DA2' and
8103            '64B' and
8104            'BASE' and
8105            'NDRPDR' and
8106            '2T2C' and
8107            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8108   parameters:
8109   - "throughput"
8110   - "parent"
8111   traces:
8112     hoverinfo: "x+y"
8113     boxpoints: "outliers"
8114     whiskerwidth: 0
8115   layout:
8116     title: ""  # No title
8117     layout: "plot-throughput"
8118
8119 -
8120   type: "plot"
8121   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
8122   algorithm: "plot_performance_box"
8123   output-file-type: ".html"
8124   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
8125   data: "plot-dpdk-throughput-latency-3n-hsw"
8126   filter: "'NIC_Intel-X520-DA2' and
8127            '64B' and
8128            'BASE' and
8129            'NDRPDR' and
8130            '1T1C' and
8131            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8132   parameters:
8133   - "throughput"
8134   - "parent"
8135   traces:
8136     hoverinfo: "x+y"
8137     boxpoints: "outliers"
8138     whiskerwidth: 0
8139   layout:
8140     title: ""  # No title
8141     layout: "plot-throughput"
8142
8143 -
8144   type: "plot"
8145   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
8146   algorithm: "plot_performance_box"
8147   output-file-type: ".html"
8148   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
8149   data: "plot-dpdk-throughput-latency-3n-hsw"
8150   filter: "'NIC_Intel-X520-DA2' and
8151            '64B' and
8152            'BASE' and
8153            'NDRPDR' and
8154            '2T2C' and
8155            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8156   parameters:
8157   - "throughput"
8158   - "parent"
8159   traces:
8160     hoverinfo: "x+y"
8161     boxpoints: "outliers"
8162     whiskerwidth: 0
8163   layout:
8164     title: ""  # No title
8165     layout: "plot-throughput"
8166
8167 # Packet Throughput - DPDK testpmd 3n-hsw-x710
8168 -
8169   type: "plot"
8170   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
8171   algorithm: "plot_performance_box"
8172   output-file-type: ".html"
8173   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
8174   data: "plot-dpdk-throughput-latency-3n-hsw"
8175   filter: "'NIC_Intel-X710' and
8176            '64B' and
8177            'BASE' and
8178            'NDRPDR' and
8179            '1T1C' and
8180            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8181   parameters:
8182   - "throughput"
8183   - "parent"
8184   traces:
8185     hoverinfo: "x+y"
8186     boxpoints: "outliers"
8187     whiskerwidth: 0
8188   layout:
8189     title: ""  # No title
8190     layout: "plot-throughput"
8191
8192 -
8193   type: "plot"
8194   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
8195   algorithm: "plot_performance_box"
8196   output-file-type: ".html"
8197   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
8198   data: "plot-dpdk-throughput-latency-3n-hsw"
8199   filter: "'NIC_Intel-X710' and
8200            '64B' and
8201            'BASE' and
8202            'NDRPDR' and
8203            '2T2C' and
8204            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8205   parameters:
8206   - "throughput"
8207   - "parent"
8208   traces:
8209     hoverinfo: "x+y"
8210     boxpoints: "outliers"
8211     whiskerwidth: 0
8212   layout:
8213     title: ""  # No title
8214     layout: "plot-throughput"
8215
8216 -
8217   type: "plot"
8218   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
8219   algorithm: "plot_performance_box"
8220   output-file-type: ".html"
8221   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
8222   data: "plot-dpdk-throughput-latency-3n-hsw"
8223   filter: "'NIC_Intel-X710' and
8224            '64B' and
8225            'BASE' and
8226            'NDRPDR' and
8227            '1T1C' and
8228            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8229   parameters:
8230   - "throughput"
8231   - "parent"
8232   traces:
8233     hoverinfo: "x+y"
8234     boxpoints: "outliers"
8235     whiskerwidth: 0
8236   layout:
8237     title: ""  # No title
8238     layout: "plot-throughput"
8239
8240 -
8241   type: "plot"
8242   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
8243   algorithm: "plot_performance_box"
8244   output-file-type: ".html"
8245   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
8246   data: "plot-dpdk-throughput-latency-3n-hsw"
8247   filter: "'NIC_Intel-X710' and
8248            '64B' and
8249            'BASE' and
8250            'NDRPDR' and
8251            '2T2C' and
8252            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8253   parameters:
8254   - "throughput"
8255   - "parent"
8256   traces:
8257     hoverinfo: "x+y"
8258     boxpoints: "outliers"
8259     whiskerwidth: 0
8260   layout:
8261     title: ""  # No title
8262     layout: "plot-throughput"
8263
8264 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
8265 -
8266   type: "plot"
8267   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
8268   algorithm: "plot_performance_box"
8269   output-file-type: ".html"
8270   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
8271   data: "plot-dpdk-throughput-latency-3n-hsw"
8272   filter: "'NIC_Intel-XL710' and
8273            '64B' and
8274            'BASE' and
8275            'NDRPDR' and
8276            '1T1C' and
8277            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8278   parameters:
8279   - "throughput"
8280   - "parent"
8281   traces:
8282     hoverinfo: "x+y"
8283     boxpoints: "outliers"
8284     whiskerwidth: 0
8285   layout:
8286     title: ""  # No title
8287     layout: "plot-throughput"
8288
8289 -
8290   type: "plot"
8291   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
8292   algorithm: "plot_performance_box"
8293   output-file-type: ".html"
8294   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
8295   data: "plot-dpdk-throughput-latency-3n-hsw"
8296   filter: "'NIC_Intel-XL710' and
8297            '64B' and
8298            'BASE' and
8299            'NDRPDR' and
8300            '2T2C' and
8301            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8302   parameters:
8303   - "throughput"
8304   - "parent"
8305   traces:
8306     hoverinfo: "x+y"
8307     boxpoints: "outliers"
8308     whiskerwidth: 0
8309   layout:
8310     title: ""  # No title
8311     layout: "plot-throughput"
8312
8313 -
8314   type: "plot"
8315   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
8316   algorithm: "plot_performance_box"
8317   output-file-type: ".html"
8318   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
8319   data: "plot-dpdk-throughput-latency-3n-hsw"
8320   filter: "'NIC_Intel-XL710' and
8321            '64B' and
8322            'BASE' and
8323            'NDRPDR' and
8324            '1T1C' and
8325            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8326   parameters:
8327   - "throughput"
8328   - "parent"
8329   traces:
8330     hoverinfo: "x+y"
8331     boxpoints: "outliers"
8332     whiskerwidth: 0
8333   layout:
8334     title: ""  # No title
8335     layout: "plot-throughput"
8336
8337 -
8338   type: "plot"
8339   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
8340   algorithm: "plot_performance_box"
8341   output-file-type: ".html"
8342   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
8343   data: "plot-dpdk-throughput-latency-3n-hsw"
8344   filter: "'NIC_Intel-XL710' and
8345            '64B' and
8346            'BASE' and
8347            'NDRPDR' and
8348            '2T2C' and
8349            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8350   parameters:
8351   - "throughput"
8352   - "parent"
8353   traces:
8354     hoverinfo: "x+y"
8355     boxpoints: "outliers"
8356     whiskerwidth: 0
8357   layout:
8358     title: ""  # No title
8359     layout: "plot-throughput"
8360
8361 # Packet Throughput - DPDK testpmd 3n-skx-x710
8362 -
8363   type: "plot"
8364   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
8365   algorithm: "plot_performance_box"
8366   output-file-type: ".html"
8367   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
8368   data: "plot-dpdk-throughput-latency-3n-skx"
8369   filter: "'NIC_Intel-X710' and
8370            '64B' and
8371            'BASE' and
8372            'NDRPDR' and
8373            '2T1C' and
8374            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8375   parameters:
8376   - "throughput"
8377   - "parent"
8378   traces:
8379     hoverinfo: "x+y"
8380     boxpoints: "outliers"
8381     whiskerwidth: 0
8382   layout:
8383     title: ""  # No title
8384     layout: "plot-throughput"
8385
8386 -
8387   type: "plot"
8388   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
8389   algorithm: "plot_performance_box"
8390   output-file-type: ".html"
8391   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
8392   data: "plot-dpdk-throughput-latency-3n-skx"
8393   filter: "'NIC_Intel-X710' and
8394            '64B' and
8395            'BASE' and
8396            'NDRPDR' and
8397            '4T2C' and
8398            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8399   parameters:
8400   - "throughput"
8401   - "parent"
8402   traces:
8403     hoverinfo: "x+y"
8404     boxpoints: "outliers"
8405     whiskerwidth: 0
8406   layout:
8407     title: ""  # No title
8408     layout: "plot-throughput"
8409
8410 -
8411   type: "plot"
8412   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
8413   algorithm: "plot_performance_box"
8414   output-file-type: ".html"
8415   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
8416   data: "plot-dpdk-throughput-latency-3n-skx"
8417   filter: "'NIC_Intel-X710' and
8418            '64B' and
8419            'BASE' and
8420            'NDRPDR' and
8421            '2T1C' and
8422            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8423   parameters:
8424   - "throughput"
8425   - "parent"
8426   traces:
8427     hoverinfo: "x+y"
8428     boxpoints: "outliers"
8429     whiskerwidth: 0
8430   layout:
8431     title: ""  # No title
8432     layout: "plot-throughput"
8433
8434 -
8435   type: "plot"
8436   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
8437   algorithm: "plot_performance_box"
8438   output-file-type: ".html"
8439   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
8440   data: "plot-dpdk-throughput-latency-3n-skx"
8441   filter: "'NIC_Intel-X710' and
8442            '64B' and
8443            'BASE' and
8444            'NDRPDR' and
8445            '4T2C' and
8446            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8447   parameters:
8448   - "throughput"
8449   - "parent"
8450   traces:
8451     hoverinfo: "x+y"
8452     boxpoints: "outliers"
8453     whiskerwidth: 0
8454   layout:
8455     title: ""  # No title
8456     layout: "plot-throughput"
8457
8458 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
8459 -
8460   type: "plot"
8461   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
8462   algorithm: "plot_performance_box"
8463   output-file-type: ".html"
8464   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
8465   data: "plot-dpdk-throughput-latency-3n-skx"
8466   filter: "'NIC_Intel-XXV710' and
8467            '64B' and
8468            'BASE' and
8469            'NDRPDR' and
8470            '2T1C' and
8471            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8472   parameters:
8473   - "throughput"
8474   - "parent"
8475   traces:
8476     hoverinfo: "x+y"
8477     boxpoints: "outliers"
8478     whiskerwidth: 0
8479   layout:
8480     title: ""  # No title
8481     layout: "plot-throughput"
8482
8483 -
8484   type: "plot"
8485   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
8486   algorithm: "plot_performance_box"
8487   output-file-type: ".html"
8488   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
8489   data: "plot-dpdk-throughput-latency-3n-skx"
8490   filter: "'NIC_Intel-XXV710' and
8491            '64B' and
8492            'BASE' and
8493            'NDRPDR' and
8494            '4T2C' and
8495            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8496   parameters:
8497   - "throughput"
8498   - "parent"
8499   traces:
8500     hoverinfo: "x+y"
8501     boxpoints: "outliers"
8502     whiskerwidth: 0
8503   layout:
8504     title: ""  # No title
8505     layout: "plot-throughput"
8506
8507 -
8508   type: "plot"
8509   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
8510   algorithm: "plot_performance_box"
8511   output-file-type: ".html"
8512   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
8513   data: "plot-dpdk-throughput-latency-3n-skx"
8514   filter: "'NIC_Intel-XXV710' and
8515            '64B' and
8516            'BASE' and
8517            'NDRPDR' and
8518            '2T1C' and
8519            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8520   parameters:
8521   - "throughput"
8522   - "parent"
8523   traces:
8524     hoverinfo: "x+y"
8525     boxpoints: "outliers"
8526     whiskerwidth: 0
8527   layout:
8528     title: ""  # No title
8529     layout: "plot-throughput"
8530
8531 -
8532   type: "plot"
8533   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
8534   algorithm: "plot_performance_box"
8535   output-file-type: ".html"
8536   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
8537   data: "plot-dpdk-throughput-latency-3n-skx"
8538   filter: "'NIC_Intel-XXV710' and
8539            '64B' and
8540            'BASE' and
8541            'NDRPDR' and
8542            '4T2C' and
8543            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8544   parameters:
8545   - "throughput"
8546   - "parent"
8547   traces:
8548     hoverinfo: "x+y"
8549     boxpoints: "outliers"
8550     whiskerwidth: 0
8551   layout:
8552     title: ""  # No title
8553     layout: "plot-throughput"
8554
8555 # Packet Throughput - DPDK testpmd 2n-skx-x710
8556 -
8557   type: "plot"
8558   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
8559   algorithm: "plot_performance_box"
8560   output-file-type: ".html"
8561   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
8562   data: "plot-dpdk-throughput-latency-2n-skx"
8563   filter: "'NIC_Intel-X710' and
8564            '64B' and
8565            'BASE' and
8566            'NDRPDR' and
8567            '2T1C' and
8568            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8569   parameters:
8570   - "throughput"
8571   - "parent"
8572   traces:
8573     hoverinfo: "x+y"
8574     boxpoints: "outliers"
8575     whiskerwidth: 0
8576   layout:
8577     title: ""  # No title
8578     layout: "plot-throughput"
8579
8580 -
8581   type: "plot"
8582   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
8583   algorithm: "plot_performance_box"
8584   output-file-type: ".html"
8585   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
8586   data: "plot-dpdk-throughput-latency-2n-skx"
8587   filter: "'NIC_Intel-X710' and
8588            '64B' and
8589            'BASE' and
8590            'NDRPDR' and
8591            '4T2C' and
8592            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8593   parameters:
8594   - "throughput"
8595   - "parent"
8596   traces:
8597     hoverinfo: "x+y"
8598     boxpoints: "outliers"
8599     whiskerwidth: 0
8600   layout:
8601     title: ""  # No title
8602     layout: "plot-throughput"
8603
8604 -
8605   type: "plot"
8606   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
8607   algorithm: "plot_performance_box"
8608   output-file-type: ".html"
8609   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
8610   data: "plot-dpdk-throughput-latency-2n-skx"
8611   filter: "'NIC_Intel-X710' and
8612            '64B' and
8613            'BASE' and
8614            'NDRPDR' and
8615            '2T1C' and
8616            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8617   parameters:
8618   - "throughput"
8619   - "parent"
8620   traces:
8621     hoverinfo: "x+y"
8622     boxpoints: "outliers"
8623     whiskerwidth: 0
8624   layout:
8625     title: ""  # No title
8626     layout: "plot-throughput"
8627
8628 -
8629   type: "plot"
8630   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
8631   algorithm: "plot_performance_box"
8632   output-file-type: ".html"
8633   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
8634   data: "plot-dpdk-throughput-latency-2n-skx"
8635   filter: "'NIC_Intel-X710' and
8636            '64B' and
8637            'BASE' and
8638            'NDRPDR' and
8639            '4T2C' and
8640            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8641   parameters:
8642   - "throughput"
8643   - "parent"
8644   traces:
8645     hoverinfo: "x+y"
8646     boxpoints: "outliers"
8647     whiskerwidth: 0
8648   layout:
8649     title: ""  # No title
8650     layout: "plot-throughput"
8651
8652 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
8653 -
8654   type: "plot"
8655   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
8656   algorithm: "plot_performance_box"
8657   output-file-type: ".html"
8658   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
8659   data: "plot-dpdk-throughput-latency-2n-skx"
8660   filter: "'NIC_Intel-XXV710' and
8661            '64B' and
8662            'BASE' and
8663            'NDRPDR' and
8664            '2T1C' and
8665            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8666   parameters:
8667   - "throughput"
8668   - "parent"
8669   traces:
8670     hoverinfo: "x+y"
8671     boxpoints: "outliers"
8672     whiskerwidth: 0
8673   layout:
8674     title: ""  # No title
8675     layout: "plot-throughput"
8676
8677 -
8678   type: "plot"
8679   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
8680   algorithm: "plot_performance_box"
8681   output-file-type: ".html"
8682   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
8683   data: "plot-dpdk-throughput-latency-2n-skx"
8684   filter: "'NIC_Intel-XXV710' and
8685            '64B' and
8686            'BASE' and
8687            'NDRPDR' and
8688            '4T2C' and
8689            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8690   parameters:
8691   - "throughput"
8692   - "parent"
8693   traces:
8694     hoverinfo: "x+y"
8695     boxpoints: "outliers"
8696     whiskerwidth: 0
8697   layout:
8698     title: ""  # No title
8699     layout: "plot-throughput"
8700
8701 -
8702   type: "plot"
8703   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
8704   algorithm: "plot_performance_box"
8705   output-file-type: ".html"
8706   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
8707   data: "plot-dpdk-throughput-latency-2n-skx"
8708   filter: "'NIC_Intel-XXV710' and
8709            '64B' and
8710            'BASE' and
8711            'NDRPDR' and
8712            '2T1C' and
8713            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8714   parameters:
8715   - "throughput"
8716   - "parent"
8717   traces:
8718     hoverinfo: "x+y"
8719     boxpoints: "outliers"
8720     whiskerwidth: 0
8721   layout:
8722     title: ""  # No title
8723     layout: "plot-throughput"
8724
8725 -
8726   type: "plot"
8727   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
8728   algorithm: "plot_performance_box"
8729   output-file-type: ".html"
8730   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
8731   data: "plot-dpdk-throughput-latency-2n-skx"
8732   filter: "'NIC_Intel-XXV710' and
8733            '64B' and
8734            'BASE' and
8735            'NDRPDR' and
8736            '4T2C' and
8737            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8738   parameters:
8739   - "throughput"
8740   - "parent"
8741   traces:
8742     hoverinfo: "x+y"
8743     boxpoints: "outliers"
8744     whiskerwidth: 0
8745   layout:
8746     title: ""  # No title
8747     layout: "plot-throughput"
8748
8749
8750
8751
8752
8753
8754
8755
8756 ################################################################################
8757
8758 # Packet Latency - VPP L2 3n-hsw-x520
8759 -
8760   type: "plot"
8761   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
8762   algorithm: "plot_latency_box"
8763   output-file-type: ".html"
8764   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
8765   data: "plot-vpp-throughput-latency-3n-hsw"
8766   filter: "'NIC_Intel-X520-DA2' and
8767            '64B' and
8768            ('BASE' or 'SCALE') and
8769            'NDRPDR' and
8770            '1T1C' and
8771            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8772            not 'VHOST' and
8773            not 'MEMIF'"
8774   parameters:
8775   - "latency"
8776   - "parent"
8777   traces:
8778     boxmean: False
8779   layout:
8780     title: ""  # No title
8781     layout: "plot-latency"
8782
8783 -
8784   type: "plot"
8785   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
8786   algorithm: "plot_latency_box"
8787   output-file-type: ".html"
8788   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
8789   data: "plot-vpp-throughput-latency-3n-hsw"
8790   filter: "'NIC_Intel-X520-DA2' and
8791            '64B' and
8792            ('BASE' or 'SCALE') and
8793            'NDRPDR' and
8794            '2T2C' and
8795            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8796            not 'VHOST' and
8797            not 'MEMIF'"
8798   parameters:
8799   - "latency"
8800   - "parent"
8801   traces:
8802     boxmean: False
8803   layout:
8804     title: ""  # No title
8805     layout: "plot-latency"
8806
8807 -
8808   type: "plot"
8809   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
8810   algorithm: "plot_latency_box"
8811   output-file-type: ".html"
8812   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
8813   data: "plot-vpp-throughput-latency-3n-hsw"
8814   filter: "'NIC_Intel-X520-DA2' and
8815            '64B' and
8816            'FEATURE' and
8817            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8818            'NDRPDR' and
8819            '1T1C' and
8820            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8821            not 'VHOST' and
8822            not 'MEMIF'"
8823   parameters:
8824   - "latency"
8825   - "parent"
8826   traces:
8827     boxmean: False
8828   layout:
8829     title: ""  # No title
8830     layout: "plot-latency"
8831
8832 -
8833   type: "plot"
8834   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
8835   algorithm: "plot_latency_box"
8836   output-file-type: ".html"
8837   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
8838   data: "plot-vpp-throughput-latency-3n-hsw"
8839   filter: "'NIC_Intel-X520-DA2' and
8840            '64B' and
8841            'FEATURE' and
8842            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8843            'NDRPDR' and
8844            '2T2C' and
8845            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8846            not 'VHOST' and
8847            not 'MEMIF'"
8848   parameters:
8849   - "latency"
8850   - "parent"
8851   traces:
8852     boxmean: False
8853   layout:
8854     title: ""  # No title
8855     layout: "plot-latency"
8856
8857 # Packet Latency - VPP L2 3n-hsw-x710
8858 -
8859   type: "plot"
8860   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
8861   algorithm: "plot_latency_box"
8862   output-file-type: ".html"
8863   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
8864   data: "plot-vpp-throughput-latency-3n-hsw"
8865   filter: "'NIC_Intel-X710' and
8866            '64B' and
8867            ('BASE' or 'SCALE') and
8868            'NDRPDR' and
8869            '1T1C' and
8870            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8871            not 'VHOST' and
8872            not 'MEMIF'"
8873   parameters:
8874   - "latency"
8875   - "parent"
8876   traces:
8877     boxmean: False
8878   layout:
8879     title: ""  # No title
8880     layout: "plot-latency"
8881
8882 -
8883   type: "plot"
8884   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
8885   algorithm: "plot_latency_box"
8886   output-file-type: ".html"
8887   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
8888   data: "plot-vpp-throughput-latency-3n-hsw"
8889   filter: "'NIC_Intel-X710' and
8890            '64B' and
8891            ('BASE' or 'SCALE') and
8892            'NDRPDR' and
8893            '2T2C' and
8894            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8895            not 'VHOST' and
8896            not 'MEMIF'"
8897   parameters:
8898   - "latency"
8899   - "parent"
8900   traces:
8901     boxmean: False
8902   layout:
8903     title: ""  # No title
8904     layout: "plot-latency"
8905
8906 -
8907   type: "plot"
8908   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
8909   algorithm: "plot_latency_box"
8910   output-file-type: ".html"
8911   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
8912   data: "plot-vpp-throughput-latency-3n-hsw"
8913   filter: "'NIC_Intel-X710' and
8914            '64B' and
8915            'FEATURE' and
8916            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8917            'NDRPDR' and
8918            '1T1C' and
8919            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8920            not 'VHOST' and
8921            not 'MEMIF'"
8922   parameters:
8923   - "latency"
8924   - "parent"
8925   traces:
8926     boxmean: False
8927   layout:
8928     title: ""  # No title
8929     layout: "plot-latency"
8930
8931 -
8932   type: "plot"
8933   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
8934   algorithm: "plot_latency_box"
8935   output-file-type: ".html"
8936   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
8937   data: "plot-vpp-throughput-latency-3n-hsw"
8938   filter: "'NIC_Intel-X710' and
8939            '64B' and
8940            'FEATURE' and
8941            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8942            'NDRPDR' and
8943            '2T2C' and
8944            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8945            not 'VHOST' and
8946            not 'MEMIF'"
8947   parameters:
8948   - "latency"
8949   - "parent"
8950   traces:
8951     boxmean: False
8952   layout:
8953     title: ""  # No title
8954     layout: "plot-latency"
8955
8956 # Packet Latency - VPP L2 3n-hsw-xl710
8957 -
8958   type: "plot"
8959   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
8960   algorithm: "plot_latency_box"
8961   output-file-type: ".html"
8962   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
8963   data: "plot-vpp-throughput-latency-3n-hsw"
8964   filter: "'NIC_Intel-XL710' and
8965            '64B' and
8966            ('BASE' or 'SCALE') and
8967            'NDRPDR' and
8968            '1T1C' and
8969            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8970            not 'VHOST' and
8971            not 'MEMIF'"
8972   parameters:
8973   - "latency"
8974   - "parent"
8975   traces:
8976     boxmean: False
8977   layout:
8978     title: ""  # No title
8979     layout: "plot-latency"
8980
8981 -
8982   type: "plot"
8983   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
8984   algorithm: "plot_latency_box"
8985   output-file-type: ".html"
8986   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
8987   data: "plot-vpp-throughput-latency-3n-hsw"
8988   filter: "'NIC_Intel-XL710' and
8989            '64B' and
8990            ('BASE' or 'SCALE') and
8991            'NDRPDR' and
8992            '2T2C' and
8993            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8994            not 'VHOST' and
8995            not 'MEMIF'"
8996   parameters:
8997   - "latency"
8998   - "parent"
8999   traces:
9000     boxmean: False
9001   layout:
9002     title: ""  # No title
9003     layout: "plot-latency"
9004
9005 # Packet Latency - VPP L2 3n-skx-x710
9006 -
9007   type: "plot"
9008   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9009   algorithm: "plot_latency_box"
9010   output-file-type: ".html"
9011   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9012   data: "plot-vpp-throughput-latency-3n-skx"
9013   filter: "'NIC_Intel-X710' and
9014            '64B' and
9015            ('BASE' or 'SCALE') and
9016            'NDRPDR' and
9017            '2T1C' and
9018            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9019            not 'VHOST' and
9020            not 'MEMIF'"
9021   parameters:
9022   - "latency"
9023   - "parent"
9024   traces:
9025     boxmean: False
9026   layout:
9027     title: ""  # No title
9028     layout: "plot-latency"
9029
9030 -
9031   type: "plot"
9032   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9033   algorithm: "plot_latency_box"
9034   output-file-type: ".html"
9035   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9036   data: "plot-vpp-throughput-latency-3n-skx"
9037   filter: "'NIC_Intel-X710' and
9038            '64B' and
9039            ('BASE' or 'SCALE') and
9040            'NDRPDR' and
9041            '4T2C' and
9042            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9043            not 'VHOST' and
9044            not 'MEMIF'"
9045   parameters:
9046   - "latency"
9047   - "parent"
9048   traces:
9049     boxmean: False
9050   layout:
9051     title: ""  # No title
9052     layout: "plot-latency"
9053
9054 -
9055   type: "plot"
9056   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
9057   algorithm: "plot_latency_box"
9058   output-file-type: ".html"
9059   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
9060   data: "plot-vpp-throughput-latency-3n-skx"
9061   filter: "'NIC_Intel-X710' and
9062            '64B' and
9063            'FEATURE' and
9064            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9065            'NDRPDR' and
9066            '2T1C' and
9067            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9068            not 'VHOST' and
9069            not 'MEMIF'"
9070   parameters:
9071   - "latency"
9072   - "parent"
9073   traces:
9074     boxmean: False
9075   layout:
9076     title: ""  # No title
9077     layout: "plot-latency"
9078
9079 -
9080   type: "plot"
9081   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
9082   algorithm: "plot_latency_box"
9083   output-file-type: ".html"
9084   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
9085   data: "plot-vpp-throughput-latency-3n-skx"
9086   filter: "'NIC_Intel-X710' and
9087            '64B' and
9088            'FEATURE' and
9089            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9090            'NDRPDR' and
9091            '4T2C' and
9092            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9093            not 'VHOST' and
9094            not 'MEMIF'"
9095   parameters:
9096   - "latency"
9097   - "parent"
9098   traces:
9099     boxmean: False
9100   layout:
9101     title: ""  # No title
9102     layout: "plot-latency"
9103
9104 # Packet Latency - VPP L2 3n-skx-xxv710
9105 -
9106   type: "plot"
9107   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9108   algorithm: "plot_latency_box"
9109   output-file-type: ".html"
9110   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9111   data: "plot-vpp-throughput-latency-3n-skx"
9112   filter: "'NIC_Intel-XXV710' and
9113            '64B' and
9114            ('BASE' or 'SCALE') and
9115            'NDRPDR' and
9116            '2T1C' and
9117            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9118            not 'VHOST' and
9119            not 'MEMIF'"
9120   parameters:
9121   - "latency"
9122   - "parent"
9123   traces:
9124     boxmean: False
9125   layout:
9126     title: ""  # No title
9127     layout: "plot-latency"
9128
9129 -
9130   type: "plot"
9131   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9132   algorithm: "plot_latency_box"
9133   output-file-type: ".html"
9134   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9135   data: "plot-vpp-throughput-latency-3n-skx"
9136   filter: "'NIC_Intel-XXV710' and
9137            '64B' and
9138            ('BASE' or 'SCALE') and
9139            'NDRPDR' and
9140            '4T2C' and
9141            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9142            not 'VHOST' and
9143            not 'MEMIF'"
9144   parameters:
9145   - "latency"
9146   - "parent"
9147   traces:
9148     boxmean: False
9149   layout:
9150     title: ""  # No title
9151     layout: "plot-latency"
9152
9153 # Packet Latency - VPP L2 2n-skx-x710
9154 -
9155   type: "plot"
9156   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9157   algorithm: "plot_latency_box"
9158   output-file-type: ".html"
9159   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9160   data: "plot-vpp-throughput-latency-2n-skx"
9161   filter: "'NIC_Intel-X710' and
9162            '64B' and
9163            ('BASE' or 'SCALE') and
9164            'NDRPDR' and
9165            '2T1C' and
9166            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9167            not 'VHOST' and
9168            not 'MEMIF'"
9169   parameters:
9170   - "latency"
9171   - "parent"
9172   traces:
9173     boxmean: False
9174   layout:
9175     title: ""  # No title
9176     layout: "plot-latency"
9177
9178 -
9179   type: "plot"
9180   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9181   algorithm: "plot_latency_box"
9182   output-file-type: ".html"
9183   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9184   data: "plot-vpp-throughput-latency-2n-skx"
9185   filter: "'NIC_Intel-X710' and
9186            '64B' and
9187            ('BASE' or 'SCALE') and
9188            'NDRPDR' and
9189            '4T2C' and
9190            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9191            not 'VHOST' and
9192            not 'MEMIF'"
9193   parameters:
9194   - "latency"
9195   - "parent"
9196   traces:
9197     boxmean: False
9198   layout:
9199     title: ""  # No title
9200     layout: "plot-latency"
9201
9202 # Packet Latency - VPP L2 2n-skx-xxv710
9203 -
9204   type: "plot"
9205   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9206   algorithm: "plot_latency_box"
9207   output-file-type: ".html"
9208   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9209   data: "plot-vpp-throughput-latency-2n-skx"
9210   filter: "'NIC_Intel-XXV710' and
9211            '64B' and
9212            ('BASE' or 'SCALE') and
9213            'NDRPDR' and
9214            '2T1C' and
9215            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9216            not 'VHOST' and
9217            not 'MEMIF'"
9218   parameters:
9219   - "latency"
9220   - "parent"
9221   traces:
9222     boxmean: False
9223   layout:
9224     title: ""  # No title
9225     layout: "plot-latency"
9226
9227 -
9228   type: "plot"
9229   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9230   algorithm: "plot_latency_box"
9231   output-file-type: ".html"
9232   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9233   data: "plot-vpp-throughput-latency-2n-skx"
9234   filter: "'NIC_Intel-XXV710' and
9235            '64B' and
9236            ('BASE' or 'SCALE') and
9237            'NDRPDR' and
9238            '4T2C' and
9239            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9240            not 'VHOST' and
9241            not 'MEMIF'"
9242   parameters:
9243   - "latency"
9244   - "parent"
9245   traces:
9246     boxmean: False
9247   layout:
9248     title: ""  # No title
9249     layout: "plot-latency"
9250
9251 ################################################################################
9252
9253 # Packet Latency - VPP Container Memif 3n-hsw-x520
9254 -
9255   type: "plot"
9256   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9257   algorithm: "plot_latency_box"
9258   output-file-type: ".html"
9259   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9260   data: "plot-vpp-throughput-latency-3n-hsw"
9261   filter: "'NIC_Intel-X520-DA2' and
9262            '64B' and
9263            ('BASE' or 'SCALE') and
9264            'NDRPDR' and
9265            '1T1C' and
9266            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9267            not 'VHOST' and
9268            'MEMIF'"
9269   parameters:
9270   - "latency"
9271   - "parent"
9272   traces:
9273     boxmean: False
9274   layout:
9275     title: ""  # No title
9276     layout: "plot-latency"
9277
9278 -
9279   type: "plot"
9280   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9281   algorithm: "plot_latency_box"
9282   output-file-type: ".html"
9283   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9284   data: "plot-vpp-throughput-latency-3n-hsw"
9285   filter: "'NIC_Intel-X520-DA2' and
9286            '64B' and
9287            ('BASE' or 'SCALE') and
9288            'NDRPDR' and
9289            '2T2C' and
9290            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9291            not 'VHOST' and
9292            'MEMIF'"
9293   parameters:
9294   - "latency"
9295   - "parent"
9296   traces:
9297     boxmean: False
9298   layout:
9299     title: ""  # No title
9300     layout: "plot-latency"
9301
9302 # Packet Latency - VPP Container Memif 3n-hsw-x710
9303 -
9304   type: "plot"
9305   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9306   algorithm: "plot_latency_box"
9307   output-file-type: ".html"
9308   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9309   data: "plot-vpp-throughput-latency-3n-hsw"
9310   filter: "'NIC_Intel-X710' and
9311            '64B' and
9312            ('BASE' or 'SCALE') and
9313            'NDRPDR' and
9314            '1T1C' and
9315            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9316            not 'VHOST' and
9317            '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   type: "plot"
9329   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9330   algorithm: "plot_latency_box"
9331   output-file-type: ".html"
9332   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9333   data: "plot-vpp-throughput-latency-3n-hsw"
9334   filter: "'NIC_Intel-X710' and
9335            '64B' and
9336            ('BASE' or 'SCALE') and
9337            'NDRPDR' and
9338            '2T2C' and
9339            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9340            not 'VHOST' and
9341            'MEMIF'"
9342   parameters:
9343   - "latency"
9344   - "parent"
9345   traces:
9346     boxmean: False
9347   layout:
9348     title: ""  # No title
9349     layout: "plot-latency"
9350
9351 # Packet Latency - VPP Container Memif 3n-hsw-xl710
9352 -
9353   type: "plot"
9354   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9355   algorithm: "plot_latency_box"
9356   output-file-type: ".html"
9357   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9358   data: "plot-vpp-throughput-latency-3n-hsw"
9359   filter: "'NIC_Intel-XL710' and
9360            '64B' and
9361            ('BASE' or 'SCALE') and
9362            'NDRPDR' and
9363            '1T1C' and
9364            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9365            not 'VHOST' and
9366            'MEMIF'"
9367   parameters:
9368   - "latency"
9369   - "parent"
9370   traces:
9371     boxmean: False
9372   layout:
9373     title: ""  # No title
9374     layout: "plot-latency"
9375
9376 -
9377   type: "plot"
9378   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9379   algorithm: "plot_latency_box"
9380   output-file-type: ".html"
9381   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9382   data: "plot-vpp-throughput-latency-3n-hsw"
9383   filter: "'NIC_Intel-XL710' and
9384            '64B' and
9385            ('BASE' or 'SCALE') and
9386            'NDRPDR' and
9387            '2T2C' and
9388            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9389            not 'VHOST' and
9390            'MEMIF'"
9391   parameters:
9392   - "latency"
9393   - "parent"
9394   traces:
9395     boxmean: False
9396   layout:
9397     title: ""  # No title
9398     layout: "plot-latency"
9399
9400 # Packet Latency - VPP Container Memif 3n-skx-x710
9401 -
9402   type: "plot"
9403   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9404   algorithm: "plot_latency_box"
9405   output-file-type: ".html"
9406   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9407   data: "plot-vpp-throughput-latency-3n-skx"
9408   filter: "'NIC_Intel-X710' and
9409            '64B' and
9410            ('BASE' or 'SCALE') and
9411            'NDRPDR' and
9412            '2T1C' and
9413            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9414            not 'VHOST' and
9415            'MEMIF'"
9416   parameters:
9417   - "latency"
9418   - "parent"
9419   traces:
9420     boxmean: False
9421   layout:
9422     title: ""  # No title
9423     layout: "plot-latency"
9424
9425 -
9426   type: "plot"
9427   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9428   algorithm: "plot_latency_box"
9429   output-file-type: ".html"
9430   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9431   data: "plot-vpp-throughput-latency-3n-skx"
9432   filter: "'NIC_Intel-X710' and
9433            '64B' and
9434            ('BASE' or 'SCALE') and
9435            'NDRPDR' and
9436            '4T2C' and
9437            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9438            not 'VHOST' and
9439            'MEMIF'"
9440   parameters:
9441   - "latency"
9442   - "parent"
9443   traces:
9444     boxmean: False
9445   layout:
9446     title: ""  # No title
9447     layout: "plot-latency"
9448
9449 ################################################################################
9450
9451 # Packet Latency - VPP Container Memif 3n-hsw-x520
9452 -
9453   type: "plot"
9454   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9455   algorithm: "plot_latency_box"
9456   output-file-type: ".html"
9457   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9458   data: "plot-ligato-throughput-latency-3n-hsw"
9459   filter: "'NIC_Intel-X520-DA2' and
9460            '64B' and
9461            ('BASE' or 'SCALE') and
9462            'NDRPDR' and
9463            '1T1C' 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 -
9477   type: "plot"
9478   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9479   algorithm: "plot_latency_box"
9480   output-file-type: ".html"
9481   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9482   data: "plot-ligato-throughput-latency-3n-hsw"
9483   filter: "'NIC_Intel-X520-DA2' and
9484            '64B' and
9485            ('BASE' or 'SCALE') and
9486            'NDRPDR' and
9487            '2T2C' and
9488            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9489            not 'VHOST' and
9490            'MEMIF'"
9491   parameters:
9492   - "latency"
9493   - "parent"
9494   traces:
9495     boxmean: False
9496   layout:
9497     title: ""  # No title
9498     layout: "plot-latency"
9499
9500 # Packet Latency - VPP Container Memif 3n-hsw-x710
9501 -
9502   type: "plot"
9503   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9504   algorithm: "plot_latency_box"
9505   output-file-type: ".html"
9506   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9507   data: "plot-ligato-throughput-latency-3n-hsw"
9508   filter: "'NIC_Intel-X710' and
9509            '64B' and
9510            ('BASE' or 'SCALE') and
9511            'NDRPDR' and
9512            '1T1C' 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   type: "plot"
9527   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9528   algorithm: "plot_latency_box"
9529   output-file-type: ".html"
9530   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9531   data: "plot-ligato-throughput-latency-3n-hsw"
9532   filter: "'NIC_Intel-X710' and
9533            '64B' and
9534            ('BASE' or 'SCALE') and
9535            'NDRPDR' and
9536            '2T2C' and
9537            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9538            not 'VHOST' and
9539            'MEMIF'"
9540   parameters:
9541   - "latency"
9542   - "parent"
9543   traces:
9544     boxmean: False
9545   layout:
9546     title: ""  # No title
9547     layout: "plot-latency"
9548
9549 ################################################################################
9550
9551 # Packet Latency - VPP IPv4 3n-hsw-x520
9552 -
9553   type: "plot"
9554   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9555   algorithm: "plot_latency_box"
9556   output-file-type: ".html"
9557   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9558   data: "plot-vpp-throughput-latency-3n-hsw"
9559   filter: "'NIC_Intel-X520-DA2' and
9560            '64B' and
9561            ('BASE' or 'SCALE') and
9562            'NDRPDR' and
9563            '1T1C' and
9564            'IP4FWD' and
9565            not 'IPSEC' and
9566            not 'VHOST'"
9567   parameters:
9568   - "latency"
9569   - "parent"
9570   traces:
9571     boxmean: False
9572   layout:
9573     title: ""  # No title
9574     layout: "plot-latency"
9575
9576 -
9577   type: "plot"
9578   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9579   algorithm: "plot_latency_box"
9580   output-file-type: ".html"
9581   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9582   data: "plot-vpp-throughput-latency-3n-hsw"
9583   filter: "'NIC_Intel-X520-DA2' and
9584            '64B' and
9585            ('BASE' or 'SCALE') and
9586            'NDRPDR' and
9587            '2T2C' and
9588            'IP4FWD' and
9589            not 'IPSEC' and
9590            not 'VHOST'"
9591   parameters:
9592   - "latency"
9593   - "parent"
9594   traces:
9595     boxmean: False
9596   layout:
9597     title: ""  # No title
9598     layout: "plot-latency"
9599
9600 -
9601   type: "plot"
9602   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
9603   algorithm: "plot_latency_box"
9604   output-file-type: ".html"
9605   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
9606   data: "plot-vpp-throughput-latency-3n-hsw"
9607   filter: "'NIC_Intel-X520-DA2' and
9608            '64B' and
9609            'FEATURE' and
9610            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9611            'NDRPDR' and
9612            '1T1C' and
9613            'IP4FWD' and
9614            not 'IPSEC' and
9615            not 'VHOST'"
9616   parameters:
9617   - "latency"
9618   - "parent"
9619   traces:
9620     boxmean: False
9621   layout:
9622     title: ""  # No title
9623     layout: "plot-latency"
9624
9625 -
9626   type: "plot"
9627   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
9628   algorithm: "plot_latency_box"
9629   output-file-type: ".html"
9630   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
9631   data: "plot-vpp-throughput-latency-3n-hsw"
9632   filter: "'NIC_Intel-X520-DA2' and
9633            '64B' and
9634            'FEATURE' and
9635            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9636            'NDRPDR' and
9637            '2T2C' and
9638            'IP4FWD' and
9639            not 'IPSEC' and
9640            not 'VHOST'"
9641   parameters:
9642   - "latency"
9643   - "parent"
9644   traces:
9645     boxmean: False
9646   layout:
9647     title: ""  # No title
9648     layout: "plot-latency"
9649
9650 # Packet Latency - VPP IPv4 3n-hsw-x710
9651 -
9652   type: "plot"
9653   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9654   algorithm: "plot_latency_box"
9655   output-file-type: ".html"
9656   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9657   data: "plot-vpp-throughput-latency-3n-hsw"
9658   filter: "'NIC_Intel-X710' and
9659            '64B' and
9660            ('BASE' or 'SCALE') and
9661            'NDRPDR' and
9662            '1T1C' and
9663            'IP4FWD' and
9664            not 'IPSEC' and
9665            not 'VHOST'"
9666   parameters:
9667   - "latency"
9668   - "parent"
9669   traces:
9670     boxmean: False
9671   layout:
9672     title: ""  # No title
9673     layout: "plot-latency"
9674
9675 -
9676   type: "plot"
9677   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9678   algorithm: "plot_latency_box"
9679   output-file-type: ".html"
9680   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9681   data: "plot-vpp-throughput-latency-3n-hsw"
9682   filter: "'NIC_Intel-X710' and
9683            '64B' and
9684            ('BASE' or 'SCALE') and
9685            'NDRPDR' and
9686            '2T2C' and
9687            'IP4FWD' and
9688            not 'IPSEC' and
9689            not 'VHOST'"
9690   parameters:
9691   - "latency"
9692   - "parent"
9693   traces:
9694     boxmean: False
9695   layout:
9696     title: ""  # No title
9697     layout: "plot-latency"
9698
9699 -
9700   type: "plot"
9701   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
9702   algorithm: "plot_latency_box"
9703   output-file-type: ".html"
9704   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
9705   data: "plot-vpp-throughput-latency-3n-hsw"
9706   filter: "'NIC_Intel-X710' and
9707            '64B' and
9708            'FEATURE' and
9709            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9710            'NDRPDR' and
9711            '1T1C' and
9712            'IP4FWD' and
9713            not 'IPSEC' and
9714            not 'VHOST'"
9715   parameters:
9716   - "latency"
9717   - "parent"
9718   traces:
9719     boxmean: False
9720   layout:
9721     title: ""  # No title
9722     layout: "plot-latency"
9723
9724 -
9725   type: "plot"
9726   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
9727   algorithm: "plot_latency_box"
9728   output-file-type: ".html"
9729   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
9730   data: "plot-vpp-throughput-latency-3n-hsw"
9731   filter: "'NIC_Intel-X710' and
9732            '64B' and
9733            'FEATURE' and
9734            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9735            'NDRPDR' and
9736            '2T2C' and
9737            'IP4FWD' and
9738            not 'IPSEC' and
9739            not 'VHOST'"
9740   parameters:
9741   - "latency"
9742   - "parent"
9743   traces:
9744     boxmean: False
9745   layout:
9746     title: ""  # No title
9747     layout: "plot-latency"
9748
9749 # Packet Latency - VPP IPv4 3n-hsw-xl710
9750 -
9751   type: "plot"
9752   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9753   algorithm: "plot_latency_box"
9754   output-file-type: ".html"
9755   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9756   data: "plot-vpp-throughput-latency-3n-hsw"
9757   filter: "'NIC_Intel-XL710' and
9758            '64B' and
9759            ('BASE' or 'SCALE') and
9760            'NDRPDR' and
9761            '1T1C' and
9762            'IP4FWD' and
9763            not 'IPSEC' and
9764            not 'VHOST'"
9765   parameters:
9766   - "latency"
9767   - "parent"
9768   traces:
9769     boxmean: False
9770   layout:
9771     title: ""  # No title
9772     layout: "plot-latency"
9773
9774 -
9775   type: "plot"
9776   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9777   algorithm: "plot_latency_box"
9778   output-file-type: ".html"
9779   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9780   data: "plot-vpp-throughput-latency-3n-hsw"
9781   filter: "'NIC_Intel-XL710' and
9782            '64B' and
9783            ('BASE' or 'SCALE') and
9784            'NDRPDR' and
9785            '2T2C' and
9786            'IP4FWD' and
9787            not 'IPSEC' and
9788            not 'VHOST'"
9789   parameters:
9790   - "latency"
9791   - "parent"
9792   traces:
9793     boxmean: False
9794   layout:
9795     title: ""  # No title
9796     layout: "plot-latency"
9797
9798 # Packet Latency - VPP IPv4 3n-skx-x710
9799 -
9800   type: "plot"
9801   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9802   algorithm: "plot_latency_box"
9803   output-file-type: ".html"
9804   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9805   data: "plot-vpp-throughput-latency-3n-skx"
9806   filter: "'NIC_Intel-X710' and
9807            '64B' and
9808            ('BASE' or 'SCALE') and
9809            'NDRPDR' and
9810            '2T1C' and
9811            'IP4FWD' and
9812            not 'IPSEC' and
9813            not 'VHOST'"
9814   parameters:
9815   - "latency"
9816   - "parent"
9817   traces:
9818     boxmean: False
9819   layout:
9820     title: ""  # No title
9821     layout: "plot-latency"
9822
9823 -
9824   type: "plot"
9825   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9826   algorithm: "plot_latency_box"
9827   output-file-type: ".html"
9828   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9829   data: "plot-vpp-throughput-latency-3n-skx"
9830   filter: "'NIC_Intel-X710' and
9831            '64B' and
9832            ('BASE' or 'SCALE') and
9833            'NDRPDR' and
9834            '4T2C' and
9835            'IP4FWD' and
9836            not 'IPSEC' and
9837            not 'VHOST'"
9838   parameters:
9839   - "latency"
9840   - "parent"
9841   traces:
9842     boxmean: False
9843   layout:
9844     title: ""  # No title
9845     layout: "plot-latency"
9846
9847 -
9848   type: "plot"
9849   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
9850   algorithm: "plot_latency_box"
9851   output-file-type: ".html"
9852   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
9853   data: "plot-vpp-throughput-latency-3n-skx"
9854   filter: "'NIC_Intel-X710' and
9855            '64B' and
9856            'FEATURE' and
9857            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9858            'NDRPDR' and
9859            '2T1C' and
9860            'IP4FWD' and
9861            not 'IPSEC' and
9862            not 'VHOST'"
9863   parameters:
9864   - "latency"
9865   - "parent"
9866   traces:
9867     boxmean: False
9868   layout:
9869     title: ""  # No title
9870     layout: "plot-latency"
9871
9872 -
9873   type: "plot"
9874   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
9875   algorithm: "plot_latency_box"
9876   output-file-type: ".html"
9877   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
9878   data: "plot-vpp-throughput-latency-3n-skx"
9879   filter: "'NIC_Intel-X710' and
9880            '64B' and
9881            'FEATURE' and
9882            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9883            'NDRPDR' and
9884            '4T2C' and
9885            'IP4FWD' and
9886            not 'IPSEC' and
9887            not 'VHOST'"
9888   parameters:
9889   - "latency"
9890   - "parent"
9891   traces:
9892     boxmean: False
9893   layout:
9894     title: ""  # No title
9895     layout: "plot-latency"
9896
9897 # Packet Latency - VPP IPv4 2n-skx-x710
9898 -
9899   type: "plot"
9900   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9901   algorithm: "plot_latency_box"
9902   output-file-type: ".html"
9903   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9904   data: "plot-vpp-throughput-latency-2n-skx"
9905   filter: "'NIC_Intel-X710' and
9906            '64B' and
9907            ('BASE' or 'SCALE') and
9908            'NDRPDR' and
9909            '2T1C' and
9910            'IP4FWD' and
9911            not 'IPSEC' and
9912            not 'VHOST'"
9913   parameters:
9914   - "latency"
9915   - "parent"
9916   traces:
9917     boxmean: False
9918   layout:
9919     title: ""  # No title
9920     layout: "plot-latency"
9921
9922 -
9923   type: "plot"
9924   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9925   algorithm: "plot_latency_box"
9926   output-file-type: ".html"
9927   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9928   data: "plot-vpp-throughput-latency-2n-skx"
9929   filter: "'NIC_Intel-X710' and
9930            '64B' and
9931            ('BASE' or 'SCALE') and
9932            'NDRPDR' and
9933            '4T2C' and
9934            'IP4FWD' and
9935            not 'IPSEC' and
9936            not 'VHOST'"
9937   parameters:
9938   - "latency"
9939   - "parent"
9940   traces:
9941     boxmean: False
9942   layout:
9943     title: ""  # No title
9944     layout: "plot-latency"
9945
9946 # Packet Latency - VPP IPv4 2n-skx-xxv710
9947 -
9948   type: "plot"
9949   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9950   algorithm: "plot_latency_box"
9951   output-file-type: ".html"
9952   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9953   data: "plot-vpp-throughput-latency-2n-skx"
9954   filter: "'NIC_Intel-XXV710' and
9955            '64B' and
9956            ('BASE' or 'SCALE') and
9957            'NDRPDR' and
9958            '2T1C' and
9959            'IP4FWD' and
9960            not 'IPSEC' and
9961            not 'VHOST'"
9962   parameters:
9963   - "latency"
9964   - "parent"
9965   traces:
9966     boxmean: False
9967   layout:
9968     title: ""  # No title
9969     layout: "plot-latency"
9970
9971 -
9972   type: "plot"
9973   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9974   algorithm: "plot_latency_box"
9975   output-file-type: ".html"
9976   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9977   data: "plot-vpp-throughput-latency-2n-skx"
9978   filter: "'NIC_Intel-XXV710' and
9979            '64B' and
9980            ('BASE' or 'SCALE') and
9981            'NDRPDR' and
9982            '4T2C' and
9983            'IP4FWD' and
9984            not 'IPSEC' and
9985            not 'VHOST'"
9986   parameters:
9987   - "latency"
9988   - "parent"
9989   traces:
9990     boxmean: False
9991   layout:
9992     title: ""  # No title
9993     layout: "plot-latency"
9994
9995 ################################################################################
9996
9997 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
9998 -
9999   type: "plot"
10000   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10001   algorithm: "plot_latency_box"
10002   output-file-type: ".html"
10003   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10004   data: "plot-vpp-throughput-latency-3n-hsw"
10005   filter: "'NIC_Intel-X520-DA2' and
10006            '64B' and
10007            'ENCAP' and
10008            'NDRPDR' and
10009            '1T1C' and
10010            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10011            not 'VHOST' and
10012            not 'IPSECHW'"
10013   parameters:
10014   - "latency"
10015   - "parent"
10016   traces:
10017     boxmean: False
10018   layout:
10019     title: ""  # No title
10020     layout: "plot-latency"
10021
10022 -
10023   type: "plot"
10024   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10025   algorithm: "plot_latency_box"
10026   output-file-type: ".html"
10027   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10028   data: "plot-vpp-throughput-latency-3n-hsw"
10029   filter: "'NIC_Intel-X520-DA2' and
10030            '64B' and
10031            'ENCAP' and
10032            'NDRPDR' and
10033            '2T2C' and
10034            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10035            not 'VHOST' and
10036            not 'IPSECHW'"
10037   parameters:
10038   - "latency"
10039   - "parent"
10040   traces:
10041     boxmean: False
10042   layout:
10043     title: ""  # No title
10044     layout: "plot-latency"
10045
10046 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
10047 -
10048   type: "plot"
10049   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10050   algorithm: "plot_latency_box"
10051   output-file-type: ".html"
10052   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10053   data: "plot-vpp-throughput-latency-3n-hsw"
10054   filter: "'NIC_Intel-X710' and
10055            '64B' and
10056            'ENCAP' and
10057            'NDRPDR' and
10058            '1T1C' and
10059            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10060            not 'VHOST' and
10061            not 'IPSECHW'"
10062   parameters:
10063   - "latency"
10064   - "parent"
10065   traces:
10066     boxmean: False
10067   layout:
10068     title: ""  # No title
10069     layout: "plot-latency"
10070
10071 -
10072   type: "plot"
10073   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10074   algorithm: "plot_latency_box"
10075   output-file-type: ".html"
10076   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10077   data: "plot-vpp-throughput-latency-3n-hsw"
10078   filter: "'NIC_Intel-X710' and
10079            '64B' and
10080            'ENCAP' and
10081            'NDRPDR' and
10082            '2T2C' and
10083            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10084            not 'VHOST' and
10085            not 'IPSECHW'"
10086   parameters:
10087   - "latency"
10088   - "parent"
10089   traces:
10090     boxmean: False
10091   layout:
10092     title: ""  # No title
10093     layout: "plot-latency"
10094
10095 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
10096 -
10097   type: "plot"
10098   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10099   algorithm: "plot_latency_box"
10100   output-file-type: ".html"
10101   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10102   data: "plot-vpp-throughput-latency-3n-skx"
10103   filter: "'NIC_Intel-X710' and
10104            '64B' and
10105            'ENCAP' and
10106            'NDRPDR' and
10107            '2T1C' and
10108            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10109            not 'VHOST' and
10110            not 'IPSECHW'"
10111   parameters:
10112   - "latency"
10113   - "parent"
10114   traces:
10115     boxmean: False
10116   layout:
10117     title: ""  # No title
10118     layout: "plot-latency"
10119
10120 -
10121   type: "plot"
10122   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10123   algorithm: "plot_latency_box"
10124   output-file-type: ".html"
10125   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10126   data: "plot-vpp-throughput-latency-3n-skx"
10127   filter: "'NIC_Intel-X710' and
10128            '64B' and
10129            'ENCAP' and
10130            'NDRPDR' and
10131            '4T2C' and
10132            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10133            not 'VHOST' and
10134            not 'IPSECHW'"
10135   parameters:
10136   - "latency"
10137   - "parent"
10138   traces:
10139     boxmean: False
10140   layout:
10141     title: ""  # No title
10142     layout: "plot-latency"
10143
10144 ################################################################################
10145
10146 # Packet Latency - VPP IPv6 3n-hsw-x520
10147 -
10148   type: "plot"
10149   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10150   algorithm: "plot_latency_box"
10151   output-file-type: ".html"
10152   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10153   data: "plot-vpp-throughput-latency-3n-hsw"
10154   filter: "'NIC_Intel-X520-DA2' and
10155            '78B' and
10156            ('BASE' or 'SCALE') and
10157            'NDRPDR' and
10158            '1T1C' and
10159            'IP6FWD' and
10160            not 'SRv6' and
10161            not 'IPSEC' and
10162            not 'VHOST'"
10163   parameters:
10164   - "latency"
10165   - "parent"
10166   traces:
10167     boxmean: False
10168   layout:
10169     title: ""  # No title
10170     layout: "plot-latency"
10171
10172 -
10173   type: "plot"
10174   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10175   algorithm: "plot_latency_box"
10176   output-file-type: ".html"
10177   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10178   data: "plot-vpp-throughput-latency-3n-hsw"
10179   filter: "'NIC_Intel-X520-DA2' and
10180            '78B' and
10181            ('BASE' or 'SCALE') and
10182            'NDRPDR' and
10183            '2T2C' and
10184            'IP6FWD' and
10185            not 'SRv6' and
10186            not 'IPSEC' and
10187            not 'VHOST'"
10188   parameters:
10189   - "latency"
10190   - "parent"
10191   traces:
10192     boxmean: False
10193   layout:
10194     title: ""  # No title
10195     layout: "plot-latency"
10196
10197 # Packet Latency - VPP IPv6 3n-hsw-x710
10198 -
10199   type: "plot"
10200   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
10201   algorithm: "plot_latency_box"
10202   output-file-type: ".html"
10203   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
10204   data: "plot-vpp-throughput-latency-3n-hsw"
10205   filter: "'NIC_Intel-X710' and
10206            '78B' and
10207            ('BASE' or 'SCALE') and
10208            'NDRPDR' and
10209            '1T1C' and
10210            'IP6FWD' and
10211            not 'SRv6' and
10212            not 'IPSEC' and
10213            not 'VHOST'"
10214   parameters:
10215   - "latency"
10216   - "parent"
10217   traces:
10218     boxmean: False
10219   layout:
10220     title: ""  # No title
10221     layout: "plot-latency"
10222
10223 -
10224   type: "plot"
10225   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
10226   algorithm: "plot_latency_box"
10227   output-file-type: ".html"
10228   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
10229   data: "plot-vpp-throughput-latency-3n-hsw"
10230   filter: "'NIC_Intel-X710' and
10231            '78B' and
10232            ('BASE' or 'SCALE') and
10233            'NDRPDR' and
10234            '2T2C' 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 # Packet Latency - VPP IPv6 3n-hsw-xl710
10249 -
10250   type: "plot"
10251   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
10252   algorithm: "plot_latency_box"
10253   output-file-type: ".html"
10254   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
10255   data: "plot-vpp-throughput-latency-3n-hsw"
10256   filter: "'NIC_Intel-XL710' and
10257            '78B' and
10258            ('BASE' or 'SCALE') and
10259            'NDRPDR' and
10260            '1T1C' and
10261            'IP6FWD' and
10262            not 'SRv6' and
10263            not 'IPSEC' and
10264            not 'VHOST'"
10265   parameters:
10266   - "latency"
10267   - "parent"
10268   traces:
10269     boxmean: False
10270   layout:
10271     title: ""  # No title
10272     layout: "plot-latency"
10273
10274 -
10275   type: "plot"
10276   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
10277   algorithm: "plot_latency_box"
10278   output-file-type: ".html"
10279   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
10280   data: "plot-vpp-throughput-latency-3n-hsw"
10281   filter: "'NIC_Intel-XL710' and
10282            '78B' and
10283            ('BASE' or 'SCALE') and
10284            'NDRPDR' and
10285            '2T2C' 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 # Packet Latency - VPP IPv6 3n-skx-x710
10300 -
10301   type: "plot"
10302   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10303   algorithm: "plot_latency_box"
10304   output-file-type: ".html"
10305   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10306   data: "plot-vpp-throughput-latency-3n-skx"
10307   filter: "'NIC_Intel-X710' and
10308            '78B' and
10309            ('BASE' or 'SCALE') and
10310            'NDRPDR' and
10311            '2T1C' and
10312            'IP6FWD' and
10313            not 'SRv6' and
10314            not 'IPSEC' and
10315            not 'VHOST'"
10316   parameters:
10317   - "latency"
10318   - "parent"
10319   traces:
10320     boxmean: False
10321   layout:
10322     title: ""  # No title
10323     layout: "plot-latency"
10324
10325 -
10326   type: "plot"
10327   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10328   algorithm: "plot_latency_box"
10329   output-file-type: ".html"
10330   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10331   data: "plot-vpp-throughput-latency-3n-skx"
10332   filter: "'NIC_Intel-X710' and
10333            '78B' and
10334            ('BASE' or 'SCALE') and
10335            'NDRPDR' and
10336            '4T2C' 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 # Packet Latency - VPP IPv6 2n-skx-x710
10351 -
10352   type: "plot"
10353   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10354   algorithm: "plot_latency_box"
10355   output-file-type: ".html"
10356   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10357   data: "plot-vpp-throughput-latency-2n-skx"
10358   filter: "'NIC_Intel-X710' and
10359            '78B' and
10360            ('BASE' or 'SCALE') and
10361            'NDRPDR' and
10362            '2T1C' and
10363            'IP6FWD' and
10364            not 'SRv6' and
10365            not 'IPSEC' and
10366            not 'VHOST'"
10367   parameters:
10368   - "latency"
10369   - "parent"
10370   traces:
10371     boxmean: False
10372   layout:
10373     title: ""  # No title
10374     layout: "plot-latency"
10375
10376 -
10377   type: "plot"
10378   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10379   algorithm: "plot_latency_box"
10380   output-file-type: ".html"
10381   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10382   data: "plot-vpp-throughput-latency-2n-skx"
10383   filter: "'NIC_Intel-X710' and
10384            '78B' and
10385            ('BASE' or 'SCALE') and
10386            'NDRPDR' and
10387            '4T2C' 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 # Packet Latency - VPP IPv6 2n-skx-xxv710
10402 -
10403   type: "plot"
10404   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
10405   algorithm: "plot_latency_box"
10406   output-file-type: ".html"
10407   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
10408   data: "plot-vpp-throughput-latency-2n-skx"
10409   filter: "'NIC_Intel-XXV710' and
10410            '78B' and
10411            ('BASE' or 'SCALE') and
10412            'NDRPDR' and
10413            '2T1C' and
10414            'IP6FWD' and
10415            not 'SRv6' and
10416            not 'IPSEC' and
10417            not 'VHOST'"
10418   parameters:
10419   - "latency"
10420   - "parent"
10421   traces:
10422     boxmean: False
10423   layout:
10424     title: ""  # No title
10425     layout: "plot-latency"
10426
10427 -
10428   type: "plot"
10429   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
10430   algorithm: "plot_latency_box"
10431   output-file-type: ".html"
10432   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
10433   data: "plot-vpp-throughput-latency-2n-skx"
10434   filter: "'NIC_Intel-XXV710' and
10435            '78B' and
10436            ('BASE' or 'SCALE') and
10437            'NDRPDR' and
10438            '4T2C' 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
10454 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
10455 -
10456   type: "plot"
10457   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10458   algorithm: "plot_latency_box"
10459   output-file-type: ".html"
10460   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10461   data: "plot-vpp-throughput-latency-3n-hsw"
10462   filter: "'NIC_Intel-X520-DA2' and
10463            '78B' and
10464            'ENCAP' and
10465            'NDRPDR' and
10466            '1T1C' and
10467            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10468            not 'VHOST'"
10469   parameters:
10470   - "latency"
10471   - "parent"
10472   traces:
10473     boxmean: False
10474   layout:
10475     title: ""  # No title
10476     layout: "plot-latency"
10477
10478 -
10479   type: "plot"
10480   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10481   algorithm: "plot_latency_box"
10482   output-file-type: ".html"
10483   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10484   data: "plot-vpp-throughput-latency-3n-hsw"
10485   filter: "'NIC_Intel-X520-DA2' and
10486            '78B' and
10487            'ENCAP' and
10488            'NDRPDR' and
10489            '2T2C' and
10490            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10491            not 'VHOST'"
10492   parameters:
10493   - "latency"
10494   - "parent"
10495   traces:
10496     boxmean: False
10497   layout:
10498     title: ""  # No title
10499     layout: "plot-latency"
10500
10501 ################################################################################
10502
10503 # Packet Latency - VPP IPSec 3n-hsw-xl710
10504 -
10505   type: "plot"
10506   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10507   algorithm: "plot_latency_box"
10508   output-file-type: ".html"
10509   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10510   data: "plot-vpp-throughput-latency-3n-hsw"
10511   filter: "'NIC_Intel-XL710' and
10512            '64B' and
10513            'IP4FWD' and
10514            'NDRPDR' and
10515            '1T1C' and
10516            'IPSECHW' and
10517            ('IPSECTRAN' or 'IPSECTUN') 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   type: "plot"
10530   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10531   algorithm: "plot_latency_box"
10532   output-file-type: ".html"
10533   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10534   data: "plot-vpp-throughput-latency-3n-hsw"
10535   filter: "'NIC_Intel-XL710' and
10536            '64B' and
10537            'IP4FWD' and
10538            'NDRPDR' and
10539            '2T2C' and
10540            'IPSECHW' and
10541            ('IPSECTRAN' or 'IPSECTUN') and
10542            not 'VHOST'"
10543   parameters:
10544   - "latency"
10545   - "parent"
10546   traces:
10547     boxmean: False
10548   layout:
10549     title: ""  # No title
10550     layout: "plot-latency"
10551
10552 ################################################################################
10553
10554 # Packet Latency - VPP SRv6 3n-hsw-x520
10555 -
10556   type: "plot"
10557   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
10558   algorithm: "plot_latency_box"
10559   output-file-type: ".html"
10560   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
10561   data: "plot-vpp-throughput-latency-3n-hsw"
10562   filter: "'NIC_Intel-X520-DA2' and
10563            '78B' and
10564            'FEATURE' and
10565            'NDRPDR' and
10566            '1T1C' and
10567            'IP6FWD' and
10568            'SRv6'"
10569   parameters:
10570   - "latency"
10571   - "parent"
10572   traces:
10573     boxmean: False
10574   layout:
10575     title: ""  # No title
10576     layout: "plot-latency"
10577
10578 -
10579   type: "plot"
10580   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
10581   algorithm: "plot_latency_box"
10582   output-file-type: ".html"
10583   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
10584   data: "plot-vpp-throughput-latency-3n-hsw"
10585   filter: "'NIC_Intel-X520-DA2' and
10586            '78B' and
10587            'FEATURE' and
10588            'NDRPDR' and
10589            '2T2C' and
10590            'IP6FWD' and
10591            'SRv6'"
10592   parameters:
10593   - "latency"
10594   - "parent"
10595   traces:
10596     boxmean: False
10597   layout:
10598     title: ""  # No title
10599     layout: "plot-latency"
10600
10601 ################################################################################
10602
10603 # Packet Latency - VPP vhost ip4 3n-hsw-x520
10604 -
10605   type: "plot"
10606   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10607   algorithm: "plot_latency_box"
10608   output-file-type: ".html"
10609   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10610   data: "plot-vpp-throughput-latency-3n-hsw"
10611   filter: "'NIC_Intel-X520-DA2' and
10612            '64B' and
10613            'NDRPDR' and
10614            '1T1C' and
10615            'VHOST' and
10616            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10617   parameters:
10618   - "latency"
10619   - "parent"
10620   traces:
10621     boxmean: False
10622   layout:
10623     title: ""  # No title
10624     layout: "plot-latency"
10625
10626 -
10627   type: "plot"
10628   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10629   algorithm: "plot_latency_box"
10630   output-file-type: ".html"
10631   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10632   data: "plot-vpp-throughput-latency-3n-hsw"
10633   filter: "'NIC_Intel-X520-DA2' and
10634            '64B' and
10635            'NDRPDR' and
10636            '2T2C' and
10637            'VHOST' and
10638            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10639   parameters:
10640   - "latency"
10641   - "parent"
10642   traces:
10643     boxmean: False
10644   layout:
10645     title: ""  # No title
10646     layout: "plot-latency"
10647
10648 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
10649 -
10650   type: "plot"
10651   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10652   algorithm: "plot_latency_box"
10653   output-file-type: ".html"
10654   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10655   data: "plot-vpp-throughput-latency-3n-hsw"
10656   filter: "'NIC_Intel-X520-DA2' and
10657            '64B' and
10658            'NDRPDR' and
10659            '1T1C' and
10660            'VHOST' and
10661            not 'VXLAN' and
10662            not 'IP4FWD' and
10663            not 'DOT1Q' and
10664            not '2VM'"
10665   parameters:
10666   - "latency"
10667   - "parent"
10668   traces:
10669     boxmean: False
10670   layout:
10671     title: ""  # No title
10672     layout: "plot-latency"
10673
10674 -
10675   type: "plot"
10676   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10677   algorithm: "plot_latency_box"
10678   output-file-type: ".html"
10679   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10680   data: "plot-vpp-throughput-latency-3n-hsw"
10681   filter: "'NIC_Intel-X520-DA2' and
10682            '64B' and
10683            'NDRPDR' and
10684            '2T2C' and
10685            'VHOST' and
10686            not 'VXLAN' and
10687            not 'IP4FWD' and
10688            not 'DOT1Q' and
10689            not '2VM'"
10690   parameters:
10691   - "latency"
10692   - "parent"
10693   traces:
10694     boxmean: False
10695   layout:
10696     title: ""  # No title
10697     layout: "plot-latency"
10698
10699 # Packet Latency - VPP vhost ip4 3n-hsw-x710
10700 -
10701   type: "plot"
10702   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10703   algorithm: "plot_latency_box"
10704   output-file-type: ".html"
10705   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10706   data: "plot-vpp-throughput-latency-3n-hsw"
10707   filter: "'NIC_Intel-X710' and
10708            '64B' and
10709            'NDRPDR' and
10710            '1T1C' and
10711            'VHOST' and
10712            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10713   parameters:
10714   - "latency"
10715   - "parent"
10716   traces:
10717     boxmean: False
10718   layout:
10719     title: ""  # No title
10720     layout: "plot-latency"
10721
10722 -
10723   type: "plot"
10724   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10725   algorithm: "plot_latency_box"
10726   output-file-type: ".html"
10727   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10728   data: "plot-vpp-throughput-latency-3n-hsw"
10729   filter: "'NIC_Intel-X710' and
10730            '64B' and
10731            'NDRPDR' and
10732            '2T2C' and
10733            'VHOST' and
10734            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10735   parameters:
10736   - "latency"
10737   - "parent"
10738   traces:
10739     boxmean: False
10740   layout:
10741     title: ""  # No title
10742     layout: "plot-latency"
10743
10744 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
10745 -
10746   type: "plot"
10747   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10748   algorithm: "plot_latency_box"
10749   output-file-type: ".html"
10750   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10751   data: "plot-vpp-throughput-latency-3n-hsw"
10752   filter: "'NIC_Intel-X710' and
10753            '64B' and
10754            'NDRPDR' and
10755            '1T1C' and
10756            'VHOST' and
10757            not 'VXLAN' and
10758            not 'IP4FWD' and
10759            not 'DOT1Q' and
10760            not '2VM'"
10761   parameters:
10762   - "latency"
10763   - "parent"
10764   traces:
10765     boxmean: False
10766   layout:
10767     title: ""  # No title
10768     layout: "plot-latency"
10769
10770 -
10771   type: "plot"
10772   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10773   algorithm: "plot_latency_box"
10774   output-file-type: ".html"
10775   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10776   data: "plot-vpp-throughput-latency-3n-hsw"
10777   filter: "'NIC_Intel-X710' and
10778            '64B' and
10779            'NDRPDR' and
10780            '2T2C' and
10781            'VHOST' and
10782            not 'VXLAN' and
10783            not 'IP4FWD' and
10784            not 'DOT1Q' and
10785            not '2VM'"
10786   parameters:
10787   - "latency"
10788   - "parent"
10789   traces:
10790     boxmean: False
10791   layout:
10792     title: ""  # No title
10793     layout: "plot-latency"
10794
10795 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
10796 -
10797   type: "plot"
10798   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10799   algorithm: "plot_latency_box"
10800   output-file-type: ".html"
10801   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10802   data: "plot-vpp-throughput-latency-3n-hsw"
10803   filter: "'NIC_Intel-XL710' and
10804            '64B' and
10805            'NDRPDR' and
10806            '1T1C' and
10807            'VHOST' and
10808            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10809   parameters:
10810   - "latency"
10811   - "parent"
10812   traces:
10813     boxmean: False
10814   layout:
10815     title: ""  # No title
10816     layout: "plot-latency"
10817
10818 -
10819   type: "plot"
10820   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10821   algorithm: "plot_latency_box"
10822   output-file-type: ".html"
10823   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10824   data: "plot-vpp-throughput-latency-3n-hsw"
10825   filter: "'NIC_Intel-XL710' and
10826            '64B' and
10827            'NDRPDR' and
10828            '2T2C' and
10829            'VHOST' and
10830            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10831   parameters:
10832   - "latency"
10833   - "parent"
10834   traces:
10835     boxmean: False
10836   layout:
10837     title: ""  # No title
10838     layout: "plot-latency"
10839
10840 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
10841 -
10842   type: "plot"
10843   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10844   algorithm: "plot_latency_box"
10845   output-file-type: ".html"
10846   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10847   data: "plot-vpp-throughput-latency-3n-hsw"
10848   filter: "'NIC_Intel-XL710' and
10849            '64B' and
10850            'NDRPDR' and
10851            '1T1C' and
10852            'VHOST' and
10853            not 'VXLAN' and
10854            not 'IP4FWD' and
10855            not 'DOT1Q' and
10856            not '2VM'"
10857   parameters:
10858   - "latency"
10859   - "parent"
10860   traces:
10861     boxmean: False
10862   layout:
10863     title: ""  # No title
10864     layout: "plot-latency"
10865
10866 -
10867   type: "plot"
10868   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10869   algorithm: "plot_latency_box"
10870   output-file-type: ".html"
10871   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10872   data: "plot-vpp-throughput-latency-3n-hsw"
10873   filter: "'NIC_Intel-XL710' and
10874            '64B' and
10875            'NDRPDR' and
10876            '2T2C' and
10877            'VHOST' and
10878            not 'VXLAN' and
10879            not 'IP4FWD' and
10880            not 'DOT1Q' and
10881            not '2VM'"
10882   parameters:
10883   - "latency"
10884   - "parent"
10885   traces:
10886     boxmean: False
10887   layout:
10888     title: ""  # No title
10889     layout: "plot-latency"
10890
10891 ################################################################################
10892
10893 # Packet Latency - VPP VTS 3n-hsw-x520
10894 -
10895   type: "plot"
10896   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
10897   algorithm: "plot_latency_box"
10898   output-file-type: ".html"
10899   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
10900   data: "plot-vpp-throughput-latency-3n-hsw"
10901   filter: "'NIC_Intel-X520-DA2' and
10902            '114B' and
10903            'NDRPDR' and
10904            '1T1C' and
10905            'VTS'"
10906   parameters:
10907   - "latency"
10908   - "parent"
10909   traces:
10910     boxmean: False
10911   layout:
10912     title: ""  # No title
10913     layout: "plot-latency"
10914
10915 -
10916   type: "plot"
10917   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
10918   algorithm: "plot_latency_box"
10919   output-file-type: ".html"
10920   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
10921   data: "plot-vpp-throughput-latency-3n-hsw"
10922   filter: "'NIC_Intel-X520-DA2' and
10923            '114B' and
10924            'NDRPDR' and
10925            '2T2C' and
10926            'VTS'"
10927   parameters:
10928   - "latency"
10929   - "parent"
10930   traces:
10931     boxmean: False
10932   layout:
10933     title: ""  # No title
10934     layout: "plot-latency"
10935     
10936 ################################################################################
10937
10938 # Packet Latency - DPDK l3fwd 3n-hsw-x520
10939 -
10940   type: "plot"
10941   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
10942   algorithm: "plot_latency_box"
10943   output-file-type: ".html"
10944   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
10945   data: "plot-dpdk-throughput-latency-3n-hsw"
10946   filter: "'NIC_Intel-X520-DA2' and
10947            '64B' and
10948            'BASE' and
10949            'NDRPDR' and
10950            '1T1C' and
10951            'IP4FWD'"
10952   parameters:
10953   - "latency"
10954   - "parent"
10955   traces:
10956     hoverinfo: "x+y"
10957     boxpoints: "outliers"
10958     whiskerwidth: 0
10959   layout:
10960     title: ""  # No title
10961     layout: "plot-latency"
10962
10963 -
10964   type: "plot"
10965   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
10966   algorithm: "plot_latency_box"
10967   output-file-type: ".html"
10968   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
10969   data: "plot-dpdk-throughput-latency-3n-hsw"
10970   filter: "'NIC_Intel-X520-DA2' and
10971            '64B' and
10972            'BASE' and
10973            'NDRPDR' and
10974            '2T2C' and
10975            'IP4FWD'"
10976   parameters:
10977   - "latency"
10978   - "parent"
10979   traces:
10980     hoverinfo: "x+y"
10981     boxpoints: "outliers"
10982     whiskerwidth: 0
10983   layout:
10984     title: ""  # No title
10985     layout: "plot-latency"
10986
10987 # Packet Latency - DPDK l3fwd 3n-hsw-x710
10988 -
10989   type: "plot"
10990   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
10991   algorithm: "plot_latency_box"
10992   output-file-type: ".html"
10993   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
10994   data: "plot-dpdk-throughput-latency-3n-hsw"
10995   filter: "'NIC_Intel-X710' and
10996            '64B' and
10997            'BASE' and
10998            'NDRPDR' and
10999            '1T1C' and
11000            'IP4FWD'"
11001   parameters:
11002   - "latency"
11003   - "parent"
11004   traces:
11005     hoverinfo: "x+y"
11006     boxpoints: "outliers"
11007     whiskerwidth: 0
11008   layout:
11009     title: ""  # No title
11010     layout: "plot-latency"
11011
11012 -
11013   type: "plot"
11014   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
11015   algorithm: "plot_latency_box"
11016   output-file-type: ".html"
11017   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
11018   data: "plot-dpdk-throughput-latency-3n-hsw"
11019   filter: "'NIC_Intel-X710' and
11020            '64B' and
11021            'BASE' and
11022            'NDRPDR' and
11023            '2T2C' and
11024            'IP4FWD'"
11025   parameters:
11026   - "latency"
11027   - "parent"
11028   traces:
11029     hoverinfo: "x+y"
11030     boxpoints: "outliers"
11031     whiskerwidth: 0
11032   layout:
11033     title: ""  # No title
11034     layout: "plot-latency"
11035
11036 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
11037 -
11038   type: "plot"
11039   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
11040   algorithm: "plot_latency_box"
11041   output-file-type: ".html"
11042   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
11043   data: "plot-dpdk-throughput-latency-3n-hsw"
11044   filter: "'NIC_Intel-XL710' and
11045            '64B' and
11046            'BASE' and
11047            'NDRPDR' and
11048            '1T1C' and
11049            'IP4FWD'"
11050   parameters:
11051   - "latency"
11052   - "parent"
11053   traces:
11054     hoverinfo: "x+y"
11055     boxpoints: "outliers"
11056     whiskerwidth: 0
11057   layout:
11058     title: ""  # No title
11059     layout: "plot-latency"
11060
11061 -
11062   type: "plot"
11063   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
11064   algorithm: "plot_latency_box"
11065   output-file-type: ".html"
11066   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
11067   data: "plot-dpdk-throughput-latency-3n-hsw"
11068   filter: "'NIC_Intel-XL710' and
11069            '64B' and
11070            'BASE' and
11071            'NDRPDR' and
11072            '2T2C' and
11073            'IP4FWD'"
11074   parameters:
11075   - "latency"
11076   - "parent"
11077   traces:
11078     hoverinfo: "x+y"
11079     boxpoints: "outliers"
11080     whiskerwidth: 0
11081   layout:
11082     title: ""  # No title
11083     layout: "plot-latency"
11084
11085 # Packet Latency - DPDK l3fwd 3n-skx-x710
11086 -
11087   type: "plot"
11088   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11089   algorithm: "plot_latency_box"
11090   output-file-type: ".html"
11091   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11092   data: "plot-dpdk-throughput-latency-3n-skx"
11093   filter: "'NIC_Intel-X710' and
11094            '64B' and
11095            'BASE' and
11096            'NDRPDR' and
11097            '2T1C' and
11098            'IP4FWD'"
11099   parameters:
11100   - "latency"
11101   - "parent"
11102   traces:
11103     hoverinfo: "x+y"
11104     boxpoints: "outliers"
11105     whiskerwidth: 0
11106   layout:
11107     title: ""  # No title
11108     layout: "plot-latency"
11109
11110 -
11111   type: "plot"
11112   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11113   algorithm: "plot_latency_box"
11114   output-file-type: ".html"
11115   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11116   data: "plot-dpdk-throughput-latency-3n-skx"
11117   filter: "'NIC_Intel-X710' and
11118            '64B' and
11119            'BASE' and
11120            'NDRPDR' and
11121            '4T2C' and
11122            'IP4FWD'"
11123   parameters:
11124   - "latency"
11125   - "parent"
11126   traces:
11127     hoverinfo: "x+y"
11128     boxpoints: "outliers"
11129     whiskerwidth: 0
11130   layout:
11131     title: ""  # No title
11132     layout: "plot-latency"
11133
11134 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
11135 -
11136   type: "plot"
11137   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11138   algorithm: "plot_latency_box"
11139   output-file-type: ".html"
11140   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11141   data: "plot-dpdk-throughput-latency-3n-skx"
11142   filter: "'NIC_Intel-XXV710' and
11143            '64B' and
11144            'BASE' and
11145            'NDRPDR' and
11146            '2T1C' and
11147            'IP4FWD'"
11148   parameters:
11149   - "latency"
11150   - "parent"
11151   traces:
11152     hoverinfo: "x+y"
11153     boxpoints: "outliers"
11154     whiskerwidth: 0
11155   layout:
11156     title: ""  # No title
11157     layout: "plot-latency"
11158
11159 -
11160   type: "plot"
11161   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11162   algorithm: "plot_latency_box"
11163   output-file-type: ".html"
11164   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11165   data: "plot-dpdk-throughput-latency-3n-skx"
11166   filter: "'NIC_Intel-XXV710' and
11167            '64B' and
11168            'BASE' and
11169            'NDRPDR' and
11170            '4T2C' and
11171            'IP4FWD'"
11172   parameters:
11173   - "latency"
11174   - "parent"
11175   traces:
11176     hoverinfo: "x+y"
11177     boxpoints: "outliers"
11178     whiskerwidth: 0
11179   layout:
11180     title: ""  # No title
11181     layout: "plot-latency"
11182
11183 # Packet Latency - DPDK l3fwd 2n-skx-x710
11184 -
11185   type: "plot"
11186   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11187   algorithm: "plot_latency_box"
11188   output-file-type: ".html"
11189   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11190   data: "plot-dpdk-throughput-latency-2n-skx"
11191   filter: "'NIC_Intel-X710' and
11192            '64B' and
11193            'BASE' and
11194            'NDRPDR' and
11195            '2T1C' and
11196            'IP4FWD'"
11197   parameters:
11198   - "latency"
11199   - "parent"
11200   traces:
11201     hoverinfo: "x+y"
11202     boxpoints: "outliers"
11203     whiskerwidth: 0
11204   layout:
11205     title: ""  # No title
11206     layout: "plot-latency"
11207
11208 -
11209   type: "plot"
11210   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11211   algorithm: "plot_latency_box"
11212   output-file-type: ".html"
11213   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11214   data: "plot-dpdk-throughput-latency-2n-skx"
11215   filter: "'NIC_Intel-X710' and
11216            '64B' and
11217            'BASE' and
11218            'NDRPDR' and
11219            '4T2C' and
11220            'IP4FWD'"
11221   parameters:
11222   - "latency"
11223   - "parent"
11224   traces:
11225     hoverinfo: "x+y"
11226     boxpoints: "outliers"
11227     whiskerwidth: 0
11228   layout:
11229     title: ""  # No title
11230     layout: "plot-latency"
11231
11232 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
11233 -
11234   type: "plot"
11235   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11236   algorithm: "plot_latency_box"
11237   output-file-type: ".html"
11238   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11239   data: "plot-dpdk-throughput-latency-2n-skx"
11240   filter: "'NIC_Intel-XXV710' and
11241            '64B' and
11242            'BASE' and
11243            'NDRPDR' and
11244            '2T1C' and
11245            'IP4FWD'"
11246   parameters:
11247   - "latency"
11248   - "parent"
11249   traces:
11250     hoverinfo: "x+y"
11251     boxpoints: "outliers"
11252     whiskerwidth: 0
11253   layout:
11254     title: ""  # No title
11255     layout: "plot-latency"
11256
11257 -
11258   type: "plot"
11259   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11260   algorithm: "plot_latency_box"
11261   output-file-type: ".html"
11262   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11263   data: "plot-dpdk-throughput-latency-2n-skx"
11264   filter: "'NIC_Intel-XXV710' and
11265            '64B' and
11266            'BASE' and
11267            'NDRPDR' and
11268            '4T2C' and
11269            'IP4FWD'"
11270   parameters:
11271   - "latency"
11272   - "parent"
11273   traces:
11274     hoverinfo: "x+y"
11275     boxpoints: "outliers"
11276     whiskerwidth: 0
11277   layout:
11278     title: ""  # No title
11279     layout: "plot-latency"
11280
11281 ################################################################################
11282
11283 # Packet Latency - DPDK testpmd 3n-hsw-x520
11284 -
11285   type: "plot"
11286   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
11287   algorithm: "plot_latency_box"
11288   output-file-type: ".html"
11289   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
11290   data: "plot-dpdk-throughput-latency-3n-hsw"
11291   filter: "'NIC_Intel-X520-DA2' and
11292            '64B' and
11293            'BASE' and
11294            'NDRPDR' and
11295            '1T1C' and
11296            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
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 -
11309   type: "plot"
11310   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
11311   algorithm: "plot_latency_box"
11312   output-file-type: ".html"
11313   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
11314   data: "plot-dpdk-throughput-latency-3n-hsw"
11315   filter: "'NIC_Intel-X520-DA2' and
11316            '64B' and
11317            'BASE' and
11318            'NDRPDR' and
11319            '2T2C' and
11320            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11321   parameters:
11322   - "latency"
11323   - "parent"
11324   traces:
11325     hoverinfo: "x+y"
11326     boxpoints: "outliers"
11327     whiskerwidth: 0
11328   layout:
11329     title: ""  # No title
11330     layout: "plot-latency"
11331
11332 # Packet Latency - DPDK testpmd 3n-hsw-x710
11333 -
11334   type: "plot"
11335   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
11336   algorithm: "plot_latency_box"
11337   output-file-type: ".html"
11338   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
11339   data: "plot-dpdk-throughput-latency-3n-hsw"
11340   filter: "'NIC_Intel-X710' and
11341            '64B' and
11342            'BASE' and
11343            'NDRPDR' and
11344            '1T1C' and
11345            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
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   type: "plot"
11359   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
11360   algorithm: "plot_latency_box"
11361   output-file-type: ".html"
11362   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
11363   data: "plot-dpdk-throughput-latency-3n-hsw"
11364   filter: "'NIC_Intel-X710' and
11365            '64B' and
11366            'BASE' and
11367            'NDRPDR' and
11368            '2T2C' and
11369            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11370   parameters:
11371   - "latency"
11372   - "parent"
11373   traces:
11374     hoverinfo: "x+y"
11375     boxpoints: "outliers"
11376     whiskerwidth: 0
11377   layout:
11378     title: ""  # No title
11379     layout: "plot-latency"
11380
11381 # Packet Latency - DPDK testpmd 3n-hsw-xl710
11382 -
11383   type: "plot"
11384   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
11385   algorithm: "plot_latency_box"
11386   output-file-type: ".html"
11387   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
11388   data: "plot-dpdk-throughput-latency-3n-hsw"
11389   filter: "'NIC_Intel-XL710' and
11390            '64B' and
11391            'BASE' and
11392            'NDRPDR' and
11393            '1T1C' and
11394            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11395   parameters:
11396   - "latency"
11397   - "parent"
11398   traces:
11399     hoverinfo: "x+y"
11400     boxpoints: "outliers"
11401     whiskerwidth: 0
11402   layout:
11403     title: ""  # No title
11404     layout: "plot-latency"
11405
11406 -
11407   type: "plot"
11408   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
11409   algorithm: "plot_latency_box"
11410   output-file-type: ".html"
11411   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
11412   data: "plot-dpdk-throughput-latency-3n-hsw"
11413   filter: "'NIC_Intel-XL710' and
11414            '64B' and
11415            'BASE' and
11416            'NDRPDR' and
11417            '2T2C' and
11418            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11419   parameters:
11420   - "latency"
11421   - "parent"
11422   traces:
11423     hoverinfo: "x+y"
11424     boxpoints: "outliers"
11425     whiskerwidth: 0
11426   layout:
11427     title: ""  # No title
11428     layout: "plot-latency"
11429
11430 # Packet Latency - DPDK testpmd 3n-skx-x710
11431 -
11432   type: "plot"
11433   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11434   algorithm: "plot_latency_box"
11435   output-file-type: ".html"
11436   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11437   data: "plot-dpdk-throughput-latency-3n-skx"
11438   filter: "'NIC_Intel-X710' and
11439            '64B' and
11440            'BASE' and
11441            'NDRPDR' and
11442            '2T1C' and
11443            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11444   parameters:
11445   - "latency"
11446   - "parent"
11447   traces:
11448     hoverinfo: "x+y"
11449     boxpoints: "outliers"
11450     whiskerwidth: 0
11451   layout:
11452     title: ""  # No title
11453     layout: "plot-latency"
11454
11455 -
11456   type: "plot"
11457   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11458   algorithm: "plot_latency_box"
11459   output-file-type: ".html"
11460   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11461   data: "plot-dpdk-throughput-latency-3n-skx"
11462   filter: "'NIC_Intel-X710' and
11463            '64B' and
11464            'BASE' and
11465            'NDRPDR' and
11466            '4T2C' and
11467            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11468   parameters:
11469   - "latency"
11470   - "parent"
11471   traces:
11472     hoverinfo: "x+y"
11473     boxpoints: "outliers"
11474     whiskerwidth: 0
11475   layout:
11476     title: ""  # No title
11477     layout: "plot-latency"
11478
11479 # Packet Latency - DPDK testpmd 3n-skx-xxv710
11480 -
11481   type: "plot"
11482   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11483   algorithm: "plot_latency_box"
11484   output-file-type: ".html"
11485   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11486   data: "plot-dpdk-throughput-latency-3n-skx"
11487   filter: "'NIC_Intel-XXV710' and
11488            '64B' and
11489            'BASE' and
11490            'NDRPDR' and
11491            '2T1C' and
11492            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11493   parameters:
11494   - "latency"
11495   - "parent"
11496   traces:
11497     hoverinfo: "x+y"
11498     boxpoints: "outliers"
11499     whiskerwidth: 0
11500   layout:
11501     title: ""  # No title
11502     layout: "plot-latency"
11503
11504 -
11505   type: "plot"
11506   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11507   algorithm: "plot_latency_box"
11508   output-file-type: ".html"
11509   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11510   data: "plot-dpdk-throughput-latency-3n-skx"
11511   filter: "'NIC_Intel-XXV710' and
11512            '64B' and
11513            'BASE' and
11514            'NDRPDR' and
11515            '4T2C' and
11516            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11517   parameters:
11518   - "latency"
11519   - "parent"
11520   traces:
11521     hoverinfo: "x+y"
11522     boxpoints: "outliers"
11523     whiskerwidth: 0
11524   layout:
11525     title: ""  # No title
11526     layout: "plot-latency"
11527
11528 # Packet Latency - DPDK testpmd 2n-skx-x710
11529 -
11530   type: "plot"
11531   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11532   algorithm: "plot_latency_box"
11533   output-file-type: ".html"
11534   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11535   data: "plot-dpdk-throughput-latency-2n-skx"
11536   filter: "'NIC_Intel-X710' and
11537            '64B' and
11538            'BASE' and
11539            'NDRPDR' and
11540            '2T1C' and
11541            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11542   parameters:
11543   - "latency"
11544   - "parent"
11545   traces:
11546     hoverinfo: "x+y"
11547     boxpoints: "outliers"
11548     whiskerwidth: 0
11549   layout:
11550     title: ""  # No title
11551     layout: "plot-latency"
11552
11553 -
11554   type: "plot"
11555   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11556   algorithm: "plot_latency_box"
11557   output-file-type: ".html"
11558   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11559   data: "plot-dpdk-throughput-latency-2n-skx"
11560   filter: "'NIC_Intel-X710' and
11561            '64B' and
11562            'BASE' and
11563            'NDRPDR' and
11564            '4T2C' and
11565            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11566   parameters:
11567   - "latency"
11568   - "parent"
11569   traces:
11570     hoverinfo: "x+y"
11571     boxpoints: "outliers"
11572     whiskerwidth: 0
11573   layout:
11574     title: ""  # No title
11575     layout: "plot-latency"
11576
11577 # Packet Latency - DPDK testpmd 2n-skx-xxv710
11578 -
11579   type: "plot"
11580   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11581   algorithm: "plot_latency_box"
11582   output-file-type: ".html"
11583   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11584   data: "plot-dpdk-throughput-latency-2n-skx"
11585   filter: "'NIC_Intel-XXV710' and
11586            '64B' and
11587            'BASE' and
11588            'NDRPDR' and
11589            '2T1C' and
11590            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11591   parameters:
11592   - "latency"
11593   - "parent"
11594   traces:
11595     hoverinfo: "x+y"
11596     boxpoints: "outliers"
11597     whiskerwidth: 0
11598   layout:
11599     title: ""  # No title
11600     layout: "plot-latency"
11601
11602 -
11603   type: "plot"
11604   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11605   algorithm: "plot_latency_box"
11606   output-file-type: ".html"
11607   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11608   data: "plot-dpdk-throughput-latency-2n-skx"
11609   filter: "'NIC_Intel-XXV710' and
11610            '64B' and
11611            'BASE' and
11612            'NDRPDR' and
11613            '4T2C' and
11614            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11615   parameters:
11616   - "latency"
11617   - "parent"
11618   traces:
11619     hoverinfo: "x+y"
11620     boxpoints: "outliers"
11621     whiskerwidth: 0
11622   layout:
11623     title: ""  # No title
11624     layout: "plot-latency"
11625
11626 ################################################################################
11627
11628 # Speedup - VPP Container Memif 3n-hsw-x520
11629 -
11630   type: "plot"
11631   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11632   algorithm: "plot_throughput_speedup_analysis"
11633   output-file-type: ".html"
11634   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11635   data: "plot-throughput-speedup-analysis-3n-hsw"
11636   filter: "'NIC_Intel-X520-DA2' and
11637            '64B' and
11638            ('BASE' or 'SCALE') and
11639            'NDRPDR' and
11640            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11641            not 'VHOST' and
11642            'MEMIF'"
11643   parameters:
11644   - "throughput"
11645   - "parent"
11646   - "tags"
11647   layout:
11648     title: ""  # No title
11649     layout: "plot-throughput-speedup-analysis"
11650
11651 -
11652   type: "plot"
11653   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11654   algorithm: "plot_throughput_speedup_analysis"
11655   output-file-type: ".html"
11656   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11657   data: "plot-throughput-speedup-analysis-3n-hsw"
11658   filter: "'NIC_Intel-X520-DA2' and
11659            '64B' and
11660            ('BASE' or 'SCALE') and
11661            'NDRPDR' and
11662            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11663            not 'VHOST' and
11664            'MEMIF'"
11665   parameters:
11666   - "throughput"
11667   - "parent"
11668   - "tags"
11669   layout:
11670     title: ""  # No title
11671     layout: "plot-throughput-speedup-analysis"
11672
11673 # Speedup - VPP Container Memif 3n-hsw-x710
11674 -
11675   type: "plot"
11676   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11677   algorithm: "plot_throughput_speedup_analysis"
11678   output-file-type: ".html"
11679   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11680   data: "plot-throughput-speedup-analysis-3n-hsw"
11681   filter: "'NIC_Intel-X710' and
11682            '64B' and
11683            ('BASE' or 'SCALE') and
11684            'NDRPDR' and
11685            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11686            not 'VHOST' and
11687            'MEMIF'"
11688   parameters:
11689   - "throughput"
11690   - "parent"
11691   - "tags"
11692   layout:
11693     title: ""  # No title
11694     layout: "plot-throughput-speedup-analysis"
11695
11696 -
11697   type: "plot"
11698   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11699   algorithm: "plot_throughput_speedup_analysis"
11700   output-file-type: ".html"
11701   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11702   data: "plot-throughput-speedup-analysis-3n-hsw"
11703   filter: "'NIC_Intel-X710' and
11704            '64B' and
11705            ('BASE' or 'SCALE') and
11706            'NDRPDR' and
11707            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11708            not 'VHOST' and
11709            'MEMIF'"
11710   parameters:
11711   - "throughput"
11712   - "parent"
11713   - "tags"
11714   layout:
11715     title: ""  # No title
11716     layout: "plot-throughput-speedup-analysis"
11717
11718 # Speedup - VPP Container Memif 3n-hsw-xl710
11719 -
11720   type: "plot"
11721   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
11722   algorithm: "plot_throughput_speedup_analysis"
11723   output-file-type: ".html"
11724   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
11725   data: "plot-throughput-speedup-analysis-3n-hsw"
11726   filter: "'NIC_Intel-XL710' and
11727            '64B' and
11728            ('BASE' or 'SCALE') and
11729            'NDRPDR' and
11730            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11731            not 'VHOST' and
11732            'MEMIF'"
11733   parameters:
11734   - "throughput"
11735   - "parent"
11736   - "tags"
11737   layout:
11738     title: ""  # No title
11739     layout: "plot-throughput-speedup-analysis"
11740
11741 -
11742   type: "plot"
11743   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
11744   algorithm: "plot_throughput_speedup_analysis"
11745   output-file-type: ".html"
11746   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
11747   data: "plot-throughput-speedup-analysis-3n-hsw"
11748   filter: "'NIC_Intel-XL710' and
11749            '64B' and
11750            ('BASE' or 'SCALE') and
11751            'NDRPDR' and
11752            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11753            not 'VHOST' and
11754            'MEMIF'"
11755   parameters:
11756   - "throughput"
11757   - "parent"
11758   - "tags"
11759   layout:
11760     title: ""  # No title
11761     layout: "plot-throughput-speedup-analysis"
11762
11763 # Speedup - VPP Container Memif 3n-skx-x710
11764 -
11765   type: "plot"
11766   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
11767   algorithm: "plot_throughput_speedup_analysis"
11768   output-file-type: ".html"
11769   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
11770   data: "plot-throughput-speedup-analysis-3n-skx"
11771   filter: "'NIC_Intel-X710' and
11772            '64B' and
11773            ('BASE' or 'SCALE') and
11774            'NDRPDR' and
11775            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11776            not 'VHOST' and
11777            'MEMIF'"
11778   parameters:
11779   - "throughput"
11780   - "parent"
11781   - "tags"
11782   layout:
11783     title: ""  # No title
11784     layout: "plot-throughput-speedup-analysis"
11785
11786 -
11787   type: "plot"
11788   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
11789   algorithm: "plot_throughput_speedup_analysis"
11790   output-file-type: ".html"
11791   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
11792   data: "plot-throughput-speedup-analysis-3n-skx"
11793   filter: "'NIC_Intel-X710' and
11794            '64B' and
11795            ('BASE' or 'SCALE') and
11796            'NDRPDR' and
11797            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11798            not 'VHOST' and
11799             'MEMIF'"
11800   parameters:
11801   - "throughput"
11802   - "parent"
11803   - "tags"
11804   layout:
11805     title: ""  # No title
11806     layout: "plot-throughput-speedup-analysis"
11807
11808 ################################################################################
11809
11810 # Speedup - VPP Container k8s memif 3n-hsw-x520
11811 -
11812   type: "plot"
11813   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11814   algorithm: "plot_throughput_speedup_analysis"
11815   output-file-type: ".html"
11816   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11817   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11818   filter: "'NIC_Intel-X520-DA2' and
11819            '64B' and
11820            ('BASE' or 'SCALE') and
11821            'NDRPDR' and
11822            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11823            not 'VHOST' and
11824            'MEMIF'"
11825   parameters:
11826   - "throughput"
11827   - "parent"
11828   - "tags"
11829   layout:
11830     title: ""  # No title
11831     layout: "plot-throughput-speedup-analysis"
11832
11833 -
11834   type: "plot"
11835   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11836   algorithm: "plot_throughput_speedup_analysis"
11837   output-file-type: ".html"
11838   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11839   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11840   filter: "'NIC_Intel-X520-DA2' and
11841            '64B' and
11842            ('BASE' or 'SCALE') and
11843            'NDRPDR' and
11844            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11845            not 'VHOST' and
11846            'MEMIF'"
11847   parameters:
11848   - "throughput"
11849   - "parent"
11850   - "tags"
11851   layout:
11852     title: ""  # No title
11853     layout: "plot-throughput-speedup-analysis"
11854
11855 # Speedup - VPP Container Memif 3n-hsw-x710
11856 -
11857   type: "plot"
11858   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11859   algorithm: "plot_throughput_speedup_analysis"
11860   output-file-type: ".html"
11861   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11862   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11863   filter: "'NIC_Intel-X710' and
11864            '64B' and
11865            ('BASE' or 'SCALE') and
11866            'NDRPDR' and
11867            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11868            not 'VHOST' and
11869            'MEMIF'"
11870   parameters:
11871   - "throughput"
11872   - "parent"
11873   - "tags"
11874   layout:
11875     title: ""  # No title
11876     layout: "plot-throughput-speedup-analysis"
11877
11878 -
11879   type: "plot"
11880   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11881   algorithm: "plot_throughput_speedup_analysis"
11882   output-file-type: ".html"
11883   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11884   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11885   filter: "'NIC_Intel-X710' and
11886            '64B' and
11887            ('BASE' or 'SCALE') and
11888            'NDRPDR' and
11889            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11890            not 'VHOST' and
11891            'MEMIF'"
11892   parameters:
11893   - "throughput"
11894   - "parent"
11895   - "tags"
11896   layout:
11897     title: ""  # No title
11898     layout: "plot-throughput-speedup-analysis"
11899
11900 ################################################################################
11901
11902 # Speedup - VPP IPv4 3n-hsw-x520
11903 -
11904   type: "plot"
11905   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11906   algorithm: "plot_throughput_speedup_analysis"
11907   output-file-type: ".html"
11908   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11909   data: "plot-throughput-speedup-analysis-3n-hsw"
11910   filter: "'NIC_Intel-X520-DA2' and
11911            '64B' and
11912            ('BASE' or 'SCALE') and
11913            'NDRPDR' and
11914            'IP4FWD' and
11915            not 'IPSEC' and
11916            not 'VHOST'"
11917   parameters:
11918   - "throughput"
11919   - "parent"
11920   - "tags"
11921   layout:
11922     title: ""  # No title
11923     layout: "plot-throughput-speedup-analysis"
11924
11925 -
11926   type: "plot"
11927   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11928   algorithm: "plot_throughput_speedup_analysis"
11929   output-file-type: ".html"
11930   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11931   data: "plot-throughput-speedup-analysis-3n-hsw"
11932   filter: "'NIC_Intel-X520-DA2' and
11933            '64B' and
11934            ('BASE' or 'SCALE') and
11935            'NDRPDR' and
11936            'IP4FWD' and
11937            not 'IPSEC' and
11938            not 'VHOST'"
11939   parameters:
11940   - "throughput"
11941   - "parent"
11942   - "tags"
11943   layout:
11944     title: ""  # No title
11945     layout: "plot-throughput-speedup-analysis"
11946
11947 -
11948   type: "plot"
11949   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
11950   algorithm: "plot_throughput_speedup_analysis"
11951   output-file-type: ".html"
11952   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
11953   data: "plot-throughput-speedup-analysis-3n-hsw"
11954   filter: "'NIC_Intel-X520-DA2' and
11955            '64B' and
11956            'FEATURE' and
11957            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11958            'NDRPDR' and
11959            'IP4FWD' and
11960            not 'IPSEC' and
11961            not 'VHOST'"
11962   parameters:
11963   - "throughput"
11964   - "parent"
11965   - "tags"
11966   layout:
11967     title: ""  # No title
11968     layout: "plot-throughput-speedup-analysis"
11969
11970 -
11971   type: "plot"
11972   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
11973   algorithm: "plot_throughput_speedup_analysis"
11974   output-file-type: ".html"
11975   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
11976   data: "plot-throughput-speedup-analysis-3n-hsw"
11977   filter: "'NIC_Intel-X520-DA2' and
11978            '64B' and
11979            'FEATURE' and
11980            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11981            'NDRPDR' and
11982            'IP4FWD' and
11983            not 'IPSEC' and
11984            not 'VHOST'"
11985   parameters:
11986   - "throughput"
11987   - "parent"
11988   - "tags"
11989   layout:
11990     title: ""  # No title
11991     layout: "plot-throughput-speedup-analysis"
11992
11993 # Speedup - VPP IPv4 3n-hsw-x710
11994 -
11995   type: "plot"
11996   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11997   algorithm: "plot_throughput_speedup_analysis"
11998   output-file-type: ".html"
11999   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12000   data: "plot-throughput-speedup-analysis-3n-hsw"
12001   filter: "'NIC_Intel-X710' and
12002            '64B' and
12003            ('BASE' or 'SCALE') and
12004            'NDRPDR' and
12005            'IP4FWD' and
12006            not 'IPSEC' and
12007            not 'VHOST'"
12008   parameters:
12009   - "throughput"
12010   - "parent"
12011   - "tags"
12012   layout:
12013     title: ""  # No title
12014     layout: "plot-throughput-speedup-analysis"
12015
12016 -
12017   type: "plot"
12018   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12019   algorithm: "plot_throughput_speedup_analysis"
12020   output-file-type: ".html"
12021   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12022   data: "plot-throughput-speedup-analysis-3n-hsw"
12023   filter: "'NIC_Intel-X710' and
12024            '64B' and
12025            ('BASE' or 'SCALE') and
12026            'NDRPDR' and
12027            'IP4FWD' and
12028            not 'IPSEC' and
12029            not 'VHOST'"
12030   parameters:
12031   - "throughput"
12032   - "parent"
12033   - "tags"
12034   layout:
12035     title: ""  # No title
12036     layout: "plot-throughput-speedup-analysis"
12037
12038 -
12039   type: "plot"
12040   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
12041   algorithm: "plot_throughput_speedup_analysis"
12042   output-file-type: ".html"
12043   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
12044   data: "plot-throughput-speedup-analysis-3n-hsw"
12045   filter: "'NIC_Intel-X710' and
12046            '64B' and
12047            'FEATURE' and
12048            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12049            'NDRPDR' and
12050            'IP4FWD' and
12051            not 'IPSEC' and
12052            not 'VHOST'"
12053   parameters:
12054   - "throughput"
12055   - "parent"
12056   - "tags"
12057   layout:
12058     title: ""  # No title
12059     layout: "plot-throughput-speedup-analysis"
12060
12061 -
12062   type: "plot"
12063   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
12064   algorithm: "plot_throughput_speedup_analysis"
12065   output-file-type: ".html"
12066   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
12067   data: "plot-throughput-speedup-analysis-3n-hsw"
12068   filter: "'NIC_Intel-X710' and
12069            '64B' and
12070            'FEATURE' and
12071            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12072            'NDRPDR' and
12073            'IP4FWD' and
12074            not 'IPSEC' and
12075            not 'VHOST'"
12076   parameters:
12077   - "throughput"
12078   - "parent"
12079   - "tags"
12080   layout:
12081     title: ""  # No title
12082     layout: "plot-throughput-speedup-analysis"
12083
12084 # Speedup - VPP IPv4 3n-hsw-xl710
12085 -
12086   type: "plot"
12087   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12088   algorithm: "plot_throughput_speedup_analysis"
12089   output-file-type: ".html"
12090   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12091   data: "plot-throughput-speedup-analysis-3n-hsw"
12092   filter: "'NIC_Intel-XL710' and
12093            '64B' and
12094            ('BASE' or 'SCALE') and
12095            'NDRPDR' and
12096            'IP4FWD' and
12097            not 'IPSEC' and
12098            not 'VHOST'"
12099   parameters:
12100   - "throughput"
12101   - "parent"
12102   - "tags"
12103   layout:
12104     title: ""  # No title
12105     layout: "plot-throughput-speedup-analysis"
12106
12107 -
12108   type: "plot"
12109   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12110   algorithm: "plot_throughput_speedup_analysis"
12111   output-file-type: ".html"
12112   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12113   data: "plot-throughput-speedup-analysis-3n-hsw"
12114   filter: "'NIC_Intel-XL710' and
12115            '64B' and
12116            ('BASE' or 'SCALE') and
12117            'NDRPDR' and
12118            'IP4FWD' and
12119            not 'IPSEC' and
12120            not 'VHOST'"
12121   parameters:
12122   - "throughput"
12123   - "parent"
12124   - "tags"
12125   layout:
12126     title: ""  # No title
12127     layout: "plot-throughput-speedup-analysis"
12128
12129 # Speedup - VPP IPv4 3n-skx-x710
12130 -
12131   type: "plot"
12132   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12133   algorithm: "plot_throughput_speedup_analysis"
12134   output-file-type: ".html"
12135   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12136   data: "plot-throughput-speedup-analysis-3n-skx"
12137   filter: "'NIC_Intel-X710' and
12138            '64B' and
12139            ('BASE' or 'SCALE') and
12140            'NDRPDR' and
12141            'IP4FWD' and
12142            not 'IPSEC' and
12143            not 'VHOST'"
12144   parameters:
12145   - "throughput"
12146   - "parent"
12147   - "tags"
12148   layout:
12149     title: ""  # No title
12150     layout: "plot-throughput-speedup-analysis"
12151
12152 -
12153   type: "plot"
12154   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12155   algorithm: "plot_throughput_speedup_analysis"
12156   output-file-type: ".html"
12157   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12158   data: "plot-throughput-speedup-analysis-3n-skx"
12159   filter: "'NIC_Intel-X710' and
12160            '64B' and
12161            ('BASE' or 'SCALE') and
12162            'NDRPDR' and
12163            'IP4FWD' and
12164            not 'IPSEC' and
12165            not 'VHOST'"
12166   parameters:
12167   - "throughput"
12168   - "parent"
12169   - "tags"
12170   layout:
12171     title: ""  # No title
12172     layout: "plot-throughput-speedup-analysis"
12173
12174 -
12175   type: "plot"
12176   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
12177   algorithm: "plot_throughput_speedup_analysis"
12178   output-file-type: ".html"
12179   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
12180   data: "plot-throughput-speedup-analysis-3n-skx"
12181   filter: "'NIC_Intel-X710' and
12182            '64B' and
12183            'FEATURE' and
12184            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12185            'NDRPDR' and
12186            'IP4FWD' and
12187            not 'IPSEC' and
12188            not 'VHOST'"
12189   parameters:
12190   - "throughput"
12191   - "parent"
12192   - "tags"
12193   layout:
12194     title: ""  # No title
12195     layout: "plot-throughput-speedup-analysis"
12196
12197 -
12198   type: "plot"
12199   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
12200   algorithm: "plot_throughput_speedup_analysis"
12201   output-file-type: ".html"
12202   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
12203   data: "plot-throughput-speedup-analysis-3n-skx"
12204   filter: "'NIC_Intel-X710' and
12205            '64B' and
12206            'FEATURE' and
12207            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12208            'NDRPDR' and
12209            'IP4FWD' and
12210            not 'IPSEC' and
12211            not 'VHOST'"
12212   parameters:
12213   - "throughput"
12214   - "parent"
12215   - "tags"
12216   layout:
12217     title: ""  # No title
12218     layout: "plot-throughput-speedup-analysis"
12219
12220 # Speedup - VPP IPv4 2n-skx-x710
12221 -
12222   type: "plot"
12223   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
12224   algorithm: "plot_throughput_speedup_analysis"
12225   output-file-type: ".html"
12226   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
12227   data: "plot-throughput-speedup-analysis-2n-skx"
12228   filter: "'NIC_Intel-X710' and
12229            '64B' and
12230            ('BASE' or 'SCALE') and
12231            'NDRPDR' and
12232            'IP4FWD' and
12233            not 'IPSEC' and
12234            not 'VHOST'"
12235   parameters:
12236   - "throughput"
12237   - "parent"
12238   - "tags"
12239   layout:
12240     title: ""  # No title
12241     layout: "plot-throughput-speedup-analysis"
12242
12243 -
12244   type: "plot"
12245   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
12246   algorithm: "plot_throughput_speedup_analysis"
12247   output-file-type: ".html"
12248   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
12249   data: "plot-throughput-speedup-analysis-2n-skx"
12250   filter: "'NIC_Intel-X710' and
12251            '64B' and
12252            ('BASE' or 'SCALE') and
12253            'NDRPDR' and
12254            'IP4FWD' and
12255            not 'IPSEC' and
12256            not 'VHOST'"
12257   parameters:
12258   - "throughput"
12259   - "parent"
12260   - "tags"
12261   layout:
12262     title: ""  # No title
12263     layout: "plot-throughput-speedup-analysis"
12264
12265 # Speedup - VPP IPv4 2n-skx-xxv710
12266 -
12267   type: "plot"
12268   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
12269   algorithm: "plot_throughput_speedup_analysis"
12270   output-file-type: ".html"
12271   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
12272   data: "plot-throughput-speedup-analysis-2n-skx"
12273   filter: "'NIC_Intel-XXV710' and
12274            '64B' and
12275            ('BASE' or 'SCALE') and
12276            'NDRPDR' and
12277            'IP4FWD' and
12278            not 'IPSEC' and
12279            not 'VHOST'"
12280   parameters:
12281   - "throughput"
12282   - "parent"
12283   - "tags"
12284   layout:
12285     title: ""  # No title
12286     layout: "plot-throughput-speedup-analysis"
12287
12288 -
12289   type: "plot"
12290   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
12291   algorithm: "plot_throughput_speedup_analysis"
12292   output-file-type: ".html"
12293   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
12294   data: "plot-throughput-speedup-analysis-2n-skx"
12295   filter: "'NIC_Intel-XXV710' and
12296            '64B' and
12297            ('BASE' or 'SCALE') and
12298            'NDRPDR' and
12299            'IP4FWD' and
12300            not 'IPSEC' and
12301            not 'VHOST'"
12302   parameters:
12303   - "throughput"
12304   - "parent"
12305   - "tags"
12306   layout:
12307     title: ""  # No title
12308     layout: "plot-throughput-speedup-analysis"
12309
12310 ################################################################################
12311
12312 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
12313 -
12314   type: "plot"
12315   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12316   algorithm: "plot_throughput_speedup_analysis"
12317   output-file-type: ".html"
12318   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12319   data: "plot-throughput-speedup-analysis-3n-hsw"
12320   filter: "'NIC_Intel-X520-DA2' and
12321            '64B' and
12322            'ENCAP' and
12323            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12324            'NDRPDR' and
12325            'IP4FWD' and
12326            not 'IPSEC' and
12327            not 'VHOST'"
12328   parameters:
12329   - "throughput"
12330   - "parent"
12331   - "tags"
12332   layout:
12333     title: ""  # No title
12334     layout: "plot-throughput-speedup-analysis"
12335
12336 -
12337   type: "plot"
12338   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12339   algorithm: "plot_throughput_speedup_analysis"
12340   output-file-type: ".html"
12341   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12342   data: "plot-throughput-speedup-analysis-3n-hsw"
12343   filter: "'NIC_Intel-X520-DA2' and
12344            '64B' and
12345            'ENCAP' and
12346            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12347            'NDRPDR' and
12348            'IP4FWD' and
12349            not 'IPSEC' and
12350            not 'VHOST'"
12351   parameters:
12352   - "throughput"
12353   - "parent"
12354   - "tags"
12355   layout:
12356     title: ""  # No title
12357     layout: "plot-throughput-speedup-analysis"
12358
12359 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
12360 -
12361   type: "plot"
12362   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12363   algorithm: "plot_throughput_speedup_analysis"
12364   output-file-type: ".html"
12365   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12366   data: "plot-throughput-speedup-analysis-3n-hsw"
12367   filter: "'NIC_Intel-X710' and
12368            '64B' and
12369            'ENCAP' and
12370            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12371            'NDRPDR' and
12372            'IP4FWD' and
12373            not 'IPSEC' and
12374            not 'VHOST'"
12375   parameters:
12376   - "throughput"
12377   - "parent"
12378   - "tags"
12379   layout:
12380     title: ""  # No title
12381     layout: "plot-throughput-speedup-analysis"
12382
12383 -
12384   type: "plot"
12385   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12386   algorithm: "plot_throughput_speedup_analysis"
12387   output-file-type: ".html"
12388   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12389   data: "plot-throughput-speedup-analysis-3n-hsw"
12390   filter: "'NIC_Intel-X710' and
12391            '64B' and
12392            'ENCAP' and
12393            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12394            'NDRPDR' and
12395            'IP4FWD' and
12396            not 'IPSEC' and
12397            not 'VHOST'"
12398   parameters:
12399   - "throughput"
12400   - "parent"
12401   - "tags"
12402   layout:
12403     title: ""  # No title
12404     layout: "plot-throughput-speedup-analysis"
12405
12406 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
12407 -
12408   type: "plot"
12409   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12410   algorithm: "plot_throughput_speedup_analysis"
12411   output-file-type: ".html"
12412   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12413   data: "plot-throughput-speedup-analysis-3n-skx"
12414   filter: "'NIC_Intel-X710' and
12415            '64B' and
12416            'ENCAP' and
12417            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12418            'NDRPDR' and
12419            'IP4FWD' and
12420            not 'IPSEC' and
12421            not 'VHOST'"
12422   parameters:
12423   - "throughput"
12424   - "parent"
12425   - "tags"
12426   layout:
12427     title: ""  # No title
12428     layout: "plot-throughput-speedup-analysis"
12429
12430 -
12431   type: "plot"
12432   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12433   algorithm: "plot_throughput_speedup_analysis"
12434   output-file-type: ".html"
12435   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12436   data: "plot-throughput-speedup-analysis-3n-skx"
12437   filter: "'NIC_Intel-X710' and
12438            '64B' and
12439            'ENCAP' and
12440            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12441            'NDRPDR' and
12442            'IP4FWD' and
12443            not 'IPSEC' and
12444            not 'VHOST'"
12445   parameters:
12446   - "throughput"
12447   - "parent"
12448   - "tags"
12449   layout:
12450     title: ""  # No title
12451     layout: "plot-throughput-speedup-analysis"
12452
12453 ################################################################################
12454
12455 # Speedup - VPP IPv6 3n-hsw-x520
12456 -
12457   type: "plot"
12458   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12459   algorithm: "plot_throughput_speedup_analysis"
12460   output-file-type: ".html"
12461   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12462   data: "plot-throughput-speedup-analysis-3n-hsw"
12463   filter: "'NIC_Intel-X520-DA2' and
12464            '78B' and
12465            ('BASE' or 'SCALE') and
12466            'NDRPDR' and
12467            'IP6FWD' and
12468            not 'SRv6' and
12469            not 'IPSEC' and
12470            not 'VHOST'"
12471   parameters:
12472   - "throughput"
12473   - "parent"
12474   - "tags"
12475   layout:
12476     title: ""  # No title
12477     layout: "plot-throughput-speedup-analysis"
12478
12479 -
12480   type: "plot"
12481   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12482   algorithm: "plot_throughput_speedup_analysis"
12483   output-file-type: ".html"
12484   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12485   data: "plot-throughput-speedup-analysis-3n-hsw"
12486   filter: "'NIC_Intel-X520-DA2' and
12487            '78B' and
12488            ('BASE' or 'SCALE') and
12489            'NDRPDR' and
12490            'IP6FWD' and
12491            not 'SRv6' and
12492            not 'IPSEC' and
12493            not 'VHOST'"
12494   parameters:
12495   - "throughput"
12496   - "parent"
12497   - "tags"
12498   layout:
12499     title: ""  # No title
12500     layout: "plot-throughput-speedup-analysis"
12501
12502 # Speedup - VPP IPv6 3n-hsw-x710
12503 -
12504   type: "plot"
12505   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
12506   algorithm: "plot_throughput_speedup_analysis"
12507   output-file-type: ".html"
12508   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
12509   data: "plot-throughput-speedup-analysis-3n-hsw"
12510   filter: "'NIC_Intel-X710' and
12511            '78B' and
12512            ('BASE' or 'SCALE') and
12513            'NDRPDR' and
12514            'IP6FWD' and
12515            not 'SRv6' and
12516            not 'IPSEC' and
12517            not 'VHOST'"
12518   parameters:
12519   - "throughput"
12520   - "parent"
12521   - "tags"
12522   layout:
12523     title: ""  # No title
12524     layout: "plot-throughput-speedup-analysis"
12525
12526 -
12527   type: "plot"
12528   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
12529   algorithm: "plot_throughput_speedup_analysis"
12530   output-file-type: ".html"
12531   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
12532   data: "plot-throughput-speedup-analysis-3n-hsw"
12533   filter: "'NIC_Intel-X710' and
12534            '78B' and
12535            ('BASE' or 'SCALE') and
12536            'NDRPDR' and
12537            'IP6FWD' and
12538            not 'SRv6' and
12539            not 'IPSEC' and
12540            not 'VHOST'"
12541   parameters:
12542   - "throughput"
12543   - "parent"
12544   - "tags"
12545   layout:
12546     title: ""  # No title
12547     layout: "plot-throughput-speedup-analysis"
12548
12549 # Speedup - VPP IPv6 3n-hsw-xl710
12550 -
12551   type: "plot"
12552   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
12553   algorithm: "plot_throughput_speedup_analysis"
12554   output-file-type: ".html"
12555   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
12556   data: "plot-throughput-speedup-analysis-3n-hsw"
12557   filter: "'NIC_Intel-XL710' and
12558            '78B' and
12559            ('BASE' or 'SCALE') and
12560            'NDRPDR' and
12561            'IP6FWD' and
12562            not 'SRv6' and
12563            not 'IPSEC' and
12564            not 'VHOST'"
12565   parameters:
12566   - "throughput"
12567   - "parent"
12568   - "tags"
12569   layout:
12570     title: ""  # No title
12571     layout: "plot-throughput-speedup-analysis"
12572
12573 -
12574   type: "plot"
12575   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
12576   algorithm: "plot_throughput_speedup_analysis"
12577   output-file-type: ".html"
12578   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
12579   data: "plot-throughput-speedup-analysis-3n-hsw"
12580   filter: "'NIC_Intel-XL710' and
12581            '78B' and
12582            ('BASE' or 'SCALE') and
12583            'NDRPDR' and
12584            'IP6FWD' and
12585            not 'SRv6' and
12586            not 'IPSEC' and
12587            not 'VHOST'"
12588   parameters:
12589   - "throughput"
12590   - "parent"
12591   - "tags"
12592   layout:
12593     title: ""  # No title
12594     layout: "plot-throughput-speedup-analysis"
12595
12596 # Speedup - VPP IPv6 3n-skx-x710
12597 -
12598   type: "plot"
12599   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
12600   algorithm: "plot_throughput_speedup_analysis"
12601   output-file-type: ".html"
12602   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
12603   data: "plot-throughput-speedup-analysis-3n-skx"
12604   filter: "'NIC_Intel-X710' and
12605            '78B' and
12606            ('BASE' or 'SCALE') and
12607            'NDRPDR' and
12608            'IP6FWD' and
12609            not 'SRv6' and
12610            not 'IPSEC' and
12611            not 'VHOST'"
12612   parameters:
12613   - "throughput"
12614   - "parent"
12615   - "tags"
12616   layout:
12617     title: ""  # No title
12618     layout: "plot-throughput-speedup-analysis"
12619
12620 -
12621   type: "plot"
12622   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
12623   algorithm: "plot_throughput_speedup_analysis"
12624   output-file-type: ".html"
12625   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
12626   data: "plot-throughput-speedup-analysis-3n-skx"
12627   filter: "'NIC_Intel-X710' and
12628            '78B' and
12629            ('BASE' or 'SCALE') and
12630            'NDRPDR' and
12631            'IP6FWD' and
12632            not 'SRv6' and
12633            not 'IPSEC' and
12634            not 'VHOST'"
12635   parameters:
12636   - "throughput"
12637   - "parent"
12638   - "tags"
12639   layout:
12640     title: ""  # No title
12641     layout: "plot-throughput-speedup-analysis"
12642
12643 # Speedup - VPP IPv6 2n-skx-x710
12644 -
12645   type: "plot"
12646   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
12647   algorithm: "plot_throughput_speedup_analysis"
12648   output-file-type: ".html"
12649   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
12650   data: "plot-throughput-speedup-analysis-2n-skx"
12651   filter: "'NIC_Intel-X710' and
12652            '78B' and
12653            ('BASE' or 'SCALE') and
12654            'NDRPDR' and
12655            'IP6FWD' and
12656            not 'SRv6' and
12657            not 'IPSEC' and
12658            not 'VHOST'"
12659   parameters:
12660   - "throughput"
12661   - "parent"
12662   - "tags"
12663   layout:
12664     title: ""  # No title
12665     layout: "plot-throughput-speedup-analysis"
12666
12667 -
12668   type: "plot"
12669   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
12670   algorithm: "plot_throughput_speedup_analysis"
12671   output-file-type: ".html"
12672   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
12673   data: "plot-throughput-speedup-analysis-2n-skx"
12674   filter: "'NIC_Intel-X710' and
12675            '78B' and
12676            ('BASE' or 'SCALE') and
12677            'NDRPDR' and
12678            'IP6FWD' and
12679            not 'IPSEC' and
12680            not 'VHOST'"
12681   parameters:
12682   - "throughput"
12683   - "parent"
12684   - "tags"
12685   layout:
12686     title: ""  # No title
12687     layout: "plot-throughput-speedup-analysis"
12688
12689 # Speedup - VPP IPv6 2n-skx-xxv710
12690 -
12691   type: "plot"
12692   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
12693   algorithm: "plot_throughput_speedup_analysis"
12694   output-file-type: ".html"
12695   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
12696   data: "plot-throughput-speedup-analysis-2n-skx"
12697   filter: "'NIC_Intel-XXV710' and
12698            '78B' and
12699            ('BASE' or 'SCALE') and
12700            'NDRPDR' and
12701            'IP6FWD' and
12702            not 'SRv6' and
12703            not 'IPSEC' and
12704            not 'VHOST'"
12705   parameters:
12706   - "throughput"
12707   - "parent"
12708   - "tags"
12709   layout:
12710     title: ""  # No title
12711     layout: "plot-throughput-speedup-analysis"
12712
12713 -
12714   type: "plot"
12715   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
12716   algorithm: "plot_throughput_speedup_analysis"
12717   output-file-type: ".html"
12718   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
12719   data: "plot-throughput-speedup-analysis-2n-skx"
12720   filter: "'NIC_Intel-XXV710' and
12721            '78B' and
12722            ('BASE' or 'SCALE') and
12723            'NDRPDR' and
12724            'IP6FWD' and
12725            not 'SRv6' and
12726            not 'IPSEC' and
12727            not 'VHOST'"
12728   parameters:
12729   - "throughput"
12730   - "parent"
12731   - "tags"
12732   layout:
12733     title: ""  # No title
12734     layout: "plot-throughput-speedup-analysis"
12735
12736 ################################################################################
12737
12738 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
12739 -
12740   type: "plot"
12741   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12742   algorithm: "plot_throughput_speedup_analysis"
12743   output-file-type: ".html"
12744   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12745   data: "plot-throughput-speedup-analysis-3n-hsw"
12746   filter: "'NIC_Intel-X520-DA2' and
12747            '78B' and
12748            'ENCAP' and
12749            'NDRPDR' and
12750            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12751            not 'VHOST'"
12752   parameters:
12753   - "throughput"
12754   - "parent"
12755   - "tags"
12756   layout:
12757     title: ""  # No title
12758     layout: "plot-throughput-speedup-analysis"
12759
12760 -
12761   type: "plot"
12762   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12763   algorithm: "plot_throughput_speedup_analysis"
12764   output-file-type: ".html"
12765   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12766   data: "plot-throughput-speedup-analysis-3n-hsw"
12767   filter: "'NIC_Intel-X520-DA2' and
12768            '78B' and
12769            'ENCAP' and
12770            'NDRPDR' and
12771            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12772            not 'VHOST'"
12773   parameters:
12774   - "throughput"
12775   - "parent"
12776   - "tags"
12777   layout:
12778     title: ""  # No title
12779     layout: "plot-throughput-speedup-analysis"
12780
12781 ################################################################################
12782
12783 # Speedup - VPP IPSec 3n-hsw-xl710
12784 -
12785   type: "plot"
12786   title: "Speedup: ipsec-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12787   algorithm: "plot_throughput_speedup_analysis"
12788   output-file-type: ".html"
12789   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12790   data: "plot-throughput-speedup-analysis-3n-hsw"
12791   filter: "'NIC_Intel-XL710' and
12792            '64B' and
12793            'IP4FWD' and
12794            'NDRPDR' and
12795            'IPSECHW' and
12796            ('IPSECTRAN' or 'IPSECTUN') and
12797            not 'VHOST'"
12798   parameters:
12799   - "throughput"
12800   - "parent"
12801   - "tags"
12802   layout:
12803     title: ""  # No title
12804     layout: "plot-throughput-speedup-analysis"
12805
12806 -
12807   type: "plot"
12808   title: "Speedup: ipsec-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12809   algorithm: "plot_throughput_speedup_analysis"
12810   output-file-type: ".html"
12811   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12812   data: "plot-throughput-speedup-analysis-3n-hsw"
12813   filter: "'NIC_Intel-XL710' and
12814            '64B' and
12815            'IP4FWD' and
12816            'NDRPDR' and
12817            'IPSECHW' and
12818            ('IPSECTRAN' or 'IPSECTUN') and
12819            not 'VHOST'"
12820   parameters:
12821   - "throughput"
12822   - "parent"
12823   - "tags"
12824   layout:
12825     title: ""  # No title
12826     layout: "plot-throughput-speedup-analysis"
12827
12828 ################################################################################
12829
12830 # Speedup - VPP SRv6 3n-hsw-x520
12831 -
12832   type: "plot"
12833   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
12834   algorithm: "plot_throughput_speedup_analysis"
12835   output-file-type: ".html"
12836   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
12837   data: "plot-throughput-speedup-analysis-3n-hsw"
12838   filter: "'NIC_Intel-X520-DA2' and
12839            '78B' and
12840            'FEATURE' and
12841            'NDRPDR' and
12842            'IP6FWD' and
12843            'SRv6'"
12844   parameters:
12845   - "throughput"
12846   - "parent"
12847   - "tags"
12848   layout:
12849     title: ""  # No title
12850     layout: "plot-throughput-speedup-analysis"
12851
12852 -
12853   type: "plot"
12854   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
12855   algorithm: "plot_throughput_speedup_analysis"
12856   output-file-type: ".html"
12857   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
12858   data: "plot-throughput-speedup-analysis-3n-hsw"
12859   filter: "'NIC_Intel-X520-DA2' and
12860            '78B' and
12861            'FEATURE' and
12862            'NDRPDR' and
12863            'IP6FWD' and
12864            'SRv6'"
12865   parameters:
12866   - "throughput"
12867   - "parent"
12868   - "tags"
12869   layout:
12870     title: ""  # No title
12871     layout: "plot-throughput-speedup-analysis"
12872
12873 ################################################################################
12874
12875 # Speedup - VPP L2 3n-hsw-x520
12876 -
12877   type: "plot"
12878   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12879   algorithm: "plot_throughput_speedup_analysis"
12880   output-file-type: ".html"
12881   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12882   data: "plot-throughput-speedup-analysis-3n-hsw"
12883   filter: "'NIC_Intel-X520-DA2' and
12884            '64B' and
12885            ('BASE' or 'SCALE') and
12886            'NDRPDR' and
12887            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12888            not 'VHOST' and
12889            not 'MEMIF'"
12890   parameters:
12891   - "throughput"
12892   - "parent"
12893   - "tags"
12894   layout:
12895     title: ""  # No title
12896     layout: "plot-throughput-speedup-analysis"
12897
12898 -
12899   type: "plot"
12900   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12901   algorithm: "plot_throughput_speedup_analysis"
12902   output-file-type: ".html"
12903   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12904   data: "plot-throughput-speedup-analysis-3n-hsw"
12905   filter: "'NIC_Intel-X520-DA2' and
12906            '64B' and
12907            ('BASE' or 'SCALE') and
12908            'NDRPDR' and
12909            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12910            not 'VHOST' and
12911            not 'MEMIF'"
12912   parameters:
12913   - "throughput"
12914   - "parent"
12915   - "tags"
12916   layout:
12917     title: ""  # No title
12918     layout: "plot-throughput-speedup-analysis"
12919
12920 -
12921   type: "plot"
12922   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
12923   algorithm: "plot_throughput_speedup_analysis"
12924   output-file-type: ".html"
12925   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
12926   data: "plot-throughput-speedup-analysis-3n-hsw"
12927   filter: "'NIC_Intel-X520-DA2' and
12928            '64B' and
12929            'FEATURE' and
12930            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12931            'NDRPDR' and
12932            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12933            not 'VHOST' and
12934            not 'MEMIF'"
12935   parameters:
12936   - "throughput"
12937   - "parent"
12938   - "tags"
12939   layout:
12940     title: ""  # No title
12941     layout: "plot-throughput-speedup-analysis"
12942
12943 -
12944   type: "plot"
12945   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
12946   algorithm: "plot_throughput_speedup_analysis"
12947   output-file-type: ".html"
12948   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
12949   data: "plot-throughput-speedup-analysis-3n-hsw"
12950   filter: "'NIC_Intel-X520-DA2' and
12951            '64B' and
12952            'FEATURE' and
12953            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12954            'NDRPDR' and
12955            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12956            not 'VHOST' and
12957            not 'MEMIF'"
12958   parameters:
12959   - "throughput"
12960   - "parent"
12961   - "tags"
12962   layout:
12963     title: ""  # No title
12964     layout: "plot-throughput-speedup-analysis"
12965
12966 # Speedup - VPP L2 3n-hsw-x710
12967 -
12968   type: "plot"
12969   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12970   algorithm: "plot_throughput_speedup_analysis"
12971   output-file-type: ".html"
12972   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12973   data: "plot-throughput-speedup-analysis-3n-hsw"
12974   filter: "'NIC_Intel-X710' and
12975            '64B' and
12976            ('BASE' or 'SCALE') and
12977            'NDRPDR' and
12978            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12979            not 'VHOST' and
12980            not 'MEMIF'"
12981   parameters:
12982   - "throughput"
12983   - "parent"
12984   - "tags"
12985   layout:
12986     title: ""  # No title
12987     layout: "plot-throughput-speedup-analysis"
12988
12989 -
12990   type: "plot"
12991   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12992   algorithm: "plot_throughput_speedup_analysis"
12993   output-file-type: ".html"
12994   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12995   data: "plot-throughput-speedup-analysis-3n-hsw"
12996   filter: "'NIC_Intel-X710' and
12997            '64B' and
12998            ('BASE' or 'SCALE') and
12999            'NDRPDR' and
13000            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13001            not 'VHOST' and
13002            not 'MEMIF'"
13003   parameters:
13004   - "throughput"
13005   - "parent"
13006   - "tags"
13007   layout:
13008     title: ""  # No title
13009     layout: "plot-throughput-speedup-analysis"
13010
13011 -
13012   type: "plot"
13013   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
13014   algorithm: "plot_throughput_speedup_analysis"
13015   output-file-type: ".html"
13016   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
13017   data: "plot-throughput-speedup-analysis-3n-hsw"
13018   filter: "'NIC_Intel-X710' and
13019            '64B' and
13020            'FEATURE' and
13021            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13022            'NDRPDR' and
13023            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13024            not 'VHOST' and
13025            not 'MEMIF'"
13026   parameters:
13027   - "throughput"
13028   - "parent"
13029   - "tags"
13030   layout:
13031     title: ""  # No title
13032     layout: "plot-throughput-speedup-analysis"
13033
13034 -
13035   type: "plot"
13036   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
13037   algorithm: "plot_throughput_speedup_analysis"
13038   output-file-type: ".html"
13039   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
13040   data: "plot-throughput-speedup-analysis-3n-hsw"
13041   filter: "'NIC_Intel-X710' and
13042            '64B' and
13043            'FEATURE' and
13044            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13045            'NDRPDR' and
13046            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13047            not 'VHOST' and
13048            not 'MEMIF'"
13049   parameters:
13050   - "throughput"
13051   - "parent"
13052   - "tags"
13053   layout:
13054     title: ""  # No title
13055     layout: "plot-throughput-speedup-analysis"
13056
13057 # Speedup - VPP L2 3n-hsw-xl710
13058 -
13059   type: "plot"
13060   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13061   algorithm: "plot_throughput_speedup_analysis"
13062   output-file-type: ".html"
13063   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13064   data: "plot-throughput-speedup-analysis-3n-hsw"
13065   filter: "'NIC_Intel-XL710' and
13066            '64B' and
13067            ('BASE' or 'SCALE') and
13068            'NDRPDR' and
13069            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13070            not 'VHOST' and
13071            not 'MEMIF'"
13072   parameters:
13073   - "throughput"
13074   - "parent"
13075   - "tags"
13076   layout:
13077     title: ""  # No title
13078     layout: "plot-throughput-speedup-analysis"
13079
13080 -
13081   type: "plot"
13082   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13083   algorithm: "plot_throughput_speedup_analysis"
13084   output-file-type: ".html"
13085   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13086   data: "plot-throughput-speedup-analysis-3n-hsw"
13087   filter: "'NIC_Intel-XL710' and
13088            '64B' and
13089            ('BASE' or 'SCALE') and
13090            'NDRPDR' and
13091            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13092            not 'VHOST' and
13093            not 'MEMIF'"
13094   parameters:
13095   - "throughput"
13096   - "parent"
13097   - "tags"
13098   layout:
13099     title: ""  # No title
13100     layout: "plot-throughput-speedup-analysis"
13101
13102 # Speedup - VPP L2 3n-skx-x710
13103 -
13104   type: "plot"
13105   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13106   algorithm: "plot_throughput_speedup_analysis"
13107   output-file-type: ".html"
13108   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13109   data: "plot-throughput-speedup-analysis-3n-skx"
13110   filter: "'NIC_Intel-X710' and
13111            '64B' and
13112            ('BASE' or 'SCALE') and
13113            'NDRPDR' and
13114            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13115            not 'VHOST' and
13116            not 'MEMIF'"
13117   parameters:
13118   - "throughput"
13119   - "parent"
13120   - "tags"
13121   layout:
13122     title: ""  # No title
13123     layout: "plot-throughput-speedup-analysis"
13124
13125 -
13126   type: "plot"
13127   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13128   algorithm: "plot_throughput_speedup_analysis"
13129   output-file-type: ".html"
13130   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13131   data: "plot-throughput-speedup-analysis-3n-skx"
13132   filter: "'NIC_Intel-X710' and
13133            '64B' and
13134            ('BASE' or 'SCALE') and
13135            'NDRPDR' and
13136            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13137            not 'VHOST' and
13138            not 'MEMIF'"
13139   parameters:
13140   - "throughput"
13141   - "parent"
13142   - "tags"
13143   layout:
13144     title: ""  # No title
13145     layout: "plot-throughput-speedup-analysis"
13146
13147 -
13148   type: "plot"
13149   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
13150   algorithm: "plot_throughput_speedup_analysis"
13151   output-file-type: ".html"
13152   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
13153   data: "plot-throughput-speedup-analysis-3n-skx"
13154   filter: "'NIC_Intel-X710' and
13155            '64B' and
13156            'FEATURE' and
13157            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13158            'NDRPDR' and
13159            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13160            not 'VHOST' and
13161            not 'MEMIF'"
13162   parameters:
13163   - "throughput"
13164   - "parent"
13165   - "tags"
13166   layout:
13167     title: ""  # No title
13168     layout: "plot-throughput-speedup-analysis"
13169
13170 -
13171   type: "plot"
13172   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
13173   algorithm: "plot_throughput_speedup_analysis"
13174   output-file-type: ".html"
13175   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
13176   data: "plot-throughput-speedup-analysis-3n-skx"
13177   filter: "'NIC_Intel-X710' and
13178            '64B' and
13179            'FEATURE' and
13180            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13181            'NDRPDR' and
13182            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13183            not 'VHOST' and
13184            not 'MEMIF'"
13185   parameters:
13186   - "throughput"
13187   - "parent"
13188   - "tags"
13189   layout:
13190     title: ""  # No title
13191     layout: "plot-throughput-speedup-analysis"
13192
13193 # Speedup - VPP L2 3n-skx-xxv710
13194 -
13195   type: "plot"
13196   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13197   algorithm: "plot_throughput_speedup_analysis"
13198   output-file-type: ".html"
13199   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13200   data: "plot-throughput-speedup-analysis-3n-skx"
13201   filter: "'NIC_Intel-XXV710' and
13202            '64B' and
13203            ('BASE' or 'SCALE') and
13204            'NDRPDR' and
13205            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13206            not 'VHOST' and
13207            not 'MEMIF'"
13208   parameters:
13209   - "throughput"
13210   - "parent"
13211   - "tags"
13212   layout:
13213     title: ""  # No title
13214     layout: "plot-throughput-speedup-analysis"
13215
13216 -
13217   type: "plot"
13218   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13219   algorithm: "plot_throughput_speedup_analysis"
13220   output-file-type: ".html"
13221   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13222   data: "plot-throughput-speedup-analysis-3n-skx"
13223   filter: "'NIC_Intel-XXV710' and
13224            '64B' and
13225            ('BASE' or 'SCALE') and
13226            'NDRPDR' and
13227            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13228            not 'VHOST' and
13229            not 'MEMIF'"
13230   parameters:
13231   - "throughput"
13232   - "parent"
13233   - "tags"
13234   layout:
13235     title: ""  # No title
13236     layout: "plot-throughput-speedup-analysis"
13237
13238 # Speedup - VPP L2 2n-skx-x710
13239 -
13240   type: "plot"
13241   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
13242   algorithm: "plot_throughput_speedup_analysis"
13243   output-file-type: ".html"
13244   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
13245   data: "plot-throughput-speedup-analysis-2n-skx"
13246   filter: "'NIC_Intel-X710' and
13247            '64B' and
13248            ('BASE' or 'SCALE') and
13249            'NDRPDR' and
13250            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13251            not 'VHOST' and
13252            not 'MEMIF'"
13253   parameters:
13254   - "throughput"
13255   - "parent"
13256   - "tags"
13257   layout:
13258     title: ""  # No title
13259     layout: "plot-throughput-speedup-analysis"
13260
13261 -
13262   type: "plot"
13263   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
13264   algorithm: "plot_throughput_speedup_analysis"
13265   output-file-type: ".html"
13266   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
13267   data: "plot-throughput-speedup-analysis-2n-skx"
13268   filter: "'NIC_Intel-X710' and
13269            '64B' and
13270            ('BASE' or 'SCALE') and
13271            'NDRPDR' and
13272            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13273            not 'VHOST' and
13274            not 'MEMIF'"
13275   parameters:
13276   - "throughput"
13277   - "parent"
13278   - "tags"
13279   layout:
13280     title: ""  # No title
13281     layout: "plot-throughput-speedup-analysis"
13282
13283 # Speedup - VPP L2 2n-skx-xxv710
13284 -
13285   type: "plot"
13286   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13287   algorithm: "plot_throughput_speedup_analysis"
13288   output-file-type: ".html"
13289   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13290   data: "plot-throughput-speedup-analysis-2n-skx"
13291   filter: "'NIC_Intel-XXV710' and
13292            '64B' and
13293            ('BASE' or 'SCALE') and
13294            'NDRPDR' and
13295            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13296            not 'VHOST' and
13297            not 'MEMIF'"
13298   parameters:
13299   - "throughput"
13300   - "parent"
13301   - "tags"
13302   layout:
13303     title: ""  # No title
13304     layout: "plot-throughput-speedup-analysis"
13305
13306 -
13307   type: "plot"
13308   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13309   algorithm: "plot_throughput_speedup_analysis"
13310   output-file-type: ".html"
13311   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13312   data: "plot-throughput-speedup-analysis-2n-skx"
13313   filter: "'NIC_Intel-XXV710' and
13314            '64B' and
13315            ('BASE' or 'SCALE') and
13316            'NDRPDR' and
13317            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13318            not 'VHOST' and
13319            not 'MEMIF'"
13320   parameters:
13321   - "throughput"
13322   - "parent"
13323   - "tags"
13324   layout:
13325     title: ""  # No title
13326     layout: "plot-throughput-speedup-analysis"
13327
13328 ################################################################################
13329
13330 # Speedup - VPP vhost ip4 3n-hsw-x520
13331 -
13332   type: "plot"
13333   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13334   algorithm: "plot_throughput_speedup_analysis"
13335   output-file-type: ".html"
13336   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13337   data: "plot-throughput-speedup-analysis-3n-hsw"
13338   filter: "'NIC_Intel-X520-DA2' and
13339            '64B' and
13340            'NDRPDR' and
13341            'VHOST' and
13342            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13343   parameters:
13344   - "throughput"
13345   - "parent"
13346   - "tags"
13347   layout:
13348     title: ""  # No title
13349     layout: "plot-throughput-speedup-analysis"
13350
13351 -
13352   type: "plot"
13353   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13354   algorithm: "plot_throughput_speedup_analysis"
13355   output-file-type: ".html"
13356   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13357   data: "plot-throughput-speedup-analysis-3n-hsw"
13358   filter: "'NIC_Intel-X520-DA2' and
13359            '64B' and
13360            'NDRPDR' and
13361            'VHOST' and
13362            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13363   parameters:
13364   - "throughput"
13365   - "parent"
13366   - "tags"
13367   layout:
13368     title: ""  # No title
13369     layout: "plot-throughput-speedup-analysis"
13370
13371 # Speedup - VPP vhost l2sw 3n-hsw-x520
13372 -
13373   type: "plot"
13374   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13375   algorithm: "plot_throughput_speedup_analysis"
13376   output-file-type: ".html"
13377   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13378   data: "plot-throughput-speedup-analysis-3n-hsw"
13379   filter: "'NIC_Intel-X520-DA2' and
13380            '64B' and
13381            'NDRPDR' and
13382            'VHOST' and
13383            not 'VXLAN' and
13384            not 'IP4FWD' and
13385            not 'DOT1Q' and
13386            not '2VM'"
13387   parameters:
13388   - "throughput"
13389   - "parent"
13390   - "tags"
13391   layout:
13392     title: ""  # No title
13393     layout: "plot-throughput-speedup-analysis"
13394
13395 -
13396   type: "plot"
13397   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13398   algorithm: "plot_throughput_speedup_analysis"
13399   output-file-type: ".html"
13400   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13401   data: "plot-throughput-speedup-analysis-3n-hsw"
13402   filter: "'NIC_Intel-X520-DA2' and
13403            '64B' and
13404            'NDRPDR' and
13405            'VHOST' and
13406            not 'VXLAN' and
13407            not 'IP4FWD' and
13408            not 'DOT1Q' and
13409            not '2VM'"
13410   parameters:
13411   - "throughput"
13412   - "parent"
13413   - "tags"
13414   layout:
13415     title: ""  # No title
13416     layout: "plot-throughput-speedup-analysis"
13417
13418 # Speedup - VPP vhost ip4 3n-hsw-x710
13419 -
13420   type: "plot"
13421   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13422   algorithm: "plot_throughput_speedup_analysis"
13423   output-file-type: ".html"
13424   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13425   data: "plot-throughput-speedup-analysis-3n-hsw"
13426   filter: "'NIC_Intel-X710' and
13427            '64B' and
13428            'NDRPDR' and
13429            'VHOST' and
13430            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13431   parameters:
13432   - "throughput"
13433   - "parent"
13434   - "tags"
13435   layout:
13436     title: ""  # No title
13437     layout: "plot-throughput-speedup-analysis"
13438
13439 -
13440   type: "plot"
13441   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13442   algorithm: "plot_throughput_speedup_analysis"
13443   output-file-type: ".html"
13444   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13445   data: "plot-throughput-speedup-analysis-3n-hsw"
13446   filter: "'NIC_Intel-X710' and
13447            '64B' and
13448            'NDRPDR' and
13449            'VHOST' and
13450            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13451   parameters:
13452   - "throughput"
13453   - "parent"
13454   - "tags"
13455   layout:
13456     title: ""  # No title
13457     layout: "plot-throughput-speedup-analysis"
13458
13459 # Speedup - VPP vhost l2sw 3n-hsw-x710
13460 -
13461   type: "plot"
13462   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13463   algorithm: "plot_throughput_speedup_analysis"
13464   output-file-type: ".html"
13465   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13466   data: "plot-throughput-speedup-analysis-3n-hsw"
13467   filter: "'NIC_Intel-X710' and
13468            '64B' and
13469            'NDRPDR' and
13470            'VHOST' and
13471            not 'VXLAN' and
13472            not 'IP4FWD' and
13473            not 'DOT1Q' and
13474            not '2VM'"
13475   parameters:
13476   - "throughput"
13477   - "parent"
13478   - "tags"
13479   layout:
13480     title: ""  # No title
13481     layout: "plot-throughput-speedup-analysis"
13482
13483 -
13484   type: "plot"
13485   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13486   algorithm: "plot_throughput_speedup_analysis"
13487   output-file-type: ".html"
13488   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13489   data: "plot-throughput-speedup-analysis-3n-hsw"
13490   filter: "'NIC_Intel-X710' and
13491            '64B' and
13492            'NDRPDR' and
13493            'VHOST' and
13494            not 'VXLAN' and
13495            not 'IP4FWD' and
13496            not 'DOT1Q' and
13497            not '2VM'"
13498   parameters:
13499   - "throughput"
13500   - "parent"
13501   - "tags"
13502   layout:
13503     title: ""  # No title
13504     layout: "plot-throughput-speedup-analysis"
13505
13506 # Speedup - VPP vhost ip4 3n-hsw-xl710
13507 -
13508   type: "plot"
13509   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13510   algorithm: "plot_throughput_speedup_analysis"
13511   output-file-type: ".html"
13512   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13513   data: "plot-throughput-speedup-analysis-3n-hsw"
13514   filter: "'NIC_Intel-XL710' and
13515            '64B' and
13516            'NDRPDR' and
13517            'VHOST' and
13518            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13519   parameters:
13520   - "throughput"
13521   - "parent"
13522   - "tags"
13523   layout:
13524     title: ""  # No title
13525     layout: "plot-throughput-speedup-analysis"
13526
13527 -
13528   type: "plot"
13529   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13530   algorithm: "plot_throughput_speedup_analysis"
13531   output-file-type: ".html"
13532   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13533   data: "plot-throughput-speedup-analysis-3n-hsw"
13534   filter: "'NIC_Intel-XL710' and
13535            '64B' and
13536            'NDRPDR' and
13537            'VHOST' and
13538            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13539   parameters:
13540   - "throughput"
13541   - "parent"
13542   - "tags"
13543   layout:
13544     title: ""  # No title
13545     layout: "plot-throughput-speedup-analysis"
13546
13547 # Speedup - VPP vhost l2sw 3n-hsw-xl710
13548 -
13549   type: "plot"
13550   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13551   algorithm: "plot_throughput_speedup_analysis"
13552   output-file-type: ".html"
13553   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13554   data: "plot-throughput-speedup-analysis-3n-hsw"
13555   filter: "'NIC_Intel-XL710' and
13556            '64B' and
13557            'NDRPDR' and
13558            'VHOST' and
13559            not 'VXLAN' and
13560            not 'IP4FWD' and
13561            not 'DOT1Q' and
13562            not '2VM'"
13563   parameters:
13564   - "throughput"
13565   - "parent"
13566   - "tags"
13567   layout:
13568     title: ""  # No title
13569     layout: "plot-throughput-speedup-analysis"
13570
13571 -
13572   type: "plot"
13573   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13574   algorithm: "plot_throughput_speedup_analysis"
13575   output-file-type: ".html"
13576   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13577   data: "plot-throughput-speedup-analysis-3n-hsw"
13578   filter: "'NIC_Intel-XL710' and
13579            '64B' and
13580            'NDRPDR' and
13581            'VHOST' and
13582            not 'VXLAN' and
13583            not 'IP4FWD' and
13584            not 'DOT1Q' and
13585            not '2VM'"
13586   parameters:
13587   - "throughput"
13588   - "parent"
13589   - "tags"
13590   layout:
13591     title: ""  # No title
13592     layout: "plot-throughput-speedup-analysis"
13593
13594 # Speedup - VPP vhost l2sw 3n-hsw-x520
13595 -
13596   type: "plot"
13597   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
13598   algorithm: "plot_throughput_speedup_analysis"
13599   output-file-type: ".html"
13600   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
13601   data: "plot-throughput-speedup-analysis-3n-hsw"
13602   filter: "'NIC_Intel-X520-DA2' and
13603            '114B' and
13604            'NDRPDR' and
13605            'VTS'"
13606   parameters:
13607   - "throughput"
13608   - "parent"
13609   - "tags"
13610   layout:
13611     title: ""  # No title
13612     layout: "plot-throughput-speedup-analysis"
13613
13614 -
13615   type: "plot"
13616   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
13617   algorithm: "plot_throughput_speedup_analysis"
13618   output-file-type: ".html"
13619   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
13620   data: "plot-throughput-speedup-analysis-3n-hsw"
13621   filter: "'NIC_Intel-X520-DA2' and
13622            '114B' and
13623            'NDRPDR' and
13624            'VTS'"
13625   parameters:
13626   - "throughput"
13627   - "parent"
13628   - "tags"
13629   layout:
13630     title: ""  # No title
13631     layout: "plot-throughput-speedup-analysis"