CSIT-1208: Add new data to 1807 report
[csit.git] / resources / tools / presentation / specification.yaml
1 -
2   type: "environment"
3
4   paths:
5     # Top level directories:
6     ## Working directory
7     DIR[WORKING]: "_tmp"
8     ## Build directories
9     DIR[BUILD,HTML]: "_build"
10     DIR[BUILD,LATEX]: "_build_latex"
11
12     # Static .rst files
13     DIR[RST]: "../../../docs/report"
14
15     # Working directories
16     ## Input data files (.zip, .xml)
17     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
18     ## Static source files from git
19     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
20     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
21
22     # Static html content
23     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
24     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
25     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
26     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
27
28     # Detailed test results
29     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
30     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
31     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
32     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
33     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
34     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
35     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
36     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
37     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
38     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
39     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
40     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
41     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
42     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
43     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
44     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
45
46     # Detailed test configurations
47     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
48     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
49     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
50     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
51     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
52     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
53     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
54     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
55     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
56
57     # Detailed tests operational data
58     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
59     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
60     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
61     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
62
63     # .css patch file to fix tables generated by Sphinx
64     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
65     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
66
67   urls:
68     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
69     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
70     URL[NEXUS]: "https://docs.fd.io/csit"
71     DIR[NEXUS]: "report/_static/archive"
72
73   make-dirs:
74   # List the directories which are created while preparing the environment.
75   # All directories MUST be defined in "paths" section.
76   - "DIR[WORKING,DATA]"
77   - "DIR[STATIC,VPP]"
78   - "DIR[STATIC,DPDK]"
79   - "DIR[STATIC,ARCH]"
80   - "DIR[BUILD,LATEX]"
81   - "DIR[WORKING,SRC]"
82   - "DIR[WORKING,SRC,STATIC]"
83
84   remove-dirs:
85   # List the directories which are deleted while cleaning the environment.
86   # All directories MUST be defined in "paths" section.
87   #- "DIR[BUILD,HTML]"
88   - "DIR[WORKING,DATA]"
89
90   build-dirs:
91   # List the directories where the results (build) is stored.
92   # All directories MUST be defined in "paths" section.
93   - "DIR[BUILD,HTML]"
94   - "DIR[BUILD,LATEX]"
95
96 -
97   type: "configuration"
98
99   data-sets:
100
101     # VPP Performance
102     vpp-performance-changes:
103       csit-vpp-perf-1801-all:
104       - 124  # sel
105       - 127  # sel
106       - 128  # sel
107       - 141  # sel
108       - 142  # sel
109       - 143  # sel
110       - 145  # sel
111       - 146  # sel
112       - 162  # sel
113       - 163  # sel
114       - 167  # sel
115       - 172  # sel acl only
116       csit-vpp-perf-1804-all:
117       - 21  # sel
118       - 22  # sel
119       - 23  # sel
120       - 24  # sel
121       - 27  # sel
122       - 28  # sel
123       - 29  # sel
124       - 30  # sel
125       - 31  # sel
126       - 35  # sel
127       # TODO: Add Data sources
128       # csit-vpp-perf-verify-1807-3n-hsw:
129       # -   # NDRPDR sel
130
131     vpp-compare-testbeds:
132       # TODO: Add Data sources
133       # csit-vpp-perf-verify-1807-3n-hsw:
134       # -   # NDRPDR sel
135       csit-vpp-perf-1801-all:
136       - 124  # sel
137       - 127  # sel
138       - 128  # sel
139       - 141  # sel
140       - 142  # sel
141       - 143  # sel
142       - 145  # sel
143       - 146  # sel
144       - 162  # sel
145       - 163  # sel
146       - 167  # sel
147       - 172  # sel acl only
148       # TODO: Add Data sources
149       csit-vpp-perf-verify-1807-3n-skx:
150       - 33  # NDRPDR sel
151       - 35  # NDRPDR sel
152       - 37  # NDRPDR sel
153       - 38  # NDRPDR sel
154       - 39  # NDRPDR sel
155       - 43  # NDRPDR sel
156       - 44  # NDRPDR sel
157
158     vpp-compare-testbeds-mrr:
159       # TODO: Add Data sources
160       csit-vpp-perf-verify-1807-3n-hsw:
161       - 9   # MRR sel
162       # TODO: Add Data sources
163       csit-vpp-perf-verify-1807-3n-skx:
164       - 28  # MRR sel
165       - 32  # MRR sel
166       - 36  # MRR sel
167       - 42  # MRR sel
168
169     vpp-performance-changes-mrr:
170       csit-vpp-perf-check-1801:
171       - 3
172       - 4
173       - 5
174       - 6
175       - 7
176       - 8
177       - 9
178       - 11
179       - 12
180       - 13
181       csit-vpp-perf-check-1804:
182       - 6   # mrr - sel
183       - 13  # mrr - sel
184       - 14  # mrr - sel
185       - 15  # mrr - sel
186       - 16  # mrr - sel
187       - 17  # mrr - sel
188       - 19  # mrr - sel
189       - 20  # mrr - sel
190       - 21  # mrr - sel
191       - 22  # mrr - sel
192       # TODO: Add Data sources
193       csit-vpp-perf-verify-1807-3n-hsw:
194       - 9   # MRR sel
195
196     vpp-perf-results-3n-hsw:
197       # TODO: Add Data sources
198       # csit-vpp-perf-verify-1807-3n-hsw:
199       csit-vpp-perf-1804-all:
200       - 19  # full
201       - 20  # full
202       - 25  # full
203       - 49  # full
204
205     vpp-perf-results-3n-skx:
206       # TODO: Add Data sources
207       # csit-vpp-perf-verify-1807-3n-skx:
208       csit-vpp-perf-1804-all:
209       - 19  # full
210       - 20  # full
211       - 25  # full
212       - 49  # full
213
214     vpp-perf-results-2n-skx:
215       # TODO: Add Data sources
216       csit-vpp-perf-verify-1807-2n-skx:
217       - 32  # NDRPDR full
218
219     vpp-mrr-results-3n-hsw:
220       csit-vpp-perf-verify-1807-3n-hsw:
221       - 8   # MRR full
222
223     vpp-mrr-results-3n-skx:
224       # TODO: Replace with better results
225       csit-vpp-perf-verify-1807-3n-skx:
226       - 31  # MRR full
227
228     vpp-mrr-results-2n-skx:
229       csit-vpp-perf-verify-1807-2n-skx:
230       - 27  # MRR full
231
232     plot-throughput-speedup-analysis-3n-hsw:
233       # TODO: Add Data sources
234       # csit-vpp-perf-verify-1807-3n-hsw:
235       csit-vpp-perf-1804-all:
236       - 19  # full
237       - 20  # full
238       - 25  # full
239       - 49  # full
240       - 21  # sel
241       - 22  # sel
242       - 23  # sel
243       - 24  # sel
244       - 27  # sel
245       - 28  # sel
246       - 29  # sel
247       - 30  # sel
248       - 31  # sel
249       - 35  # sel
250
251     plot-throughput-speedup-analysis-3n-skx:
252       # TODO: Add Data sources
253       csit-vpp-perf-verify-1807-3n-skx:
254       - 33  # NDRPDR sel
255       - 35  # NDRPDR sel
256       - 37  # NDRPDR sel
257       - 38  # NDRPDR sel
258       - 39  # NDRPDR sel
259       - 43  # NDRPDR sel
260       - 44  # NDRPDR sel
261
262     plot-throughput-speedup-analysis-2n-skx:
263       # TODO: Add Data sources
264       csit-vpp-perf-verify-1807-2n-skx:
265       - 26  # NDRPDR sel
266       - 28  # NDRPDR sel
267       - 29  # NDRPDR sel
268       - 30  # NDRPDR sel
269       - 34  # NDRPDR sel
270       - 35  # NDRPDR sel
271       - 36  # NDRPDR sel
272       - 39  # NDRPDR sel
273       - 40  # NDRPDR sel
274       - 42  # NDRPDR sel
275
276     plot-vpp-throughput-latency-3n-hsw:
277       # TODO: Add Data sources
278       # csit-vpp-perf-verify-1807-3n-hsw:
279       csit-vpp-perf-1804-all:
280       - 19  # full
281       - 20  # full
282       - 25  # full
283       - 49  # full
284       - 21  # sel
285       - 22  # sel
286       - 23  # sel
287       - 24  # sel
288       - 27  # sel
289       - 28  # sel
290       - 29  # sel
291       - 30  # sel
292       - 31  # sel
293       - 35  # sel
294
295     plot-vpp-throughput-latency-3n-skx:
296       # TODO: Add Data sources
297       csit-vpp-perf-verify-1807-3n-skx:
298       - 33  # NDRPDR sel
299       - 35  # NDRPDR sel
300       - 37  # NDRPDR sel
301       - 38  # NDRPDR sel
302       - 39  # NDRPDR sel
303       - 43  # NDRPDR sel
304       - 44  # NDRPDR sel
305
306     plot-vpp-throughput-latency-2n-skx:
307       csit-vpp-perf-verify-1807-2n-skx:
308       - 26  # NDRPDR sel
309       - 28  # NDRPDR sel
310       - 29  # NDRPDR sel
311       - 30  # NDRPDR sel
312       - 34  # NDRPDR sel
313       - 35  # NDRPDR sel
314       - 36  # NDRPDR sel
315       - 39  # NDRPDR sel
316       - 40  # NDRPDR sel
317       - 42  # NDRPDR sel
318
319     plot-vpp-http-server-performance:
320       # TODO: Add Data sources
321       csit-vpp-perf-1804-all:
322       - 39  # wrk
323       - 40  # wrk
324       - 41  # wrk
325       - 42  # wrk
326       - 43  # wrk
327       - 44  # wrk
328       - 45  # wrk
329       - 46  # wrk
330       - 47  # wrk
331       - 48  # wrk
332
333     # VPP Functional
334     vpp-func-results-ubuntu:
335       csit-vpp-functional-1807-ubuntu1604-virl:
336       # TODO: Add Data sources
337       - "lastSuccessfulBuild"
338
339     vpp-func-results-centos:
340       csit-vpp-functional-1807-centos7-virl:
341       # TODO: Add Data sources
342       - "lastSuccessfulBuild"
343
344     # VPP Ligato
345     ligato-perf-results-3n-hsw:
346       # TODO: Replace with better results
347       csit-ligato-perf-1807-all:
348       - 3   # full ?
349
350     plot-ligato-throughput-speedup-analysis-3n-hsw:
351       # TODO: Add Data sources
352       csit-ligato-perf-1807-all:
353       - 4   # sel
354
355     plot-ligato-throughput-latency-3n-hsw:
356       # TODO: Add Data sources
357       csit-ligato-perf-1807-all:
358       - 4   # sel
359
360     # DPDK Performance
361     dpdk-performance-changes:
362       csit-dpdk-perf-1804-all:
363       - 4
364       - 5
365       - 6
366       - 7
367       - 8
368       - 9
369       - 10
370       - 11
371       - 12
372       - 13
373       csit-dpdk-perf-verify-1807-3n-hsw:
374       - 11
375       - 12  # full
376       - 14
377       - 15
378       - 16
379       - 17
380       - 20
381       - 21
382       - 22
383       - 23
384
385     dpdk-compare-testbeds:
386       csit-dpdk-perf-verify-1807-3n-skx:
387       - 1
388       - 2
389       - 3
390       - 6
391       - 7
392       - 8
393       - 9
394       - 10
395       - 11
396       - 12
397       csit-dpdk-perf-verify-1807-3n-hsw:
398       - 11
399       - 12  # full
400       - 14
401       - 15
402       - 16
403       - 17
404       - 20
405       - 21
406       - 22
407       - 23
408
409     dpdk-perf-results-3n-hsw:
410       csit-dpdk-perf-verify-1807-3n-hsw:
411       - 12
412
413     dpdk-perf-results-3n-skx:
414       csit-dpdk-perf-verify-1807-3n-skx:
415       - 12
416
417     dpdk-perf-results-2n-skx:
418       csit-dpdk-perf-verify-1807-2n-skx:
419       - 10
420
421     plot-dpdk-throughput-latency-3n-hsw:
422       csit-dpdk-perf-verify-1807-3n-hsw:
423       - 11
424       - 12  # full
425       - 14
426       - 15
427       - 16
428       - 17
429       - 20
430       - 21
431       - 22
432       - 23
433
434     plot-dpdk-throughput-latency-3n-skx:
435       csit-dpdk-perf-verify-1807-3n-skx:
436       - 1
437       - 2
438       - 3
439       - 6
440       - 7
441       - 8
442       - 9
443       - 10
444       - 11
445       - 12
446
447     plot-dpdk-throughput-latency-2n-skx:
448       csit-dpdk-perf-verify-1807-2n-skx:
449       - 1
450       - 2
451       - 3
452       - 4
453       - 5
454       - 6
455       - 7
456       - 8
457       - 9
458       - 10
459
460     # HoneyComb Functional
461     hc-func-results:
462       csit-hc2vpp-verify-func-1807-ubuntu1604:
463       # TODO: Add Data sources
464       - "lastSuccessfulBuild"
465
466     #NSH SFC Functional
467     nsh-func-results:
468       # TODO: Add Data sources
469       csit-nsh_sfc-verify-func-1804-ubuntu1604-virl:
470       - 7
471
472   plot-layouts:
473
474     plot-cps:
475       xaxis:
476         autorange: True
477         fixedrange: False
478         gridcolor: "rgb(238, 238, 238)"
479         linecolor: "rgb(238, 238, 238)"
480         linewidth: 1
481         showgrid: True
482         showline: True
483         showticklabels: True
484         tickcolor: "rgb(238, 238, 238)"
485         tickmode: "linear"
486         title: "Indexed Test Cases"
487         zeroline: False
488       yaxis:
489         gridcolor: "rgb(238, 238, 238)"
490         hoverformat: ".4s"
491         linecolor: "rgb(238, 238, 238)"
492         linewidth: 1
493         rangemode: "tozero"
494         showgrid: True
495         showline: True
496         showticklabels: True
497         tickcolor: "rgb(238, 238, 238)"
498         title: "Connections Per Second [cps]"
499         zeroline: False
500       boxmode: "group"
501       boxgroupgap: 0.5
502       autosize: False
503       margin:
504         t: 50
505         b: 20
506         l: 50
507         r: 20
508       showlegend: True
509       legend:
510         orientation: "h"
511       width: 700
512       height: 1000
513
514     plot-rps:
515       xaxis:
516         autorange: True
517         fixedrange: False
518         gridcolor: "rgb(238, 238, 238)"
519         linecolor: "rgb(238, 238, 238)"
520         linewidth: 1
521         showgrid: True
522         showline: True
523         showticklabels: True
524         tickcolor: "rgb(238, 238, 238)"
525         tickmode: "linear"
526         title: "Indexed Test Cases"
527         zeroline: False
528       yaxis:
529         gridcolor: "rgb(238, 238, 238)"
530         hoverformat: ".4s"
531         linecolor: "rgb(238, 238, 238)"
532         linewidth: 1
533         rangemode: "tozero"
534         showgrid: True
535         showline: True
536         showticklabels: True
537         tickcolor: "rgb(238, 238, 238)"
538         title: "Requests Per Second [rps]"
539         zeroline: False
540       boxmode: "group"
541       boxgroupgap: 0.5
542       autosize: False
543       margin:
544         t: 50
545         b: 20
546         l: 50
547         r: 20
548       showlegend: True
549       legend:
550         orientation: "h"
551       width: 700
552       height: 1000
553
554     plot-throughput:
555       xaxis:
556         autorange: True
557         fixedrange: False
558         gridcolor: "rgb(238, 238, 238)"
559         linecolor: "rgb(238, 238, 238)"
560         linewidth: 1
561         showgrid: True
562         showline: True
563         showticklabels: True
564         tickcolor: "rgb(238, 238, 238)"
565         tickmode: "linear"
566         title: "Indexed Test Cases"
567         zeroline: False
568       yaxis:
569         gridcolor: "rgb(238, 238, 238)"
570         hoverformat: ".4s"
571         linecolor: "rgb(238, 238, 238)"
572         linewidth: 1
573         showgrid: True
574         showline: True
575         showticklabels: True
576         tickcolor: "rgb(238, 238, 238)"
577         title: "Packets Per Second [pps]"
578         zeroline: False
579       boxmode: "group"
580       boxgroupgap: 0.5
581       autosize: False
582       margin:
583         t: 50
584         b: 20
585         l: 50
586         r: 20
587       showlegend: True
588       legend:
589         orientation: "h"
590       width: 700
591       height: 1000
592
593     plot-latency:
594       xaxis:
595         autorange: True
596         fixedrange: False
597         gridcolor: "rgb(238, 238, 238)"
598         linecolor: "rgb(238, 238, 238)"
599         linewidth: 1
600         showgrid: True
601         showline: True
602         showticklabels: True
603         tickcolor: "rgb(238, 238, 238)"
604         tickmode: "linear"
605         title: "Indexed Test Cases"
606         zeroline: False
607       yaxis:
608         gridcolor: "rgb(238, 238, 238)"
609         hoverformat: ""
610         linecolor: "rgb(238, 238, 238)"
611         linewidth: 1
612         showgrid: True
613         showline: True
614         showticklabels: True
615         tickcolor: "rgb(238, 238, 238)"
616         title: "Latency min/avg/max [uSec]"
617         zeroline: False
618       boxmode: "group"
619       boxgroupgap: 0.5
620       autosize: False
621       margin:
622         t: 50
623         b: 20
624         l: 50
625         r: 20
626       showlegend: True
627       legend:
628         orientation: "h"
629       width: 700
630       height: 1000
631
632     plot-throughput-speedup-analysis:
633       xaxis:
634         autorange: True
635         fixedrange: False
636         gridcolor: "rgb(238, 238, 238)"
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         tickmode: "linear"
644         tickangle: 270
645         zeroline: False
646       yaxis:
647         title: "Throughput speedup factor"
648         gridcolor: "rgb(238, 238, 238)"
649         hoverformat: ".4s"
650         linecolor: "rgb(238, 238, 238)"
651         linewidth: 1
652         showgrid: True
653         showline: True
654         showticklabels: True
655         tickcolor: "rgb(238, 238, 238)"
656         zeroline: False
657       legend:
658         orientation: "h"
659         xanchor: "center"
660         yanchor: "top"
661         x: 0.5
662         y: 1
663         bgcolor: "rgba(255, 255, 255, 0)"
664         bordercolor: "rgba(255, 255, 255, 0)"
665       barmode: "group"
666       bargap: 0.15
667       bargroupgap: 0.1
668       autosize: False
669       margin:
670           't': 50
671           'b': 300
672           'l': 50
673           'r': 20
674       showlegend: True
675       width: 700
676       height: 1000
677
678 -
679   type: "static"
680   src-path: "{DIR[RST]}"
681   dst-path: "{DIR[WORKING,SRC]}"
682
683 -
684   type: "input"
685   general:
686     file-name: "robot-plugin.zip"
687     file-format: ".zip"
688     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
689     extract: "robot-plugin/output.xml"
690
691   builds:
692
693     csit-vpp-perf-1801-all:
694     - 124  # sel
695     - 127  # sel
696     - 128  # sel
697     - 141  # sel
698     - 142  # sel
699     - 143  # sel
700     - 145  # sel
701     - 146  # sel
702     - 162  # sel
703     - 163  # sel
704     - 167  # sel
705     - 172  # sel acl only
706     csit-vpp-perf-1804-all:
707     - 19  # full
708     - 20  # full
709     - 25  # full
710     - 49  # full
711     - 21  # sel
712     - 22  # sel
713     - 23  # sel
714     - 24  # sel
715     - 27  # sel
716     - 28  # sel
717     - 29  # sel
718     - 30  # sel
719     - 31  # sel
720     - 35  # sel
721     - 39  # wrk
722     - 40  # wrk
723     - 41  # wrk
724     - 42  # wrk
725     - 43  # wrk
726     - 44  # wrk
727     - 45  # wrk
728     - 46  # wrk
729     - 47  # wrk
730     - 48  # wrk
731     # TODO: Add Data sources
732     csit-vpp-perf-verify-1807-3n-hsw:
733     - 8   # MRR full
734     - 9   # MRR sel
735     # TODO: Add Data sources
736     csit-vpp-perf-verify-1807-3n-skx:
737     - 31  # MRR full
738     - 28  # MRR sel
739     - 32  # MRR sel
740     - 36  # MRR sel
741     - 42  # MRR sel
742     - 33  # NDRPDR sel
743     - 35  # NDRPDR sel
744     - 37  # NDRPDR sel
745     - 38  # NDRPDR sel
746     - 39  # NDRPDR sel
747     - 43  # NDRPDR sel
748     - 44  # NDRPDR sel
749     # TODO: Add Data sources
750     csit-vpp-perf-verify-1807-2n-skx:
751     - 27  # MRR full
752     - 31  # MRR sel
753     - 33  # MRR sel
754     - 37  # MRR sel
755     - 38  # MRR sel
756     - 41  # MRR sel
757     - 43  # MRR sel
758     - 44  # MRR sel
759     - 45  # MRR sel
760     - 46  # MRR sel
761     - 47  # MRR sel
762     - 32  # NDRPDR full
763     - 26  # NDRPDR sel
764     - 28  # NDRPDR sel
765     - 29  # NDRPDR sel
766     - 30  # NDRPDR sel
767     - 34  # NDRPDR sel
768     - 35  # NDRPDR sel
769     - 36  # NDRPDR sel
770     - 39  # NDRPDR sel
771     - 40  # NDRPDR sel
772     - 42  # NDRPDR sel
773     csit-vpp-perf-check-1801:
774     - 3   # mrr
775     - 4   # mrr
776     - 5   # mrr
777     - 6   # mrr
778     - 7   # mrr
779     - 8   # mrr
780     - 9   # mrr
781     - 11  # mrr
782     - 12  # mrr
783     - 13  # mrr
784     csit-vpp-perf-check-1804:
785     - 5   # mrr - full
786     - 6   # mrr - sel
787     - 13  # mrr - sel
788     - 14  # mrr - sel
789     - 15  # mrr - sel
790     - 16  # mrr - sel
791     - 17  # mrr - sel
792     - 19  # mrr - sel
793     - 20  # mrr - sel
794     - 21  # mrr - sel
795     - 22  # mrr - sel
796     csit-ligato-perf-1804-all:
797     - 4   # full
798     - 5   # sel
799     - 6   # sel
800     - 7   # sel
801     - 8   # sel
802     - 9   # sel
803     - 10  # sel
804     - 11  # sel
805     - 12  # sel
806     - 13  # sel
807     - 14  # sel
808     # TODO: Add Data sources
809     csit-ligato-perf-1807-all:
810     - 3   # full ?
811     - 4   # sel
812     csit-dpdk-perf-1804-all:
813     - 4
814     - 5
815     - 6
816     - 7
817     - 8
818     - 9
819     - 10
820     - 11
821     - 12
822     - 13
823     csit-dpdk-perf-verify-1807-3n-hsw:
824     - 11
825     - 12  # full
826     - 14
827     - 15
828     - 16
829     - 17
830     - 20
831     - 21
832     - 22
833     - 23
834     csit-dpdk-perf-verify-1807-3n-skx:
835     - 1
836     - 2
837     - 3
838     - 6
839     - 7
840     - 8
841     - 9
842     - 10
843     - 11
844     - 12
845     csit-dpdk-perf-verify-1807-2n-skx:
846     - 1
847     - 2
848     - 3
849     - 4
850     - 5
851     - 6
852     - 7
853     - 8
854     - 9
855     - 10
856     csit-vpp-functional-1807-ubuntu1604-virl:
857     # TODO: Add Data sources
858     - "lastSuccessfulBuild"
859     csit-vpp-functional-1807-centos7-virl:
860     # TODO: Add Data sources
861     - "lastSuccessfulBuild"
862     # TODO: Add Data sources
863     csit-nsh_sfc-verify-func-1804-ubuntu1604-virl:
864     - 7
865     csit-hc2vpp-verify-func-1807-ubuntu1604:
866     # TODO: Add Data sources
867     - "lastSuccessfulBuild"
868
869 -
870   type: "output"
871   output: "report"
872   format:
873     html:
874     - full
875     pdf:
876     - minimal
877
878 ################################################################################
879 ###                               T A B L E S                                ###
880 ################################################################################
881
882 ################################################################################
883 # VPP
884 -
885   type: "table"
886   title: "VPP Performance Changes 1t1c pdr"
887   algorithm: "table_performance_comparison"
888   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-pdr"
889   history:
890     -
891       title: "rls1801"
892       data:
893         csit-vpp-perf-1801-all:
894         - 124  # sel
895         - 127  # sel
896         - 128  # sel
897         - 141  # sel
898         - 142  # sel
899         - 143  # sel
900         - 145  # sel
901         - 146  # sel
902         - 162  # sel
903         - 163  # sel
904         - 167  # sel
905         - 172  # sel acl only
906   reference:
907     title: "rls1804"
908     data:
909       csit-vpp-perf-1804-all:
910       - 21  # sel
911       - 22  # sel
912       - 23  # sel
913       - 24  # sel
914       - 27  # sel
915       - 28  # sel
916       - 29  # sel
917       - 30  # sel
918       - 31  # sel
919       - 35  # sel
920   compare:
921     title: "rls1807"
922     data:
923       # TODO: Add Data sources
924       # csit-vpp-perf-verify-1807-3n-hsw:
925       csit-vpp-perf-1804-all:
926       - 21  # sel
927       - 22  # sel
928       - 23  # sel
929       - 24  # sel
930       - 27  # sel
931       - 28  # sel
932       - 29  # sel
933       - 30  # sel
934       - 31  # sel
935       - 35  # sel
936   data: "vpp-performance-changes"
937   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
938   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
939   parameters:
940   - "name"
941   - "parent"
942   - "throughput"
943
944 -
945   type: "table"
946   title: "VPP Performance Changes 2t2c pdr"
947   algorithm: "table_performance_comparison"
948   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-pdr"
949   history:
950     -
951       title: "rls1801"
952       data:
953         csit-vpp-perf-1801-all:
954         - 124  # sel
955         - 127  # sel
956         - 128  # sel
957         - 141  # sel
958         - 142  # sel
959         - 143  # sel
960         - 145  # sel
961         - 146  # sel
962         - 162  # sel
963         - 163  # sel
964         - 167  # sel
965         - 172  # sel acl only
966   reference:
967     title: "rls1804"
968     data:
969       csit-vpp-perf-1804-all:
970       - 21  # sel
971       - 22  # sel
972       - 23  # sel
973       - 24  # sel
974       - 27  # sel
975       - 28  # sel
976       - 29  # sel
977       - 30  # sel
978       - 31  # sel
979       - 35  # sel
980   compare:
981     title: "rls1807"
982     data:
983       # TODO: Add Data sources
984       # csit-vpp-perf-verify-1807-3n-hsw:
985       csit-vpp-perf-1804-all:
986       - 21  # sel
987       - 22  # sel
988       - 23  # sel
989       - 24  # sel
990       - 27  # sel
991       - 28  # sel
992       - 29  # sel
993       - 30  # sel
994       - 31  # sel
995       - 35  # sel
996   data: "vpp-performance-changes"
997   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
998   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
999   parameters:
1000   - "name"
1001   - "parent"
1002   - "throughput"
1003
1004 -
1005   type: "table"
1006   title: "VPP Performance Changes 1t1c ndr"
1007   algorithm: "table_performance_comparison"
1008   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-ndr"
1009   history:
1010     -
1011       title: "rls1801"
1012       data:
1013         csit-vpp-perf-1801-all:
1014         - 124  # sel
1015         - 127  # sel
1016         - 128  # sel
1017         - 141  # sel
1018         - 142  # sel
1019         - 143  # sel
1020         - 145  # sel
1021         - 146  # sel
1022         - 162  # sel
1023         - 163  # sel
1024         - 167  # sel
1025         - 172  # sel acl only
1026   reference:
1027     title: "rls1804"
1028     data:
1029       csit-vpp-perf-1804-all:
1030       - 21  # sel
1031       - 22  # sel
1032       - 23  # sel
1033       - 24  # sel
1034       - 27  # sel
1035       - 28  # sel
1036       - 29  # sel
1037       - 30  # sel
1038       - 31  # sel
1039       - 35  # sel
1040   compare:
1041     title: "rls1807"
1042     data:
1043       # TODO: Add Data sources
1044       # csit-vpp-perf-verify-1807-3n-hsw:
1045       csit-vpp-perf-1804-all:
1046       - 21  # sel
1047       - 22  # sel
1048       - 23  # sel
1049       - 24  # sel
1050       - 27  # sel
1051       - 28  # sel
1052       - 29  # sel
1053       - 30  # sel
1054       - 31  # sel
1055       - 35  # sel
1056   data: "vpp-performance-changes"
1057   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1058   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1059   parameters:
1060   - "name"
1061   - "parent"
1062   - "throughput"
1063
1064 -
1065   type: "table"
1066   title: "VPP Performance Changes 2t2c ndr"
1067   algorithm: "table_performance_comparison"
1068   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-ndr"
1069   history:
1070     -
1071       title: "rls1801"
1072       data:
1073         csit-vpp-perf-1801-all:
1074         - 124  # sel
1075         - 127  # sel
1076         - 128  # sel
1077         - 141  # sel
1078         - 142  # sel
1079         - 143  # sel
1080         - 145  # sel
1081         - 146  # sel
1082         - 162  # sel
1083         - 163  # sel
1084         - 167  # sel
1085         - 172  # sel acl only
1086   reference:
1087     title: "rls1804"
1088     data:
1089       csit-vpp-perf-1804-all:
1090       - 21  # sel
1091       - 22  # sel
1092       - 23  # sel
1093       - 24  # sel
1094       - 27  # sel
1095       - 28  # sel
1096       - 29  # sel
1097       - 30  # sel
1098       - 31  # sel
1099       - 35  # sel
1100   compare:
1101     title: "rls1807"
1102     data:
1103       # TODO: Add Data sources
1104       # csit-vpp-perf-verify-1807-3n-hsw:
1105       csit-vpp-perf-1804-all:
1106       - 21  # sel
1107       - 22  # sel
1108       - 23  # sel
1109       - 24  # sel
1110       - 27  # sel
1111       - 28  # sel
1112       - 29  # sel
1113       - 30  # sel
1114       - 31  # sel
1115       - 35  # sel
1116   data: "vpp-performance-changes"
1117   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1118   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1119   parameters:
1120   - "name"
1121   - "parent"
1122   - "throughput"
1123
1124 -
1125   type: "table"
1126   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
1127   algorithm: "table_performance_comparison"
1128   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
1129   reference:
1130     title: "3-Node Hsw"
1131     data:
1132       # TODO: Add Data sources
1133       # csit-vpp-perf-verify-1807-3n-hsw:
1134       csit-vpp-perf-1801-all:
1135       - 124  # sel
1136       - 127  # sel
1137       - 128  # sel
1138       - 141  # sel
1139       - 142  # sel
1140       - 143  # sel
1141       - 145  # sel
1142       - 146  # sel
1143       - 162  # sel
1144       - 163  # sel
1145       - 167  # sel
1146       - 172  # sel acl only
1147   compare:
1148     title: "3-Node Skx"
1149     data:
1150       # TODO: Add Data sources
1151       csit-vpp-perf-verify-1807-3n-skx:
1152       - 33  # NDRPDR sel
1153       - 35  # NDRPDR sel
1154       - 37  # NDRPDR sel
1155       - 38  # NDRPDR sel
1156       - 39  # NDRPDR sel
1157       - 43  # NDRPDR sel
1158       - 44  # NDRPDR sel
1159   data: "vpp-compare-testbeds"
1160   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1161   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1162   parameters:
1163   - "name"
1164   - "parent"
1165   - "throughput"
1166
1167 -
1168   type: "table"
1169   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
1170   algorithm: "table_performance_comparison"
1171   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
1172   reference:
1173     title: "3-Node Hsw"
1174     data:
1175       # TODO: Add Data sources
1176       # csit-vpp-perf-verify-1807-3n-hsw:
1177       csit-vpp-perf-1801-all:
1178       - 124  # sel
1179       - 127  # sel
1180       - 128  # sel
1181       - 141  # sel
1182       - 142  # sel
1183       - 143  # sel
1184       - 145  # sel
1185       - 146  # sel
1186       - 162  # sel
1187       - 163  # sel
1188       - 167  # sel
1189       - 172  # sel acl only
1190   compare:
1191     title: "3-Node Skx"
1192     data:
1193       # TODO: Add Data sources
1194       csit-vpp-perf-verify-1807-3n-skx:
1195       - 33  # NDRPDR sel
1196       - 35  # NDRPDR sel
1197       - 37  # NDRPDR sel
1198       - 38  # NDRPDR sel
1199       - 39  # NDRPDR sel
1200       - 43  # NDRPDR sel
1201       - 44  # NDRPDR sel
1202   data: "vpp-compare-testbeds"
1203   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1204   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1205   parameters:
1206   - "name"
1207   - "parent"
1208   - "throughput"
1209
1210 -
1211   type: "table"
1212   title: "VPP Performance Changes - 1t1c MRR"
1213   algorithm: "table_performance_comparison"
1214   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-mrr"
1215   history:
1216     -
1217       title: "rls1801"
1218       data:
1219         csit-vpp-perf-check-1801:
1220         - 3
1221         - 4
1222         - 5
1223         - 6
1224         - 7
1225         - 8
1226         - 9
1227         - 11
1228         - 12
1229         - 13
1230   reference:
1231     title: "rls1804"
1232     data:
1233       csit-vpp-perf-check-1804:
1234       - 6   # mrr - sel
1235       - 13  # mrr - sel
1236       - 14  # mrr - sel
1237       - 15  # mrr - sel
1238       - 16  # mrr - sel
1239       - 17  # mrr - sel
1240       - 19  # mrr - sel
1241       - 20  # mrr - sel
1242       - 21  # mrr - sel
1243       - 22  # mrr - sel
1244   compare:
1245     title: "rls1807"
1246     data:
1247       # TODO: Add Data sources
1248       csit-vpp-perf-verify-1807-3n-hsw:
1249       - 9   # MRR sel
1250   data: "vpp-performance-changes-mrr"
1251   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1252   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1253   parameters:
1254   - "name"
1255   - "parent"
1256   - "result"
1257
1258 -
1259   type: "table"
1260   title: "VPP Performance Changes - 2t2c MRR"
1261   algorithm: "table_performance_comparison"
1262   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-mrr"
1263   history:
1264     -
1265       title: "rls1801"
1266       data:
1267         csit-vpp-perf-check-1801:
1268         - 3
1269         - 4
1270         - 5
1271         - 6
1272         - 7
1273         - 8
1274         - 9
1275         - 11
1276         - 12
1277         - 13
1278   reference:
1279     title: "rls1804"
1280     data:
1281       csit-vpp-perf-check-1804:
1282       - 6   # mrr - sel
1283       - 13  # mrr - sel
1284       - 14  # mrr - sel
1285       - 15  # mrr - sel
1286       - 16  # mrr - sel
1287       - 17  # mrr - sel
1288       - 19  # mrr - sel
1289       - 20  # mrr - sel
1290       - 21  # mrr - sel
1291       - 22  # mrr - sel
1292   compare:
1293     title: "rls1807"
1294     data:
1295       # TODO: Add Data sources
1296       csit-vpp-perf-verify-1807-3n-hsw:
1297       - 9   # MRR sel
1298   data: "vpp-performance-changes-mrr"
1299   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1300   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1301   parameters:
1302   - "name"
1303   - "parent"
1304   - "result"
1305
1306 -
1307   type: "table"
1308   title: "VPP Performance Changes - 4t4c MRR"
1309   algorithm: "table_performance_comparison"
1310   output-file: "{DIR[STATIC,VPP]}/performance-changes-4t4c-mrr"
1311   history:
1312     -
1313       title: "rls1801"
1314       data:
1315         csit-vpp-perf-check-1801:
1316         - 3
1317         - 4
1318         - 5
1319         - 6
1320         - 7
1321         - 8
1322         - 9
1323         - 11
1324         - 12
1325         - 13
1326   reference:
1327     title: "rls1804"
1328     data:
1329       csit-vpp-perf-check-1804:
1330       - 6   # mrr - sel
1331       - 13  # mrr - sel
1332       - 14  # mrr - sel
1333       - 15  # mrr - sel
1334       - 16  # mrr - sel
1335       - 17  # mrr - sel
1336       - 19  # mrr - sel
1337       - 20  # mrr - sel
1338       - 21  # mrr - sel
1339       - 22  # mrr - sel
1340   compare:
1341     title: "rls1807"
1342     data:
1343       # TODO: Add Data sources
1344       csit-vpp-perf-verify-1807-3n-hsw:
1345       - 9   # MRR sel
1346   data: "vpp-performance-changes-mrr"
1347   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1348   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1349   parameters:
1350   - "name"
1351   - "parent"
1352   - "result"
1353
1354 -
1355   type: "table"
1356   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
1357   algorithm: "table_performance_comparison"
1358   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
1359   reference:
1360     title: "3-Node Hsw"
1361     data:
1362       # TODO: Add Data sources
1363       csit-vpp-perf-verify-1807-3n-hsw:
1364       - 9   # MRR sel
1365   compare:
1366     title: "3-Node Skx"
1367     data:
1368       # TODO: Add Data sources
1369       csit-vpp-perf-verify-1807-3n-skx:
1370       - 28  # MRR sel
1371       - 32  # MRR sel
1372       - 36  # MRR sel
1373       - 42  # MRR sel
1374   data: "vpp-compare-testbeds-mrr"
1375   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1376   filter: "'NIC_Intel-X710' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1377   parameters:
1378   - "name"
1379   - "parent"
1380   - "result"
1381
1382 -
1383   type: "table"
1384   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
1385   algorithm: "table_merged_details"
1386   output-file-ext: ".csv"
1387   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
1388   columns:
1389   -
1390     title: "Name"
1391     data: "data name"
1392   -
1393     title: "Documentation"
1394     data: "data doc"
1395   -
1396     title: "Status"
1397     data: "data msg"
1398   rows: "generated"
1399   data: "vpp-perf-results-3n-hsw"
1400   filter: "not 'NDRCHK' and not 'PDRCHK'"
1401   parameters:
1402   - "name"
1403   - "parent"
1404   - "doc"
1405   - "msg"
1406
1407 -
1408   type: "table"
1409   title: "Detailed Test Results - VPP Performance Results 3n-skx"
1410   algorithm: "table_merged_details"
1411   output-file-ext: ".csv"
1412   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
1413   columns:
1414   -
1415     title: "Name"
1416     data: "data name"
1417   -
1418     title: "Documentation"
1419     data: "data doc"
1420   -
1421     title: "Status"
1422     data: "data msg"
1423   rows: "generated"
1424   data: "vpp-perf-results-3n-skx"
1425   filter: "not 'NDRCHK' and not 'PDRCHK'"
1426   parameters:
1427   - "name"
1428   - "parent"
1429   - "doc"
1430   - "msg"
1431
1432 -
1433   type: "table"
1434   title: "Detailed Test Results - VPP Performance Results 2n-skx"
1435   algorithm: "table_merged_details"
1436   output-file-ext: ".csv"
1437   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
1438   columns:
1439   -
1440     title: "Name"
1441     data: "data name"
1442   -
1443     title: "Documentation"
1444     data: "data doc"
1445   -
1446     title: "Status"
1447     data: "data msg"
1448   rows: "generated"
1449   data: "vpp-perf-results-2n-skx"
1450   filter: "not 'NDRCHK' and not 'PDRCHK'"
1451   parameters:
1452   - "name"
1453   - "parent"
1454   - "doc"
1455   - "msg"
1456
1457 -
1458   type: "table"
1459   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
1460   algorithm: "table_merged_details"
1461   output-file-ext: ".csv"
1462   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
1463   columns:
1464   -
1465     title: "Name"
1466     data: "data name"
1467   -
1468     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1469     data: "data vat-history"
1470   rows: "generated"
1471   data: "vpp-perf-results-3n-hsw"
1472   filter: "not 'NDRCHK' and not 'PDRCHK'"
1473   parameters:
1474   - "parent"
1475   - "name"
1476   - "vat-history"
1477
1478 -
1479   type: "table"
1480   title: "Test configuration - VPP Performance Test Configs 3n-skx"
1481   algorithm: "table_merged_details"
1482   output-file-ext: ".csv"
1483   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
1484   columns:
1485   -
1486     title: "Name"
1487     data: "data name"
1488   -
1489     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1490     data: "data vat-history"
1491   rows: "generated"
1492   data: "vpp-perf-results-3n-skx"
1493   filter: "not 'NDRCHK' and not 'PDRCHK'"
1494   parameters:
1495   - "parent"
1496   - "name"
1497   - "vat-history"
1498
1499 -
1500   type: "table"
1501   title: "Test configuration - VPP Performance Test Configs 2n-skx"
1502   algorithm: "table_merged_details"
1503   output-file-ext: ".csv"
1504   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
1505   columns:
1506   -
1507     title: "Name"
1508     data: "data name"
1509   -
1510     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1511     data: "data vat-history"
1512   rows: "generated"
1513   data: "vpp-perf-results-2n-skx"
1514   filter: "not 'NDRCHK' and not 'PDRCHK'"
1515   parameters:
1516   - "parent"
1517   - "name"
1518   - "vat-history"
1519
1520 -
1521   type: "table"
1522   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
1523   algorithm: "table_merged_details"
1524   output-file-ext: ".csv"
1525   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
1526   columns:
1527   -
1528     title: "Name"
1529     data: "data name"
1530   -
1531     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1532     data: "data show-run"
1533   rows: "generated"
1534   data: "vpp-perf-results-3n-hsw"
1535   filter: "not 'NDRCHK' and not 'PDRCHK'"
1536   parameters:
1537   - "parent"
1538   - "name"
1539   - "show-run"
1540
1541 -
1542   type: "table"
1543   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
1544   algorithm: "table_merged_details"
1545   output-file-ext: ".csv"
1546   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
1547   columns:
1548   -
1549     title: "Name"
1550     data: "data name"
1551   -
1552     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1553     data: "data show-run"
1554   rows: "generated"
1555   data: "vpp-perf-results-3n-skx"
1556   filter: "not 'NDRCHK' and not 'PDRCHK'"
1557   parameters:
1558   - "parent"
1559   - "name"
1560   - "show-run"
1561
1562 -
1563   type: "table"
1564   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
1565   algorithm: "table_merged_details"
1566   output-file-ext: ".csv"
1567   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
1568   columns:
1569   -
1570     title: "Name"
1571     data: "data name"
1572   -
1573     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1574     data: "data show-run"
1575   rows: "generated"
1576   data: "vpp-perf-results-2n-skx"
1577   filter: "not 'NDRCHK' and not 'PDRCHK'"
1578   parameters:
1579   - "parent"
1580   - "name"
1581   - "show-run"
1582
1583 -
1584   type: "table"
1585   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
1586   algorithm: "table_details"
1587   output-file-ext: ".csv"
1588   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
1589   columns:
1590   -
1591     title: "Name"
1592     data: "data name"
1593   -
1594     title: "Documentation"
1595     data: "data doc"
1596   -
1597     title: "Status"
1598     data: "data msg"
1599   rows: "generated"
1600   data: "vpp-mrr-results-3n-hsw"
1601   filter: "'MRR'"
1602   parameters:
1603   - "name"
1604   - "parent"
1605   - "doc"
1606   - "msg"
1607
1608 -
1609   type: "table"
1610   title: "Detailed Test Results - VPP MRR Results 3n-skx"
1611   algorithm: "table_details"
1612   output-file-ext: ".csv"
1613   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
1614   columns:
1615   -
1616     title: "Name"
1617     data: "data name"
1618   -
1619     title: "Documentation"
1620     data: "data doc"
1621   -
1622     title: "Status"
1623     data: "data msg"
1624   rows: "generated"
1625   data: "vpp-mrr-results-3n-skx"
1626   filter: "'MRR'"
1627   parameters:
1628   - "name"
1629   - "parent"
1630   - "doc"
1631   - "msg"
1632
1633 -
1634   type: "table"
1635   title: "Detailed Test Results - VPP MRR Results 2n-skx"
1636   algorithm: "table_details"
1637   output-file-ext: ".csv"
1638   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
1639   columns:
1640   -
1641     title: "Name"
1642     data: "data name"
1643   -
1644     title: "Documentation"
1645     data: "data doc"
1646   -
1647     title: "Status"
1648     data: "data msg"
1649   rows: "generated"
1650   data: "vpp-mrr-results-2n-skx"
1651   filter: "'MRR'"
1652   parameters:
1653   - "name"
1654   - "parent"
1655   - "doc"
1656   - "msg"
1657
1658 -
1659   type: "table"
1660   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
1661   algorithm: "table_details"
1662   output-file-ext: ".csv"
1663   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
1664   columns:
1665   -
1666     title: "Name"
1667     data: "data name"
1668   -
1669     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1670     data: "data vat-history"
1671   rows: "generated"
1672   data: "vpp-mrr-results-3n-hsw"
1673   filter: "'MRR'"
1674   parameters:
1675   - "parent"
1676   - "name"
1677   - "vat-history"
1678
1679 -
1680   type: "table"
1681   title: "Test configuration - VPP MRR Test Configs 3n-skx"
1682   algorithm: "table_details"
1683   output-file-ext: ".csv"
1684   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
1685   columns:
1686   -
1687     title: "Name"
1688     data: "data name"
1689   -
1690     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1691     data: "data vat-history"
1692   rows: "generated"
1693   data: "vpp-mrr-results-3n-skx"
1694   filter: "'MRR'"
1695   parameters:
1696   - "parent"
1697   - "name"
1698   - "vat-history"
1699
1700 -
1701   type: "table"
1702   title: "Test configuration - VPP MRR Test Configs 2n-skx"
1703   algorithm: "table_details"
1704   output-file-ext: ".csv"
1705   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
1706   columns:
1707   -
1708     title: "Name"
1709     data: "data name"
1710   -
1711     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1712     data: "data vat-history"
1713   rows: "generated"
1714   data: "vpp-mrr-results-2n-skx"
1715   filter: "'MRR'"
1716   parameters:
1717   - "parent"
1718   - "name"
1719   - "vat-history"
1720
1721 -
1722   type: "table"
1723   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
1724   algorithm: "table_details"
1725   output-file-ext: ".csv"
1726   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
1727   columns:
1728   -
1729     title: "Name"
1730     data: "data name"
1731   -
1732     title: "Documentation"
1733     data: "data doc"
1734   -
1735     title: "Status"
1736     data: "data status"
1737   rows: "generated"
1738   data: "vpp-func-results-ubuntu"
1739   filter: "all"
1740   parameters:
1741   - "name"
1742   - "parent"
1743   - "doc"
1744   - "status"
1745
1746 -
1747   type: "table"
1748   title: "Detailed Test Results - VPP Functional Results - CentOS"
1749   algorithm: "table_details"
1750   output-file-ext: ".csv"
1751   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
1752   columns:
1753   -
1754     title: "Name"
1755     data: "data name"
1756   -
1757     title: "Documentation"
1758     data: "data doc"
1759   -
1760     title: "Status"
1761     data: "data status"
1762   rows: "generated"
1763   data:
1764     "vpp-func-results-centos"
1765   filter: "all"
1766   parameters:
1767   - "name"
1768   - "parent"
1769   - "doc"
1770   - "status"
1771
1772 -
1773   type: "table"
1774   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
1775   algorithm: "table_details"
1776   output-file-ext: ".csv"
1777   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
1778   columns:
1779   -
1780     title: "Name"
1781     data: "data name"
1782   -
1783     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1784     data: "data vat-history"
1785   rows: "generated"
1786   data: "vpp-func-results-ubuntu"
1787   filter: "all"
1788   parameters:
1789   - "parent"
1790   - "name"
1791   - "vat-history"
1792
1793 -
1794   type: "table"
1795   title: "Test configuration - VPP Functional Test Configs - CentOS"
1796   algorithm: "table_details"
1797   output-file-ext: ".csv"
1798   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
1799   columns:
1800   -
1801     title: "Name"
1802     data: "data name"
1803   -
1804     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1805     data: "data vat-history"
1806   rows: "generated"
1807   data: "vpp-func-results-centos"
1808   filter: "all"
1809   parameters:
1810   - "parent"
1811   - "name"
1812   - "vat-history"
1813
1814 -
1815   type: "table"
1816   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
1817   algorithm: "table_details"
1818   output-file-ext: ".csv"
1819   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
1820   columns:
1821   -
1822     title: "Name"
1823     data: "data name"
1824   -
1825     title: "Documentation"
1826     data: "data doc"
1827   -
1828     title: "Status"
1829     data: "data msg"
1830   rows: "generated"
1831   data: "ligato-perf-results-3n-hsw"
1832   filter: "all"
1833   parameters:
1834   - "name"
1835   - "parent"
1836   - "doc"
1837   - "msg"
1838
1839 ################################################################################
1840 # DPDK
1841 -
1842   type: "table"
1843   title: "DPDK Performance Changes 1t1c pdr"
1844   algorithm: "table_performance_comparison"
1845   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-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: "'1T1C' 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 2t2c pdr"
1885   algorithm: "table_performance_comparison"
1886   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-pdr"
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: "PDR" # "PDR" | "NDR" | "MRR"
1917   filter: "'2T2C' 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 1t1c ndr"
1926   algorithm: "table_performance_comparison"
1927   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-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: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1959   parameters:
1960   - "name"
1961   - "parent"
1962   - "throughput"
1963
1964 -
1965   type: "table"
1966   title: "DPDK Performance Changes 2t2c ndr"
1967   algorithm: "table_performance_comparison"
1968   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-ndr"
1969   reference:
1970     title: "rls1804"
1971     data:
1972       csit-dpdk-perf-1804-all:
1973       - 4
1974       - 5
1975       - 6
1976       - 7
1977       - 8
1978       - 9
1979       - 10
1980       - 11
1981       - 12
1982       - 13
1983   compare:
1984     title: "rls1807"
1985     data:
1986       csit-dpdk-perf-verify-1807-3n-hsw:
1987       - 11
1988       - 12  # full
1989       - 14
1990       - 15
1991       - 16
1992       - 17
1993       - 20
1994       - 21
1995       - 22
1996       - 23
1997   data: "dpdk-performance-changes"
1998   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1999   filter: "'2T2C' 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 ndr"
2008   algorithm: "table_performance_comparison"
2009   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
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: "NDR" # "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 pdr"
2049   algorithm: "table_performance_comparison"
2050   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
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: "PDR" # "PDR" | "NDR" | "MRR"
2081   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2082   parameters:
2083   - "name"
2084   - "parent"
2085   - "throughput"
2086
2087 -
2088   type: "table"
2089   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
2090   algorithm: "table_performance_comparison"
2091   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
2092   reference:
2093     title: "3-Node Hsw"
2094     data:
2095       csit-dpdk-perf-verify-1807-3n-hsw:
2096       - 11
2097       - 12  # full
2098       - 14
2099       - 15
2100       - 16
2101       - 17
2102       - 20
2103       - 21
2104       - 22
2105       - 23
2106   compare:
2107     title: "3-Node Skx"
2108     data:
2109       csit-dpdk-perf-verify-1807-3n-skx:
2110       - 1
2111       - 2
2112       - 3
2113       - 6
2114       - 7
2115       - 8
2116       - 9
2117       - 10
2118       - 11
2119       - 12
2120   data: "dpdk-compare-testbeds"
2121   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2122   filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2123   parameters:
2124   - "name"
2125   - "parent"
2126   - "throughput"
2127
2128 -
2129   type: "table"
2130   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
2131   algorithm: "table_details"
2132   output-file-ext: ".csv"
2133   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2134   columns:
2135   -
2136     title: "Name"
2137     data: "data name"
2138   -
2139     title: "Status"
2140     data: "data msg"
2141   rows: "generated"
2142   data: "dpdk-perf-results-3n-hsw"
2143   filter: "all"
2144   parameters:
2145   - "name"
2146   - "parent"
2147   - "msg"
2148
2149 -
2150   type: "table"
2151   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
2152   algorithm: "table_details"
2153   output-file-ext: ".csv"
2154   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2155   columns:
2156   -
2157     title: "Name"
2158     data: "data name"
2159   -
2160     title: "Status"
2161     data: "data msg"
2162   rows: "generated"
2163   data: "dpdk-perf-results-3n-skx"
2164   filter: "all"
2165   parameters:
2166   - "name"
2167   - "parent"
2168   - "msg"
2169
2170 -
2171   type: "table"
2172   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
2173   algorithm: "table_details"
2174   output-file-ext: ".csv"
2175   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2176   columns:
2177   -
2178     title: "Name"
2179     data: "data name"
2180   -
2181     title: "Status"
2182     data: "data msg"
2183   rows: "generated"
2184   data: "dpdk-perf-results-2n-skx"
2185   filter: "all"
2186   parameters:
2187   - "name"
2188   - "parent"
2189   - "msg"
2190
2191
2192 ################################################################################
2193 # HoneyComb
2194 -
2195   type: "table"
2196   title: "Detailed Test Results - Honeycomb Functional Results"
2197   algorithm: "table_details"
2198   output-file-ext: ".csv"
2199   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
2200   columns:
2201   -
2202     title: "Name"
2203     data: "data name"
2204   -
2205     title: "Documentation"
2206     data: "data doc"
2207   -
2208     title: "Status"
2209     data: "data status"
2210   rows: "generated"
2211   data:
2212     "hc-func-results"
2213   filter: "all"
2214   parameters:
2215   - "name"
2216   - "parent"
2217   - "doc"
2218   - "status"
2219
2220 ################################################################################
2221 # NSH SFC
2222 -
2223   type: "table"
2224   title: "Detailed Test Results - NSH SFC Functional Results"
2225   algorithm: "table_details"
2226   output-file-ext: ".csv"
2227   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
2228   columns:
2229   -
2230     title: "Name"
2231     data: "data name"
2232   -
2233     title: "Documentation"
2234     data: "data doc"
2235   -
2236     title: "Status"
2237     data: "data status"
2238   rows: "generated"
2239   data:
2240     "nsh-func-results"
2241   filter: "all"
2242   parameters:
2243   - "name"
2244   - "parent"
2245   - "doc"
2246   - "status"
2247
2248 ################################################################################
2249 ###                                F I L E S                                 ###
2250 ################################################################################
2251
2252 -
2253   type: "file"
2254   title: "VPP Performance Results 3n-hsw"
2255   algorithm: "file_test_results"
2256   output-file-ext: ".rst"
2257   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2258   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"
2259   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
2260   data: "vpp-perf-results-3n-hsw"
2261   filter: "not 'NDRCHK' and not 'PDRCHK'"
2262   parameters:
2263   - "name"
2264   - "doc"
2265   - "level"
2266   - "parent"
2267   data-start-level: 3
2268
2269 -
2270   type: "file"
2271   title: "VPP Performance Results 3n-skx"
2272   algorithm: "file_test_results"
2273   output-file-ext: ".rst"
2274   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2275   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"
2276   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
2277   data: "vpp-perf-results-3n-skx"
2278   filter: "not 'NDRCHK' and not 'PDRCHK'"
2279   parameters:
2280   - "name"
2281   - "doc"
2282   - "level"
2283   - "parent"
2284   data-start-level: 3
2285
2286 -
2287   type: "file"
2288   title: "VPP Performance Results 2n-skx"
2289   algorithm: "file_test_results"
2290   output-file-ext: ".rst"
2291   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2292   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"
2293   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
2294   data: "vpp-perf-results-2n-skx"
2295   filter: "not 'NDRCHK' and not 'PDRCHK'"
2296   parameters:
2297   - "name"
2298   - "doc"
2299   - "level"
2300   - "parent"
2301   data-start-level: 3
2302
2303 -
2304   type: "file"
2305   title: "VPP Performance Configuration 3n-hsw"
2306   algorithm: "file_test_results"
2307   output-file-ext: ".rst"
2308   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
2309   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"
2310   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
2311   data: "vpp-perf-results-3n-hsw"
2312   filter: "not 'NDRCHK' and not 'PDRCHK'"
2313   parameters:
2314   - "name"
2315   - "doc"
2316   - "level"
2317   - "parent"
2318   data-start-level: 3
2319
2320 -
2321   type: "file"
2322   title: "VPP Performance Configuration 3n-skx"
2323   algorithm: "file_test_results"
2324   output-file-ext: ".rst"
2325   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
2326   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"
2327   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
2328   data: "vpp-perf-results-3n-skx"
2329   filter: "not 'NDRCHK' and not 'PDRCHK'"
2330   parameters:
2331   - "name"
2332   - "doc"
2333   - "level"
2334   - "parent"
2335   data-start-level: 3
2336
2337 -
2338   type: "file"
2339   title: "VPP Performance Configuration 2n-skx"
2340   algorithm: "file_test_results"
2341   output-file-ext: ".rst"
2342   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
2343   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"
2344   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
2345   data: "vpp-perf-results-2n-skx"
2346   filter: "not 'NDRCHK' and not 'PDRCHK'"
2347   parameters:
2348   - "name"
2349   - "doc"
2350   - "level"
2351   - "parent"
2352   data-start-level: 3
2353
2354 -
2355   type: "file"
2356   title: "VPP Performance Operational Data 3n-hsw"
2357   algorithm: "file_test_results"
2358   output-file-ext: ".rst"
2359   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
2360   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"
2361   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
2362   data: "vpp-perf-results-3n-hsw"
2363   filter: "not 'NDRCHK' and not 'PDRCHK'"
2364   parameters:
2365   - "name"
2366   - "doc"
2367   - "level"
2368   - "parent"
2369   data-start-level: 3
2370
2371 -
2372   type: "file"
2373   title: "VPP Performance Operational Data 3n-skx"
2374   algorithm: "file_test_results"
2375   output-file-ext: ".rst"
2376   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
2377   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"
2378   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
2379   data: "vpp-perf-results-3n-skx"
2380   filter: "not 'NDRCHK' and not 'PDRCHK'"
2381   parameters:
2382   - "name"
2383   - "doc"
2384   - "level"
2385   - "parent"
2386   data-start-level: 3
2387
2388 -
2389   type: "file"
2390   title: "VPP Performance Operational Data 2n-skx"
2391   algorithm: "file_test_results"
2392   output-file-ext: ".rst"
2393   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
2394   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"
2395   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
2396   data: "vpp-perf-results-2n-skx"
2397   filter: "not 'NDRCHK' and not 'PDRCHK'"
2398   parameters:
2399   - "name"
2400   - "doc"
2401   - "level"
2402   - "parent"
2403   data-start-level: 3
2404
2405 -
2406   type: "file"
2407   title: "VPP MRR Results 3n-hsw"
2408   algorithm: "file_test_results"
2409   output-file-ext: ".rst"
2410   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
2411   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"
2412   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
2413   data: "vpp-mrr-results-3n-hsw"
2414   filter: "'MRR'"
2415   parameters:
2416   - "name"
2417   - "doc"
2418   - "level"
2419   - "parent"
2420   data-start-level: 3
2421
2422 -
2423   type: "file"
2424   title: "VPP MRR Results 3n-skx"
2425   algorithm: "file_test_results"
2426   output-file-ext: ".rst"
2427   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
2428   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"
2429   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
2430   data: "vpp-mrr-results-3n-skx"
2431   filter: "'MRR'"
2432   parameters:
2433   - "name"
2434   - "doc"
2435   - "level"
2436   - "parent"
2437   data-start-level: 3
2438
2439 -
2440   type: "file"
2441   title: "VPP MRR Results 2n-skx"
2442   algorithm: "file_test_results"
2443   output-file-ext: ".rst"
2444   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
2445   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"
2446   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
2447   data: "vpp-mrr-results-2n-skx"
2448   filter: "all"
2449   parameters:
2450   - "name"
2451   - "doc"
2452   - "level"
2453   - "parent"
2454   data-start-level: 3
2455
2456 -
2457   type: "file"
2458   title: "VPP MRR Configuration 3n-hsw"
2459   algorithm: "file_test_results"
2460   output-file-ext: ".rst"
2461   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
2462   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"
2463   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
2464   data: "vpp-mrr-results-3n-hsw"
2465   filter: "'MRR'"
2466   parameters:
2467   - "name"
2468   - "doc"
2469   - "level"
2470   - "parent"
2471   data-start-level: 3
2472
2473 -
2474   type: "file"
2475   title: "VPP MRR Configuration 3n-skx"
2476   algorithm: "file_test_results"
2477   output-file-ext: ".rst"
2478   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
2479   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"
2480   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
2481   data: "vpp-mrr-results-3n-skx"
2482   filter: "'MRR'"
2483   parameters:
2484   - "name"
2485   - "doc"
2486   - "level"
2487   - "parent"
2488   data-start-level: 3
2489
2490 -
2491   type: "file"
2492   title: "VPP MRR Configuration 2n-skx"
2493   algorithm: "file_test_results"
2494   output-file-ext: ".rst"
2495   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
2496   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"
2497   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
2498   data: "vpp-mrr-results-2n-skx"
2499   filter: "'MRR'"
2500   parameters:
2501   - "name"
2502   - "doc"
2503   - "level"
2504   - "parent"
2505   data-start-level: 3
2506
2507 -
2508   type: "file"
2509   title: "VPP Functional Results - Ubuntu"
2510   algorithm: "file_test_results"
2511   output-file-ext: ".rst"
2512   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
2513   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"
2514   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
2515   data: "vpp-func-results-ubuntu"
2516   filter: "all"
2517   parameters:
2518   - "name"
2519   - "doc"
2520   - "level"
2521   - "parent"
2522   data-start-level: 4
2523
2524 -
2525   type: "file"
2526   title: "VPP Functional Results - CentOS"
2527   algorithm: "file_test_results"
2528   output-file-ext: ".rst"
2529   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
2530   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"
2531   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
2532   data:
2533     "vpp-func-results-centos"
2534   filter: "all"
2535   parameters:
2536   - "name"
2537   - "doc"
2538   - "level"
2539   - "parent"
2540   data-start-level: 4
2541
2542 -
2543   type: "file"
2544   title: "VPP Functional Configuration - Ubuntu"
2545   algorithm: "file_test_results"
2546   output-file-ext: ".rst"
2547   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
2548   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"
2549   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
2550   data: "vpp-func-results-ubuntu"
2551   filter: "all"
2552   parameters:
2553   - "name"
2554   - "doc"
2555   - "level"
2556   - "parent"
2557   data-start-level: 4
2558
2559 -
2560   type: "file"
2561   title: "VPP Functional Configuration - CentOS"
2562   algorithm: "file_test_results"
2563   output-file-ext: ".rst"
2564   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
2565   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"
2566   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
2567   data:
2568     "vpp-func-results-centos"
2569   filter: "all"
2570   parameters:
2571   - "name"
2572   - "doc"
2573   - "level"
2574   - "parent"
2575   data-start-level: 4
2576
2577 -
2578   type: "file"
2579   title: "Container Orchestrated Performance Results 3n-hsw"
2580   algorithm: "file_test_results"
2581   output-file-ext: ".rst"
2582   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
2583   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2584   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
2585   data: "ligato-perf-results-3n-hsw"
2586   filter: "all"
2587   parameters:
2588   - "name"
2589   - "doc"
2590   - "level"
2591   - "parent"
2592   data-start-level: 3
2593
2594 -
2595   type: "file"
2596   title: "DPDK Performance Results 3n-hsw"
2597   algorithm: "file_test_results"
2598   output-file-ext: ".rst"
2599   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2600   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2601   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
2602   data: "dpdk-perf-results-3n-hsw"
2603   filter: "all"
2604   parameters:
2605   - "name"
2606   - "doc"
2607   - "level"
2608   - "parent"
2609   data-start-level: 3
2610
2611 -
2612   type: "file"
2613   title: "DPDK Performance Results 3n-skx"
2614   algorithm: "file_test_results"
2615   output-file-ext: ".rst"
2616   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2617   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"
2618   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
2619   data: "dpdk-perf-results-3n-skx"
2620   filter: "all"
2621   parameters:
2622   - "name"
2623   - "doc"
2624   - "level"
2625   - "parent"
2626   data-start-level: 3
2627
2628 -
2629   type: "file"
2630   title: "DPDK Performance Results 2n-skx"
2631   algorithm: "file_test_results"
2632   output-file-ext: ".rst"
2633   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2634   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"
2635   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
2636   data: "dpdk-perf-results-2n-skx"
2637   filter: "all"
2638   parameters:
2639   - "name"
2640   - "doc"
2641   - "level"
2642   - "parent"
2643   data-start-level: 3
2644
2645 -
2646   type: "file"
2647   title: "Honeycomb Functional Results"
2648   algorithm: "file_test_results"
2649   output-file-ext: ".rst"
2650   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
2651   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"
2652   dir-tables: "{DIR[DTR,FUNC,HC]}"
2653   data:
2654     "hc-func-results"
2655   filter: "all"
2656   parameters:
2657   - "name"
2658   - "doc"
2659   - "level"
2660   - "parent"
2661   data-start-level: 3
2662
2663 -
2664   type: "file"
2665   title: "NSH SFC Functional Results"
2666   algorithm: "file_test_results"
2667   output-file-ext: ".rst"
2668   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
2669   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"
2670   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
2671   data:
2672     "nsh-func-results"
2673   filter: "all"
2674   parameters:
2675   - "name"
2676   - "doc"
2677   - "level"
2678   - "parent"
2679   data-start-level: 3
2680
2681 ################################################################################
2682 ###                                P L O T S                                 ###
2683 ################################################################################
2684
2685 ################################################################################
2686 # Plots VPP HTTP Server Performance
2687 -
2688   type: "plot"
2689   title: "VPP HTTP Server Performance"
2690   algorithm: "plot_http_server_performance_box"
2691   output-file-type: ".html"
2692   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
2693   data:
2694     "plot-vpp-http-server-performance"
2695   # Keep this formatting, the filter is enclosed with " (quotation mark) and
2696   # each tag is enclosed with ' (apostrophe).
2697   filter: "'HTTP' and 'TCP_CPS'"
2698   parameters:
2699   - "result"
2700   - "name"
2701   traces:
2702     hoverinfo: "x+y"
2703     boxpoints: "outliers"
2704     whiskerwidth: 0
2705   layout:
2706     title: "VPP HTTP Server Performance"
2707     layout:
2708       "plot-cps"
2709
2710 -
2711   type: "plot"
2712   title: "VPP HTTP Server Performance"
2713   algorithm: "plot_http_server_performance_box"
2714   output-file-type: ".html"
2715   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
2716   data:
2717     "plot-vpp-http-server-performance"
2718   filter: "'HTTP' and 'TCP_RPS'"
2719   parameters:
2720   - "result"
2721   - "name"
2722   traces:
2723     hoverinfo: "x+y"
2724     boxpoints: "outliers"
2725     whiskerwidth: 0
2726   layout:
2727     title: "VPP HTTP Server Performance"
2728     layout:
2729       "plot-rps"
2730
2731 ################################################################################
2732
2733 # Packet Throughput - VPP L2 3n-hsw-x520
2734 -
2735   type: "plot"
2736   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
2737   algorithm: "plot_performance_box"
2738   output-file-type: ".html"
2739   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
2740   data: "plot-vpp-throughput-latency-3n-hsw"
2741   filter: "'NIC_Intel-X520-DA2' and
2742            '64B' and
2743            ('BASE' or 'SCALE') and
2744            'NDRPDR' and
2745            '1T1C' and
2746            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2747            not 'VHOST' and
2748            not 'MEMIF'"
2749   parameters:
2750   - "throughput"
2751   - "parent"
2752   traces:
2753     hoverinfo: "x+y"
2754     boxpoints: "outliers"
2755     whiskerwidth: 0
2756   layout:
2757     title: ""  # No title
2758     layout: "plot-throughput"
2759
2760 -
2761   type: "plot"
2762   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
2763   algorithm: "plot_performance_box"
2764   output-file-type: ".html"
2765   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
2766   data: "plot-vpp-throughput-latency-3n-hsw"
2767   filter: "'NIC_Intel-X520-DA2' and
2768            '64B' and
2769            ('BASE' or 'SCALE') and
2770            'NDRPDR' and
2771            '1T1C' and
2772            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2773            not 'VHOST' and
2774            not 'MEMIF'"
2775   parameters:
2776   - "throughput"
2777   - "parent"
2778   traces:
2779     hoverinfo: "x+y"
2780     boxpoints: "outliers"
2781     whiskerwidth: 0
2782   layout:
2783     title: ""  # No title
2784     layout: "plot-throughput"
2785
2786 -
2787   type: "plot"
2788   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
2789   algorithm: "plot_performance_box"
2790   output-file-type: ".html"
2791   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
2792   data: "plot-vpp-throughput-latency-3n-hsw"
2793   filter: "'NIC_Intel-X520-DA2' and
2794            '64B' and
2795            ('BASE' or 'SCALE') and
2796            'NDRPDR' and
2797            '2T2C' and
2798            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2799            not 'VHOST' and
2800            not 'MEMIF'"
2801   parameters:
2802   - "throughput"
2803   - "parent"
2804   traces:
2805     hoverinfo: "x+y"
2806     boxpoints: "outliers"
2807     whiskerwidth: 0
2808   layout:
2809     title: ""  # No title
2810     layout: "plot-throughput"
2811
2812 -
2813   type: "plot"
2814   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
2815   algorithm: "plot_performance_box"
2816   output-file-type: ".html"
2817   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
2818   data: "plot-vpp-throughput-latency-3n-hsw"
2819   filter: "'NIC_Intel-X520-DA2' and
2820            '64B' and
2821            ('BASE' or 'SCALE') and
2822            'NDRPDR' and
2823            '2T2C' and
2824            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2825            not 'VHOST' and
2826            not 'MEMIF'"
2827   parameters:
2828   - "throughput"
2829   - "parent"
2830   traces:
2831     hoverinfo: "x+y"
2832     boxpoints: "outliers"
2833     whiskerwidth: 0
2834   layout:
2835     title: ""  # No title
2836     layout: "plot-throughput"
2837
2838 -
2839   type: "plot"
2840   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
2841   algorithm: "plot_performance_box"
2842   output-file-type: ".html"
2843   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
2844   data: "plot-vpp-throughput-latency-3n-hsw"
2845   filter: "'NIC_Intel-X520-DA2' and
2846            '64B' and
2847            'FEATURE' and
2848            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2849            'NDRPDR' and
2850            '1T1C' and
2851            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2852            not 'VHOST' and
2853            not 'MEMIF'"
2854   parameters:
2855   - "throughput"
2856   - "parent"
2857   traces:
2858     hoverinfo: "x+y"
2859     boxpoints: "outliers"
2860     whiskerwidth: 0
2861   layout:
2862     title: ""  # No title
2863     layout: "plot-throughput"
2864
2865 -
2866   type: "plot"
2867   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
2868   algorithm: "plot_performance_box"
2869   output-file-type: ".html"
2870   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
2871   data: "plot-vpp-throughput-latency-3n-hsw"
2872   filter: "'NIC_Intel-X520-DA2' and
2873            '64B' and
2874            'FEATURE' and
2875            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2876            'NDRPDR' and
2877            '1T1C' and
2878            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2879            not 'VHOST' and
2880            not 'MEMIF'"
2881   parameters:
2882   - "throughput"
2883   - "parent"
2884   traces:
2885     hoverinfo: "x+y"
2886     boxpoints: "outliers"
2887     whiskerwidth: 0
2888   layout:
2889     title: ""  # No title
2890     layout: "plot-throughput"
2891
2892 -
2893   type: "plot"
2894   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
2895   algorithm: "plot_performance_box"
2896   output-file-type: ".html"
2897   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
2898   data: "plot-vpp-throughput-latency-3n-hsw"
2899   filter: "'NIC_Intel-X520-DA2' and
2900            '64B' and
2901            'FEATURE' and
2902            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2903            'NDRPDR' and
2904            '2T2C' and
2905            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2906            not 'VHOST' and
2907            not 'MEMIF'"
2908   parameters:
2909   - "throughput"
2910   - "parent"
2911   traces:
2912     hoverinfo: "x+y"
2913     boxpoints: "outliers"
2914     whiskerwidth: 0
2915   layout:
2916     title: ""  # No title
2917     layout: "plot-throughput"
2918
2919 -
2920   type: "plot"
2921   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
2922   algorithm: "plot_performance_box"
2923   output-file-type: ".html"
2924   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
2925   data: "plot-vpp-throughput-latency-3n-hsw"
2926   filter: "'NIC_Intel-X520-DA2' and
2927            '64B' and
2928            'FEATURE' and
2929            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2930            'NDRPDR' and
2931            '2T2C' and
2932            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2933            not 'VHOST' and
2934            not 'MEMIF'"
2935   parameters:
2936   - "throughput"
2937   - "parent"
2938   traces:
2939     hoverinfo: "x+y"
2940     boxpoints: "outliers"
2941     whiskerwidth: 0
2942   layout:
2943     title: ""  # No title
2944     layout: "plot-throughput"
2945
2946 # Packet Throughput - VPP L2 3n-hsw-x710
2947 -
2948   type: "plot"
2949   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
2950   algorithm: "plot_performance_box"
2951   output-file-type: ".html"
2952   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
2953   data: "plot-vpp-throughput-latency-3n-hsw"
2954   filter: "'NIC_Intel-X710' and
2955            '64B' and
2956            ('BASE' or 'SCALE') and
2957            'NDRPDR' and
2958            '1T1C' and
2959            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2960            not 'VHOST' and
2961            not 'MEMIF'"
2962   parameters:
2963   - "throughput"
2964   - "parent"
2965   traces:
2966     hoverinfo: "x+y"
2967     boxpoints: "outliers"
2968     whiskerwidth: 0
2969   layout:
2970     title: ""  # No title
2971     layout: "plot-throughput"
2972
2973 -
2974   type: "plot"
2975   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
2976   algorithm: "plot_performance_box"
2977   output-file-type: ".html"
2978   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
2979   data: "plot-vpp-throughput-latency-3n-hsw"
2980   filter: "'NIC_Intel-X710' and
2981            '64B' and
2982            ('BASE' or 'SCALE') and
2983            'NDRPDR' and
2984            '1T1C' and
2985            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2986            not 'VHOST' and
2987            not 'MEMIF'"
2988   parameters:
2989   - "throughput"
2990   - "parent"
2991   traces:
2992     hoverinfo: "x+y"
2993     boxpoints: "outliers"
2994     whiskerwidth: 0
2995   layout:
2996     title: ""  # No title
2997     layout: "plot-throughput"
2998
2999 -
3000   type: "plot"
3001   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3002   algorithm: "plot_performance_box"
3003   output-file-type: ".html"
3004   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3005   data: "plot-vpp-throughput-latency-3n-hsw"
3006   filter: "'NIC_Intel-X710' and
3007            '64B' and
3008            ('BASE' or 'SCALE') and
3009            'NDRPDR' and
3010            '2T2C' and
3011            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3012            not 'VHOST' and
3013            not 'MEMIF'"
3014   parameters:
3015   - "throughput"
3016   - "parent"
3017   traces:
3018     hoverinfo: "x+y"
3019     boxpoints: "outliers"
3020     whiskerwidth: 0
3021   layout:
3022     title: ""  # No title
3023     layout: "plot-throughput"
3024
3025 -
3026   type: "plot"
3027   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3028   algorithm: "plot_performance_box"
3029   output-file-type: ".html"
3030   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3031   data: "plot-vpp-throughput-latency-3n-hsw"
3032   filter: "'NIC_Intel-X710' and
3033            '64B' and
3034            ('BASE' or 'SCALE') and
3035            'NDRPDR' and
3036            '2T2C' and
3037            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3038            not 'VHOST' and
3039            not 'MEMIF'"
3040   parameters:
3041   - "throughput"
3042   - "parent"
3043   traces:
3044     hoverinfo: "x+y"
3045     boxpoints: "outliers"
3046     whiskerwidth: 0
3047   layout:
3048     title: ""  # No title
3049     layout: "plot-throughput"
3050
3051 -
3052   type: "plot"
3053   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3054   algorithm: "plot_performance_box"
3055   output-file-type: ".html"
3056   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3057   data: "plot-vpp-throughput-latency-3n-hsw"
3058   filter: "'NIC_Intel-X710' and
3059            '64B' and
3060            'FEATURE' and
3061            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3062            'NDRPDR' and
3063            '1T1C' and
3064            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3065            not 'VHOST' and
3066            not 'MEMIF'"
3067   parameters:
3068   - "throughput"
3069   - "parent"
3070   traces:
3071     hoverinfo: "x+y"
3072     boxpoints: "outliers"
3073     whiskerwidth: 0
3074   layout:
3075     title: ""  # No title
3076     layout: "plot-throughput"
3077
3078 -
3079   type: "plot"
3080   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3081   algorithm: "plot_performance_box"
3082   output-file-type: ".html"
3083   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3084   data: "plot-vpp-throughput-latency-3n-hsw"
3085   filter: "'NIC_Intel-X710' and
3086            '64B' and
3087            'FEATURE' and
3088            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3089            'NDRPDR' and
3090            '1T1C' and
3091            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3092            not 'VHOST' and
3093            not 'MEMIF'"
3094   parameters:
3095   - "throughput"
3096   - "parent"
3097   traces:
3098     hoverinfo: "x+y"
3099     boxpoints: "outliers"
3100     whiskerwidth: 0
3101   layout:
3102     title: ""  # No title
3103     layout: "plot-throughput"
3104
3105 -
3106   type: "plot"
3107   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3108   algorithm: "plot_performance_box"
3109   output-file-type: ".html"
3110   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3111   data: "plot-vpp-throughput-latency-3n-hsw"
3112   filter: "'NIC_Intel-X710' and
3113            '64B' and
3114            'FEATURE' and
3115            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3116            'NDRPDR' and
3117            '2T2C' and
3118            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3119            not 'VHOST' and
3120            not 'MEMIF'"
3121   parameters:
3122   - "throughput"
3123   - "parent"
3124   traces:
3125     hoverinfo: "x+y"
3126     boxpoints: "outliers"
3127     whiskerwidth: 0
3128   layout:
3129     title: ""  # No title
3130     layout: "plot-throughput"
3131
3132 -
3133   type: "plot"
3134   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3135   algorithm: "plot_performance_box"
3136   output-file-type: ".html"
3137   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3138   data: "plot-vpp-throughput-latency-3n-hsw"
3139   filter: "'NIC_Intel-X710' and
3140            '64B' and
3141            'FEATURE' and
3142            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3143            'NDRPDR' and
3144            '2T2C' and
3145            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3146            not 'VHOST' and
3147            not 'MEMIF'"
3148   parameters:
3149   - "throughput"
3150   - "parent"
3151   traces:
3152     hoverinfo: "x+y"
3153     boxpoints: "outliers"
3154     whiskerwidth: 0
3155   layout:
3156     title: ""  # No title
3157     layout: "plot-throughput"
3158
3159 # Packet Throughput - VPP L2 3n-hsw-xl710
3160 -
3161   type: "plot"
3162   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3163   algorithm: "plot_performance_box"
3164   output-file-type: ".html"
3165   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3166   data: "plot-vpp-throughput-latency-3n-hsw"
3167   filter: "'NIC_Intel-XL710' and
3168            '64B' and
3169            ('BASE' or 'SCALE') and
3170            'NDRPDR' and
3171            '1T1C' and
3172            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3173            not 'VHOST' and
3174            not 'MEMIF'"
3175   parameters:
3176   - "throughput"
3177   - "parent"
3178   traces:
3179     hoverinfo: "x+y"
3180     boxpoints: "outliers"
3181     whiskerwidth: 0
3182   layout:
3183     title: ""  # No title
3184     layout: "plot-throughput"
3185
3186 -
3187   type: "plot"
3188   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3189   algorithm: "plot_performance_box"
3190   output-file-type: ".html"
3191   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3192   data: "plot-vpp-throughput-latency-3n-hsw"
3193   filter: "'NIC_Intel-XL710' and
3194            '64B' and
3195            ('BASE' or 'SCALE') and
3196            'NDRPDR' and
3197            '1T1C' and
3198            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3199            not 'VHOST' and
3200            not 'MEMIF'"
3201   parameters:
3202   - "throughput"
3203   - "parent"
3204   traces:
3205     hoverinfo: "x+y"
3206     boxpoints: "outliers"
3207     whiskerwidth: 0
3208   layout:
3209     title: ""  # No title
3210     layout: "plot-throughput"
3211
3212 -
3213   type: "plot"
3214   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3215   algorithm: "plot_performance_box"
3216   output-file-type: ".html"
3217   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3218   data: "plot-vpp-throughput-latency-3n-hsw"
3219   filter: "'NIC_Intel-XL710' and
3220            '64B' and
3221            ('BASE' or 'SCALE') and
3222            'NDRPDR' and
3223            '2T2C' and
3224            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3225            not 'VHOST' and
3226            not 'MEMIF'"
3227   parameters:
3228   - "throughput"
3229   - "parent"
3230   traces:
3231     hoverinfo: "x+y"
3232     boxpoints: "outliers"
3233     whiskerwidth: 0
3234   layout:
3235     title: ""  # No title
3236     layout: "plot-throughput"
3237
3238 -
3239   type: "plot"
3240   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3241   algorithm: "plot_performance_box"
3242   output-file-type: ".html"
3243   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3244   data: "plot-vpp-throughput-latency-3n-hsw"
3245   filter: "'NIC_Intel-XL710' and
3246            '64B' and
3247            ('BASE' or 'SCALE') and
3248            'NDRPDR' and
3249            '2T2C' and
3250            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3251            not 'VHOST' and
3252            not 'MEMIF'"
3253   parameters:
3254   - "throughput"
3255   - "parent"
3256   traces:
3257     hoverinfo: "x+y"
3258     boxpoints: "outliers"
3259     whiskerwidth: 0
3260   layout:
3261     title: ""  # No title
3262     layout: "plot-throughput"
3263
3264 # Packet Throughput - VPP L2 3n-skx-x710
3265 -
3266   type: "plot"
3267   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3268   algorithm: "plot_performance_box"
3269   output-file-type: ".html"
3270   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3271   data: "plot-vpp-throughput-latency-3n-skx"
3272   filter: "'NIC_Intel-X710' and
3273            '64B' and
3274            ('BASE' or 'SCALE') and
3275            'NDRPDR' and
3276            '2T1C' and
3277            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3278            not 'VHOST' and
3279            not 'MEMIF'"
3280   parameters:
3281   - "throughput"
3282   - "parent"
3283   traces:
3284     hoverinfo: "x+y"
3285     boxpoints: "outliers"
3286     whiskerwidth: 0
3287   layout:
3288     title: ""  # No title
3289     layout: "plot-throughput"
3290
3291 -
3292   type: "plot"
3293   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3294   algorithm: "plot_performance_box"
3295   output-file-type: ".html"
3296   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3297   data: "plot-vpp-throughput-latency-3n-skx"
3298   filter: "'NIC_Intel-X710' and
3299            '64B' and
3300            ('BASE' or 'SCALE') and
3301            'NDRPDR' and
3302            '2T1C' and
3303            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3304            not 'VHOST' and
3305            not 'MEMIF'"
3306   parameters:
3307   - "throughput"
3308   - "parent"
3309   traces:
3310     hoverinfo: "x+y"
3311     boxpoints: "outliers"
3312     whiskerwidth: 0
3313   layout:
3314     title: ""  # No title
3315     layout: "plot-throughput"
3316
3317 -
3318   type: "plot"
3319   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3320   algorithm: "plot_performance_box"
3321   output-file-type: ".html"
3322   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3323   data: "plot-vpp-throughput-latency-3n-skx"
3324   filter: "'NIC_Intel-X710' and
3325            '64B' and
3326            ('BASE' or 'SCALE') and
3327            'NDRPDR' and
3328            '4T2C' and
3329            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3330            not 'VHOST' and
3331            not 'MEMIF'"
3332   parameters:
3333   - "throughput"
3334   - "parent"
3335   traces:
3336     hoverinfo: "x+y"
3337     boxpoints: "outliers"
3338     whiskerwidth: 0
3339   layout:
3340     title: ""  # No title
3341     layout: "plot-throughput"
3342
3343 -
3344   type: "plot"
3345   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3346   algorithm: "plot_performance_box"
3347   output-file-type: ".html"
3348   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3349   data: "plot-vpp-throughput-latency-3n-skx"
3350   filter: "'NIC_Intel-X710' and
3351            '64B' and
3352            ('BASE' or 'SCALE') and
3353            'NDRPDR' and
3354            '4T2C' and
3355            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3356            not 'VHOST' and
3357            not 'MEMIF'"
3358   parameters:
3359   - "throughput"
3360   - "parent"
3361   traces:
3362     hoverinfo: "x+y"
3363     boxpoints: "outliers"
3364     whiskerwidth: 0
3365   layout:
3366     title: ""  # No title
3367     layout: "plot-throughput"
3368
3369 -
3370   type: "plot"
3371   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3372   algorithm: "plot_performance_box"
3373   output-file-type: ".html"
3374   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3375   data: "plot-vpp-throughput-latency-3n-skx"
3376   filter: "'NIC_Intel-X710' and
3377            '64B' and
3378            'FEATURE' and
3379            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3380            'NDRPDR' and
3381            '2T1C' and
3382            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3383            not 'VHOST' and
3384            not 'MEMIF'"
3385   parameters:
3386   - "throughput"
3387   - "parent"
3388   traces:
3389     hoverinfo: "x+y"
3390     boxpoints: "outliers"
3391     whiskerwidth: 0
3392   layout:
3393     title: ""  # No title
3394     layout: "plot-throughput"
3395
3396 -
3397   type: "plot"
3398   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3399   algorithm: "plot_performance_box"
3400   output-file-type: ".html"
3401   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3402   data: "plot-vpp-throughput-latency-3n-skx"
3403   filter: "'NIC_Intel-X710' and
3404            '64B' and
3405            'FEATURE' and
3406            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3407            'NDRPDR' and
3408            '2T1C' and
3409            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3410            not 'VHOST' and
3411            not 'MEMIF'"
3412   parameters:
3413   - "throughput"
3414   - "parent"
3415   traces:
3416     hoverinfo: "x+y"
3417     boxpoints: "outliers"
3418     whiskerwidth: 0
3419   layout:
3420     title: ""  # No title
3421     layout: "plot-throughput"
3422
3423 -
3424   type: "plot"
3425   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
3426   algorithm: "plot_performance_box"
3427   output-file-type: ".html"
3428   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
3429   data: "plot-vpp-throughput-latency-3n-skx"
3430   filter: "'NIC_Intel-X710' and
3431            '64B' and
3432            'FEATURE' and
3433            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3434            'NDRPDR' and
3435            '4T2C' and
3436            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3437            not 'VHOST' and
3438            not 'MEMIF'"
3439   parameters:
3440   - "throughput"
3441   - "parent"
3442   traces:
3443     hoverinfo: "x+y"
3444     boxpoints: "outliers"
3445     whiskerwidth: 0
3446   layout:
3447     title: ""  # No title
3448     layout: "plot-throughput"
3449
3450 -
3451   type: "plot"
3452   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
3453   algorithm: "plot_performance_box"
3454   output-file-type: ".html"
3455   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
3456   data: "plot-vpp-throughput-latency-3n-skx"
3457   filter: "'NIC_Intel-X710' and
3458            '64B' and
3459            'FEATURE' and
3460            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3461            'NDRPDR' and
3462            '4T2C' and
3463            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3464            not 'VHOST' and
3465            not 'MEMIF'"
3466   parameters:
3467   - "throughput"
3468   - "parent"
3469   traces:
3470     hoverinfo: "x+y"
3471     boxpoints: "outliers"
3472     whiskerwidth: 0
3473   layout:
3474     title: ""  # No title
3475     layout: "plot-throughput"
3476
3477 # Packet Throughput - VPP L2 3n-skx-xxv710
3478 -
3479   type: "plot"
3480   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3481   algorithm: "plot_performance_box"
3482   output-file-type: ".html"
3483   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3484   data: "plot-vpp-throughput-latency-3n-skx"
3485   filter: "'NIC_Intel-XXV710' and
3486            '64B' and
3487            ('BASE' or 'SCALE') and
3488            'NDRPDR' and
3489            '2T1C' and
3490            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3491            not 'VHOST' and
3492            not 'MEMIF'"
3493   parameters:
3494   - "throughput"
3495   - "parent"
3496   traces:
3497     hoverinfo: "x+y"
3498     boxpoints: "outliers"
3499     whiskerwidth: 0
3500   layout:
3501     title: ""  # No title
3502     layout: "plot-throughput"
3503
3504 -
3505   type: "plot"
3506   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3507   algorithm: "plot_performance_box"
3508   output-file-type: ".html"
3509   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3510   data: "plot-vpp-throughput-latency-3n-skx"
3511   filter: "'NIC_Intel-XXV710' and
3512            '64B' and
3513            ('BASE' or 'SCALE') and
3514            'NDRPDR' and
3515            '2T1C' and
3516            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3517            not 'VHOST' and
3518            not 'MEMIF'"
3519   parameters:
3520   - "throughput"
3521   - "parent"
3522   traces:
3523     hoverinfo: "x+y"
3524     boxpoints: "outliers"
3525     whiskerwidth: 0
3526   layout:
3527     title: ""  # No title
3528     layout: "plot-throughput"
3529
3530 -
3531   type: "plot"
3532   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3533   algorithm: "plot_performance_box"
3534   output-file-type: ".html"
3535   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3536   data: "plot-vpp-throughput-latency-3n-skx"
3537   filter: "'NIC_Intel-XXV710' and
3538            '64B' and
3539            ('BASE' or 'SCALE') and
3540            'NDRPDR' and
3541            '4T2C' and
3542            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3543            not 'VHOST' and
3544            not 'MEMIF'"
3545   parameters:
3546   - "throughput"
3547   - "parent"
3548   traces:
3549     hoverinfo: "x+y"
3550     boxpoints: "outliers"
3551     whiskerwidth: 0
3552   layout:
3553     title: ""  # No title
3554     layout: "plot-throughput"
3555
3556 -
3557   type: "plot"
3558   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3559   algorithm: "plot_performance_box"
3560   output-file-type: ".html"
3561   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3562   data: "plot-vpp-throughput-latency-3n-skx"
3563   filter: "'NIC_Intel-XXV710' and
3564            '64B' and
3565            ('BASE' or 'SCALE') and
3566            'NDRPDR' and
3567            '4T2C' and
3568            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3569            not 'VHOST' and
3570            not 'MEMIF'"
3571   parameters:
3572   - "throughput"
3573   - "parent"
3574   traces:
3575     hoverinfo: "x+y"
3576     boxpoints: "outliers"
3577     whiskerwidth: 0
3578   layout:
3579     title: ""  # No title
3580     layout: "plot-throughput"
3581
3582 -
3583   type: "plot"
3584   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-features-ndr"
3585   algorithm: "plot_performance_box"
3586   output-file-type: ".html"
3587   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-features-ndr"
3588   data: "plot-vpp-throughput-latency-3n-skx"
3589   filter: "'NIC_Intel-XXV710' and
3590            '64B' and
3591            'FEATURE' and
3592            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3593            'NDRPDR' and
3594            '2T1C' and
3595            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3596            not 'VHOST' and
3597            not 'MEMIF'"
3598   parameters:
3599   - "throughput"
3600   - "parent"
3601   traces:
3602     hoverinfo: "x+y"
3603     boxpoints: "outliers"
3604     whiskerwidth: 0
3605   layout:
3606     title: ""  # No title
3607     layout: "plot-throughput"
3608
3609 -
3610   type: "plot"
3611   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-features-pdr"
3612   algorithm: "plot_performance_box"
3613   output-file-type: ".html"
3614   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-features-pdr"
3615   data: "plot-vpp-throughput-latency-3n-skx"
3616   filter: "'NIC_Intel-XXV710' and
3617            '64B' and
3618            'FEATURE' and
3619            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3620            'NDRPDR' and
3621            '2T1C' and
3622            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3623            not 'VHOST' and
3624            not 'MEMIF'"
3625   parameters:
3626   - "throughput"
3627   - "parent"
3628   traces:
3629     hoverinfo: "x+y"
3630     boxpoints: "outliers"
3631     whiskerwidth: 0
3632   layout:
3633     title: ""  # No title
3634     layout: "plot-throughput"
3635
3636 -
3637   type: "plot"
3638   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-features-ndr"
3639   algorithm: "plot_performance_box"
3640   output-file-type: ".html"
3641   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-features-ndr"
3642   data: "plot-vpp-throughput-latency-3n-skx"
3643   filter: "'NIC_Intel-XXV710' and
3644            '64B' and
3645            'FEATURE' and
3646            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3647            'NDRPDR' and
3648            '4T2C' and
3649            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3650            not 'VHOST' and
3651            not 'MEMIF'"
3652   parameters:
3653   - "throughput"
3654   - "parent"
3655   traces:
3656     hoverinfo: "x+y"
3657     boxpoints: "outliers"
3658     whiskerwidth: 0
3659   layout:
3660     title: ""  # No title
3661     layout: "plot-throughput"
3662
3663 -
3664   type: "plot"
3665   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-features-pdr"
3666   algorithm: "plot_performance_box"
3667   output-file-type: ".html"
3668   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-features-pdr"
3669   data: "plot-vpp-throughput-latency-3n-skx"
3670   filter: "'NIC_Intel-XXV710' and
3671            '64B' and
3672            'FEATURE' and
3673            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3674            'NDRPDR' and
3675            '4T2C' and
3676            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3677            not 'VHOST' and
3678            not 'MEMIF'"
3679   parameters:
3680   - "throughput"
3681   - "parent"
3682   traces:
3683     hoverinfo: "x+y"
3684     boxpoints: "outliers"
3685     whiskerwidth: 0
3686   layout:
3687     title: ""  # No title
3688     layout: "plot-throughput"
3689
3690 # Packet Throughput - VPP L2 2n-skx-x710
3691 -
3692   type: "plot"
3693   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
3694   algorithm: "plot_performance_box"
3695   output-file-type: ".html"
3696   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
3697   data: "plot-vpp-throughput-latency-2n-skx"
3698   filter: "'NIC_Intel-X710' and
3699            '64B' and
3700            ('BASE' or 'SCALE') and
3701            'NDRPDR' and
3702            '2T1C' and
3703            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3704            not 'VHOST' and
3705            not 'MEMIF'"
3706   parameters:
3707   - "throughput"
3708   - "parent"
3709   traces:
3710     hoverinfo: "x+y"
3711     boxpoints: "outliers"
3712     whiskerwidth: 0
3713   layout:
3714     title: ""  # No title
3715     layout: "plot-throughput"
3716
3717 -
3718   type: "plot"
3719   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
3720   algorithm: "plot_performance_box"
3721   output-file-type: ".html"
3722   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
3723   data: "plot-vpp-throughput-latency-2n-skx"
3724   filter: "'NIC_Intel-X710' and
3725            '64B' and
3726            ('BASE' or 'SCALE') and
3727            'NDRPDR' and
3728            '2T1C' and
3729            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3730            not 'VHOST' and
3731            not 'MEMIF'"
3732   parameters:
3733   - "throughput"
3734   - "parent"
3735   traces:
3736     hoverinfo: "x+y"
3737     boxpoints: "outliers"
3738     whiskerwidth: 0
3739   layout:
3740     title: ""  # No title
3741     layout: "plot-throughput"
3742
3743 -
3744   type: "plot"
3745   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
3746   algorithm: "plot_performance_box"
3747   output-file-type: ".html"
3748   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
3749   data: "plot-vpp-throughput-latency-2n-skx"
3750   filter: "'NIC_Intel-X710' and
3751            '64B' and
3752            ('BASE' or 'SCALE') and
3753            'NDRPDR' and
3754            '4T2C' and
3755            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3756            not 'VHOST' and
3757            not 'MEMIF'"
3758   parameters:
3759   - "throughput"
3760   - "parent"
3761   traces:
3762     hoverinfo: "x+y"
3763     boxpoints: "outliers"
3764     whiskerwidth: 0
3765   layout:
3766     title: ""  # No title
3767     layout: "plot-throughput"
3768
3769 -
3770   type: "plot"
3771   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
3772   algorithm: "plot_performance_box"
3773   output-file-type: ".html"
3774   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
3775   data: "plot-vpp-throughput-latency-2n-skx"
3776   filter: "'NIC_Intel-X710' and
3777            '64B' and
3778            ('BASE' or 'SCALE') and
3779            'NDRPDR' and
3780            '4T2C' and
3781            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3782            not 'VHOST' and
3783            not 'MEMIF'"
3784   parameters:
3785   - "throughput"
3786   - "parent"
3787   traces:
3788     hoverinfo: "x+y"
3789     boxpoints: "outliers"
3790     whiskerwidth: 0
3791   layout:
3792     title: ""  # No title
3793     layout: "plot-throughput"
3794
3795 # Packet Throughput - VPP L2 2n-skx-xxv710
3796 -
3797   type: "plot"
3798   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3799   algorithm: "plot_performance_box"
3800   output-file-type: ".html"
3801   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3802   data: "plot-vpp-throughput-latency-2n-skx"
3803   filter: "'NIC_Intel-XXV710' and
3804            '64B' and
3805            ('BASE' or 'SCALE') and
3806            'NDRPDR' and
3807            '2T1C' and
3808            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3809            not 'VHOST' and
3810            not 'MEMIF'"
3811   parameters:
3812   - "throughput"
3813   - "parent"
3814   traces:
3815     hoverinfo: "x+y"
3816     boxpoints: "outliers"
3817     whiskerwidth: 0
3818   layout:
3819     title: ""  # No title
3820     layout: "plot-throughput"
3821
3822 -
3823   type: "plot"
3824   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3825   algorithm: "plot_performance_box"
3826   output-file-type: ".html"
3827   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3828   data: "plot-vpp-throughput-latency-2n-skx"
3829   filter: "'NIC_Intel-XXV710' and
3830            '64B' and
3831            ('BASE' or 'SCALE') and
3832            'NDRPDR' and
3833            '2T1C' and
3834            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3835            not 'VHOST' and
3836            not 'MEMIF'"
3837   parameters:
3838   - "throughput"
3839   - "parent"
3840   traces:
3841     hoverinfo: "x+y"
3842     boxpoints: "outliers"
3843     whiskerwidth: 0
3844   layout:
3845     title: ""  # No title
3846     layout: "plot-throughput"
3847
3848 -
3849   type: "plot"
3850   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3851   algorithm: "plot_performance_box"
3852   output-file-type: ".html"
3853   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3854   data: "plot-vpp-throughput-latency-2n-skx"
3855   filter: "'NIC_Intel-XXV710' and
3856            '64B' and
3857            ('BASE' or 'SCALE') and
3858            'NDRPDR' and
3859            '4T2C' and
3860            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3861            not 'VHOST' and
3862            not 'MEMIF'"
3863   parameters:
3864   - "throughput"
3865   - "parent"
3866   traces:
3867     hoverinfo: "x+y"
3868     boxpoints: "outliers"
3869     whiskerwidth: 0
3870   layout:
3871     title: ""  # No title
3872     layout: "plot-throughput"
3873
3874 -
3875   type: "plot"
3876   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3877   algorithm: "plot_performance_box"
3878   output-file-type: ".html"
3879   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3880   data: "plot-vpp-throughput-latency-2n-skx"
3881   filter: "'NIC_Intel-XXV710' and
3882            '64B' and
3883            ('BASE' or 'SCALE') and
3884            'NDRPDR' and
3885            '4T2C' and
3886            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3887            not 'VHOST' and
3888            not 'MEMIF'"
3889   parameters:
3890   - "throughput"
3891   - "parent"
3892   traces:
3893     hoverinfo: "x+y"
3894     boxpoints: "outliers"
3895     whiskerwidth: 0
3896   layout:
3897     title: ""  # No title
3898     layout: "plot-throughput"
3899
3900 ################################################################################
3901
3902 # Packet Throughput - VPP Container Memif 3n-hsw-x520
3903 -
3904   type: "plot"
3905   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3906   algorithm: "plot_performance_box"
3907   output-file-type: ".html"
3908   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3909   data: "plot-vpp-throughput-latency-3n-hsw"
3910   filter: "'NIC_Intel-X520-DA2' and
3911            '64B' and
3912            ('BASE' or 'SCALE') and
3913            'NDRPDR' and
3914            '1T1C' and
3915            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3916            not 'VHOST' and
3917            'MEMIF'"
3918   parameters:
3919   - "throughput"
3920   - "parent"
3921   traces:
3922     hoverinfo: "x+y"
3923     boxpoints: "outliers"
3924     whiskerwidth: 0
3925   layout:
3926     title: ""  # No title
3927     layout: "plot-throughput"
3928
3929 -
3930   type: "plot"
3931   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3932   algorithm: "plot_performance_box"
3933   output-file-type: ".html"
3934   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3935   data: "plot-vpp-throughput-latency-3n-hsw"
3936   filter: "'NIC_Intel-X520-DA2' and
3937            '64B' and
3938            ('BASE' or 'SCALE') and
3939            'NDRPDR' and
3940            '1T1C' and
3941            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3942            not 'VHOST' and
3943            'MEMIF'"
3944   parameters:
3945   - "throughput"
3946   - "parent"
3947   traces:
3948     hoverinfo: "x+y"
3949     boxpoints: "outliers"
3950     whiskerwidth: 0
3951   layout:
3952     title: ""  # No title
3953     layout: "plot-throughput"
3954
3955 -
3956   type: "plot"
3957   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3958   algorithm: "plot_performance_box"
3959   output-file-type: ".html"
3960   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3961   data: "plot-vpp-throughput-latency-3n-hsw"
3962   filter: "'NIC_Intel-X520-DA2' and
3963            '64B' and
3964            ('BASE' or 'SCALE') and
3965            'NDRPDR' and
3966            '2T2C' and
3967            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3968            not 'VHOST' and
3969            'MEMIF'"
3970   parameters:
3971   - "throughput"
3972   - "parent"
3973   traces:
3974     hoverinfo: "x+y"
3975     boxpoints: "outliers"
3976     whiskerwidth: 0
3977   layout:
3978     title: ""  # No title
3979     layout: "plot-throughput"
3980
3981 -
3982   type: "plot"
3983   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3984   algorithm: "plot_performance_box"
3985   output-file-type: ".html"
3986   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3987   data: "plot-vpp-throughput-latency-3n-hsw"
3988   filter: "'NIC_Intel-X520-DA2' and
3989            '64B' and
3990            ('BASE' or 'SCALE') and
3991            'NDRPDR' and
3992            '2T2C' and
3993            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3994            not 'VHOST' and
3995            'MEMIF'"
3996   parameters:
3997   - "throughput"
3998   - "parent"
3999   traces:
4000     hoverinfo: "x+y"
4001     boxpoints: "outliers"
4002     whiskerwidth: 0
4003   layout:
4004     title: ""  # No title
4005     layout: "plot-throughput"
4006
4007 # Packet Throughput - VPP Container Memif 3n-hsw-x710
4008 -
4009   type: "plot"
4010   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4011   algorithm: "plot_performance_box"
4012   output-file-type: ".html"
4013   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4014   data: "plot-vpp-throughput-latency-3n-hsw"
4015   filter: "'NIC_Intel-X710' and
4016            '64B' and
4017            ('BASE' or 'SCALE') and
4018            'NDRPDR' and
4019            '1T1C' and
4020            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4021            not 'VHOST' and
4022            'MEMIF'"
4023   parameters:
4024   - "throughput"
4025   - "parent"
4026   traces:
4027     hoverinfo: "x+y"
4028     boxpoints: "outliers"
4029     whiskerwidth: 0
4030   layout:
4031     title: ""  # No title
4032     layout: "plot-throughput"
4033
4034 -
4035   type: "plot"
4036   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4037   algorithm: "plot_performance_box"
4038   output-file-type: ".html"
4039   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4040   data: "plot-vpp-throughput-latency-3n-hsw"
4041   filter: "'NIC_Intel-X710' and
4042            '64B' and
4043            ('BASE' or 'SCALE') and
4044            'NDRPDR' and
4045            '1T1C' and
4046            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4047            not 'VHOST' and
4048            'MEMIF'"
4049   parameters:
4050   - "throughput"
4051   - "parent"
4052   traces:
4053     hoverinfo: "x+y"
4054     boxpoints: "outliers"
4055     whiskerwidth: 0
4056   layout:
4057     title: ""  # No title
4058     layout: "plot-throughput"
4059
4060 -
4061   type: "plot"
4062   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4063   algorithm: "plot_performance_box"
4064   output-file-type: ".html"
4065   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4066   data: "plot-vpp-throughput-latency-3n-hsw"
4067   filter: "'NIC_Intel-X710' and
4068            '64B' and
4069            ('BASE' or 'SCALE') and
4070            'NDRPDR' and
4071            '2T2C' and
4072            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4073            not 'VHOST' and
4074            'MEMIF'"
4075   parameters:
4076   - "throughput"
4077   - "parent"
4078   traces:
4079     hoverinfo: "x+y"
4080     boxpoints: "outliers"
4081     whiskerwidth: 0
4082   layout:
4083     title: ""  # No title
4084     layout: "plot-throughput"
4085
4086 -
4087   type: "plot"
4088   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4089   algorithm: "plot_performance_box"
4090   output-file-type: ".html"
4091   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4092   data: "plot-vpp-throughput-latency-3n-hsw"
4093   filter: "'NIC_Intel-X710' and
4094            '64B' and
4095            ('BASE' or 'SCALE') and
4096            'NDRPDR' and
4097            '2T2C' and
4098            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4099            not 'VHOST' and
4100            'MEMIF'"
4101   parameters:
4102   - "throughput"
4103   - "parent"
4104   traces:
4105     hoverinfo: "x+y"
4106     boxpoints: "outliers"
4107     whiskerwidth: 0
4108   layout:
4109     title: ""  # No title
4110     layout: "plot-throughput"
4111
4112 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
4113 -
4114   type: "plot"
4115   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4116   algorithm: "plot_performance_box"
4117   output-file-type: ".html"
4118   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4119   data: "plot-vpp-throughput-latency-3n-hsw"
4120   filter: "'NIC_Intel-XL710' and
4121            '64B' and
4122            ('BASE' or 'SCALE') and
4123            'NDRPDR' and
4124            '1T1C' and
4125            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4126            not 'VHOST' and
4127            'MEMIF'"
4128   parameters:
4129   - "throughput"
4130   - "parent"
4131   traces:
4132     hoverinfo: "x+y"
4133     boxpoints: "outliers"
4134     whiskerwidth: 0
4135   layout:
4136     title: ""  # No title
4137     layout: "plot-throughput"
4138
4139 -
4140   type: "plot"
4141   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4142   algorithm: "plot_performance_box"
4143   output-file-type: ".html"
4144   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4145   data: "plot-vpp-throughput-latency-3n-hsw"
4146   filter: "'NIC_Intel-XL710' and
4147            '64B' and
4148            ('BASE' or 'SCALE') and
4149            'NDRPDR' and
4150            '1T1C' and
4151            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4152            not 'VHOST' and
4153            'MEMIF'"
4154   parameters:
4155   - "throughput"
4156   - "parent"
4157   traces:
4158     hoverinfo: "x+y"
4159     boxpoints: "outliers"
4160     whiskerwidth: 0
4161   layout:
4162     title: ""  # No title
4163     layout: "plot-throughput"
4164
4165 -
4166   type: "plot"
4167   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4168   algorithm: "plot_performance_box"
4169   output-file-type: ".html"
4170   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4171   data: "plot-vpp-throughput-latency-3n-hsw"
4172   filter: "'NIC_Intel-XL710' and
4173            '64B' and
4174            ('BASE' or 'SCALE') and
4175            'NDRPDR' and
4176            '2T2C' and
4177            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4178            not 'VHOST' and
4179            'MEMIF'"
4180   parameters:
4181   - "throughput"
4182   - "parent"
4183   traces:
4184     hoverinfo: "x+y"
4185     boxpoints: "outliers"
4186     whiskerwidth: 0
4187   layout:
4188     title: ""  # No title
4189     layout: "plot-throughput"
4190
4191 -
4192   type: "plot"
4193   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4194   algorithm: "plot_performance_box"
4195   output-file-type: ".html"
4196   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4197   data: "plot-vpp-throughput-latency-3n-hsw"
4198   filter: "'NIC_Intel-XL710' and
4199            '64B' and
4200            ('BASE' or 'SCALE') and
4201            'NDRPDR' and
4202            '2T2C' and
4203            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4204            not 'VHOST' and
4205            'MEMIF'"
4206   parameters:
4207   - "throughput"
4208   - "parent"
4209   traces:
4210     hoverinfo: "x+y"
4211     boxpoints: "outliers"
4212     whiskerwidth: 0
4213   layout:
4214     title: ""  # No title
4215     layout: "plot-throughput"
4216
4217 # Packet Throughput - VPP Container Memif 3n-skx-x710
4218 -
4219   type: "plot"
4220   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4221   algorithm: "plot_performance_box"
4222   output-file-type: ".html"
4223   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4224   data: "plot-vpp-throughput-latency-3n-skx"
4225   filter: "'NIC_Intel-X710' and
4226            '64B' and
4227            ('BASE' or 'SCALE') and
4228            'NDRPDR' and
4229            '2T1C' and
4230            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4231            not 'VHOST' and
4232            'MEMIF'"
4233   parameters:
4234   - "throughput"
4235   - "parent"
4236   traces:
4237     hoverinfo: "x+y"
4238     boxpoints: "outliers"
4239     whiskerwidth: 0
4240   layout:
4241     title: ""  # No title
4242     layout: "plot-throughput"
4243
4244 -
4245   type: "plot"
4246   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4247   algorithm: "plot_performance_box"
4248   output-file-type: ".html"
4249   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4250   data: "plot-vpp-throughput-latency-3n-skx"
4251   filter: "'NIC_Intel-X710' and
4252            '64B' and
4253            ('BASE' or 'SCALE') and
4254            'NDRPDR' and
4255            '2T1C' and
4256            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4257            not 'VHOST' and
4258             'MEMIF'"
4259   parameters:
4260   - "throughput"
4261   - "parent"
4262   traces:
4263     hoverinfo: "x+y"
4264     boxpoints: "outliers"
4265     whiskerwidth: 0
4266   layout:
4267     title: ""  # No title
4268     layout: "plot-throughput"
4269
4270 -
4271   type: "plot"
4272   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4273   algorithm: "plot_performance_box"
4274   output-file-type: ".html"
4275   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4276   data: "plot-vpp-throughput-latency-3n-skx"
4277   filter: "'NIC_Intel-X710' and
4278            '64B' and
4279            ('BASE' or 'SCALE') and
4280            'NDRPDR' and
4281            '4T2C' and
4282            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4283            not 'VHOST' and
4284            'MEMIF'"
4285   parameters:
4286   - "throughput"
4287   - "parent"
4288   traces:
4289     hoverinfo: "x+y"
4290     boxpoints: "outliers"
4291     whiskerwidth: 0
4292   layout:
4293     title: ""  # No title
4294     layout: "plot-throughput"
4295
4296 -
4297   type: "plot"
4298   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4299   algorithm: "plot_performance_box"
4300   output-file-type: ".html"
4301   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4302   data: "plot-vpp-throughput-latency-3n-skx"
4303   filter: "'NIC_Intel-X710' and
4304            '64B' and
4305            ('BASE' or 'SCALE') and
4306            'NDRPDR' and
4307            '4T2C' and
4308            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4309            not 'VHOST' and
4310            'MEMIF'"
4311   parameters:
4312   - "throughput"
4313   - "parent"
4314   traces:
4315     hoverinfo: "x+y"
4316     boxpoints: "outliers"
4317     whiskerwidth: 0
4318   layout:
4319     title: ""  # No title
4320     layout: "plot-throughput"
4321
4322 ################################################################################
4323
4324 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520
4325 -
4326   type: "plot"
4327   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4328   algorithm: "plot_performance_box"
4329   output-file-type: ".html"
4330   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4331   data: "plot-ligato-throughput-latency-3n-hsw"
4332   filter: "'NIC_Intel-X520-DA2' and
4333            '64B' and
4334            ('BASE' or 'SCALE') and
4335            'NDRPDR' and
4336            '1T1C' and
4337            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4338            not 'VHOST' and
4339            'MEMIF'"
4340   parameters:
4341   - "throughput"
4342   - "parent"
4343   traces:
4344     hoverinfo: "x+y"
4345     boxpoints: "outliers"
4346     whiskerwidth: 0
4347   layout:
4348     title: ""  # No title
4349     layout: "plot-throughput"
4350
4351 -
4352   type: "plot"
4353   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4354   algorithm: "plot_performance_box"
4355   output-file-type: ".html"
4356   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4357   data: "plot-ligato-throughput-latency-3n-hsw"
4358   filter: "'NIC_Intel-X520-DA2' and
4359            '64B' and
4360            ('BASE' or 'SCALE') and
4361            'NDRPDR' and
4362            '1T1C' and
4363            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4364            not 'VHOST' and
4365            'MEMIF'"
4366   parameters:
4367   - "throughput"
4368   - "parent"
4369   traces:
4370     hoverinfo: "x+y"
4371     boxpoints: "outliers"
4372     whiskerwidth: 0
4373   layout:
4374     title: ""  # No title
4375     layout: "plot-throughput"
4376
4377 -
4378   type: "plot"
4379   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4380   algorithm: "plot_performance_box"
4381   output-file-type: ".html"
4382   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4383   data: "plot-ligato-throughput-latency-3n-hsw"
4384   filter: "'NIC_Intel-X520-DA2' and
4385            '64B' and
4386            ('BASE' or 'SCALE') and
4387            'NDRPDR' and
4388            '2T2C' and
4389            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4390            not 'VHOST' and
4391            'MEMIF'"
4392   parameters:
4393   - "throughput"
4394   - "parent"
4395   traces:
4396     hoverinfo: "x+y"
4397     boxpoints: "outliers"
4398     whiskerwidth: 0
4399   layout:
4400     title: ""  # No title
4401     layout: "plot-throughput"
4402
4403 -
4404   type: "plot"
4405   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4406   algorithm: "plot_performance_box"
4407   output-file-type: ".html"
4408   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4409   data: "plot-ligato-throughput-latency-3n-hsw"
4410   filter: "'NIC_Intel-X520-DA2' and
4411            '64B' and
4412            ('BASE' or 'SCALE') and
4413            'NDRPDR' and
4414            '2T2C' and
4415            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4416            not 'VHOST' and
4417            'MEMIF'"
4418   parameters:
4419   - "throughput"
4420   - "parent"
4421   traces:
4422     hoverinfo: "x+y"
4423     boxpoints: "outliers"
4424     whiskerwidth: 0
4425   layout:
4426     title: ""  # No title
4427     layout: "plot-throughput"
4428
4429 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710
4430 -
4431   type: "plot"
4432   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4433   algorithm: "plot_performance_box"
4434   output-file-type: ".html"
4435   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4436   data: "plot-ligato-throughput-latency-3n-hsw"
4437   filter: "'NIC_Intel-X710' and
4438            '64B' and
4439            ('BASE' or 'SCALE') and
4440            'NDRPDR' and
4441            '1T1C' and
4442            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4443            not 'VHOST' and
4444            'MEMIF'"
4445   parameters:
4446   - "throughput"
4447   - "parent"
4448   traces:
4449     hoverinfo: "x+y"
4450     boxpoints: "outliers"
4451     whiskerwidth: 0
4452   layout:
4453     title: ""  # No title
4454     layout: "plot-throughput"
4455
4456 -
4457   type: "plot"
4458   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4459   algorithm: "plot_performance_box"
4460   output-file-type: ".html"
4461   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4462   data: "plot-ligato-throughput-latency-3n-hsw"
4463   filter: "'NIC_Intel-X710' and
4464            '64B' and
4465            ('BASE' or 'SCALE') and
4466            'NDRPDR' and
4467            '1T1C' and
4468            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4469            not 'VHOST' and
4470            'MEMIF'"
4471   parameters:
4472   - "throughput"
4473   - "parent"
4474   traces:
4475     hoverinfo: "x+y"
4476     boxpoints: "outliers"
4477     whiskerwidth: 0
4478   layout:
4479     title: ""  # No title
4480     layout: "plot-throughput"
4481
4482 -
4483   type: "plot"
4484   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4485   algorithm: "plot_performance_box"
4486   output-file-type: ".html"
4487   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4488   data: "plot-ligato-throughput-latency-3n-hsw"
4489   filter: "'NIC_Intel-X710' and
4490            '64B' and
4491            ('BASE' or 'SCALE') and
4492            'NDRPDR' and
4493            '2T2C' and
4494            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4495            not 'VHOST' and
4496            'MEMIF'"
4497   parameters:
4498   - "throughput"
4499   - "parent"
4500   traces:
4501     hoverinfo: "x+y"
4502     boxpoints: "outliers"
4503     whiskerwidth: 0
4504   layout:
4505     title: ""  # No title
4506     layout: "plot-throughput"
4507
4508 -
4509   type: "plot"
4510   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4511   algorithm: "plot_performance_box"
4512   output-file-type: ".html"
4513   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4514   data: "plot-ligato-throughput-latency-3n-hsw"
4515   filter: "'NIC_Intel-X710' and
4516            '64B' and
4517            ('BASE' or 'SCALE') and
4518            'NDRPDR' and
4519            '2T2C' and
4520            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4521            not 'VHOST' and
4522            'MEMIF'"
4523   parameters:
4524   - "throughput"
4525   - "parent"
4526   traces:
4527     hoverinfo: "x+y"
4528     boxpoints: "outliers"
4529     whiskerwidth: 0
4530   layout:
4531     title: ""  # No title
4532     layout: "plot-throughput"
4533
4534 ################################################################################
4535
4536 # Packet Throughput - VPP IPv4 3n-hsw-x520
4537 -
4538   type: "plot"
4539   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4540   algorithm: "plot_performance_box"
4541   output-file-type: ".html"
4542   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4543   data: "plot-vpp-throughput-latency-3n-hsw"
4544   filter: "'NIC_Intel-X520-DA2' and
4545            '64B' and
4546            ('BASE' or 'SCALE') and
4547            'NDRPDR' and
4548            '1T1C' and
4549            'IP4FWD' and
4550            not 'IPSEC' and
4551            not 'VHOST'"
4552   parameters:
4553   - "throughput"
4554   - "parent"
4555   traces:
4556     hoverinfo: "x+y"
4557     boxpoints: "outliers"
4558     whiskerwidth: 0
4559   layout:
4560     title: ""  # No title
4561     layout: "plot-throughput"
4562
4563 -
4564   type: "plot"
4565   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4566   algorithm: "plot_performance_box"
4567   output-file-type: ".html"
4568   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4569   data: "plot-vpp-throughput-latency-3n-hsw"
4570   filter: "'NIC_Intel-X520-DA2' and
4571            '64B' and
4572            ('BASE' or 'SCALE') and
4573            'NDRPDR' and
4574            '1T1C' and
4575            'IP4FWD' and
4576            not 'IPSEC' and
4577            not 'VHOST'"
4578   parameters:
4579   - "throughput"
4580   - "parent"
4581   traces:
4582     hoverinfo: "x+y"
4583     boxpoints: "outliers"
4584     whiskerwidth: 0
4585   layout:
4586     title: ""  # No title
4587     layout: "plot-throughput"
4588
4589 -
4590   type: "plot"
4591   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4592   algorithm: "plot_performance_box"
4593   output-file-type: ".html"
4594   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4595   data: "plot-vpp-throughput-latency-3n-hsw"
4596   filter: "'NIC_Intel-X520-DA2' and
4597            '64B' and
4598            ('BASE' or 'SCALE') and
4599            'NDRPDR' and
4600            '2T2C' and
4601            'IP4FWD' and
4602            not 'IPSEC' and
4603            not 'VHOST'"
4604   parameters:
4605   - "throughput"
4606   - "parent"
4607   traces:
4608     hoverinfo: "x+y"
4609     boxpoints: "outliers"
4610     whiskerwidth: 0
4611   layout:
4612     title: ""  # No title
4613     layout: "plot-throughput"
4614
4615 -
4616   type: "plot"
4617   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4618   algorithm: "plot_performance_box"
4619   output-file-type: ".html"
4620   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4621   data: "plot-vpp-throughput-latency-3n-hsw"
4622   filter: "'NIC_Intel-X520-DA2' and
4623            '64B' and
4624            ('BASE' or 'SCALE') and
4625            'NDRPDR' and
4626            '2T2C' and
4627            'IP4FWD' and
4628            not 'IPSEC' and
4629            not 'VHOST'"
4630   parameters:
4631   - "throughput"
4632   - "parent"
4633   traces:
4634     hoverinfo: "x+y"
4635     boxpoints: "outliers"
4636     whiskerwidth: 0
4637   layout:
4638     title: ""  # No title
4639     layout: "plot-throughput"
4640
4641 -
4642   type: "plot"
4643   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
4644   algorithm: "plot_performance_box"
4645   output-file-type: ".html"
4646   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
4647   data: "plot-vpp-throughput-latency-3n-hsw"
4648   filter: "'NIC_Intel-X520-DA2' and
4649            '64B' and
4650            'FEATURE' and
4651            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4652            'NDRPDR' and
4653            '1T1C' and
4654            'IP4FWD' and
4655            not 'IPSEC' and
4656            not 'VHOST'"
4657   parameters:
4658   - "throughput"
4659   - "parent"
4660   traces:
4661     hoverinfo: "x+y"
4662     boxpoints: "outliers"
4663     whiskerwidth: 0
4664   layout:
4665     title: ""  # No title
4666     layout: "plot-throughput"
4667
4668 -
4669   type: "plot"
4670   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
4671   algorithm: "plot_performance_box"
4672   output-file-type: ".html"
4673   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
4674   data: "plot-vpp-throughput-latency-3n-hsw"
4675   filter: "'NIC_Intel-X520-DA2' and
4676            '64B' and
4677            'FEATURE' and
4678            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4679            'NDRPDR' and
4680            '1T1C' and
4681            'IP4FWD' and
4682            not 'IPSEC' and
4683            not 'VHOST'"
4684   parameters:
4685   - "throughput"
4686   - "parent"
4687   traces:
4688     hoverinfo: "x+y"
4689     boxpoints: "outliers"
4690     whiskerwidth: 0
4691   layout:
4692     title: ""  # No title
4693     layout: "plot-throughput"
4694
4695 -
4696   type: "plot"
4697   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
4698   algorithm: "plot_performance_box"
4699   output-file-type: ".html"
4700   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
4701   data: "plot-vpp-throughput-latency-3n-hsw"
4702   filter: "'NIC_Intel-X520-DA2' and
4703            '64B' and
4704            'FEATURE' and
4705            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4706            'NDRPDR' and
4707            '2T2C' and
4708            'IP4FWD' and
4709            not 'IPSEC' and
4710            not 'VHOST'"
4711   parameters:
4712   - "throughput"
4713   - "parent"
4714   traces:
4715     hoverinfo: "x+y"
4716     boxpoints: "outliers"
4717     whiskerwidth: 0
4718   layout:
4719     title: ""  # No title
4720     layout: "plot-throughput"
4721
4722 -
4723   type: "plot"
4724   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
4725   algorithm: "plot_performance_box"
4726   output-file-type: ".html"
4727   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
4728   data: "plot-vpp-throughput-latency-3n-hsw"
4729   filter: "'NIC_Intel-X520-DA2' and
4730            '64B' and
4731            'FEATURE' and
4732            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4733            'NDRPDR' and
4734            '2T2C' and
4735            'IP4FWD' and
4736            not 'IPSEC' and
4737            not 'VHOST'"
4738   parameters:
4739   - "throughput"
4740   - "parent"
4741   traces:
4742     hoverinfo: "x+y"
4743     boxpoints: "outliers"
4744     whiskerwidth: 0
4745   layout:
4746     title: ""  # No title
4747     layout: "plot-throughput"
4748
4749 # Packet Throughput - VPP IPv4 3n-hsw-x710
4750 -
4751   type: "plot"
4752   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4753   algorithm: "plot_performance_box"
4754   output-file-type: ".html"
4755   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4756   data: "plot-vpp-throughput-latency-3n-hsw"
4757   filter: "'NIC_Intel-X710' and
4758            '64B' and
4759            ('BASE' or 'SCALE') and
4760            'NDRPDR' and
4761            '1T1C' and
4762            'IP4FWD' and
4763            not 'IPSEC' and
4764            not 'VHOST'"
4765   parameters:
4766   - "throughput"
4767   - "parent"
4768   traces:
4769     hoverinfo: "x+y"
4770     boxpoints: "outliers"
4771     whiskerwidth: 0
4772   layout:
4773     title: ""  # No title
4774     layout: "plot-throughput"
4775
4776 -
4777   type: "plot"
4778   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4779   algorithm: "plot_performance_box"
4780   output-file-type: ".html"
4781   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4782   data: "plot-vpp-throughput-latency-3n-hsw"
4783   filter: "'NIC_Intel-X710' and
4784            '64B' and
4785            ('BASE' or 'SCALE') and
4786            'NDRPDR' and
4787            '1T1C' and
4788            'IP4FWD' and
4789            not 'IPSEC' and
4790            not 'VHOST'"
4791   parameters:
4792   - "throughput"
4793   - "parent"
4794   traces:
4795     hoverinfo: "x+y"
4796     boxpoints: "outliers"
4797     whiskerwidth: 0
4798   layout:
4799     title: ""  # No title
4800     layout: "plot-throughput"
4801
4802 -
4803   type: "plot"
4804   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4805   algorithm: "plot_performance_box"
4806   output-file-type: ".html"
4807   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4808   data: "plot-vpp-throughput-latency-3n-hsw"
4809   filter: "'NIC_Intel-X710' and
4810            '64B' and
4811            ('BASE' or 'SCALE') and
4812            'NDRPDR' and
4813            '2T2C' and
4814            'IP4FWD' and
4815            not 'IPSEC' and
4816            not 'VHOST'"
4817   parameters:
4818   - "throughput"
4819   - "parent"
4820   traces:
4821     hoverinfo: "x+y"
4822     boxpoints: "outliers"
4823     whiskerwidth: 0
4824   layout:
4825     title: ""  # No title
4826     layout: "plot-throughput"
4827
4828 -
4829   type: "plot"
4830   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4831   algorithm: "plot_performance_box"
4832   output-file-type: ".html"
4833   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4834   data: "plot-vpp-throughput-latency-3n-hsw"
4835   filter: "'NIC_Intel-X710' and
4836            '64B' and
4837            ('BASE' or 'SCALE') and
4838            'NDRPDR' and
4839            '2T2C' and
4840            'IP4FWD' and
4841            not 'IPSEC' and
4842            not 'VHOST'"
4843   parameters:
4844   - "throughput"
4845   - "parent"
4846   traces:
4847     hoverinfo: "x+y"
4848     boxpoints: "outliers"
4849     whiskerwidth: 0
4850   layout:
4851     title: ""  # No title
4852     layout: "plot-throughput"
4853
4854 -
4855   type: "plot"
4856   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
4857   algorithm: "plot_performance_box"
4858   output-file-type: ".html"
4859   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
4860   data: "plot-vpp-throughput-latency-3n-hsw"
4861   filter: "'NIC_Intel-X710' and
4862            '64B' and
4863            'FEATURE' and
4864            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4865            'NDRPDR' and
4866            '1T1C' and
4867            'IP4FWD' and
4868            not 'IPSEC' and
4869            not 'VHOST'"
4870   parameters:
4871   - "throughput"
4872   - "parent"
4873   traces:
4874     hoverinfo: "x+y"
4875     boxpoints: "outliers"
4876     whiskerwidth: 0
4877   layout:
4878     title: ""  # No title
4879     layout: "plot-throughput"
4880
4881 -
4882   type: "plot"
4883   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
4884   algorithm: "plot_performance_box"
4885   output-file-type: ".html"
4886   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
4887   data: "plot-vpp-throughput-latency-3n-hsw"
4888   filter: "'NIC_Intel-X710' and
4889            '64B' and
4890            'FEATURE' and
4891            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4892            'NDRPDR' and
4893            '1T1C' and
4894            'IP4FWD' and
4895            not 'IPSEC' and
4896            not 'VHOST'"
4897   parameters:
4898   - "throughput"
4899   - "parent"
4900   traces:
4901     hoverinfo: "x+y"
4902     boxpoints: "outliers"
4903     whiskerwidth: 0
4904   layout:
4905     title: ""  # No title
4906     layout: "plot-throughput"
4907
4908 -
4909   type: "plot"
4910   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
4911   algorithm: "plot_performance_box"
4912   output-file-type: ".html"
4913   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
4914   data: "plot-vpp-throughput-latency-3n-hsw"
4915   filter: "'NIC_Intel-X710' and
4916            '64B' and
4917            'FEATURE' and
4918            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4919            'NDRPDR' and
4920            '2T2C' and
4921            'IP4FWD' and
4922            not 'IPSEC' and
4923            not 'VHOST'"
4924   parameters:
4925   - "throughput"
4926   - "parent"
4927   traces:
4928     hoverinfo: "x+y"
4929     boxpoints: "outliers"
4930     whiskerwidth: 0
4931   layout:
4932     title: ""  # No title
4933     layout: "plot-throughput"
4934
4935 -
4936   type: "plot"
4937   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
4938   algorithm: "plot_performance_box"
4939   output-file-type: ".html"
4940   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
4941   data: "plot-vpp-throughput-latency-3n-hsw"
4942   filter: "'NIC_Intel-X710' and
4943            '64B' and
4944            'FEATURE' and
4945            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4946            'NDRPDR' and
4947            '2T2C' and
4948            'IP4FWD' and
4949            not 'IPSEC' and
4950            not 'VHOST'"
4951   parameters:
4952   - "throughput"
4953   - "parent"
4954   traces:
4955     hoverinfo: "x+y"
4956     boxpoints: "outliers"
4957     whiskerwidth: 0
4958   layout:
4959     title: ""  # No title
4960     layout: "plot-throughput"
4961
4962 # Packet Throughput - VPP IPv4 3n-hsw-xl710
4963 -
4964   type: "plot"
4965   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4966   algorithm: "plot_performance_box"
4967   output-file-type: ".html"
4968   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4969   data: "plot-vpp-throughput-latency-3n-hsw"
4970   filter: "'NIC_Intel-XL710' and
4971            '64B' and
4972            ('BASE' or 'SCALE') and
4973            'NDRPDR' and
4974            '1T1C' and
4975            'IP4FWD' and
4976            not 'IPSEC' and
4977            not 'VHOST'"
4978   parameters:
4979   - "throughput"
4980   - "parent"
4981   traces:
4982     hoverinfo: "x+y"
4983     boxpoints: "outliers"
4984     whiskerwidth: 0
4985   layout:
4986     title: ""  # No title
4987     layout: "plot-throughput"
4988
4989 -
4990   type: "plot"
4991   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4992   algorithm: "plot_performance_box"
4993   output-file-type: ".html"
4994   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4995   data: "plot-vpp-throughput-latency-3n-hsw"
4996   filter: "'NIC_Intel-XL710' and
4997            '64B' and
4998            ('BASE' or 'SCALE') and
4999            'NDRPDR' and
5000            '1T1C' and
5001            'IP4FWD' and
5002            not 'IPSEC' and
5003            not 'VHOST'"
5004   parameters:
5005   - "throughput"
5006   - "parent"
5007   traces:
5008     hoverinfo: "x+y"
5009     boxpoints: "outliers"
5010     whiskerwidth: 0
5011   layout:
5012     title: ""  # No title
5013     layout: "plot-throughput"
5014
5015 -
5016   type: "plot"
5017   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
5018   algorithm: "plot_performance_box"
5019   output-file-type: ".html"
5020   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
5021   data: "plot-vpp-throughput-latency-3n-hsw"
5022   filter: "'NIC_Intel-XL710' and
5023            '64B' and
5024            ('BASE' or 'SCALE') and
5025            'NDRPDR' and
5026            '2T2C' and
5027            'IP4FWD' and
5028            not 'IPSEC' and
5029            not 'VHOST'"
5030   parameters:
5031   - "throughput"
5032   - "parent"
5033   traces:
5034     hoverinfo: "x+y"
5035     boxpoints: "outliers"
5036     whiskerwidth: 0
5037   layout:
5038     title: ""  # No title
5039     layout: "plot-throughput"
5040
5041 -
5042   type: "plot"
5043   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
5044   algorithm: "plot_performance_box"
5045   output-file-type: ".html"
5046   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
5047   data: "plot-vpp-throughput-latency-3n-hsw"
5048   filter: "'NIC_Intel-XL710' and
5049            '64B' and
5050            ('BASE' or 'SCALE') and
5051            'NDRPDR' and
5052            '2T2C' and
5053            'IP4FWD' and
5054            not 'IPSEC' and
5055            not 'VHOST'"
5056   parameters:
5057   - "throughput"
5058   - "parent"
5059   traces:
5060     hoverinfo: "x+y"
5061     boxpoints: "outliers"
5062     whiskerwidth: 0
5063   layout:
5064     title: ""  # No title
5065     layout: "plot-throughput"
5066
5067 # Packet Throughput - VPP IPv4 3n-skx-x710
5068 -
5069   type: "plot"
5070   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5071   algorithm: "plot_performance_box"
5072   output-file-type: ".html"
5073   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5074   data: "plot-vpp-throughput-latency-3n-skx"
5075   filter: "'NIC_Intel-X710' and
5076            '64B' and
5077            ('BASE' or 'SCALE') and
5078            'NDRPDR' and
5079            '2T1C' and
5080            'IP4FWD' and
5081            not 'IPSEC' and
5082            not 'VHOST'"
5083   parameters:
5084   - "throughput"
5085   - "parent"
5086   traces:
5087     hoverinfo: "x+y"
5088     boxpoints: "outliers"
5089     whiskerwidth: 0
5090   layout:
5091     title: ""  # No title
5092     layout: "plot-throughput"
5093
5094 -
5095   type: "plot"
5096   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5097   algorithm: "plot_performance_box"
5098   output-file-type: ".html"
5099   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5100   data: "plot-vpp-throughput-latency-3n-skx"
5101   filter: "'NIC_Intel-X710' and
5102            '64B' and
5103            ('BASE' or 'SCALE') and
5104            'NDRPDR' and
5105            '2T1C' and
5106            'IP4FWD' and
5107            not 'IPSEC' and
5108            not 'VHOST'"
5109   parameters:
5110   - "throughput"
5111   - "parent"
5112   traces:
5113     hoverinfo: "x+y"
5114     boxpoints: "outliers"
5115     whiskerwidth: 0
5116   layout:
5117     title: ""  # No title
5118     layout: "plot-throughput"
5119
5120 -
5121   type: "plot"
5122   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5123   algorithm: "plot_performance_box"
5124   output-file-type: ".html"
5125   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5126   data: "plot-vpp-throughput-latency-3n-skx"
5127   filter: "'NIC_Intel-X710' and
5128            '64B' and
5129            ('BASE' or 'SCALE') and
5130            'NDRPDR' and
5131            '4T2C' and
5132            'IP4FWD' and
5133            not 'IPSEC' and
5134            not 'VHOST'"
5135   parameters:
5136   - "throughput"
5137   - "parent"
5138   traces:
5139     hoverinfo: "x+y"
5140     boxpoints: "outliers"
5141     whiskerwidth: 0
5142   layout:
5143     title: ""  # No title
5144     layout: "plot-throughput"
5145
5146 -
5147   type: "plot"
5148   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5149   algorithm: "plot_performance_box"
5150   output-file-type: ".html"
5151   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5152   data: "plot-vpp-throughput-latency-3n-skx"
5153   filter: "'NIC_Intel-X710' and
5154            '64B' and
5155            ('BASE' or 'SCALE') and
5156            'NDRPDR' and
5157            '4T2C' and
5158            'IP4FWD' and
5159            not 'IPSEC' and
5160            not 'VHOST'"
5161   parameters:
5162   - "throughput"
5163   - "parent"
5164   traces:
5165     hoverinfo: "x+y"
5166     boxpoints: "outliers"
5167     whiskerwidth: 0
5168   layout:
5169     title: ""  # No title
5170     layout: "plot-throughput"
5171
5172 -
5173   type: "plot"
5174   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
5175   algorithm: "plot_performance_box"
5176   output-file-type: ".html"
5177   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
5178   data: "plot-vpp-throughput-latency-3n-skx"
5179   filter: "'NIC_Intel-X710' and
5180            '64B' and
5181            'FEATURE' and
5182            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5183            'NDRPDR' and
5184            '2T1C' and
5185            'IP4FWD' and
5186            not 'IPSEC' and
5187            not 'VHOST'"
5188   parameters:
5189   - "throughput"
5190   - "parent"
5191   traces:
5192     hoverinfo: "x+y"
5193     boxpoints: "outliers"
5194     whiskerwidth: 0
5195   layout:
5196     title: ""  # No title
5197     layout: "plot-throughput"
5198
5199 -
5200   type: "plot"
5201   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
5202   algorithm: "plot_performance_box"
5203   output-file-type: ".html"
5204   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
5205   data: "plot-vpp-throughput-latency-3n-skx"
5206   filter: "'NIC_Intel-X710' and
5207            '64B' and
5208            'FEATURE' and
5209            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5210            'NDRPDR' and
5211            '2T1C' and
5212            'IP4FWD' and
5213            not 'IPSEC' and
5214            not 'VHOST'"
5215   parameters:
5216   - "throughput"
5217   - "parent"
5218   traces:
5219     hoverinfo: "x+y"
5220     boxpoints: "outliers"
5221     whiskerwidth: 0
5222   layout:
5223     title: ""  # No title
5224     layout: "plot-throughput"
5225
5226 -
5227   type: "plot"
5228   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
5229   algorithm: "plot_performance_box"
5230   output-file-type: ".html"
5231   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
5232   data: "plot-vpp-throughput-latency-3n-skx"
5233   filter: "'NIC_Intel-X710' and
5234            '64B' and
5235            'FEATURE' and
5236            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5237            'NDRPDR' and
5238            '4T2C' and
5239            'IP4FWD' and
5240            not 'IPSEC' and
5241            not 'VHOST'"
5242   parameters:
5243   - "throughput"
5244   - "parent"
5245   traces:
5246     hoverinfo: "x+y"
5247     boxpoints: "outliers"
5248     whiskerwidth: 0
5249   layout:
5250     title: ""  # No title
5251     layout: "plot-throughput"
5252
5253 -
5254   type: "plot"
5255   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
5256   algorithm: "plot_performance_box"
5257   output-file-type: ".html"
5258   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
5259   data: "plot-vpp-throughput-latency-3n-skx"
5260   filter: "'NIC_Intel-X710' and
5261            '64B' and
5262            'FEATURE' and
5263            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5264            'NDRPDR' and
5265            '4T2C' and
5266            'IP4FWD' and
5267            not 'IPSEC' and
5268            not 'VHOST'"
5269   parameters:
5270   - "throughput"
5271   - "parent"
5272   traces:
5273     hoverinfo: "x+y"
5274     boxpoints: "outliers"
5275     whiskerwidth: 0
5276   layout:
5277     title: ""  # No title
5278     layout: "plot-throughput"
5279
5280 # Packet Throughput - VPP IPv4 3n-skx-xxv710
5281 -
5282   type: "plot"
5283   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5284   algorithm: "plot_performance_box"
5285   output-file-type: ".html"
5286   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5287   data: "plot-vpp-throughput-latency-3n-skx"
5288   filter: "'NIC_Intel-XXV710' and
5289            '64B' and
5290            ('BASE' or 'SCALE') and
5291            'NDRPDR' and
5292            '2T1C' and
5293            'IP4FWD' and
5294            not 'IPSEC' and
5295            not 'VHOST'"
5296   parameters:
5297   - "throughput"
5298   - "parent"
5299   traces:
5300     hoverinfo: "x+y"
5301     boxpoints: "outliers"
5302     whiskerwidth: 0
5303   layout:
5304     title: ""  # No title
5305     layout: "plot-throughput"
5306
5307 -
5308   type: "plot"
5309   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5310   algorithm: "plot_performance_box"
5311   output-file-type: ".html"
5312   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5313   data: "plot-vpp-throughput-latency-3n-skx"
5314   filter: "'NIC_Intel-XXV710' and
5315            '64B' and
5316            ('BASE' or 'SCALE') and
5317            'NDRPDR' and
5318            '2T1C' and
5319            'IP4FWD' and
5320            not 'IPSEC' and
5321            not 'VHOST'"
5322   parameters:
5323   - "throughput"
5324   - "parent"
5325   traces:
5326     hoverinfo: "x+y"
5327     boxpoints: "outliers"
5328     whiskerwidth: 0
5329   layout:
5330     title: ""  # No title
5331     layout: "plot-throughput"
5332
5333 -
5334   type: "plot"
5335   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5336   algorithm: "plot_performance_box"
5337   output-file-type: ".html"
5338   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5339   data: "plot-vpp-throughput-latency-3n-skx"
5340   filter: "'NIC_Intel-XXV710' and
5341            '64B' and
5342            ('BASE' or 'SCALE') and
5343            'NDRPDR' and
5344            '4T2C' and
5345            'IP4FWD' and
5346            not 'IPSEC' and
5347            not 'VHOST'"
5348   parameters:
5349   - "throughput"
5350   - "parent"
5351   traces:
5352     hoverinfo: "x+y"
5353     boxpoints: "outliers"
5354     whiskerwidth: 0
5355   layout:
5356     title: ""  # No title
5357     layout: "plot-throughput"
5358
5359 -
5360   type: "plot"
5361   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5362   algorithm: "plot_performance_box"
5363   output-file-type: ".html"
5364   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5365   data: "plot-vpp-throughput-latency-3n-skx"
5366   filter: "'NIC_Intel-XXV710' and
5367            '64B' and
5368            ('BASE' or 'SCALE') and
5369            'NDRPDR' and
5370            '4T2C' and
5371            'IP4FWD' and
5372            not 'IPSEC' and
5373            not 'VHOST'"
5374   parameters:
5375   - "throughput"
5376   - "parent"
5377   traces:
5378     hoverinfo: "x+y"
5379     boxpoints: "outliers"
5380     whiskerwidth: 0
5381   layout:
5382     title: ""  # No title
5383     layout: "plot-throughput"
5384
5385 -
5386   type: "plot"
5387   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-2t1c-features-ndr"
5388   algorithm: "plot_performance_box"
5389   output-file-type: ".html"
5390   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-features-ndr"
5391   data: "plot-vpp-throughput-latency-3n-skx"
5392   filter: "'NIC_Intel-XXV710' and
5393            '64B' and
5394            'FEATURE' and
5395            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5396            'NDRPDR' and
5397            '2T1C' and
5398            'IP4FWD' and
5399            not 'IPSEC' and
5400            not 'VHOST'"
5401   parameters:
5402   - "throughput"
5403   - "parent"
5404   traces:
5405     hoverinfo: "x+y"
5406     boxpoints: "outliers"
5407     whiskerwidth: 0
5408   layout:
5409     title: ""  # No title
5410     layout: "plot-throughput"
5411
5412 -
5413   type: "plot"
5414   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-2t1c-features-pdr"
5415   algorithm: "plot_performance_box"
5416   output-file-type: ".html"
5417   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-features-pdr"
5418   data: "plot-vpp-throughput-latency-3n-skx"
5419   filter: "'NIC_Intel-XXV710' and
5420            '64B' and
5421            'FEATURE' and
5422            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5423            'NDRPDR' and
5424            '2T1C' and
5425            'IP4FWD' and
5426            not 'IPSEC' and
5427            not 'VHOST'"
5428   parameters:
5429   - "throughput"
5430   - "parent"
5431   traces:
5432     hoverinfo: "x+y"
5433     boxpoints: "outliers"
5434     whiskerwidth: 0
5435   layout:
5436     title: ""  # No title
5437     layout: "plot-throughput"
5438
5439 -
5440   type: "plot"
5441   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-4t2c-features-ndr"
5442   algorithm: "plot_performance_box"
5443   output-file-type: ".html"
5444   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-features-ndr"
5445   data: "plot-vpp-throughput-latency-3n-skx"
5446   filter: "'NIC_Intel-XXV710' and
5447            '64B' and
5448            'FEATURE' and
5449            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5450            'NDRPDR' and
5451            '4T2C' and
5452            'IP4FWD' and
5453            not 'IPSEC' and
5454            not 'VHOST'"
5455   parameters:
5456   - "throughput"
5457   - "parent"
5458   traces:
5459     hoverinfo: "x+y"
5460     boxpoints: "outliers"
5461     whiskerwidth: 0
5462   layout:
5463     title: ""  # No title
5464     layout: "plot-throughput"
5465
5466 -
5467   type: "plot"
5468   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-4t2c-features-pdr"
5469   algorithm: "plot_performance_box"
5470   output-file-type: ".html"
5471   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-features-pdr"
5472   data: "plot-vpp-throughput-latency-3n-skx"
5473   filter: "'NIC_Intel-XXV710' and
5474            '64B' and
5475            'FEATURE' and
5476            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5477            'NDRPDR' and
5478            '4T2C' and
5479            'IP4FWD' and
5480            not 'IPSEC' and
5481            not 'VHOST'"
5482   parameters:
5483   - "throughput"
5484   - "parent"
5485   traces:
5486     hoverinfo: "x+y"
5487     boxpoints: "outliers"
5488     whiskerwidth: 0
5489   layout:
5490     title: ""  # No title
5491     layout: "plot-throughput"
5492
5493 # Packet Throughput - VPP IPv4 2n-skx-x710
5494 -
5495   type: "plot"
5496   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5497   algorithm: "plot_performance_box"
5498   output-file-type: ".html"
5499   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5500   data: "plot-vpp-throughput-latency-2n-skx"
5501   filter: "'NIC_Intel-X710' and
5502            '64B' and
5503            ('BASE' or 'SCALE') and
5504            'NDRPDR' and
5505            '2T1C' and
5506            'IP4FWD' and
5507            not 'IPSEC' and
5508            not 'VHOST'"
5509   parameters:
5510   - "throughput"
5511   - "parent"
5512   traces:
5513     hoverinfo: "x+y"
5514     boxpoints: "outliers"
5515     whiskerwidth: 0
5516   layout:
5517     title: ""  # No title
5518     layout: "plot-throughput"
5519
5520 -
5521   type: "plot"
5522   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5523   algorithm: "plot_performance_box"
5524   output-file-type: ".html"
5525   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5526   data: "plot-vpp-throughput-latency-2n-skx"
5527   filter: "'NIC_Intel-X710' and
5528            '64B' and
5529            ('BASE' or 'SCALE') and
5530            'NDRPDR' and
5531            '2T1C' and
5532            'IP4FWD' and
5533            not 'IPSEC' and
5534            not 'VHOST'"
5535   parameters:
5536   - "throughput"
5537   - "parent"
5538   traces:
5539     hoverinfo: "x+y"
5540     boxpoints: "outliers"
5541     whiskerwidth: 0
5542   layout:
5543     title: ""  # No title
5544     layout: "plot-throughput"
5545
5546 -
5547   type: "plot"
5548   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5549   algorithm: "plot_performance_box"
5550   output-file-type: ".html"
5551   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5552   data: "plot-vpp-throughput-latency-2n-skx"
5553   filter: "'NIC_Intel-X710' and
5554            '64B' and
5555            ('BASE' or 'SCALE') and
5556            'NDRPDR' and
5557            '4T2C' and
5558            'IP4FWD' and
5559            not 'IPSEC' and
5560            not 'VHOST'"
5561   parameters:
5562   - "throughput"
5563   - "parent"
5564   traces:
5565     hoverinfo: "x+y"
5566     boxpoints: "outliers"
5567     whiskerwidth: 0
5568   layout:
5569     title: ""  # No title
5570     layout: "plot-throughput"
5571
5572 -
5573   type: "plot"
5574   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5575   algorithm: "plot_performance_box"
5576   output-file-type: ".html"
5577   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5578   data: "plot-vpp-throughput-latency-2n-skx"
5579   filter: "'NIC_Intel-X710' and
5580            '64B' and
5581            ('BASE' or 'SCALE') and
5582            'NDRPDR' and
5583            '4T2C' and
5584            'IP4FWD' and
5585            not 'IPSEC' and
5586            not 'VHOST'"
5587   parameters:
5588   - "throughput"
5589   - "parent"
5590   traces:
5591     hoverinfo: "x+y"
5592     boxpoints: "outliers"
5593     whiskerwidth: 0
5594   layout:
5595     title: ""  # No title
5596     layout: "plot-throughput"
5597
5598 # Packet Throughput - VPP IPv4 2n-skx-xxv710
5599 -
5600   type: "plot"
5601   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5602   algorithm: "plot_performance_box"
5603   output-file-type: ".html"
5604   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5605   data: "plot-vpp-throughput-latency-2n-skx"
5606   filter: "'NIC_Intel-XXV710' and
5607            '64B' and
5608            ('BASE' or 'SCALE') and
5609            'NDRPDR' and
5610            '2T1C' and
5611            'IP4FWD' and
5612            not 'IPSEC' and
5613            not 'VHOST'"
5614   parameters:
5615   - "throughput"
5616   - "parent"
5617   traces:
5618     hoverinfo: "x+y"
5619     boxpoints: "outliers"
5620     whiskerwidth: 0
5621   layout:
5622     title: ""  # No title
5623     layout: "plot-throughput"
5624
5625 -
5626   type: "plot"
5627   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5628   algorithm: "plot_performance_box"
5629   output-file-type: ".html"
5630   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5631   data: "plot-vpp-throughput-latency-2n-skx"
5632   filter: "'NIC_Intel-XXV710' and
5633            '64B' and
5634            ('BASE' or 'SCALE') and
5635            'NDRPDR' and
5636            '2T1C' and
5637            'IP4FWD' and
5638            not 'IPSEC' and
5639            not 'VHOST'"
5640   parameters:
5641   - "throughput"
5642   - "parent"
5643   traces:
5644     hoverinfo: "x+y"
5645     boxpoints: "outliers"
5646     whiskerwidth: 0
5647   layout:
5648     title: ""  # No title
5649     layout: "plot-throughput"
5650
5651 -
5652   type: "plot"
5653   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5654   algorithm: "plot_performance_box"
5655   output-file-type: ".html"
5656   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5657   data: "plot-vpp-throughput-latency-2n-skx"
5658   filter: "'NIC_Intel-XXV710' and
5659            '64B' and
5660            ('BASE' or 'SCALE') and
5661            'NDRPDR' and
5662            '4T2C' and
5663            'IP4FWD' and
5664            not 'IPSEC' and
5665            not 'VHOST'"
5666   parameters:
5667   - "throughput"
5668   - "parent"
5669   traces:
5670     hoverinfo: "x+y"
5671     boxpoints: "outliers"
5672     whiskerwidth: 0
5673   layout:
5674     title: ""  # No title
5675     layout: "plot-throughput"
5676
5677 -
5678   type: "plot"
5679   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5680   algorithm: "plot_performance_box"
5681   output-file-type: ".html"
5682   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5683   data: "plot-vpp-throughput-latency-2n-skx"
5684   filter: "'NIC_Intel-XXV710' and
5685            '64B' and
5686            ('BASE' or 'SCALE') and
5687            'NDRPDR' and
5688            '4T2C' and
5689            'IP4FWD' and
5690            not 'IPSEC' and
5691            not 'VHOST'"
5692   parameters:
5693   - "throughput"
5694   - "parent"
5695   traces:
5696     hoverinfo: "x+y"
5697     boxpoints: "outliers"
5698     whiskerwidth: 0
5699   layout:
5700     title: ""  # No title
5701     layout: "plot-throughput"
5702
5703 ################################################################################
5704
5705 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520
5706 -
5707   type: "plot"
5708   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5709   algorithm: "plot_performance_box"
5710   output-file-type: ".html"
5711   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5712   data: "plot-vpp-throughput-latency-3n-hsw"
5713   filter: "'NIC_Intel-X520-DA2' and
5714            '64B' and
5715            'ENCAP' and
5716            'NDRPDR' and
5717            '1T1C' and
5718            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5719            not 'VHOST' and
5720            not 'IPSECHW'"
5721   parameters:
5722   - "throughput"
5723   - "parent"
5724   traces:
5725     hoverinfo: "x+y"
5726     boxpoints: "outliers"
5727     whiskerwidth: 0
5728   layout:
5729     title: ""  # No title
5730     layout: "plot-throughput"
5731
5732 -
5733   type: "plot"
5734   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5735   algorithm: "plot_performance_box"
5736   output-file-type: ".html"
5737   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5738   data: "plot-vpp-throughput-latency-3n-hsw"
5739   filter: "'NIC_Intel-X520-DA2' and
5740            '64B' and
5741            'ENCAP' and
5742            'NDRPDR' and
5743            '1T1C' and
5744            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5745            not 'VHOST' and
5746            not 'IPSECHW'"
5747   parameters:
5748   - "throughput"
5749   - "parent"
5750   traces:
5751     hoverinfo: "x+y"
5752     boxpoints: "outliers"
5753     whiskerwidth: 0
5754   layout:
5755     title: ""  # No title
5756     layout: "plot-throughput"
5757
5758 -
5759   type: "plot"
5760   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5761   algorithm: "plot_performance_box"
5762   output-file-type: ".html"
5763   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5764   data: "plot-vpp-throughput-latency-3n-hsw"
5765   filter: "'NIC_Intel-X520-DA2' and
5766            '64B' and
5767            'ENCAP' and
5768            'NDRPDR' and
5769            '2T2C' and
5770            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5771            not 'VHOST' and
5772            not 'IPSECHW'"
5773   parameters:
5774   - "throughput"
5775   - "parent"
5776   traces:
5777     hoverinfo: "x+y"
5778     boxpoints: "outliers"
5779     whiskerwidth: 0
5780   layout:
5781     title: ""  # No title
5782     layout: "plot-throughput"
5783
5784 -
5785   type: "plot"
5786   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5787   algorithm: "plot_performance_box"
5788   output-file-type: ".html"
5789   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5790   data: "plot-vpp-throughput-latency-3n-hsw"
5791   filter: "'NIC_Intel-X520-DA2' and
5792            '64B' and
5793            'ENCAP' and
5794            'NDRPDR' and
5795            '2T2C' and
5796            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5797            not 'VHOST' and
5798            not 'IPSECHW'"
5799   parameters:
5800   - "throughput"
5801   - "parent"
5802   traces:
5803     hoverinfo: "x+y"
5804     boxpoints: "outliers"
5805     whiskerwidth: 0
5806   layout:
5807     title: ""  # No title
5808     layout: "plot-throughput"
5809
5810 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710
5811 -
5812   type: "plot"
5813   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5814   algorithm: "plot_performance_box"
5815   output-file-type: ".html"
5816   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5817   data: "plot-vpp-throughput-latency-3n-hsw"
5818   filter: "'NIC_Intel-X710' and
5819            '64B' and
5820            'ENCAP' and
5821            'NDRPDR' and
5822            '1T1C' and
5823            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5824            not 'VHOST' and
5825            not 'IPSECHW'"
5826   parameters:
5827   - "throughput"
5828   - "parent"
5829   traces:
5830     hoverinfo: "x+y"
5831     boxpoints: "outliers"
5832     whiskerwidth: 0
5833   layout:
5834     title: ""  # No title
5835     layout: "plot-throughput"
5836
5837 -
5838   type: "plot"
5839   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5840   algorithm: "plot_performance_box"
5841   output-file-type: ".html"
5842   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5843   data: "plot-vpp-throughput-latency-3n-hsw"
5844   filter: "'NIC_Intel-X710' and
5845            '64B' and
5846            'ENCAP' and
5847            'NDRPDR' and
5848            '1T1C' and
5849            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5850            not 'VHOST' and
5851            not 'IPSECHW'"
5852   parameters:
5853   - "throughput"
5854   - "parent"
5855   traces:
5856     hoverinfo: "x+y"
5857     boxpoints: "outliers"
5858     whiskerwidth: 0
5859   layout:
5860     title: ""  # No title
5861     layout: "plot-throughput"
5862
5863 -
5864   type: "plot"
5865   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5866   algorithm: "plot_performance_box"
5867   output-file-type: ".html"
5868   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5869   data: "plot-vpp-throughput-latency-3n-hsw"
5870   filter: "'NIC_Intel-X710' and
5871            '64B' and
5872            'ENCAP' and
5873            'NDRPDR' and
5874            '2T2C' and
5875            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5876            not 'VHOST' and
5877            not 'IPSECHW'"
5878   parameters:
5879   - "throughput"
5880   - "parent"
5881   traces:
5882     hoverinfo: "x+y"
5883     boxpoints: "outliers"
5884     whiskerwidth: 0
5885   layout:
5886     title: ""  # No title
5887     layout: "plot-throughput"
5888
5889 -
5890   type: "plot"
5891   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5892   algorithm: "plot_performance_box"
5893   output-file-type: ".html"
5894   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5895   data: "plot-vpp-throughput-latency-3n-hsw"
5896   filter: "'NIC_Intel-X710' and
5897            '64B' and
5898            'ENCAP' and
5899            'NDRPDR' and
5900            '2T2C' and
5901            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5902            not 'VHOST' and
5903            not 'IPSECHW'"
5904   parameters:
5905   - "throughput"
5906   - "parent"
5907   traces:
5908     hoverinfo: "x+y"
5909     boxpoints: "outliers"
5910     whiskerwidth: 0
5911   layout:
5912     title: ""  # No title
5913     layout: "plot-throughput"
5914
5915 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710
5916 -
5917   type: "plot"
5918   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5919   algorithm: "plot_performance_box"
5920   output-file-type: ".html"
5921   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5922   data: "plot-vpp-throughput-latency-3n-skx"
5923   filter: "'NIC_Intel-X710' and
5924            '64B' and
5925            'ENCAP' and
5926            'NDRPDR' and
5927            '2T1C' and
5928            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5929            not 'VHOST' and
5930            not 'IPSECHW'"
5931   parameters:
5932   - "throughput"
5933   - "parent"
5934   traces:
5935     hoverinfo: "x+y"
5936     boxpoints: "outliers"
5937     whiskerwidth: 0
5938   layout:
5939     title: ""  # No title
5940     layout: "plot-throughput"
5941
5942 -
5943   type: "plot"
5944   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5945   algorithm: "plot_performance_box"
5946   output-file-type: ".html"
5947   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5948   data: "plot-vpp-throughput-latency-3n-skx"
5949   filter: "'NIC_Intel-X710' and
5950            '64B' and
5951            'ENCAP' and
5952            'NDRPDR' and
5953            '2T1C' and
5954            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5955            not 'VHOST' and
5956            not 'IPSECHW'"
5957   parameters:
5958   - "throughput"
5959   - "parent"
5960   traces:
5961     hoverinfo: "x+y"
5962     boxpoints: "outliers"
5963     whiskerwidth: 0
5964   layout:
5965     title: ""  # No title
5966     layout: "plot-throughput"
5967
5968 -
5969   type: "plot"
5970   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5971   algorithm: "plot_performance_box"
5972   output-file-type: ".html"
5973   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5974   data: "plot-vpp-throughput-latency-3n-skx"
5975   filter: "'NIC_Intel-X710' and
5976            '64B' and
5977            'ENCAP' and
5978            'NDRPDR' and
5979            '4T2C' and
5980            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5981            not 'VHOST' and
5982            not 'IPSECHW'"
5983   parameters:
5984   - "throughput"
5985   - "parent"
5986   traces:
5987     hoverinfo: "x+y"
5988     boxpoints: "outliers"
5989     whiskerwidth: 0
5990   layout:
5991     title: ""  # No title
5992     layout: "plot-throughput"
5993
5994 -
5995   type: "plot"
5996   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5997   algorithm: "plot_performance_box"
5998   output-file-type: ".html"
5999   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6000   data: "plot-vpp-throughput-latency-3n-skx"
6001   filter: "'NIC_Intel-X710' and
6002            '64B' and
6003            'ENCAP' and
6004            'NDRPDR' and
6005            '4T2C' and
6006            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6007            not 'VHOST' and
6008            not 'IPSECHW'"
6009   parameters:
6010   - "throughput"
6011   - "parent"
6012   traces:
6013     hoverinfo: "x+y"
6014     boxpoints: "outliers"
6015     whiskerwidth: 0
6016   layout:
6017     title: ""  # No title
6018     layout: "plot-throughput"
6019
6020 ################################################################################
6021
6022 # Packet Throughput - VPP IPv6 3n-hsw-x520
6023 -
6024   type: "plot"
6025   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
6026   algorithm: "plot_performance_box"
6027   output-file-type: ".html"
6028   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
6029   data: "plot-vpp-throughput-latency-3n-hsw"
6030   filter: "'NIC_Intel-X520-DA2' and
6031            '78B' and
6032            ('BASE' or 'SCALE') and
6033            'NDRPDR' and
6034            '1T1C' and
6035            'IP6FWD' and
6036            not 'SRv6' and
6037            not 'IPSEC' and
6038            not 'VHOST'"
6039   parameters:
6040   - "throughput"
6041   - "parent"
6042   traces:
6043     hoverinfo: "x+y"
6044     boxpoints: "outliers"
6045     whiskerwidth: 0
6046   layout:
6047     title: ""  # No title
6048     layout: "plot-throughput"
6049
6050 -
6051   type: "plot"
6052   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
6053   algorithm: "plot_performance_box"
6054   output-file-type: ".html"
6055   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
6056   data: "plot-vpp-throughput-latency-3n-hsw"
6057   filter: "'NIC_Intel-X520-DA2' and
6058            '78B' and
6059            ('BASE' or 'SCALE') and
6060            'NDRPDR' and
6061            '1T1C' and
6062            'IP6FWD' and
6063            not 'SRv6' and
6064            not 'IPSEC' and
6065            not 'VHOST'"
6066   parameters:
6067   - "throughput"
6068   - "parent"
6069   traces:
6070     hoverinfo: "x+y"
6071     boxpoints: "outliers"
6072     whiskerwidth: 0
6073   layout:
6074     title: ""  # No title
6075     layout: "plot-throughput"
6076
6077 -
6078   type: "plot"
6079   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
6080   algorithm: "plot_performance_box"
6081   output-file-type: ".html"
6082   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
6083   data: "plot-vpp-throughput-latency-3n-hsw"
6084   filter: "'NIC_Intel-X520-DA2' and
6085            '78B' and
6086            ('BASE' or 'SCALE') and
6087            'NDRPDR' and
6088            '2T2C' and
6089            'IP6FWD' and
6090            not 'SRv6' and
6091            not 'IPSEC' and
6092            not 'VHOST'"
6093   parameters:
6094   - "throughput"
6095   - "parent"
6096   traces:
6097     hoverinfo: "x+y"
6098     boxpoints: "outliers"
6099     whiskerwidth: 0
6100   layout:
6101     title: ""  # No title
6102     layout: "plot-throughput"
6103
6104 -
6105   type: "plot"
6106   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
6107   algorithm: "plot_performance_box"
6108   output-file-type: ".html"
6109   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
6110   data: "plot-vpp-throughput-latency-3n-hsw"
6111   filter: "'NIC_Intel-X520-DA2' and
6112            '78B' and
6113            ('BASE' or 'SCALE') and
6114            'NDRPDR' and
6115            '2T2C' and
6116            'IP6FWD' and
6117            not 'SRv6' and
6118            not 'IPSEC' and
6119            not 'VHOST'"
6120   parameters:
6121   - "throughput"
6122   - "parent"
6123   traces:
6124     hoverinfo: "x+y"
6125     boxpoints: "outliers"
6126     whiskerwidth: 0
6127   layout:
6128     title: ""  # No title
6129     layout: "plot-throughput"
6130
6131 -
6132   type: "plot"
6133   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-features-ndr"
6134   algorithm: "plot_performance_box"
6135   output-file-type: ".html"
6136   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-features-ndr"
6137   data: "plot-vpp-throughput-latency-3n-hsw"
6138   filter: "'NIC_Intel-X520-DA2' and
6139            '78B' and
6140            'FEATURE' and
6141            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6142            'NDRPDR' and
6143            '1T1C' and
6144            'IP6FWD' and
6145            not 'SRv6' and
6146            not 'IPSEC' and
6147            not 'VHOST'"
6148   parameters:
6149   - "throughput"
6150   - "parent"
6151   traces:
6152     hoverinfo: "x+y"
6153     boxpoints: "outliers"
6154     whiskerwidth: 0
6155   layout:
6156     title: ""  # No title
6157     layout: "plot-throughput"
6158
6159 -
6160   type: "plot"
6161   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-features-pdr"
6162   algorithm: "plot_performance_box"
6163   output-file-type: ".html"
6164   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-features-pdr"
6165   data: "plot-vpp-throughput-latency-3n-hsw"
6166   filter: "'NIC_Intel-X520-DA2' and
6167            '78B' and
6168            'FEATURE' and
6169            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6170            'NDRPDR' and
6171            '1T1C' and
6172            'IP6FWD' and
6173            not 'SRv6' and
6174            not 'IPSEC' and
6175            not 'VHOST'"
6176   parameters:
6177   - "throughput"
6178   - "parent"
6179   traces:
6180     hoverinfo: "x+y"
6181     boxpoints: "outliers"
6182     whiskerwidth: 0
6183   layout:
6184     title: ""  # No title
6185     layout: "plot-throughput"
6186
6187 -
6188   type: "plot"
6189   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-features-ndr"
6190   algorithm: "plot_performance_box"
6191   output-file-type: ".html"
6192   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-features-ndr"
6193   data: "plot-vpp-throughput-latency-3n-hsw"
6194   filter: "'NIC_Intel-X520-DA2' and
6195            '78B' and
6196            'FEATURE' and
6197            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6198            'NDRPDR' and
6199            '2T2C' and
6200            not 'SRv6' and
6201            'IP6FWD' and
6202            not 'IPSEC' and
6203            not 'VHOST'"
6204   parameters:
6205   - "throughput"
6206   - "parent"
6207   traces:
6208     hoverinfo: "x+y"
6209     boxpoints: "outliers"
6210     whiskerwidth: 0
6211   layout:
6212     title: ""  # No title
6213     layout: "plot-throughput"
6214
6215 -
6216   type: "plot"
6217   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-features-pdr"
6218   algorithm: "plot_performance_box"
6219   output-file-type: ".html"
6220   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-features-pdr"
6221   data: "plot-vpp-throughput-latency-3n-hsw"
6222   filter: "'NIC_Intel-X520-DA2' and
6223            '78B' and
6224            'FEATURE' and
6225            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6226            'NDRPDR' and
6227            '2T2C' and
6228            'IP6FWD' and
6229            not 'SRv6' and
6230            not 'IPSEC' and
6231            not 'VHOST'"
6232   parameters:
6233   - "throughput"
6234   - "parent"
6235   traces:
6236     hoverinfo: "x+y"
6237     boxpoints: "outliers"
6238     whiskerwidth: 0
6239   layout:
6240     title: ""  # No title
6241     layout: "plot-throughput"
6242
6243 # Packet Throughput - VPP IPv6 3n-hsw-x710
6244 -
6245   type: "plot"
6246   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
6247   algorithm: "plot_performance_box"
6248   output-file-type: ".html"
6249   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
6250   data: "plot-vpp-throughput-latency-3n-hsw"
6251   filter: "'NIC_Intel-X710' and
6252            '78B' and
6253            ('BASE' or 'SCALE') and
6254            'NDRPDR' and
6255            '1T1C' and
6256            'IP6FWD' and
6257            not 'SRv6' and
6258            not 'IPSEC' and
6259            not 'VHOST'"
6260   parameters:
6261   - "throughput"
6262   - "parent"
6263   traces:
6264     hoverinfo: "x+y"
6265     boxpoints: "outliers"
6266     whiskerwidth: 0
6267   layout:
6268     title: ""  # No title
6269     layout: "plot-throughput"
6270
6271 -
6272   type: "plot"
6273   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
6274   algorithm: "plot_performance_box"
6275   output-file-type: ".html"
6276   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
6277   data: "plot-vpp-throughput-latency-3n-hsw"
6278   filter: "'NIC_Intel-X710' and
6279            '78B' and
6280            ('BASE' or 'SCALE') and
6281            'NDRPDR' and
6282            '1T1C' and
6283            'IP6FWD' and
6284            not 'SRv6' and
6285            not 'IPSEC' and
6286            not 'VHOST'"
6287   parameters:
6288   - "throughput"
6289   - "parent"
6290   traces:
6291     hoverinfo: "x+y"
6292     boxpoints: "outliers"
6293     whiskerwidth: 0
6294   layout:
6295     title: ""  # No title
6296     layout: "plot-throughput"
6297
6298 -
6299   type: "plot"
6300   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
6301   algorithm: "plot_performance_box"
6302   output-file-type: ".html"
6303   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
6304   data: "plot-vpp-throughput-latency-3n-hsw"
6305   filter: "'NIC_Intel-X710' and
6306            '78B' and
6307            ('BASE' or 'SCALE') and
6308            'NDRPDR' and
6309            '2T2C' and
6310            'IP6FWD' and
6311            not 'SRv6' and
6312            not 'IPSEC' and
6313            not 'VHOST'"
6314   parameters:
6315   - "throughput"
6316   - "parent"
6317   traces:
6318     hoverinfo: "x+y"
6319     boxpoints: "outliers"
6320     whiskerwidth: 0
6321   layout:
6322     title: ""  # No title
6323     layout: "plot-throughput"
6324
6325 -
6326   type: "plot"
6327   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
6328   algorithm: "plot_performance_box"
6329   output-file-type: ".html"
6330   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
6331   data: "plot-vpp-throughput-latency-3n-hsw"
6332   filter: "'NIC_Intel-X710' and
6333            '78B' and
6334            ('BASE' or 'SCALE') and
6335            'NDRPDR' and
6336            '2T2C' and
6337            'IP6FWD' and
6338            not 'SRv6' and
6339            not 'IPSEC' and
6340            not 'VHOST'"
6341   parameters:
6342   - "throughput"
6343   - "parent"
6344   traces:
6345     hoverinfo: "x+y"
6346     boxpoints: "outliers"
6347     whiskerwidth: 0
6348   layout:
6349     title: ""  # No title
6350     layout: "plot-throughput"
6351
6352 -
6353   type: "plot"
6354   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-features-ndr"
6355   algorithm: "plot_performance_box"
6356   output-file-type: ".html"
6357   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-features-ndr"
6358   data: "plot-vpp-throughput-latency-3n-hsw"
6359   filter: "'NIC_Intel-X710' and
6360            '78B' and
6361            'FEATURE' and
6362            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6363            'NDRPDR' and
6364            '1T1C' and
6365            'IP6FWD' and
6366            not 'SRv6' and
6367            not 'IPSEC' and
6368            not 'VHOST'"
6369   parameters:
6370   - "throughput"
6371   - "parent"
6372   traces:
6373     hoverinfo: "x+y"
6374     boxpoints: "outliers"
6375     whiskerwidth: 0
6376   layout:
6377     title: ""  # No title
6378     layout: "plot-throughput"
6379
6380 -
6381   type: "plot"
6382   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-features-pdr"
6383   algorithm: "plot_performance_box"
6384   output-file-type: ".html"
6385   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-features-pdr"
6386   data: "plot-vpp-throughput-latency-3n-hsw"
6387   filter: "'NIC_Intel-X710' and
6388            '78B' and
6389            'FEATURE' and
6390            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6391            'NDRPDR' and
6392            '1T1C' and
6393            'IP6FWD' and
6394            not 'SRv6' and
6395            not 'IPSEC' and
6396            not 'VHOST'"
6397   parameters:
6398   - "throughput"
6399   - "parent"
6400   traces:
6401     hoverinfo: "x+y"
6402     boxpoints: "outliers"
6403     whiskerwidth: 0
6404   layout:
6405     title: ""  # No title
6406     layout: "plot-throughput"
6407
6408 -
6409   type: "plot"
6410   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-features-ndr"
6411   algorithm: "plot_performance_box"
6412   output-file-type: ".html"
6413   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-features-ndr"
6414   data: "plot-vpp-throughput-latency-3n-hsw"
6415   filter: "'NIC_Intel-X710' and
6416            '78B' and
6417            'FEATURE' and
6418            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6419            'NDRPDR' and
6420            '2T2C' and
6421            'IP6FWD' and
6422            not 'SRv6' and
6423            not 'IPSEC' and
6424            not 'VHOST'"
6425   parameters:
6426   - "throughput"
6427   - "parent"
6428   traces:
6429     hoverinfo: "x+y"
6430     boxpoints: "outliers"
6431     whiskerwidth: 0
6432   layout:
6433     title: ""  # No title
6434     layout: "plot-throughput"
6435
6436 -
6437   type: "plot"
6438   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-features-pdr"
6439   algorithm: "plot_performance_box"
6440   output-file-type: ".html"
6441   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-features-pdr"
6442   data: "plot-vpp-throughput-latency-3n-hsw"
6443   filter: "'NIC_Intel-X710' and
6444            '78B' and
6445            'FEATURE' and
6446            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6447            'NDRPDR' and
6448            '2T2C' and
6449            'IP6FWD' and
6450            not 'SRv6' and
6451            not 'IPSEC' and
6452            not 'VHOST'"
6453   parameters:
6454   - "throughput"
6455   - "parent"
6456   traces:
6457     hoverinfo: "x+y"
6458     boxpoints: "outliers"
6459     whiskerwidth: 0
6460   layout:
6461     title: ""  # No title
6462     layout: "plot-throughput"
6463
6464 # Packet Throughput - VPP IPv6 3n-hsw-xl710
6465 -
6466   type: "plot"
6467   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
6468   algorithm: "plot_performance_box"
6469   output-file-type: ".html"
6470   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
6471   data: "plot-vpp-throughput-latency-3n-hsw"
6472   filter: "'NIC_Intel-XL710' and
6473            '78B' and
6474            ('BASE' or 'SCALE') and
6475            'NDRPDR' and
6476            '1T1C' and
6477            'IP6FWD' and
6478            not 'SRv6' and
6479            not 'IPSEC' and
6480            not 'VHOST'"
6481   parameters:
6482   - "throughput"
6483   - "parent"
6484   traces:
6485     hoverinfo: "x+y"
6486     boxpoints: "outliers"
6487     whiskerwidth: 0
6488   layout:
6489     title: ""  # No title
6490     layout: "plot-throughput"
6491
6492 -
6493   type: "plot"
6494   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
6495   algorithm: "plot_performance_box"
6496   output-file-type: ".html"
6497   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
6498   data: "plot-vpp-throughput-latency-3n-hsw"
6499   filter: "'NIC_Intel-XL710' and
6500            '78B' and
6501            ('BASE' or 'SCALE') and
6502            'NDRPDR' and
6503            '1T1C' and
6504            'IP6FWD' and
6505            not 'SRv6' and
6506            not 'IPSEC' and
6507            not 'VHOST'"
6508   parameters:
6509   - "throughput"
6510   - "parent"
6511   traces:
6512     hoverinfo: "x+y"
6513     boxpoints: "outliers"
6514     whiskerwidth: 0
6515   layout:
6516     title: ""  # No title
6517     layout: "plot-throughput"
6518
6519 -
6520   type: "plot"
6521   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
6522   algorithm: "plot_performance_box"
6523   output-file-type: ".html"
6524   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
6525   data: "plot-vpp-throughput-latency-3n-hsw"
6526   filter: "'NIC_Intel-XL710' and
6527            '78B' and
6528            ('BASE' or 'SCALE') and
6529            'NDRPDR' and
6530            '2T2C' and
6531            'IP6FWD' and
6532            not 'SRv6' and
6533            not 'IPSEC' and
6534            not 'VHOST'"
6535   parameters:
6536   - "throughput"
6537   - "parent"
6538   traces:
6539     hoverinfo: "x+y"
6540     boxpoints: "outliers"
6541     whiskerwidth: 0
6542   layout:
6543     title: ""  # No title
6544     layout: "plot-throughput"
6545
6546 -
6547   type: "plot"
6548   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
6549   algorithm: "plot_performance_box"
6550   output-file-type: ".html"
6551   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
6552   data: "plot-vpp-throughput-latency-3n-hsw"
6553   filter: "'NIC_Intel-XL710' and
6554            '78B' and
6555            ('BASE' or 'SCALE') and
6556            'NDRPDR' and
6557            '2T2C' and
6558            'IP6FWD' and
6559            not 'SRv6' and
6560            not 'IPSEC' and
6561            not 'VHOST'"
6562   parameters:
6563   - "throughput"
6564   - "parent"
6565   traces:
6566     hoverinfo: "x+y"
6567     boxpoints: "outliers"
6568     whiskerwidth: 0
6569   layout:
6570     title: ""  # No title
6571     layout: "plot-throughput"
6572
6573 # Packet Throughput - VPP IPv6 3n-skx-x710
6574 -
6575   type: "plot"
6576   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
6577   algorithm: "plot_performance_box"
6578   output-file-type: ".html"
6579   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
6580   data: "plot-vpp-throughput-latency-3n-skx"
6581   filter: "'NIC_Intel-X710' and
6582            '78B' and
6583            ('BASE' or 'SCALE') and
6584            'NDRPDR' and
6585            '2T1C' and
6586            'IP6FWD' and
6587            not 'SRv6' and
6588            not 'IPSEC' and
6589            not 'VHOST'"
6590   parameters:
6591   - "throughput"
6592   - "parent"
6593   traces:
6594     hoverinfo: "x+y"
6595     boxpoints: "outliers"
6596     whiskerwidth: 0
6597   layout:
6598     title: ""  # No title
6599     layout: "plot-throughput"
6600
6601 -
6602   type: "plot"
6603   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
6604   algorithm: "plot_performance_box"
6605   output-file-type: ".html"
6606   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
6607   data: "plot-vpp-throughput-latency-3n-skx"
6608   filter: "'NIC_Intel-X710' and
6609            '78B' and
6610            ('BASE' or 'SCALE') and
6611            'NDRPDR' and
6612            '2T1C' and
6613            'IP6FWD' and
6614            not 'SRv6' and
6615            not 'IPSEC' and
6616            not 'VHOST'"
6617   parameters:
6618   - "throughput"
6619   - "parent"
6620   traces:
6621     hoverinfo: "x+y"
6622     boxpoints: "outliers"
6623     whiskerwidth: 0
6624   layout:
6625     title: ""  # No title
6626     layout: "plot-throughput"
6627
6628 -
6629   type: "plot"
6630   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
6631   algorithm: "plot_performance_box"
6632   output-file-type: ".html"
6633   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
6634   data: "plot-vpp-throughput-latency-3n-skx"
6635   filter: "'NIC_Intel-X710' and
6636            '78B' and
6637            ('BASE' or 'SCALE') and
6638            'NDRPDR' and
6639            '4T2C' and
6640            'IP6FWD' and
6641            not 'SRv6' and
6642            not 'IPSEC' and
6643            not 'VHOST'"
6644   parameters:
6645   - "throughput"
6646   - "parent"
6647   traces:
6648     hoverinfo: "x+y"
6649     boxpoints: "outliers"
6650     whiskerwidth: 0
6651   layout:
6652     title: ""  # No title
6653     layout: "plot-throughput"
6654
6655 -
6656   type: "plot"
6657   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
6658   algorithm: "plot_performance_box"
6659   output-file-type: ".html"
6660   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
6661   data: "plot-vpp-throughput-latency-3n-skx"
6662   filter: "'NIC_Intel-X710' and
6663            '78B' and
6664            ('BASE' or 'SCALE') and
6665            'NDRPDR' and
6666            '4T2C' and
6667            'IP6FWD' and
6668            not 'SRv6' and
6669            not 'IPSEC' and
6670            not 'VHOST'"
6671   parameters:
6672   - "throughput"
6673   - "parent"
6674   traces:
6675     hoverinfo: "x+y"
6676     boxpoints: "outliers"
6677     whiskerwidth: 0
6678   layout:
6679     title: ""  # No title
6680     layout: "plot-throughput"
6681
6682 -
6683   type: "plot"
6684   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-features-ndr"
6685   algorithm: "plot_performance_box"
6686   output-file-type: ".html"
6687   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-features-ndr"
6688   data: "plot-vpp-throughput-latency-3n-skx"
6689   filter: "'NIC_Intel-X710' and
6690            '78B' and
6691            'FEATURE' and
6692            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6693            'NDRPDR' and
6694            '2T1C' and
6695            'IP6FWD' and
6696            not 'SRv6' and
6697            not 'IPSEC' and
6698            not 'VHOST'"
6699   parameters:
6700   - "throughput"
6701   - "parent"
6702   traces:
6703     hoverinfo: "x+y"
6704     boxpoints: "outliers"
6705     whiskerwidth: 0
6706   layout:
6707     title: ""  # No title
6708     layout: "plot-throughput"
6709
6710 -
6711   type: "plot"
6712   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-features-pdr"
6713   algorithm: "plot_performance_box"
6714   output-file-type: ".html"
6715   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-features-pdr"
6716   data: "plot-vpp-throughput-latency-3n-skx"
6717   filter: "'NIC_Intel-X710' and
6718            '78B' and
6719            'FEATURE' and
6720            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6721            'NDRPDR' and
6722            '2T1C' and
6723            'IP6FWD' and
6724            not 'SRv6' and
6725            not 'IPSEC' and
6726            not 'VHOST'"
6727   parameters:
6728   - "throughput"
6729   - "parent"
6730   traces:
6731     hoverinfo: "x+y"
6732     boxpoints: "outliers"
6733     whiskerwidth: 0
6734   layout:
6735     title: ""  # No title
6736     layout: "plot-throughput"
6737
6738 -
6739   type: "plot"
6740   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-features-ndr"
6741   algorithm: "plot_performance_box"
6742   output-file-type: ".html"
6743   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-features-ndr"
6744   data: "plot-vpp-throughput-latency-3n-skx"
6745   filter: "'NIC_Intel-X710' and
6746            '78B' and
6747            'FEATURE' and
6748            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6749            'NDRPDR' and
6750            '4T2C' and
6751            'IP6FWD' and
6752            not 'SRv6' and
6753            not 'IPSEC' and
6754            not 'VHOST'"
6755   parameters:
6756   - "throughput"
6757   - "parent"
6758   traces:
6759     hoverinfo: "x+y"
6760     boxpoints: "outliers"
6761     whiskerwidth: 0
6762   layout:
6763     title: ""  # No title
6764     layout: "plot-throughput"
6765
6766 -
6767   type: "plot"
6768   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-features-pdr"
6769   algorithm: "plot_performance_box"
6770   output-file-type: ".html"
6771   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-features-pdr"
6772   data: "plot-vpp-throughput-latency-3n-skx"
6773   filter: "'NIC_Intel-X710' and
6774            '78B' and
6775            'FEATURE' and
6776            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6777            'NDRPDR' and
6778            '4T2C' and
6779            'IP6FWD' and
6780            not 'SRv6' and
6781            not 'IPSEC' and
6782            not 'VHOST'"
6783   parameters:
6784   - "throughput"
6785   - "parent"
6786   traces:
6787     hoverinfo: "x+y"
6788     boxpoints: "outliers"
6789     whiskerwidth: 0
6790   layout:
6791     title: ""  # No title
6792     layout: "plot-throughput"
6793
6794 # Packet Throughput - VPP IPv6 3n-skx-xxv710
6795 -
6796   type: "plot"
6797   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
6798   algorithm: "plot_performance_box"
6799   output-file-type: ".html"
6800   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
6801   data: "plot-vpp-throughput-latency-3n-skx"
6802   filter: "'NIC_Intel-XXV710' and
6803            '78B' and
6804            ('BASE' or 'SCALE') and
6805            'NDRPDR' and
6806            '2T1C' and
6807            'IP6FWD' and
6808            not 'SRv6' and
6809            not 'IPSEC' and
6810            not 'VHOST'"
6811   parameters:
6812   - "throughput"
6813   - "parent"
6814   traces:
6815     hoverinfo: "x+y"
6816     boxpoints: "outliers"
6817     whiskerwidth: 0
6818   layout:
6819     title: ""  # No title
6820     layout: "plot-throughput"
6821
6822 -
6823   type: "plot"
6824   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
6825   algorithm: "plot_performance_box"
6826   output-file-type: ".html"
6827   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
6828   data: "plot-vpp-throughput-latency-3n-skx"
6829   filter: "'NIC_Intel-XXV710' and
6830            '78B' and
6831            ('BASE' or 'SCALE') and
6832            'NDRPDR' and
6833            '2T1C' and
6834            'IP6FWD' and
6835            not 'SRv6' and
6836            not 'IPSEC' and
6837            not 'VHOST'"
6838   parameters:
6839   - "throughput"
6840   - "parent"
6841   traces:
6842     hoverinfo: "x+y"
6843     boxpoints: "outliers"
6844     whiskerwidth: 0
6845   layout:
6846     title: ""  # No title
6847     layout: "plot-throughput"
6848
6849 -
6850   type: "plot"
6851   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
6852   algorithm: "plot_performance_box"
6853   output-file-type: ".html"
6854   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
6855   data: "plot-vpp-throughput-latency-3n-skx"
6856   filter: "'NIC_Intel-XXV710' and
6857            '78B' and
6858            ('BASE' or 'SCALE') and
6859            'NDRPDR' and
6860            '4T2C' and
6861            'IP6FWD' and
6862            not 'SRv6' and
6863            not 'IPSEC' and
6864            not 'VHOST'"
6865   parameters:
6866   - "throughput"
6867   - "parent"
6868   traces:
6869     hoverinfo: "x+y"
6870     boxpoints: "outliers"
6871     whiskerwidth: 0
6872   layout:
6873     title: ""  # No title
6874     layout: "plot-throughput"
6875
6876 -
6877   type: "plot"
6878   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
6879   algorithm: "plot_performance_box"
6880   output-file-type: ".html"
6881   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
6882   data: "plot-vpp-throughput-latency-3n-skx"
6883   filter: "'NIC_Intel-XXV710' and
6884            '78B' and
6885            ('BASE' or 'SCALE') and
6886            'NDRPDR' and
6887            '4T2C' and
6888            'IP6FWD' and
6889            not 'SRv6' and
6890            not 'IPSEC' and
6891            not 'VHOST'"
6892   parameters:
6893   - "throughput"
6894   - "parent"
6895   traces:
6896     hoverinfo: "x+y"
6897     boxpoints: "outliers"
6898     whiskerwidth: 0
6899   layout:
6900     title: ""  # No title
6901     layout: "plot-throughput"
6902
6903 -
6904   type: "plot"
6905   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-features-ndr"
6906   algorithm: "plot_performance_box"
6907   output-file-type: ".html"
6908   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-features-ndr"
6909   data: "plot-vpp-throughput-latency-3n-skx"
6910   filter: "'NIC_Intel-XXV710' and
6911            '78B' and
6912            'FEATURE' and
6913            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6914            'NDRPDR' and
6915            '2T1C' and
6916            'IP6FWD' and
6917            not 'SRv6' and
6918            not 'IPSEC' and
6919            not 'VHOST'"
6920   parameters:
6921   - "throughput"
6922   - "parent"
6923   traces:
6924     hoverinfo: "x+y"
6925     boxpoints: "outliers"
6926     whiskerwidth: 0
6927   layout:
6928     title: ""  # No title
6929     layout: "plot-throughput"
6930
6931 -
6932   type: "plot"
6933   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-features-pdr"
6934   algorithm: "plot_performance_box"
6935   output-file-type: ".html"
6936   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-features-pdr"
6937   data: "plot-vpp-throughput-latency-3n-skx"
6938   filter: "'NIC_Intel-XXV710' and
6939            '78B' and
6940            'FEATURE' and
6941            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6942            'NDRPDR' and
6943            '2T1C' and
6944            'IP6FWD' and
6945            not 'SRv6' and
6946            not 'IPSEC' and
6947            not 'VHOST'"
6948   parameters:
6949   - "throughput"
6950   - "parent"
6951   traces:
6952     hoverinfo: "x+y"
6953     boxpoints: "outliers"
6954     whiskerwidth: 0
6955   layout:
6956     title: ""  # No title
6957     layout: "plot-throughput"
6958
6959 -
6960   type: "plot"
6961   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-features-ndr"
6962   algorithm: "plot_performance_box"
6963   output-file-type: ".html"
6964   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-features-ndr"
6965   data: "plot-vpp-throughput-latency-3n-skx"
6966   filter: "'NIC_Intel-XXV710' and
6967            '78B' and
6968            'FEATURE' and
6969            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6970            'NDRPDR' and
6971            '4T2C' and
6972            'IP6FWD' and
6973            not 'SRv6' and
6974            not 'IPSEC' and
6975            not 'VHOST'"
6976   parameters:
6977   - "throughput"
6978   - "parent"
6979   traces:
6980     hoverinfo: "x+y"
6981     boxpoints: "outliers"
6982     whiskerwidth: 0
6983   layout:
6984     title: ""  # No title
6985     layout: "plot-throughput"
6986
6987 -
6988   type: "plot"
6989   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-features-pdr"
6990   algorithm: "plot_performance_box"
6991   output-file-type: ".html"
6992   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-features-pdr"
6993   data: "plot-vpp-throughput-latency-3n-skx"
6994   filter: "'NIC_Intel-XXV710' and
6995            '78B' and
6996            'FEATURE' and
6997            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6998            'NDRPDR' and
6999            '4T2C' and
7000            'IP6FWD' and
7001            not 'SRv6' and
7002            not 'IPSEC' and
7003            not 'VHOST'"
7004   parameters:
7005   - "throughput"
7006   - "parent"
7007   traces:
7008     hoverinfo: "x+y"
7009     boxpoints: "outliers"
7010     whiskerwidth: 0
7011   layout:
7012     title: ""  # No title
7013     layout: "plot-throughput"
7014
7015 # Packet Throughput - VPP IPv6 2n-skx-x710
7016 -
7017   type: "plot"
7018   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
7019   algorithm: "plot_performance_box"
7020   output-file-type: ".html"
7021   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
7022   data: "plot-vpp-throughput-latency-2n-skx"
7023   filter: "'NIC_Intel-X710' and
7024            '78B' and
7025            ('BASE' or 'SCALE') and
7026            'NDRPDR' and
7027            '2T1C' and
7028            'IP6FWD' and
7029            not 'SRv6' and
7030            not 'IPSEC' and
7031            not 'VHOST'"
7032   parameters:
7033   - "throughput"
7034   - "parent"
7035   traces:
7036     hoverinfo: "x+y"
7037     boxpoints: "outliers"
7038     whiskerwidth: 0
7039   layout:
7040     title: ""  # No title
7041     layout: "plot-throughput"
7042
7043 -
7044   type: "plot"
7045   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
7046   algorithm: "plot_performance_box"
7047   output-file-type: ".html"
7048   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
7049   data: "plot-vpp-throughput-latency-2n-skx"
7050   filter: "'NIC_Intel-X710' and
7051            '78B' and
7052            ('BASE' or 'SCALE') and
7053            'NDRPDR' and
7054            '2T1C' and
7055            'IP6FWD' and
7056            not 'IPSEC' and
7057            not 'VHOST'"
7058   parameters:
7059   - "throughput"
7060   - "parent"
7061   traces:
7062     hoverinfo: "x+y"
7063     boxpoints: "outliers"
7064     whiskerwidth: 0
7065   layout:
7066     title: ""  # No title
7067     layout: "plot-throughput"
7068
7069 -
7070   type: "plot"
7071   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
7072   algorithm: "plot_performance_box"
7073   output-file-type: ".html"
7074   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
7075   data: "plot-vpp-throughput-latency-2n-skx"
7076   filter: "'NIC_Intel-X710' and
7077            '78B' and
7078            ('BASE' or 'SCALE') and
7079            'NDRPDR' and
7080            '4T2C' and
7081            'IP6FWD' and
7082            not 'SRv6' and
7083            not 'IPSEC' and
7084            not 'VHOST'"
7085   parameters:
7086   - "throughput"
7087   - "parent"
7088   traces:
7089     hoverinfo: "x+y"
7090     boxpoints: "outliers"
7091     whiskerwidth: 0
7092   layout:
7093     title: ""  # No title
7094     layout: "plot-throughput"
7095
7096 -
7097   type: "plot"
7098   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
7099   algorithm: "plot_performance_box"
7100   output-file-type: ".html"
7101   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
7102   data: "plot-vpp-throughput-latency-2n-skx"
7103   filter: "'NIC_Intel-X710' and
7104            '78B' and
7105            ('BASE' or 'SCALE') and
7106            'NDRPDR' and
7107            '4T2C' and
7108            'IP6FWD' and
7109            not 'SRv6' and
7110            not 'IPSEC' and
7111            not 'VHOST'"
7112   parameters:
7113   - "throughput"
7114   - "parent"
7115   traces:
7116     hoverinfo: "x+y"
7117     boxpoints: "outliers"
7118     whiskerwidth: 0
7119   layout:
7120     title: ""  # No title
7121     layout: "plot-throughput"
7122
7123 # Packet Throughput - VPP IPv6 2n-skx-xxv710
7124 -
7125   type: "plot"
7126   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
7127   algorithm: "plot_performance_box"
7128   output-file-type: ".html"
7129   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
7130   data: "plot-vpp-throughput-latency-2n-skx"
7131   filter: "'NIC_Intel-XXV710' and
7132            '78B' and
7133            ('BASE' or 'SCALE') and
7134            'NDRPDR' and
7135            '2T1C' and
7136            'IP6FWD' and
7137            not 'SRv6' and
7138            not 'IPSEC' and
7139            not 'VHOST'"
7140   parameters:
7141   - "throughput"
7142   - "parent"
7143   traces:
7144     hoverinfo: "x+y"
7145     boxpoints: "outliers"
7146     whiskerwidth: 0
7147   layout:
7148     title: ""  # No title
7149     layout: "plot-throughput"
7150
7151 -
7152   type: "plot"
7153   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
7154   algorithm: "plot_performance_box"
7155   output-file-type: ".html"
7156   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
7157   data: "plot-vpp-throughput-latency-2n-skx"
7158   filter: "'NIC_Intel-XXV710' and
7159            '78B' and
7160            ('BASE' or 'SCALE') and
7161            'NDRPDR' and
7162            '2T1C' and
7163            'IP6FWD' and
7164            not 'SRv6' and
7165            not 'IPSEC' and
7166            not 'VHOST'"
7167   parameters:
7168   - "throughput"
7169   - "parent"
7170   traces:
7171     hoverinfo: "x+y"
7172     boxpoints: "outliers"
7173     whiskerwidth: 0
7174   layout:
7175     title: ""  # No title
7176     layout: "plot-throughput"
7177
7178 -
7179   type: "plot"
7180   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
7181   algorithm: "plot_performance_box"
7182   output-file-type: ".html"
7183   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
7184   data: "plot-vpp-throughput-latency-2n-skx"
7185   filter: "'NIC_Intel-XXV710' and
7186            '78B' and
7187            ('BASE' or 'SCALE') and
7188            'NDRPDR' and
7189            '4T2C' and
7190            'IP6FWD' and
7191            not 'SRv6' and
7192            not 'IPSEC' and
7193            not 'VHOST'"
7194   parameters:
7195   - "throughput"
7196   - "parent"
7197   traces:
7198     hoverinfo: "x+y"
7199     boxpoints: "outliers"
7200     whiskerwidth: 0
7201   layout:
7202     title: ""  # No title
7203     layout: "plot-throughput"
7204
7205 -
7206   type: "plot"
7207   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
7208   algorithm: "plot_performance_box"
7209   output-file-type: ".html"
7210   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
7211   data: "plot-vpp-throughput-latency-2n-skx"
7212   filter: "'NIC_Intel-XXV710' and
7213            '78B' and
7214            ('BASE' or 'SCALE') and
7215            'NDRPDR' and
7216            '4T2C' and
7217            'IP6FWD' and
7218            not 'SRv6' and
7219            not 'IPSEC' and
7220            not 'VHOST'"
7221   parameters:
7222   - "throughput"
7223   - "parent"
7224   traces:
7225     hoverinfo: "x+y"
7226     boxpoints: "outliers"
7227     whiskerwidth: 0
7228   layout:
7229     title: ""  # No title
7230     layout: "plot-throughput"
7231
7232 ################################################################################
7233
7234 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
7235 -
7236   type: "plot"
7237   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
7238   algorithm: "plot_performance_box"
7239   output-file-type: ".html"
7240   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
7241   data: "plot-vpp-throughput-latency-3n-hsw"
7242   filter: "'NIC_Intel-X520-DA2' and
7243            '78B' and
7244            'ENCAP' and
7245            'NDRPDR' and
7246            '1T1C' and
7247            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
7248            not 'VHOST'"
7249   parameters:
7250   - "throughput"
7251   - "parent"
7252   traces:
7253     hoverinfo: "x+y"
7254     boxpoints: "outliers"
7255     whiskerwidth: 0
7256   layout:
7257     title: ""  # No title
7258     layout: "plot-throughput"
7259
7260 -
7261   type: "plot"
7262   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
7263   algorithm: "plot_performance_box"
7264   output-file-type: ".html"
7265   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
7266   data: "plot-vpp-throughput-latency-3n-hsw"
7267   filter: "'NIC_Intel-X520-DA2' and
7268            '78B' and
7269            'ENCAP' and
7270            'NDRPDR' and
7271            '1T1C' and
7272            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
7273            not 'VHOST'"
7274   parameters:
7275   - "throughput"
7276   - "parent"
7277   traces:
7278     hoverinfo: "x+y"
7279     boxpoints: "outliers"
7280     whiskerwidth: 0
7281   layout:
7282     title: ""  # No title
7283     layout: "plot-throughput"
7284
7285 -
7286   type: "plot"
7287   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
7288   algorithm: "plot_performance_box"
7289   output-file-type: ".html"
7290   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
7291   data: "plot-vpp-throughput-latency-3n-hsw"
7292   filter: "'NIC_Intel-X520-DA2' and
7293            '78B' and
7294            'ENCAP' and
7295            'NDRPDR' and
7296            '2T2C' and
7297            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
7298            not 'VHOST'"
7299   parameters:
7300   - "throughput"
7301   - "parent"
7302   traces:
7303     hoverinfo: "x+y"
7304     boxpoints: "outliers"
7305     whiskerwidth: 0
7306   layout:
7307     title: ""  # No title
7308     layout: "plot-throughput"
7309
7310 -
7311   type: "plot"
7312   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
7313   algorithm: "plot_performance_box"
7314   output-file-type: ".html"
7315   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
7316   data: "plot-vpp-throughput-latency-3n-hsw"
7317   filter: "'NIC_Intel-X520-DA2' and
7318            '78B' and
7319            'ENCAP' and
7320            'NDRPDR' and
7321            '2T2C' and
7322            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
7323            not 'VHOST'"
7324   parameters:
7325   - "throughput"
7326   - "parent"
7327   traces:
7328     hoverinfo: "x+y"
7329     boxpoints: "outliers"
7330     whiskerwidth: 0
7331   layout:
7332     title: ""  # No title
7333     layout: "plot-throughput"
7334
7335 ################################################################################
7336
7337 # Packet Throughput - VPP IPSec 3n-hsw-xl710
7338 -
7339   type: "plot"
7340   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7341   algorithm: "plot_performance_box"
7342   output-file-type: ".html"
7343   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7344   data: "plot-vpp-throughput-latency-3n-hsw"
7345   filter: "'NIC_Intel-XL710' and
7346            '64B' and
7347            'IP4FWD' and
7348            'NDRPDR' and
7349            '1T1C' and
7350            'IPSECHW' and
7351            ('IPSECTRAN' or 'IPSECTUN') and
7352            not 'VHOST'"
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: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7367   algorithm: "plot_performance_box"
7368   output-file-type: ".html"
7369   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7370   data: "plot-vpp-throughput-latency-3n-hsw"
7371   filter: "'NIC_Intel-XL710' and
7372            '64B' and
7373            'IP4FWD' and
7374            'NDRPDR' and
7375            '1T1C' and
7376            'IPSECHW' and
7377            ('IPSECTRAN' or 'IPSECTUN') and
7378            not 'VHOST'"
7379   parameters:
7380   - "throughput"
7381   - "parent"
7382   traces:
7383     hoverinfo: "x+y"
7384     boxpoints: "outliers"
7385     whiskerwidth: 0
7386   layout:
7387     title: ""  # No title
7388     layout: "plot-throughput"
7389
7390 -
7391   type: "plot"
7392   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7393   algorithm: "plot_performance_box"
7394   output-file-type: ".html"
7395   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7396   data: "plot-vpp-throughput-latency-3n-hsw"
7397   filter: "'NIC_Intel-XL710' and
7398            '64B' and
7399            'IP4FWD' and
7400            'NDRPDR' and
7401            '2T2C' and
7402            'IPSECHW' and
7403            ('IPSECTRAN' or 'IPSECTUN') and
7404            not 'VHOST'"
7405   parameters:
7406   - "throughput"
7407   - "parent"
7408   traces:
7409     hoverinfo: "x+y"
7410     boxpoints: "outliers"
7411     whiskerwidth: 0
7412   layout:
7413     title: ""  # No title
7414     layout: "plot-throughput"
7415
7416 -
7417   type: "plot"
7418   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7419   algorithm: "plot_performance_box"
7420   output-file-type: ".html"
7421   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7422   data: "plot-vpp-throughput-latency-3n-hsw"
7423   filter: "'NIC_Intel-XL710' and
7424            '64B' and
7425            'IP4FWD' and
7426            'NDRPDR' and
7427            '2T2C' and
7428            'IPSECHW' and
7429            ('IPSECTRAN' or 'IPSECTUN') and
7430            not 'VHOST'"
7431   parameters:
7432   - "throughput"
7433   - "parent"
7434   traces:
7435     hoverinfo: "x+y"
7436     boxpoints: "outliers"
7437     whiskerwidth: 0
7438   layout:
7439     title: ""  # No title
7440     layout: "plot-throughput"
7441
7442 ################################################################################
7443
7444 # Packet Throughput - VPP SRv6 3n-hsw-x520
7445 -
7446   type: "plot"
7447   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
7448   algorithm: "plot_performance_box"
7449   output-file-type: ".html"
7450   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
7451   data: "plot-vpp-throughput-latency-3n-hsw"
7452   filter: "'NIC_Intel-X520-DA2' and
7453            '78B' and
7454            'FEATURE' and
7455            'NDRPDR' and
7456            '1T1C' and
7457            'IP6FWD' and
7458            'SRv6'"
7459   parameters:
7460   - "throughput"
7461   - "parent"
7462   traces:
7463     hoverinfo: "x+y"
7464     boxpoints: "outliers"
7465     whiskerwidth: 0
7466   layout:
7467     title: ""  # No title
7468     layout: "plot-throughput"
7469
7470 -
7471   type: "plot"
7472   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
7473   algorithm: "plot_performance_box"
7474   output-file-type: ".html"
7475   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
7476   data: "plot-vpp-throughput-latency-3n-hsw"
7477   filter: "'NIC_Intel-X520-DA2' and
7478            '78B' and
7479            'FEATURE' and
7480            'NDRPDR' and
7481            '1T1C' and
7482            'IP6FWD' and
7483            'SRv6'"
7484   parameters:
7485   - "throughput"
7486   - "parent"
7487   traces:
7488     hoverinfo: "x+y"
7489     boxpoints: "outliers"
7490     whiskerwidth: 0
7491   layout:
7492     title: ""  # No title
7493     layout: "plot-throughput"
7494
7495 -
7496   type: "plot"
7497   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
7498   algorithm: "plot_performance_box"
7499   output-file-type: ".html"
7500   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
7501   data: "plot-vpp-throughput-latency-3n-hsw"
7502   filter: "'NIC_Intel-X520-DA2' and
7503            '78B' and
7504            'FEATURE' and
7505            'NDRPDR' and
7506            '2T2C' and
7507            'IP6FWD' and
7508            'SRv6'"
7509   parameters:
7510   - "throughput"
7511   - "parent"
7512   traces:
7513     hoverinfo: "x+y"
7514     boxpoints: "outliers"
7515     whiskerwidth: 0
7516   layout:
7517     title: ""  # No title
7518     layout: "plot-throughput"
7519
7520 -
7521   type: "plot"
7522   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
7523   algorithm: "plot_performance_box"
7524   output-file-type: ".html"
7525   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
7526   data: "plot-vpp-throughput-latency-3n-hsw"
7527   filter: "'NIC_Intel-X520-DA2' and
7528            '78B' and
7529            'FEATURE' and
7530            'NDRPDR' and
7531            '2T2C' and
7532            'IP6FWD' and
7533            'SRv6'"
7534   parameters:
7535   - "throughput"
7536   - "parent"
7537   traces:
7538     hoverinfo: "x+y"
7539     boxpoints: "outliers"
7540     whiskerwidth: 0
7541   layout:
7542     title: ""  # No title
7543     layout: "plot-throughput"
7544
7545 ################################################################################
7546
7547 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
7548 -
7549   type: "plot"
7550   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7551   algorithm: "plot_performance_box"
7552   output-file-type: ".html"
7553   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7554   data: "plot-vpp-throughput-latency-3n-hsw"
7555   filter: "'NIC_Intel-X520-DA2' and
7556            '64B' and
7557            'NDRPDR' and
7558            '1T1C' and
7559            'VHOST' and
7560            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7561   parameters:
7562   - "throughput"
7563   - "parent"
7564   traces:
7565     hoverinfo: "x+y"
7566     boxpoints: "outliers"
7567     whiskerwidth: 0
7568   layout:
7569     title: ""  # No title
7570     layout: "plot-throughput"
7571
7572 -
7573   type: "plot"
7574   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7575   algorithm: "plot_performance_box"
7576   output-file-type: ".html"
7577   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7578   data: "plot-vpp-throughput-latency-3n-hsw"
7579   filter: "'NIC_Intel-X520-DA2' and
7580            '64B' and
7581            'NDRPDR' and
7582            '2T2C' and
7583            'VHOST' and
7584            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7585   parameters:
7586   - "throughput"
7587   - "parent"
7588   traces:
7589     hoverinfo: "x+y"
7590     boxpoints: "outliers"
7591     whiskerwidth: 0
7592   layout:
7593     title: ""  # No title
7594     layout: "plot-throughput"
7595
7596 -
7597   type: "plot"
7598   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7599   algorithm: "plot_performance_box"
7600   output-file-type: ".html"
7601   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7602   data: "plot-vpp-throughput-latency-3n-hsw"
7603   filter: "'NIC_Intel-X520-DA2' and
7604            '64B' and
7605            'NDRPDR' and
7606            '1T1C' and
7607            'VHOST' and
7608            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7609   parameters:
7610   - "throughput"
7611   - "parent"
7612   traces:
7613     hoverinfo: "x+y"
7614     boxpoints: "outliers"
7615     whiskerwidth: 0
7616   layout:
7617     title: ""  # No title
7618     layout: "plot-throughput"
7619
7620 -
7621   type: "plot"
7622   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7623   algorithm: "plot_performance_box"
7624   output-file-type: ".html"
7625   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7626   data: "plot-vpp-throughput-latency-3n-hsw"
7627   filter: "'NIC_Intel-X520-DA2' and
7628            '64B' and
7629            'NDRPDR' and
7630            '2T2C' and
7631            'VHOST' and
7632            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7633   parameters:
7634   - "throughput"
7635   - "parent"
7636   traces:
7637     hoverinfo: "x+y"
7638     boxpoints: "outliers"
7639     whiskerwidth: 0
7640   layout:
7641     title: ""  # No title
7642     layout: "plot-throughput"
7643
7644 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
7645 -
7646   type: "plot"
7647   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7648   algorithm: "plot_performance_box"
7649   output-file-type: ".html"
7650   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7651   data: "plot-vpp-throughput-latency-3n-hsw"
7652   filter: "'NIC_Intel-X520-DA2' and
7653            '64B' and
7654            'NDRPDR' and
7655            '1T1C' and
7656            'VHOST' and
7657            not 'VXLAN' and
7658            not 'IP4FWD' and
7659            not 'DOT1Q' and
7660            not '2VM'"
7661   parameters:
7662   - "throughput"
7663   - "parent"
7664   traces:
7665     hoverinfo: "x+y"
7666     boxpoints: "outliers"
7667     whiskerwidth: 0
7668   layout:
7669     title: ""  # No title
7670     layout: "plot-throughput"
7671
7672 -
7673   type: "plot"
7674   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7675   algorithm: "plot_performance_box"
7676   output-file-type: ".html"
7677   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7678   data: "plot-vpp-throughput-latency-3n-hsw"
7679   filter: "'NIC_Intel-X520-DA2' and
7680            '64B' and
7681            'NDRPDR' and
7682            '2T2C' and
7683            'VHOST' and
7684            not 'VXLAN' and
7685            not 'IP4FWD' and
7686            not 'DOT1Q' and
7687            not '2VM'"
7688   parameters:
7689   - "throughput"
7690   - "parent"
7691   traces:
7692     hoverinfo: "x+y"
7693     boxpoints: "outliers"
7694     whiskerwidth: 0
7695   layout:
7696     title: ""  # No title
7697     layout: "plot-throughput"
7698
7699 -
7700   type: "plot"
7701   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7702   algorithm: "plot_performance_box"
7703   output-file-type: ".html"
7704   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7705   data: "plot-vpp-throughput-latency-3n-hsw"
7706   filter: "'NIC_Intel-X520-DA2' and
7707            '64B' and
7708            'NDRPDR' and
7709            '1T1C' and
7710            'VHOST' and
7711            not 'VXLAN' and
7712            not 'IP4FWD' and
7713            not 'DOT1Q' and
7714            not '2VM'"
7715   parameters:
7716   - "throughput"
7717   - "parent"
7718   traces:
7719     hoverinfo: "x+y"
7720     boxpoints: "outliers"
7721     whiskerwidth: 0
7722   layout:
7723     title: ""  # No title
7724     layout: "plot-throughput"
7725
7726 -
7727   type: "plot"
7728   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7729   algorithm: "plot_performance_box"
7730   output-file-type: ".html"
7731   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7732   data: "plot-vpp-throughput-latency-3n-hsw"
7733   filter: "'NIC_Intel-X520-DA2' and
7734            '64B' and
7735            'NDRPDR' and
7736            '2T2C' and
7737            'VHOST' and
7738            not 'VXLAN' and
7739            not 'IP4FWD' and
7740            not 'DOT1Q' and
7741            not '2VM'"
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 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
7754 -
7755   type: "plot"
7756   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7757   algorithm: "plot_performance_box"
7758   output-file-type: ".html"
7759   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7760   data: "plot-vpp-throughput-latency-3n-hsw"
7761   filter: "'NIC_Intel-X710' and
7762            '64B' and
7763            'NDRPDR' and
7764            '1T1C' and
7765            'VHOST' and
7766            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7767   parameters:
7768   - "throughput"
7769   - "parent"
7770   traces:
7771     hoverinfo: "x+y"
7772     boxpoints: "outliers"
7773     whiskerwidth: 0
7774   layout:
7775     title: ""  # No title
7776     layout: "plot-throughput"
7777
7778 -
7779   type: "plot"
7780   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7781   algorithm: "plot_performance_box"
7782   output-file-type: ".html"
7783   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7784   data: "plot-vpp-throughput-latency-3n-hsw"
7785   filter: "'NIC_Intel-X710' and
7786            '64B' and
7787            'NDRPDR' and
7788            '2T2C' and
7789            'VHOST' and
7790            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
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: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7805   algorithm: "plot_performance_box"
7806   output-file-type: ".html"
7807   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7808   data: "plot-vpp-throughput-latency-3n-hsw"
7809   filter: "'NIC_Intel-X710' and
7810            '64B' and
7811            'NDRPDR' and
7812            '1T1C' and
7813            'VHOST' and
7814            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
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: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7829   algorithm: "plot_performance_box"
7830   output-file-type: ".html"
7831   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7832   data: "plot-vpp-throughput-latency-3n-hsw"
7833   filter: "'NIC_Intel-X710' and
7834            '64B' and
7835            'NDRPDR' and
7836            '2T2C' and
7837            'VHOST' and
7838            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
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 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
7851 -
7852   type: "plot"
7853   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7854   algorithm: "plot_performance_box"
7855   output-file-type: ".html"
7856   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7857   data: "plot-vpp-throughput-latency-3n-hsw"
7858   filter: "'NIC_Intel-X710' and
7859            '64B' and
7860            'NDRPDR' and
7861            '1T1C' and
7862            'VHOST' and
7863            not 'VXLAN' and
7864            not 'IP4FWD' and
7865            not 'DOT1Q' and
7866            not '2VM'"
7867   parameters:
7868   - "throughput"
7869   - "parent"
7870   traces:
7871     hoverinfo: "x+y"
7872     boxpoints: "outliers"
7873     whiskerwidth: 0
7874   layout:
7875     title: ""  # No title
7876     layout: "plot-throughput"
7877
7878 -
7879   type: "plot"
7880   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7881   algorithm: "plot_performance_box"
7882   output-file-type: ".html"
7883   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7884   data: "plot-vpp-throughput-latency-3n-hsw"
7885   filter: "'NIC_Intel-X710' and
7886            '64B' and
7887            'NDRPDR' and
7888            '2T2C' and
7889            'VHOST' and
7890            not 'VXLAN' and
7891            not 'IP4FWD' and
7892            not 'DOT1Q' and
7893            not '2VM'"
7894   parameters:
7895   - "throughput"
7896   - "parent"
7897   traces:
7898     hoverinfo: "x+y"
7899     boxpoints: "outliers"
7900     whiskerwidth: 0
7901   layout:
7902     title: ""  # No title
7903     layout: "plot-throughput"
7904
7905 -
7906   type: "plot"
7907   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7908   algorithm: "plot_performance_box"
7909   output-file-type: ".html"
7910   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7911   data: "plot-vpp-throughput-latency-3n-hsw"
7912   filter: "'NIC_Intel-X710' and
7913            '64B' and
7914            'NDRPDR' and
7915            '1T1C' and
7916            'VHOST' and
7917            not 'VXLAN' and
7918            not 'IP4FWD' and
7919            not 'DOT1Q' and
7920            not '2VM'"
7921   parameters:
7922   - "throughput"
7923   - "parent"
7924   traces:
7925     hoverinfo: "x+y"
7926     boxpoints: "outliers"
7927     whiskerwidth: 0
7928   layout:
7929     title: ""  # No title
7930     layout: "plot-throughput"
7931
7932 -
7933   type: "plot"
7934   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7935   algorithm: "plot_performance_box"
7936   output-file-type: ".html"
7937   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7938   data: "plot-vpp-throughput-latency-3n-hsw"
7939   filter: "'NIC_Intel-X710' and
7940            '64B' and
7941            'NDRPDR' and
7942            '2T2C' and
7943            'VHOST' and
7944            not 'VXLAN' and
7945            not 'IP4FWD' and
7946            not 'DOT1Q' and
7947            not '2VM'"
7948   parameters:
7949   - "throughput"
7950   - "parent"
7951   traces:
7952     hoverinfo: "x+y"
7953     boxpoints: "outliers"
7954     whiskerwidth: 0
7955   layout:
7956     title: ""  # No title
7957     layout: "plot-throughput"
7958
7959 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
7960 -
7961   type: "plot"
7962   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7963   algorithm: "plot_performance_box"
7964   output-file-type: ".html"
7965   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7966   data: "plot-vpp-throughput-latency-3n-hsw"
7967   filter: "'NIC_Intel-XL710' and
7968            '64B' and
7969            'NDRPDR' and
7970            '1T1C' and
7971            'VHOST' and
7972            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7973   parameters:
7974   - "throughput"
7975   - "parent"
7976   traces:
7977     hoverinfo: "x+y"
7978     boxpoints: "outliers"
7979     whiskerwidth: 0
7980   layout:
7981     title: ""  # No title
7982     layout: "plot-throughput"
7983
7984 -
7985   type: "plot"
7986   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7987   algorithm: "plot_performance_box"
7988   output-file-type: ".html"
7989   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7990   data: "plot-vpp-throughput-latency-3n-hsw"
7991   filter: "'NIC_Intel-XL710' and
7992            '64B' and
7993            'NDRPDR' and
7994            '2T2C' and
7995            'VHOST' and
7996            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7997   parameters:
7998   - "throughput"
7999   - "parent"
8000   traces:
8001     hoverinfo: "x+y"
8002     boxpoints: "outliers"
8003     whiskerwidth: 0
8004   layout:
8005     title: ""  # No title
8006     layout: "plot-throughput"
8007
8008 -
8009   type: "plot"
8010   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8011   algorithm: "plot_performance_box"
8012   output-file-type: ".html"
8013   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8014   data: "plot-vpp-throughput-latency-3n-hsw"
8015   filter: "'NIC_Intel-XL710' and
8016            '64B' and
8017            'NDRPDR' and
8018            '1T1C' and
8019            'VHOST' and
8020            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8021   parameters:
8022   - "throughput"
8023   - "parent"
8024   traces:
8025     hoverinfo: "x+y"
8026     boxpoints: "outliers"
8027     whiskerwidth: 0
8028   layout:
8029     title: ""  # No title
8030     layout: "plot-throughput"
8031
8032 -
8033   type: "plot"
8034   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8035   algorithm: "plot_performance_box"
8036   output-file-type: ".html"
8037   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8038   data: "plot-vpp-throughput-latency-3n-hsw"
8039   filter: "'NIC_Intel-XL710' and
8040            '64B' and
8041            'NDRPDR' and
8042            '2T2C' and
8043            'VHOST' and
8044            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8045   parameters:
8046   - "throughput"
8047   - "parent"
8048   traces:
8049     hoverinfo: "x+y"
8050     boxpoints: "outliers"
8051     whiskerwidth: 0
8052   layout:
8053     title: ""  # No title
8054     layout: "plot-throughput"
8055
8056 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
8057 -
8058   type: "plot"
8059   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8060   algorithm: "plot_performance_box"
8061   output-file-type: ".html"
8062   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8063   data: "plot-vpp-throughput-latency-3n-hsw"
8064   filter: "'NIC_Intel-XL710' and
8065            '64B' and
8066            'NDRPDR' and
8067            '1T1C' and
8068            'VHOST' and
8069            not 'VXLAN' and
8070            not 'IP4FWD' and
8071            not 'DOT1Q' and
8072            not '2VM'"
8073   parameters:
8074   - "throughput"
8075   - "parent"
8076   traces:
8077     hoverinfo: "x+y"
8078     boxpoints: "outliers"
8079     whiskerwidth: 0
8080   layout:
8081     title: ""  # No title
8082     layout: "plot-throughput"
8083
8084 -
8085   type: "plot"
8086   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8087   algorithm: "plot_performance_box"
8088   output-file-type: ".html"
8089   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8090   data: "plot-vpp-throughput-latency-3n-hsw"
8091   filter: "'NIC_Intel-XL710' and
8092            '64B' and
8093            'NDRPDR' and
8094            '2T2C' and
8095            'VHOST' and
8096            not 'VXLAN' and
8097            not 'IP4FWD' and
8098            not 'DOT1Q' and
8099            not '2VM'"
8100   parameters:
8101   - "throughput"
8102   - "parent"
8103   traces:
8104     hoverinfo: "x+y"
8105     boxpoints: "outliers"
8106     whiskerwidth: 0
8107   layout:
8108     title: ""  # No title
8109     layout: "plot-throughput"
8110
8111 -
8112   type: "plot"
8113   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8114   algorithm: "plot_performance_box"
8115   output-file-type: ".html"
8116   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8117   data: "plot-vpp-throughput-latency-3n-hsw"
8118   filter: "'NIC_Intel-XL710' and
8119            '64B' and
8120            'NDRPDR' and
8121            '1T1C' and
8122            'VHOST' and
8123            not 'VXLAN' and
8124            not 'IP4FWD' and
8125            not 'DOT1Q' and
8126            not '2VM'"
8127   parameters:
8128   - "throughput"
8129   - "parent"
8130   traces:
8131     hoverinfo: "x+y"
8132     boxpoints: "outliers"
8133     whiskerwidth: 0
8134   layout:
8135     title: ""  # No title
8136     layout: "plot-throughput"
8137
8138 -
8139   type: "plot"
8140   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8141   algorithm: "plot_performance_box"
8142   output-file-type: ".html"
8143   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8144   data: "plot-vpp-throughput-latency-3n-hsw"
8145   filter: "'NIC_Intel-XL710' and
8146            '64B' and
8147            'NDRPDR' and
8148            '2T2C' and
8149            'VHOST' and
8150            not 'VXLAN' and
8151            not 'IP4FWD' and
8152            not 'DOT1Q' and
8153            not '2VM'"
8154   parameters:
8155   - "throughput"
8156   - "parent"
8157   traces:
8158     hoverinfo: "x+y"
8159     boxpoints: "outliers"
8160     whiskerwidth: 0
8161   layout:
8162     title: ""  # No title
8163     layout: "plot-throughput"
8164
8165 ################################################################################
8166
8167 # Packet Throughput - VPP VTS 3n-hsw-x520
8168 -
8169   type: "plot"
8170   title: "VPP Throughput: vts-3n-hsw-x520-64b-1t1c-ndr"
8171   algorithm: "plot_performance_box"
8172   output-file-type: ".html"
8173   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-1t1c-ndr"
8174   data: "plot-vpp-throughput-latency-3n-hsw"
8175   filter: "'NIC_Intel-X520-DA2' and
8176            '64B' and
8177            'NDRPDR' and
8178            '1T1C' and
8179            'VTS'"
8180   parameters:
8181   - "throughput"
8182   - "parent"
8183   traces:
8184     hoverinfo: "x+y"
8185     boxpoints: "outliers"
8186     whiskerwidth: 0
8187   layout:
8188     title: ""  # No title
8189     layout: "plot-throughput"
8190
8191 -
8192   type: "plot"
8193   title: "VPP Throughput: vts-3n-hsw-x520-64b-2t2c-ndr"
8194   algorithm: "plot_performance_box"
8195   output-file-type: ".html"
8196   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-2t2c-ndr"
8197   data: "plot-vpp-throughput-latency-3n-hsw"
8198   filter: "'NIC_Intel-X520-DA2' and
8199            '64B' and
8200            'NDRPDR' and
8201            '2T2C' and
8202            'VTS'"
8203   parameters:
8204   - "throughput"
8205   - "parent"
8206   traces:
8207     hoverinfo: "x+y"
8208     boxpoints: "outliers"
8209     whiskerwidth: 0
8210   layout:
8211     title: ""  # No title
8212     layout: "plot-throughput"
8213
8214 -
8215   type: "plot"
8216   title: "VPP Throughput: vts-3n-hsw-x520-64b-1t1c-pdr"
8217   algorithm: "plot_performance_box"
8218   output-file-type: ".html"
8219   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-1t1c-pdr"
8220   data: "plot-vpp-throughput-latency-3n-hsw"
8221   filter: "'NIC_Intel-X520-DA2' and
8222            '64B' and
8223            'NDRPDR' and
8224            '1T1C' and
8225            'VTS'"
8226   parameters:
8227   - "throughput"
8228   - "parent"
8229   traces:
8230     hoverinfo: "x+y"
8231     boxpoints: "outliers"
8232     whiskerwidth: 0
8233   layout:
8234     title: ""  # No title
8235     layout: "plot-throughput"
8236
8237 -
8238   type: "plot"
8239   title: "VPP Throughput: vts-3n-hsw-x520-64b-2t2c-pdr"
8240   algorithm: "plot_performance_box"
8241   output-file-type: ".html"
8242   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-2t2c-pdr"
8243   data: "plot-vpp-throughput-latency-3n-hsw"
8244   filter: "'NIC_Intel-X520-DA2' and
8245            '64B' and
8246            'NDRPDR' and
8247            '2T2C' and
8248            'VTS'"
8249   parameters:
8250   - "throughput"
8251   - "parent"
8252   traces:
8253     hoverinfo: "x+y"
8254     boxpoints: "outliers"
8255     whiskerwidth: 0
8256   layout:
8257     title: ""  # No title
8258     layout: "plot-throughput"
8259
8260 ################################################################################
8261
8262 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
8263 -
8264   type: "plot"
8265   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
8266   algorithm: "plot_performance_box"
8267   output-file-type: ".html"
8268   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
8269   data: "plot-dpdk-throughput-latency-3n-hsw"
8270   filter: "'NIC_Intel-X520-DA2' and
8271            '64B' and
8272            'BASE' and
8273            'NDRPDR' and
8274            '1T1C' and
8275            'IP4FWD'"
8276   parameters:
8277   - "throughput"
8278   - "parent"
8279   traces:
8280     hoverinfo: "x+y"
8281     boxpoints: "outliers"
8282     whiskerwidth: 0
8283   layout:
8284     title: ""  # No title
8285     layout: "plot-throughput"
8286
8287 -
8288   type: "plot"
8289   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
8290   algorithm: "plot_performance_box"
8291   output-file-type: ".html"
8292   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
8293   data: "plot-dpdk-throughput-latency-3n-hsw"
8294   filter: "'NIC_Intel-X520-DA2' and
8295            '64B' and
8296            'BASE' and
8297            'NDRPDR' and
8298            '2T2C' and
8299            'IP4FWD'"
8300   parameters:
8301   - "throughput"
8302   - "parent"
8303   traces:
8304     hoverinfo: "x+y"
8305     boxpoints: "outliers"
8306     whiskerwidth: 0
8307   layout:
8308     title: ""  # No title
8309     layout: "plot-throughput"
8310
8311 -
8312   type: "plot"
8313   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
8314   algorithm: "plot_performance_box"
8315   output-file-type: ".html"
8316   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
8317   data: "plot-dpdk-throughput-latency-3n-hsw"
8318   filter: "'NIC_Intel-X520-DA2' and
8319            '64B' and
8320            'BASE' and
8321            'NDRPDR' and
8322            '1T1C' and
8323            'IP4FWD'"
8324   parameters:
8325   - "throughput"
8326   - "parent"
8327   traces:
8328     hoverinfo: "x+y"
8329     boxpoints: "outliers"
8330     whiskerwidth: 0
8331   layout:
8332     title: ""  # No title
8333     layout: "plot-throughput"
8334
8335 -
8336   type: "plot"
8337   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
8338   algorithm: "plot_performance_box"
8339   output-file-type: ".html"
8340   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
8341   data: "plot-dpdk-throughput-latency-3n-hsw"
8342   filter: "'NIC_Intel-X520-DA2' and
8343            '64B' and
8344            'BASE' and
8345            'NDRPDR' and
8346            '2T2C' and
8347            'IP4FWD'"
8348   parameters:
8349   - "throughput"
8350   - "parent"
8351   traces:
8352     hoverinfo: "x+y"
8353     boxpoints: "outliers"
8354     whiskerwidth: 0
8355   layout:
8356     title: ""  # No title
8357     layout: "plot-throughput"
8358
8359 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
8360 -
8361   type: "plot"
8362   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
8363   algorithm: "plot_performance_box"
8364   output-file-type: ".html"
8365   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
8366   data: "plot-dpdk-throughput-latency-3n-hsw"
8367   filter: "'NIC_Intel-X710' and
8368            '64B' and
8369            'BASE' and
8370            'NDRPDR' and
8371            '1T1C' and
8372            'IP4FWD'"
8373   parameters:
8374   - "throughput"
8375   - "parent"
8376   traces:
8377     hoverinfo: "x+y"
8378     boxpoints: "outliers"
8379     whiskerwidth: 0
8380   layout:
8381     title: ""  # No title
8382     layout: "plot-throughput"
8383
8384 -
8385   type: "plot"
8386   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
8387   algorithm: "plot_performance_box"
8388   output-file-type: ".html"
8389   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
8390   data: "plot-dpdk-throughput-latency-3n-hsw"
8391   filter: "'NIC_Intel-X710' and
8392            '64B' and
8393            'BASE' and
8394            'NDRPDR' and
8395            '2T2C' and
8396            'IP4FWD'"
8397   parameters:
8398   - "throughput"
8399   - "parent"
8400   traces:
8401     hoverinfo: "x+y"
8402     boxpoints: "outliers"
8403     whiskerwidth: 0
8404   layout:
8405     title: ""  # No title
8406     layout: "plot-throughput"
8407
8408 -
8409   type: "plot"
8410   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
8411   algorithm: "plot_performance_box"
8412   output-file-type: ".html"
8413   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
8414   data: "plot-dpdk-throughput-latency-3n-hsw"
8415   filter: "'NIC_Intel-X710' and
8416            '64B' and
8417            'BASE' and
8418            'NDRPDR' and
8419            '1T1C' and
8420            'IP4FWD'"
8421   parameters:
8422   - "throughput"
8423   - "parent"
8424   traces:
8425     hoverinfo: "x+y"
8426     boxpoints: "outliers"
8427     whiskerwidth: 0
8428   layout:
8429     title: ""  # No title
8430     layout: "plot-throughput"
8431
8432 -
8433   type: "plot"
8434   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
8435   algorithm: "plot_performance_box"
8436   output-file-type: ".html"
8437   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
8438   data: "plot-dpdk-throughput-latency-3n-hsw"
8439   filter: "'NIC_Intel-X710' and
8440            '64B' and
8441            'BASE' and
8442            'NDRPDR' and
8443            '2T2C' and
8444            'IP4FWD'"
8445   parameters:
8446   - "throughput"
8447   - "parent"
8448   traces:
8449     hoverinfo: "x+y"
8450     boxpoints: "outliers"
8451     whiskerwidth: 0
8452   layout:
8453     title: ""  # No title
8454     layout: "plot-throughput"
8455
8456 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
8457 -
8458   type: "plot"
8459   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
8460   algorithm: "plot_performance_box"
8461   output-file-type: ".html"
8462   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
8463   data: "plot-dpdk-throughput-latency-3n-hsw"
8464   filter: "'NIC_Intel-XL710' and
8465            '64B' and
8466            'BASE' and
8467            'NDRPDR' and
8468            '1T1C' and
8469            'IP4FWD'"
8470   parameters:
8471   - "throughput"
8472   - "parent"
8473   traces:
8474     hoverinfo: "x+y"
8475     boxpoints: "outliers"
8476     whiskerwidth: 0
8477   layout:
8478     title: ""  # No title
8479     layout: "plot-throughput"
8480
8481 -
8482   type: "plot"
8483   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
8484   algorithm: "plot_performance_box"
8485   output-file-type: ".html"
8486   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
8487   data: "plot-dpdk-throughput-latency-3n-hsw"
8488   filter: "'NIC_Intel-XL710' and
8489            '64B' and
8490            'BASE' and
8491            'NDRPDR' and
8492            '2T2C' and
8493            'IP4FWD'"
8494   parameters:
8495   - "throughput"
8496   - "parent"
8497   traces:
8498     hoverinfo: "x+y"
8499     boxpoints: "outliers"
8500     whiskerwidth: 0
8501   layout:
8502     title: ""  # No title
8503     layout: "plot-throughput"
8504
8505 -
8506   type: "plot"
8507   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
8508   algorithm: "plot_performance_box"
8509   output-file-type: ".html"
8510   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
8511   data: "plot-dpdk-throughput-latency-3n-hsw"
8512   filter: "'NIC_Intel-XL710' and
8513            '64B' and
8514            'BASE' and
8515            'NDRPDR' and
8516            '1T1C' and
8517            'IP4FWD'"
8518   parameters:
8519   - "throughput"
8520   - "parent"
8521   traces:
8522     hoverinfo: "x+y"
8523     boxpoints: "outliers"
8524     whiskerwidth: 0
8525   layout:
8526     title: ""  # No title
8527     layout: "plot-throughput"
8528
8529 -
8530   type: "plot"
8531   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
8532   algorithm: "plot_performance_box"
8533   output-file-type: ".html"
8534   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
8535   data: "plot-dpdk-throughput-latency-3n-hsw"
8536   filter: "'NIC_Intel-XL710' and
8537            '64B' and
8538            'BASE' and
8539            'NDRPDR' and
8540            '2T2C' and
8541            'IP4FWD'"
8542   parameters:
8543   - "throughput"
8544   - "parent"
8545   traces:
8546     hoverinfo: "x+y"
8547     boxpoints: "outliers"
8548     whiskerwidth: 0
8549   layout:
8550     title: ""  # No title
8551     layout: "plot-throughput"
8552
8553 # Packet Throughput - DPDK l3fwd 3n-skx-x710
8554 -
8555   type: "plot"
8556   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
8557   algorithm: "plot_performance_box"
8558   output-file-type: ".html"
8559   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
8560   data: "plot-dpdk-throughput-latency-3n-skx"
8561   filter: "'NIC_Intel-X710' and
8562            '64B' and
8563            'BASE' and
8564            'NDRPDR' and
8565            '2T1C' and
8566            'IP4FWD'"
8567   parameters:
8568   - "throughput"
8569   - "parent"
8570   traces:
8571     hoverinfo: "x+y"
8572     boxpoints: "outliers"
8573     whiskerwidth: 0
8574   layout:
8575     title: ""  # No title
8576     layout: "plot-throughput"
8577
8578 -
8579   type: "plot"
8580   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
8581   algorithm: "plot_performance_box"
8582   output-file-type: ".html"
8583   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
8584   data: "plot-dpdk-throughput-latency-3n-skx"
8585   filter: "'NIC_Intel-X710' and
8586            '64B' and
8587            'BASE' and
8588            'NDRPDR' and
8589            '4T2C' and
8590            'IP4FWD'"
8591   parameters:
8592   - "throughput"
8593   - "parent"
8594   traces:
8595     hoverinfo: "x+y"
8596     boxpoints: "outliers"
8597     whiskerwidth: 0
8598   layout:
8599     title: ""  # No title
8600     layout: "plot-throughput"
8601
8602 -
8603   type: "plot"
8604   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
8605   algorithm: "plot_performance_box"
8606   output-file-type: ".html"
8607   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
8608   data: "plot-dpdk-throughput-latency-3n-skx"
8609   filter: "'NIC_Intel-X710' and
8610            '64B' and
8611            'BASE' and
8612            'NDRPDR' and
8613            '2T1C' and
8614            'IP4FWD'"
8615   parameters:
8616   - "throughput"
8617   - "parent"
8618   traces:
8619     hoverinfo: "x+y"
8620     boxpoints: "outliers"
8621     whiskerwidth: 0
8622   layout:
8623     title: ""  # No title
8624     layout: "plot-throughput"
8625
8626 -
8627   type: "plot"
8628   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
8629   algorithm: "plot_performance_box"
8630   output-file-type: ".html"
8631   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
8632   data: "plot-dpdk-throughput-latency-3n-skx"
8633   filter: "'NIC_Intel-X710' and
8634            '64B' and
8635            'BASE' and
8636            'NDRPDR' and
8637            '4T2C' and
8638            'IP4FWD'"
8639   parameters:
8640   - "throughput"
8641   - "parent"
8642   traces:
8643     hoverinfo: "x+y"
8644     boxpoints: "outliers"
8645     whiskerwidth: 0
8646   layout:
8647     title: ""  # No title
8648     layout: "plot-throughput"
8649
8650 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
8651 -
8652   type: "plot"
8653   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
8654   algorithm: "plot_performance_box"
8655   output-file-type: ".html"
8656   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
8657   data: "plot-dpdk-throughput-latency-3n-skx"
8658   filter: "'NIC_Intel-XXV710' and
8659            '64B' and
8660            'BASE' and
8661            'NDRPDR' and
8662            '2T1C' and
8663            'IP4FWD'"
8664   parameters:
8665   - "throughput"
8666   - "parent"
8667   traces:
8668     hoverinfo: "x+y"
8669     boxpoints: "outliers"
8670     whiskerwidth: 0
8671   layout:
8672     title: ""  # No title
8673     layout: "plot-throughput"
8674
8675 -
8676   type: "plot"
8677   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
8678   algorithm: "plot_performance_box"
8679   output-file-type: ".html"
8680   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
8681   data: "plot-dpdk-throughput-latency-3n-skx"
8682   filter: "'NIC_Intel-XXV710' and
8683            '64B' and
8684            'BASE' and
8685            'NDRPDR' and
8686            '4T2C' and
8687            'IP4FWD'"
8688   parameters:
8689   - "throughput"
8690   - "parent"
8691   traces:
8692     hoverinfo: "x+y"
8693     boxpoints: "outliers"
8694     whiskerwidth: 0
8695   layout:
8696     title: ""  # No title
8697     layout: "plot-throughput"
8698
8699 -
8700   type: "plot"
8701   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
8702   algorithm: "plot_performance_box"
8703   output-file-type: ".html"
8704   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
8705   data: "plot-dpdk-throughput-latency-3n-skx"
8706   filter: "'NIC_Intel-XXV710' and
8707            '64B' and
8708            'BASE' and
8709            'NDRPDR' and
8710            '2T1C' and
8711            'IP4FWD'"
8712   parameters:
8713   - "throughput"
8714   - "parent"
8715   traces:
8716     hoverinfo: "x+y"
8717     boxpoints: "outliers"
8718     whiskerwidth: 0
8719   layout:
8720     title: ""  # No title
8721     layout: "plot-throughput"
8722
8723 -
8724   type: "plot"
8725   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
8726   algorithm: "plot_performance_box"
8727   output-file-type: ".html"
8728   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
8729   data: "plot-dpdk-throughput-latency-3n-skx"
8730   filter: "'NIC_Intel-XXV710' and
8731            '64B' and
8732            'BASE' and
8733            'NDRPDR' and
8734            '4T2C' and
8735            'IP4FWD'"
8736   parameters:
8737   - "throughput"
8738   - "parent"
8739   traces:
8740     hoverinfo: "x+y"
8741     boxpoints: "outliers"
8742     whiskerwidth: 0
8743   layout:
8744     title: ""  # No title
8745     layout: "plot-throughput"
8746
8747 # Packet Throughput - DPDK l3fwd 2n-skx-x710
8748 -
8749   type: "plot"
8750   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
8751   algorithm: "plot_performance_box"
8752   output-file-type: ".html"
8753   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
8754   data: "plot-dpdk-throughput-latency-2n-skx"
8755   filter: "'NIC_Intel-X710' and
8756            '64B' and
8757            'BASE' and
8758            'NDRPDR' and
8759            '2T1C' and
8760            'IP4FWD'"
8761   parameters:
8762   - "throughput"
8763   - "parent"
8764   traces:
8765     hoverinfo: "x+y"
8766     boxpoints: "outliers"
8767     whiskerwidth: 0
8768   layout:
8769     title: ""  # No title
8770     layout: "plot-throughput"
8771
8772 -
8773   type: "plot"
8774   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
8775   algorithm: "plot_performance_box"
8776   output-file-type: ".html"
8777   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
8778   data: "plot-dpdk-throughput-latency-2n-skx"
8779   filter: "'NIC_Intel-X710' and
8780            '64B' and
8781            'BASE' and
8782            'NDRPDR' and
8783            '4T2C' and
8784            'IP4FWD'"
8785   parameters:
8786   - "throughput"
8787   - "parent"
8788   traces:
8789     hoverinfo: "x+y"
8790     boxpoints: "outliers"
8791     whiskerwidth: 0
8792   layout:
8793     title: ""  # No title
8794     layout: "plot-throughput"
8795
8796 -
8797   type: "plot"
8798   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
8799   algorithm: "plot_performance_box"
8800   output-file-type: ".html"
8801   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
8802   data: "plot-dpdk-throughput-latency-2n-skx"
8803   filter: "'NIC_Intel-X710' and
8804            '64B' and
8805            'BASE' and
8806            'NDRPDR' and
8807            '2T1C' and
8808            'IP4FWD'"
8809   parameters:
8810   - "throughput"
8811   - "parent"
8812   traces:
8813     hoverinfo: "x+y"
8814     boxpoints: "outliers"
8815     whiskerwidth: 0
8816   layout:
8817     title: ""  # No title
8818     layout: "plot-throughput"
8819
8820 -
8821   type: "plot"
8822   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
8823   algorithm: "plot_performance_box"
8824   output-file-type: ".html"
8825   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
8826   data: "plot-dpdk-throughput-latency-2n-skx"
8827   filter: "'NIC_Intel-X710' and
8828            '64B' and
8829            'BASE' and
8830            'NDRPDR' and
8831            '4T2C' and
8832            'IP4FWD'"
8833   parameters:
8834   - "throughput"
8835   - "parent"
8836   traces:
8837     hoverinfo: "x+y"
8838     boxpoints: "outliers"
8839     whiskerwidth: 0
8840   layout:
8841     title: ""  # No title
8842     layout: "plot-throughput"
8843
8844 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
8845 -
8846   type: "plot"
8847   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
8848   algorithm: "plot_performance_box"
8849   output-file-type: ".html"
8850   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
8851   data: "plot-dpdk-throughput-latency-2n-skx"
8852   filter: "'NIC_Intel-XXV710' and
8853            '64B' and
8854            'BASE' and
8855            'NDRPDR' and
8856            '2T1C' and
8857            'IP4FWD'"
8858   parameters:
8859   - "throughput"
8860   - "parent"
8861   traces:
8862     hoverinfo: "x+y"
8863     boxpoints: "outliers"
8864     whiskerwidth: 0
8865   layout:
8866     title: ""  # No title
8867     layout: "plot-throughput"
8868
8869 -
8870   type: "plot"
8871   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
8872   algorithm: "plot_performance_box"
8873   output-file-type: ".html"
8874   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
8875   data: "plot-dpdk-throughput-latency-2n-skx"
8876   filter: "'NIC_Intel-XXV710' and
8877            '64B' and
8878            'BASE' and
8879            'NDRPDR' and
8880            '4T2C' and
8881            'IP4FWD'"
8882   parameters:
8883   - "throughput"
8884   - "parent"
8885   traces:
8886     hoverinfo: "x+y"
8887     boxpoints: "outliers"
8888     whiskerwidth: 0
8889   layout:
8890     title: ""  # No title
8891     layout: "plot-throughput"
8892
8893 -
8894   type: "plot"
8895   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
8896   algorithm: "plot_performance_box"
8897   output-file-type: ".html"
8898   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
8899   data: "plot-dpdk-throughput-latency-2n-skx"
8900   filter: "'NIC_Intel-XXV710' and
8901            '64B' and
8902            'BASE' and
8903            'NDRPDR' and
8904            '2T1C' and
8905            'IP4FWD'"
8906   parameters:
8907   - "throughput"
8908   - "parent"
8909   traces:
8910     hoverinfo: "x+y"
8911     boxpoints: "outliers"
8912     whiskerwidth: 0
8913   layout:
8914     title: ""  # No title
8915     layout: "plot-throughput"
8916
8917 -
8918   type: "plot"
8919   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
8920   algorithm: "plot_performance_box"
8921   output-file-type: ".html"
8922   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
8923   data: "plot-dpdk-throughput-latency-2n-skx"
8924   filter: "'NIC_Intel-XXV710' and
8925            '64B' and
8926            'BASE' and
8927            'NDRPDR' and
8928            '4T2C' and
8929            'IP4FWD'"
8930   parameters:
8931   - "throughput"
8932   - "parent"
8933   traces:
8934     hoverinfo: "x+y"
8935     boxpoints: "outliers"
8936     whiskerwidth: 0
8937   layout:
8938     title: ""  # No title
8939     layout: "plot-throughput"
8940
8941 ################################################################################
8942
8943 # Packet Throughput - DPDK testpmd 3n-hsw-x520
8944 -
8945   type: "plot"
8946   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
8947   algorithm: "plot_performance_box"
8948   output-file-type: ".html"
8949   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
8950   data: "plot-dpdk-throughput-latency-3n-hsw"
8951   filter: "'NIC_Intel-X520-DA2' and
8952            '64B' and
8953            'BASE' and
8954            'NDRPDR' and
8955            '1T1C' and
8956            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8957   parameters:
8958   - "throughput"
8959   - "parent"
8960   traces:
8961     hoverinfo: "x+y"
8962     boxpoints: "outliers"
8963     whiskerwidth: 0
8964   layout:
8965     title: ""  # No title
8966     layout: "plot-throughput"
8967
8968 -
8969   type: "plot"
8970   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
8971   algorithm: "plot_performance_box"
8972   output-file-type: ".html"
8973   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
8974   data: "plot-dpdk-throughput-latency-3n-hsw"
8975   filter: "'NIC_Intel-X520-DA2' and
8976            '64B' and
8977            'BASE' and
8978            'NDRPDR' and
8979            '2T2C' and
8980            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8981   parameters:
8982   - "throughput"
8983   - "parent"
8984   traces:
8985     hoverinfo: "x+y"
8986     boxpoints: "outliers"
8987     whiskerwidth: 0
8988   layout:
8989     title: ""  # No title
8990     layout: "plot-throughput"
8991
8992 -
8993   type: "plot"
8994   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
8995   algorithm: "plot_performance_box"
8996   output-file-type: ".html"
8997   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
8998   data: "plot-dpdk-throughput-latency-3n-hsw"
8999   filter: "'NIC_Intel-X520-DA2' and
9000            '64B' and
9001            'BASE' and
9002            'NDRPDR' and
9003            '1T1C' and
9004            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9005   parameters:
9006   - "throughput"
9007   - "parent"
9008   traces:
9009     hoverinfo: "x+y"
9010     boxpoints: "outliers"
9011     whiskerwidth: 0
9012   layout:
9013     title: ""  # No title
9014     layout: "plot-throughput"
9015
9016 -
9017   type: "plot"
9018   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
9019   algorithm: "plot_performance_box"
9020   output-file-type: ".html"
9021   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
9022   data: "plot-dpdk-throughput-latency-3n-hsw"
9023   filter: "'NIC_Intel-X520-DA2' and
9024            '64B' and
9025            'BASE' and
9026            'NDRPDR' and
9027            '2T2C' and
9028            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9029   parameters:
9030   - "throughput"
9031   - "parent"
9032   traces:
9033     hoverinfo: "x+y"
9034     boxpoints: "outliers"
9035     whiskerwidth: 0
9036   layout:
9037     title: ""  # No title
9038     layout: "plot-throughput"
9039
9040 # Packet Throughput - DPDK testpmd 3n-hsw-x710
9041 -
9042   type: "plot"
9043   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
9044   algorithm: "plot_performance_box"
9045   output-file-type: ".html"
9046   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
9047   data: "plot-dpdk-throughput-latency-3n-hsw"
9048   filter: "'NIC_Intel-X710' and
9049            '64B' and
9050            'BASE' and
9051            'NDRPDR' and
9052            '1T1C' and
9053            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9054   parameters:
9055   - "throughput"
9056   - "parent"
9057   traces:
9058     hoverinfo: "x+y"
9059     boxpoints: "outliers"
9060     whiskerwidth: 0
9061   layout:
9062     title: ""  # No title
9063     layout: "plot-throughput"
9064
9065 -
9066   type: "plot"
9067   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
9068   algorithm: "plot_performance_box"
9069   output-file-type: ".html"
9070   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
9071   data: "plot-dpdk-throughput-latency-3n-hsw"
9072   filter: "'NIC_Intel-X710' and
9073            '64B' and
9074            'BASE' and
9075            'NDRPDR' and
9076            '2T2C' and
9077            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9078   parameters:
9079   - "throughput"
9080   - "parent"
9081   traces:
9082     hoverinfo: "x+y"
9083     boxpoints: "outliers"
9084     whiskerwidth: 0
9085   layout:
9086     title: ""  # No title
9087     layout: "plot-throughput"
9088
9089 -
9090   type: "plot"
9091   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
9092   algorithm: "plot_performance_box"
9093   output-file-type: ".html"
9094   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
9095   data: "plot-dpdk-throughput-latency-3n-hsw"
9096   filter: "'NIC_Intel-X710' and
9097            '64B' and
9098            'BASE' and
9099            'NDRPDR' and
9100            '1T1C' and
9101            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9102   parameters:
9103   - "throughput"
9104   - "parent"
9105   traces:
9106     hoverinfo: "x+y"
9107     boxpoints: "outliers"
9108     whiskerwidth: 0
9109   layout:
9110     title: ""  # No title
9111     layout: "plot-throughput"
9112
9113 -
9114   type: "plot"
9115   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
9116   algorithm: "plot_performance_box"
9117   output-file-type: ".html"
9118   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
9119   data: "plot-dpdk-throughput-latency-3n-hsw"
9120   filter: "'NIC_Intel-X710' and
9121            '64B' and
9122            'BASE' and
9123            'NDRPDR' and
9124            '2T2C' and
9125            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9126   parameters:
9127   - "throughput"
9128   - "parent"
9129   traces:
9130     hoverinfo: "x+y"
9131     boxpoints: "outliers"
9132     whiskerwidth: 0
9133   layout:
9134     title: ""  # No title
9135     layout: "plot-throughput"
9136
9137 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
9138 -
9139   type: "plot"
9140   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
9141   algorithm: "plot_performance_box"
9142   output-file-type: ".html"
9143   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
9144   data: "plot-dpdk-throughput-latency-3n-hsw"
9145   filter: "'NIC_Intel-XL710' and
9146            '64B' and
9147            'BASE' and
9148            'NDRPDR' and
9149            '1T1C' and
9150            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9151   parameters:
9152   - "throughput"
9153   - "parent"
9154   traces:
9155     hoverinfo: "x+y"
9156     boxpoints: "outliers"
9157     whiskerwidth: 0
9158   layout:
9159     title: ""  # No title
9160     layout: "plot-throughput"
9161
9162 -
9163   type: "plot"
9164   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
9165   algorithm: "plot_performance_box"
9166   output-file-type: ".html"
9167   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
9168   data: "plot-dpdk-throughput-latency-3n-hsw"
9169   filter: "'NIC_Intel-XL710' and
9170            '64B' and
9171            'BASE' and
9172            'NDRPDR' and
9173            '2T2C' and
9174            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9175   parameters:
9176   - "throughput"
9177   - "parent"
9178   traces:
9179     hoverinfo: "x+y"
9180     boxpoints: "outliers"
9181     whiskerwidth: 0
9182   layout:
9183     title: ""  # No title
9184     layout: "plot-throughput"
9185
9186 -
9187   type: "plot"
9188   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
9189   algorithm: "plot_performance_box"
9190   output-file-type: ".html"
9191   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
9192   data: "plot-dpdk-throughput-latency-3n-hsw"
9193   filter: "'NIC_Intel-XL710' and
9194            '64B' and
9195            'BASE' and
9196            'NDRPDR' and
9197            '1T1C' and
9198            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9199   parameters:
9200   - "throughput"
9201   - "parent"
9202   traces:
9203     hoverinfo: "x+y"
9204     boxpoints: "outliers"
9205     whiskerwidth: 0
9206   layout:
9207     title: ""  # No title
9208     layout: "plot-throughput"
9209
9210 -
9211   type: "plot"
9212   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
9213   algorithm: "plot_performance_box"
9214   output-file-type: ".html"
9215   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
9216   data: "plot-dpdk-throughput-latency-3n-hsw"
9217   filter: "'NIC_Intel-XL710' and
9218            '64B' and
9219            'BASE' and
9220            'NDRPDR' and
9221            '2T2C' and
9222            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9223   parameters:
9224   - "throughput"
9225   - "parent"
9226   traces:
9227     hoverinfo: "x+y"
9228     boxpoints: "outliers"
9229     whiskerwidth: 0
9230   layout:
9231     title: ""  # No title
9232     layout: "plot-throughput"
9233
9234 # Packet Throughput - DPDK testpmd 3n-skx-x710
9235 -
9236   type: "plot"
9237   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
9238   algorithm: "plot_performance_box"
9239   output-file-type: ".html"
9240   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
9241   data: "plot-dpdk-throughput-latency-3n-skx"
9242   filter: "'NIC_Intel-X710' and
9243            '64B' and
9244            'BASE' and
9245            'NDRPDR' and
9246            '2T1C' and
9247            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9248   parameters:
9249   - "throughput"
9250   - "parent"
9251   traces:
9252     hoverinfo: "x+y"
9253     boxpoints: "outliers"
9254     whiskerwidth: 0
9255   layout:
9256     title: ""  # No title
9257     layout: "plot-throughput"
9258
9259 -
9260   type: "plot"
9261   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
9262   algorithm: "plot_performance_box"
9263   output-file-type: ".html"
9264   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
9265   data: "plot-dpdk-throughput-latency-3n-skx"
9266   filter: "'NIC_Intel-X710' and
9267            '64B' and
9268            'BASE' and
9269            'NDRPDR' and
9270            '4T2C' and
9271            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9272   parameters:
9273   - "throughput"
9274   - "parent"
9275   traces:
9276     hoverinfo: "x+y"
9277     boxpoints: "outliers"
9278     whiskerwidth: 0
9279   layout:
9280     title: ""  # No title
9281     layout: "plot-throughput"
9282
9283 -
9284   type: "plot"
9285   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
9286   algorithm: "plot_performance_box"
9287   output-file-type: ".html"
9288   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
9289   data: "plot-dpdk-throughput-latency-3n-skx"
9290   filter: "'NIC_Intel-X710' and
9291            '64B' and
9292            'BASE' and
9293            'NDRPDR' and
9294            '2T1C' and
9295            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9296   parameters:
9297   - "throughput"
9298   - "parent"
9299   traces:
9300     hoverinfo: "x+y"
9301     boxpoints: "outliers"
9302     whiskerwidth: 0
9303   layout:
9304     title: ""  # No title
9305     layout: "plot-throughput"
9306
9307 -
9308   type: "plot"
9309   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
9310   algorithm: "plot_performance_box"
9311   output-file-type: ".html"
9312   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
9313   data: "plot-dpdk-throughput-latency-3n-skx"
9314   filter: "'NIC_Intel-X710' and
9315            '64B' and
9316            'BASE' and
9317            'NDRPDR' and
9318            '4T2C' and
9319            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9320   parameters:
9321   - "throughput"
9322   - "parent"
9323   traces:
9324     hoverinfo: "x+y"
9325     boxpoints: "outliers"
9326     whiskerwidth: 0
9327   layout:
9328     title: ""  # No title
9329     layout: "plot-throughput"
9330
9331 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
9332 -
9333   type: "plot"
9334   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
9335   algorithm: "plot_performance_box"
9336   output-file-type: ".html"
9337   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
9338   data: "plot-dpdk-throughput-latency-3n-skx"
9339   filter: "'NIC_Intel-XXV710' and
9340            '64B' and
9341            'BASE' and
9342            'NDRPDR' and
9343            '2T1C' and
9344            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9345   parameters:
9346   - "throughput"
9347   - "parent"
9348   traces:
9349     hoverinfo: "x+y"
9350     boxpoints: "outliers"
9351     whiskerwidth: 0
9352   layout:
9353     title: ""  # No title
9354     layout: "plot-throughput"
9355
9356 -
9357   type: "plot"
9358   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
9359   algorithm: "plot_performance_box"
9360   output-file-type: ".html"
9361   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
9362   data: "plot-dpdk-throughput-latency-3n-skx"
9363   filter: "'NIC_Intel-XXV710' and
9364            '64B' and
9365            'BASE' and
9366            'NDRPDR' and
9367            '4T2C' and
9368            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9369   parameters:
9370   - "throughput"
9371   - "parent"
9372   traces:
9373     hoverinfo: "x+y"
9374     boxpoints: "outliers"
9375     whiskerwidth: 0
9376   layout:
9377     title: ""  # No title
9378     layout: "plot-throughput"
9379
9380 -
9381   type: "plot"
9382   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
9383   algorithm: "plot_performance_box"
9384   output-file-type: ".html"
9385   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
9386   data: "plot-dpdk-throughput-latency-3n-skx"
9387   filter: "'NIC_Intel-XXV710' and
9388            '64B' and
9389            'BASE' and
9390            'NDRPDR' and
9391            '2T1C' and
9392            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9393   parameters:
9394   - "throughput"
9395   - "parent"
9396   traces:
9397     hoverinfo: "x+y"
9398     boxpoints: "outliers"
9399     whiskerwidth: 0
9400   layout:
9401     title: ""  # No title
9402     layout: "plot-throughput"
9403
9404 -
9405   type: "plot"
9406   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
9407   algorithm: "plot_performance_box"
9408   output-file-type: ".html"
9409   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
9410   data: "plot-dpdk-throughput-latency-3n-skx"
9411   filter: "'NIC_Intel-XXV710' and
9412            '64B' and
9413            'BASE' and
9414            'NDRPDR' and
9415            '4T2C' and
9416            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9417   parameters:
9418   - "throughput"
9419   - "parent"
9420   traces:
9421     hoverinfo: "x+y"
9422     boxpoints: "outliers"
9423     whiskerwidth: 0
9424   layout:
9425     title: ""  # No title
9426     layout: "plot-throughput"
9427
9428 # Packet Throughput - DPDK testpmd 2n-skx-x710
9429 -
9430   type: "plot"
9431   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
9432   algorithm: "plot_performance_box"
9433   output-file-type: ".html"
9434   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
9435   data: "plot-dpdk-throughput-latency-2n-skx"
9436   filter: "'NIC_Intel-X710' and
9437            '64B' and
9438            'BASE' and
9439            'NDRPDR' and
9440            '2T1C' and
9441            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9442   parameters:
9443   - "throughput"
9444   - "parent"
9445   traces:
9446     hoverinfo: "x+y"
9447     boxpoints: "outliers"
9448     whiskerwidth: 0
9449   layout:
9450     title: ""  # No title
9451     layout: "plot-throughput"
9452
9453 -
9454   type: "plot"
9455   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
9456   algorithm: "plot_performance_box"
9457   output-file-type: ".html"
9458   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
9459   data: "plot-dpdk-throughput-latency-2n-skx"
9460   filter: "'NIC_Intel-X710' and
9461            '64B' and
9462            'BASE' and
9463            'NDRPDR' and
9464            '4T2C' and
9465            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9466   parameters:
9467   - "throughput"
9468   - "parent"
9469   traces:
9470     hoverinfo: "x+y"
9471     boxpoints: "outliers"
9472     whiskerwidth: 0
9473   layout:
9474     title: ""  # No title
9475     layout: "plot-throughput"
9476
9477 -
9478   type: "plot"
9479   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
9480   algorithm: "plot_performance_box"
9481   output-file-type: ".html"
9482   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
9483   data: "plot-dpdk-throughput-latency-2n-skx"
9484   filter: "'NIC_Intel-X710' and
9485            '64B' and
9486            'BASE' and
9487            'NDRPDR' and
9488            '2T1C' and
9489            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9490   parameters:
9491   - "throughput"
9492   - "parent"
9493   traces:
9494     hoverinfo: "x+y"
9495     boxpoints: "outliers"
9496     whiskerwidth: 0
9497   layout:
9498     title: ""  # No title
9499     layout: "plot-throughput"
9500
9501 -
9502   type: "plot"
9503   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
9504   algorithm: "plot_performance_box"
9505   output-file-type: ".html"
9506   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
9507   data: "plot-dpdk-throughput-latency-2n-skx"
9508   filter: "'NIC_Intel-X710' and
9509            '64B' and
9510            'BASE' and
9511            'NDRPDR' and
9512            '4T2C' and
9513            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9514   parameters:
9515   - "throughput"
9516   - "parent"
9517   traces:
9518     hoverinfo: "x+y"
9519     boxpoints: "outliers"
9520     whiskerwidth: 0
9521   layout:
9522     title: ""  # No title
9523     layout: "plot-throughput"
9524
9525 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
9526 -
9527   type: "plot"
9528   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
9529   algorithm: "plot_performance_box"
9530   output-file-type: ".html"
9531   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
9532   data: "plot-dpdk-throughput-latency-2n-skx"
9533   filter: "'NIC_Intel-XXV710' and
9534            '64B' and
9535            'BASE' and
9536            'NDRPDR' and
9537            '2T1C' and
9538            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9539   parameters:
9540   - "throughput"
9541   - "parent"
9542   traces:
9543     hoverinfo: "x+y"
9544     boxpoints: "outliers"
9545     whiskerwidth: 0
9546   layout:
9547     title: ""  # No title
9548     layout: "plot-throughput"
9549
9550 -
9551   type: "plot"
9552   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
9553   algorithm: "plot_performance_box"
9554   output-file-type: ".html"
9555   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
9556   data: "plot-dpdk-throughput-latency-2n-skx"
9557   filter: "'NIC_Intel-XXV710' and
9558            '64B' and
9559            'BASE' and
9560            'NDRPDR' and
9561            '4T2C' and
9562            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9563   parameters:
9564   - "throughput"
9565   - "parent"
9566   traces:
9567     hoverinfo: "x+y"
9568     boxpoints: "outliers"
9569     whiskerwidth: 0
9570   layout:
9571     title: ""  # No title
9572     layout: "plot-throughput"
9573
9574 -
9575   type: "plot"
9576   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
9577   algorithm: "plot_performance_box"
9578   output-file-type: ".html"
9579   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
9580   data: "plot-dpdk-throughput-latency-2n-skx"
9581   filter: "'NIC_Intel-XXV710' and
9582            '64B' and
9583            'BASE' and
9584            'NDRPDR' and
9585            '2T1C' and
9586            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9587   parameters:
9588   - "throughput"
9589   - "parent"
9590   traces:
9591     hoverinfo: "x+y"
9592     boxpoints: "outliers"
9593     whiskerwidth: 0
9594   layout:
9595     title: ""  # No title
9596     layout: "plot-throughput"
9597
9598 -
9599   type: "plot"
9600   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
9601   algorithm: "plot_performance_box"
9602   output-file-type: ".html"
9603   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
9604   data: "plot-dpdk-throughput-latency-2n-skx"
9605   filter: "'NIC_Intel-XXV710' and
9606            '64B' and
9607            'BASE' and
9608            'NDRPDR' and
9609            '4T2C' and
9610            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9611   parameters:
9612   - "throughput"
9613   - "parent"
9614   traces:
9615     hoverinfo: "x+y"
9616     boxpoints: "outliers"
9617     whiskerwidth: 0
9618   layout:
9619     title: ""  # No title
9620     layout: "plot-throughput"
9621
9622
9623
9624
9625
9626
9627
9628
9629 ################################################################################
9630
9631 # Packet Latency - VPP L2 3n-hsw-x520
9632 -
9633   type: "plot"
9634   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9635   algorithm: "plot_latency_box"
9636   output-file-type: ".html"
9637   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9638   data: "plot-vpp-throughput-latency-3n-hsw"
9639   filter: "'NIC_Intel-X520-DA2' and
9640            '64B' and
9641            ('BASE' or 'SCALE') and
9642            'NDRPDR' and
9643            '1T1C' and
9644            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9645            not 'VHOST' and
9646            not 'MEMIF'"
9647   parameters:
9648   - "latency"
9649   - "parent"
9650   traces:
9651     boxmean: False
9652   layout:
9653     title: ""  # No title
9654     layout: "plot-latency"
9655
9656 -
9657   type: "plot"
9658   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9659   algorithm: "plot_latency_box"
9660   output-file-type: ".html"
9661   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9662   data: "plot-vpp-throughput-latency-3n-hsw"
9663   filter: "'NIC_Intel-X520-DA2' and
9664            '64B' and
9665            ('BASE' or 'SCALE') and
9666            'NDRPDR' and
9667            '2T2C' and
9668            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9669            not 'VHOST' and
9670            not 'MEMIF'"
9671   parameters:
9672   - "latency"
9673   - "parent"
9674   traces:
9675     boxmean: False
9676   layout:
9677     title: ""  # No title
9678     layout: "plot-latency"
9679
9680 -
9681   type: "plot"
9682   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
9683   algorithm: "plot_latency_box"
9684   output-file-type: ".html"
9685   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
9686   data: "plot-vpp-throughput-latency-3n-hsw"
9687   filter: "'NIC_Intel-X520-DA2' and
9688            '64B' and
9689            'FEATURE' and
9690            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9691            'NDRPDR' and
9692            '1T1C' and
9693            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9694            not 'VHOST' and
9695            not 'MEMIF'"
9696   parameters:
9697   - "latency"
9698   - "parent"
9699   traces:
9700     boxmean: False
9701   layout:
9702     title: ""  # No title
9703     layout: "plot-latency"
9704
9705 -
9706   type: "plot"
9707   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
9708   algorithm: "plot_latency_box"
9709   output-file-type: ".html"
9710   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
9711   data: "plot-vpp-throughput-latency-3n-hsw"
9712   filter: "'NIC_Intel-X520-DA2' and
9713            '64B' and
9714            'FEATURE' and
9715            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9716            'NDRPDR' and
9717            '2T2C' and
9718            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9719            not 'VHOST' and
9720            not 'MEMIF'"
9721   parameters:
9722   - "latency"
9723   - "parent"
9724   traces:
9725     boxmean: False
9726   layout:
9727     title: ""  # No title
9728     layout: "plot-latency"
9729
9730 # Packet Latency - VPP L2 3n-hsw-x710
9731 -
9732   type: "plot"
9733   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9734   algorithm: "plot_latency_box"
9735   output-file-type: ".html"
9736   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9737   data: "plot-vpp-throughput-latency-3n-hsw"
9738   filter: "'NIC_Intel-X710' and
9739            '64B' and
9740            ('BASE' or 'SCALE') and
9741            'NDRPDR' and
9742            '1T1C' and
9743            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9744            not 'VHOST' and
9745            not 'MEMIF'"
9746   parameters:
9747   - "latency"
9748   - "parent"
9749   traces:
9750     boxmean: False
9751   layout:
9752     title: ""  # No title
9753     layout: "plot-latency"
9754
9755 -
9756   type: "plot"
9757   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9758   algorithm: "plot_latency_box"
9759   output-file-type: ".html"
9760   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9761   data: "plot-vpp-throughput-latency-3n-hsw"
9762   filter: "'NIC_Intel-X710' and
9763            '64B' and
9764            ('BASE' or 'SCALE') and
9765            'NDRPDR' and
9766            '2T2C' and
9767            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9768            not 'VHOST' and
9769            not 'MEMIF'"
9770   parameters:
9771   - "latency"
9772   - "parent"
9773   traces:
9774     boxmean: False
9775   layout:
9776     title: ""  # No title
9777     layout: "plot-latency"
9778
9779 -
9780   type: "plot"
9781   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
9782   algorithm: "plot_latency_box"
9783   output-file-type: ".html"
9784   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
9785   data: "plot-vpp-throughput-latency-3n-hsw"
9786   filter: "'NIC_Intel-X710' and
9787            '64B' and
9788            'FEATURE' and
9789            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9790            'NDRPDR' and
9791            '1T1C' and
9792            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9793            not 'VHOST' and
9794            not 'MEMIF'"
9795   parameters:
9796   - "latency"
9797   - "parent"
9798   traces:
9799     boxmean: False
9800   layout:
9801     title: ""  # No title
9802     layout: "plot-latency"
9803
9804 -
9805   type: "plot"
9806   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
9807   algorithm: "plot_latency_box"
9808   output-file-type: ".html"
9809   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
9810   data: "plot-vpp-throughput-latency-3n-hsw"
9811   filter: "'NIC_Intel-X710' and
9812            '64B' and
9813            'FEATURE' and
9814            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9815            'NDRPDR' and
9816            '2T2C' and
9817            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9818            not 'VHOST' and
9819            not 'MEMIF'"
9820   parameters:
9821   - "latency"
9822   - "parent"
9823   traces:
9824     boxmean: False
9825   layout:
9826     title: ""  # No title
9827     layout: "plot-latency"
9828
9829 # Packet Latency - VPP L2 3n-hsw-xl710
9830 -
9831   type: "plot"
9832   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9833   algorithm: "plot_latency_box"
9834   output-file-type: ".html"
9835   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9836   data: "plot-vpp-throughput-latency-3n-hsw"
9837   filter: "'NIC_Intel-XL710' and
9838            '64B' and
9839            ('BASE' or 'SCALE') and
9840            'NDRPDR' and
9841            '1T1C' and
9842            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9843            not 'VHOST' and
9844            not 'MEMIF'"
9845   parameters:
9846   - "latency"
9847   - "parent"
9848   traces:
9849     boxmean: False
9850   layout:
9851     title: ""  # No title
9852     layout: "plot-latency"
9853
9854 -
9855   type: "plot"
9856   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9857   algorithm: "plot_latency_box"
9858   output-file-type: ".html"
9859   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9860   data: "plot-vpp-throughput-latency-3n-hsw"
9861   filter: "'NIC_Intel-XL710' and
9862            '64B' and
9863            ('BASE' or 'SCALE') and
9864            'NDRPDR' and
9865            '2T2C' and
9866            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9867            not 'VHOST' and
9868            not 'MEMIF'"
9869   parameters:
9870   - "latency"
9871   - "parent"
9872   traces:
9873     boxmean: False
9874   layout:
9875     title: ""  # No title
9876     layout: "plot-latency"
9877
9878 # Packet Latency - VPP L2 3n-skx-x710
9879 -
9880   type: "plot"
9881   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9882   algorithm: "plot_latency_box"
9883   output-file-type: ".html"
9884   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9885   data: "plot-vpp-throughput-latency-3n-skx"
9886   filter: "'NIC_Intel-X710' and
9887            '64B' and
9888            ('BASE' or 'SCALE') and
9889            'NDRPDR' and
9890            '2T1C' and
9891            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9892            not 'VHOST' and
9893            not 'MEMIF'"
9894   parameters:
9895   - "latency"
9896   - "parent"
9897   traces:
9898     boxmean: False
9899   layout:
9900     title: ""  # No title
9901     layout: "plot-latency"
9902
9903 -
9904   type: "plot"
9905   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9906   algorithm: "plot_latency_box"
9907   output-file-type: ".html"
9908   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9909   data: "plot-vpp-throughput-latency-3n-skx"
9910   filter: "'NIC_Intel-X710' and
9911            '64B' and
9912            ('BASE' or 'SCALE') and
9913            'NDRPDR' and
9914            '4T2C' and
9915            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9916            not 'VHOST' and
9917            not 'MEMIF'"
9918   parameters:
9919   - "latency"
9920   - "parent"
9921   traces:
9922     boxmean: False
9923   layout:
9924     title: ""  # No title
9925     layout: "plot-latency"
9926
9927 -
9928   type: "plot"
9929   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
9930   algorithm: "plot_latency_box"
9931   output-file-type: ".html"
9932   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
9933   data: "plot-vpp-throughput-latency-3n-skx"
9934   filter: "'NIC_Intel-X710' and
9935            '64B' and
9936            'FEATURE' and
9937            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9938            'NDRPDR' and
9939            '2T1C' and
9940            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9941            not 'VHOST' and
9942            not 'MEMIF'"
9943   parameters:
9944   - "latency"
9945   - "parent"
9946   traces:
9947     boxmean: False
9948   layout:
9949     title: ""  # No title
9950     layout: "plot-latency"
9951
9952 -
9953   type: "plot"
9954   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
9955   algorithm: "plot_latency_box"
9956   output-file-type: ".html"
9957   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
9958   data: "plot-vpp-throughput-latency-3n-skx"
9959   filter: "'NIC_Intel-X710' and
9960            '64B' and
9961            'FEATURE' and
9962            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9963            'NDRPDR' and
9964            '4T2C' and
9965            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9966            not 'VHOST' and
9967            not 'MEMIF'"
9968   parameters:
9969   - "latency"
9970   - "parent"
9971   traces:
9972     boxmean: False
9973   layout:
9974     title: ""  # No title
9975     layout: "plot-latency"
9976
9977 # Packet Latency - VPP L2 3n-skx-xxv710
9978 -
9979   type: "plot"
9980   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9981   algorithm: "plot_latency_box"
9982   output-file-type: ".html"
9983   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9984   data: "plot-vpp-throughput-latency-3n-skx"
9985   filter: "'NIC_Intel-XXV710' and
9986            '64B' and
9987            ('BASE' or 'SCALE') and
9988            'NDRPDR' and
9989            '2T1C' and
9990            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9991            not 'VHOST' and
9992            not 'MEMIF'"
9993   parameters:
9994   - "latency"
9995   - "parent"
9996   traces:
9997     boxmean: False
9998   layout:
9999     title: ""  # No title
10000     layout: "plot-latency"
10001
10002 -
10003   type: "plot"
10004   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
10005   algorithm: "plot_latency_box"
10006   output-file-type: ".html"
10007   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
10008   data: "plot-vpp-throughput-latency-3n-skx"
10009   filter: "'NIC_Intel-XXV710' and
10010            '64B' and
10011            ('BASE' or 'SCALE') and
10012            'NDRPDR' and
10013            '4T2C' and
10014            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
10015            not 'VHOST' and
10016            not 'MEMIF'"
10017   parameters:
10018   - "latency"
10019   - "parent"
10020   traces:
10021     boxmean: False
10022   layout:
10023     title: ""  # No title
10024     layout: "plot-latency"
10025
10026 -
10027   type: "plot"
10028   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-features-ndr-lat"
10029   algorithm: "plot_latency_box"
10030   output-file-type: ".html"
10031   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-features-ndr-lat"
10032   data: "plot-vpp-throughput-latency-3n-skx"
10033   filter: "'NIC_Intel-XXV710' and
10034            '64B' and
10035            'FEATURE' and
10036            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10037            'NDRPDR' and
10038            '2T1C' and
10039            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
10040            not 'VHOST' and
10041            not 'MEMIF'"
10042   parameters:
10043   - "latency"
10044   - "parent"
10045   traces:
10046     boxmean: False
10047   layout:
10048     title: ""  # No title
10049     layout: "plot-latency"
10050
10051 -
10052   type: "plot"
10053   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-features-ndr-lat"
10054   algorithm: "plot_latency_box"
10055   output-file-type: ".html"
10056   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-features-ndr-lat"
10057   data: "plot-vpp-throughput-latency-3n-skx"
10058   filter: "'NIC_Intel-XXV710' and
10059            '64B' and
10060            'FEATURE' and
10061            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10062            'NDRPDR' and
10063            '4T2C' and
10064            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
10065            not 'VHOST' and
10066            not 'MEMIF'"
10067   parameters:
10068   - "latency"
10069   - "parent"
10070   traces:
10071     boxmean: False
10072   layout:
10073     title: ""  # No title
10074     layout: "plot-latency"
10075
10076 # Packet Latency - VPP L2 2n-skx-x710
10077 -
10078   type: "plot"
10079   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10080   algorithm: "plot_latency_box"
10081   output-file-type: ".html"
10082   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10083   data: "plot-vpp-throughput-latency-2n-skx"
10084   filter: "'NIC_Intel-X710' and
10085            '64B' and
10086            ('BASE' or 'SCALE') and
10087            'NDRPDR' and
10088            '2T1C' and
10089            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
10090            not 'VHOST' and
10091            not 'MEMIF'"
10092   parameters:
10093   - "latency"
10094   - "parent"
10095   traces:
10096     boxmean: False
10097   layout:
10098     title: ""  # No title
10099     layout: "plot-latency"
10100
10101 -
10102   type: "plot"
10103   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10104   algorithm: "plot_latency_box"
10105   output-file-type: ".html"
10106   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10107   data: "plot-vpp-throughput-latency-2n-skx"
10108   filter: "'NIC_Intel-X710' and
10109            '64B' and
10110            ('BASE' or 'SCALE') and
10111            'NDRPDR' and
10112            '4T2C' and
10113            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
10114            not 'VHOST' and
10115            not 'MEMIF'"
10116   parameters:
10117   - "latency"
10118   - "parent"
10119   traces:
10120     boxmean: False
10121   layout:
10122     title: ""  # No title
10123     layout: "plot-latency"
10124
10125 # Packet Latency - VPP L2 2n-skx-xxv710
10126 -
10127   type: "plot"
10128   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
10129   algorithm: "plot_latency_box"
10130   output-file-type: ".html"
10131   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
10132   data: "plot-vpp-throughput-latency-2n-skx"
10133   filter: "'NIC_Intel-XXV710' and
10134            '64B' and
10135            ('BASE' or 'SCALE') and
10136            'NDRPDR' and
10137            '2T1C' and
10138            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
10139            not 'VHOST' and
10140            not 'MEMIF'"
10141   parameters:
10142   - "latency"
10143   - "parent"
10144   traces:
10145     boxmean: False
10146   layout:
10147     title: ""  # No title
10148     layout: "plot-latency"
10149
10150 -
10151   type: "plot"
10152   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
10153   algorithm: "plot_latency_box"
10154   output-file-type: ".html"
10155   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
10156   data: "plot-vpp-throughput-latency-2n-skx"
10157   filter: "'NIC_Intel-XXV710' and
10158            '64B' and
10159            ('BASE' or 'SCALE') and
10160            'NDRPDR' and
10161            '4T2C' and
10162            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
10163            not 'VHOST' and
10164            not 'MEMIF'"
10165   parameters:
10166   - "latency"
10167   - "parent"
10168   traces:
10169     boxmean: False
10170   layout:
10171     title: ""  # No title
10172     layout: "plot-latency"
10173
10174 ################################################################################
10175
10176 # Packet Latency - VPP Container Memif 3n-hsw-x520
10177 -
10178   type: "plot"
10179   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10180   algorithm: "plot_latency_box"
10181   output-file-type: ".html"
10182   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10183   data: "plot-vpp-throughput-latency-3n-hsw"
10184   filter: "'NIC_Intel-X520-DA2' and
10185            '64B' and
10186            ('BASE' or 'SCALE') and
10187            'NDRPDR' and
10188            '1T1C' and
10189            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
10190            not 'VHOST' and
10191            'MEMIF'"
10192   parameters:
10193   - "latency"
10194   - "parent"
10195   traces:
10196     boxmean: False
10197   layout:
10198     title: ""  # No title
10199     layout: "plot-latency"
10200
10201 -
10202   type: "plot"
10203   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10204   algorithm: "plot_latency_box"
10205   output-file-type: ".html"
10206   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10207   data: "plot-vpp-throughput-latency-3n-hsw"
10208   filter: "'NIC_Intel-X520-DA2' and
10209            '64B' and
10210            ('BASE' or 'SCALE') and
10211            'NDRPDR' and
10212            '2T2C' and
10213            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
10214            not 'VHOST' and
10215            'MEMIF'"
10216   parameters:
10217   - "latency"
10218   - "parent"
10219   traces:
10220     boxmean: False
10221   layout:
10222     title: ""  # No title
10223     layout: "plot-latency"
10224
10225 # Packet Latency - VPP Container Memif 3n-hsw-x710
10226 -
10227   type: "plot"
10228   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10229   algorithm: "plot_latency_box"
10230   output-file-type: ".html"
10231   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10232   data: "plot-vpp-throughput-latency-3n-hsw"
10233   filter: "'NIC_Intel-X710' and
10234            '64B' and
10235            ('BASE' or 'SCALE') and
10236            'NDRPDR' and
10237            '1T1C' and
10238            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
10239            not 'VHOST' and
10240            'MEMIF'"
10241   parameters:
10242   - "latency"
10243   - "parent"
10244   traces:
10245     boxmean: False
10246   layout:
10247     title: ""  # No title
10248     layout: "plot-latency"
10249
10250 -
10251   type: "plot"
10252   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10253   algorithm: "plot_latency_box"
10254   output-file-type: ".html"
10255   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10256   data: "plot-vpp-throughput-latency-3n-hsw"
10257   filter: "'NIC_Intel-X710' and
10258            '64B' and
10259            ('BASE' or 'SCALE') and
10260            'NDRPDR' and
10261            '2T2C' and
10262            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
10263            not 'VHOST' and
10264            'MEMIF'"
10265   parameters:
10266   - "latency"
10267   - "parent"
10268   traces:
10269     boxmean: False
10270   layout:
10271     title: ""  # No title
10272     layout: "plot-latency"
10273
10274 # Packet Latency - VPP Container Memif 3n-hsw-xl710
10275 -
10276   type: "plot"
10277   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10278   algorithm: "plot_latency_box"
10279   output-file-type: ".html"
10280   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10281   data: "plot-vpp-throughput-latency-3n-hsw"
10282   filter: "'NIC_Intel-XL710' and
10283            '64B' and
10284            ('BASE' or 'SCALE') and
10285            'NDRPDR' and
10286            '1T1C' and
10287            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
10288            not 'VHOST' and
10289            'MEMIF'"
10290   parameters:
10291   - "latency"
10292   - "parent"
10293   traces:
10294     boxmean: False
10295   layout:
10296     title: ""  # No title
10297     layout: "plot-latency"
10298
10299 -
10300   type: "plot"
10301   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10302   algorithm: "plot_latency_box"
10303   output-file-type: ".html"
10304   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10305   data: "plot-vpp-throughput-latency-3n-hsw"
10306   filter: "'NIC_Intel-XL710' and
10307            '64B' and
10308            ('BASE' or 'SCALE') and
10309            'NDRPDR' and
10310            '2T2C' and
10311            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
10312            not 'VHOST' and
10313            'MEMIF'"
10314   parameters:
10315   - "latency"
10316   - "parent"
10317   traces:
10318     boxmean: False
10319   layout:
10320     title: ""  # No title
10321     layout: "plot-latency"
10322
10323 # Packet Latency - VPP Container Memif 3n-skx-x710
10324 -
10325   type: "plot"
10326   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10327   algorithm: "plot_latency_box"
10328   output-file-type: ".html"
10329   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10330   data: "plot-vpp-throughput-latency-3n-skx"
10331   filter: "'NIC_Intel-X710' and
10332            '64B' and
10333            ('BASE' or 'SCALE') and
10334            'NDRPDR' and
10335            '2T1C' and
10336            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
10337            not 'VHOST' and
10338            'MEMIF'"
10339   parameters:
10340   - "latency"
10341   - "parent"
10342   traces:
10343     boxmean: False
10344   layout:
10345     title: ""  # No title
10346     layout: "plot-latency"
10347
10348 -
10349   type: "plot"
10350   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10351   algorithm: "plot_latency_box"
10352   output-file-type: ".html"
10353   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10354   data: "plot-vpp-throughput-latency-3n-skx"
10355   filter: "'NIC_Intel-X710' and
10356            '64B' and
10357            ('BASE' or 'SCALE') and
10358            'NDRPDR' and
10359            '4T2C' and
10360            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
10361            not 'VHOST' and
10362            'MEMIF'"
10363   parameters:
10364   - "latency"
10365   - "parent"
10366   traces:
10367     boxmean: False
10368   layout:
10369     title: ""  # No title
10370     layout: "plot-latency"
10371
10372 ################################################################################
10373
10374 # Packet Latency - VPP Container Memif 3n-hsw-x520
10375 -
10376   type: "plot"
10377   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10378   algorithm: "plot_latency_box"
10379   output-file-type: ".html"
10380   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10381   data: "plot-ligato-throughput-latency-3n-hsw"
10382   filter: "'NIC_Intel-X520-DA2' and
10383            '64B' and
10384            ('BASE' or 'SCALE') and
10385            'NDRPDR' and
10386            '1T1C' and
10387            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
10388            not 'VHOST' and
10389            'MEMIF'"
10390   parameters:
10391   - "latency"
10392   - "parent"
10393   traces:
10394     boxmean: False
10395   layout:
10396     title: ""  # No title
10397     layout: "plot-latency"
10398
10399 -
10400   type: "plot"
10401   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10402   algorithm: "plot_latency_box"
10403   output-file-type: ".html"
10404   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10405   data: "plot-ligato-throughput-latency-3n-hsw"
10406   filter: "'NIC_Intel-X520-DA2' and
10407            '64B' and
10408            ('BASE' or 'SCALE') and
10409            'NDRPDR' and
10410            '2T2C' and
10411            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
10412            not 'VHOST' and
10413            'MEMIF'"
10414   parameters:
10415   - "latency"
10416   - "parent"
10417   traces:
10418     boxmean: False
10419   layout:
10420     title: ""  # No title
10421     layout: "plot-latency"
10422
10423 # Packet Latency - VPP Container Memif 3n-hsw-x710
10424 -
10425   type: "plot"
10426   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10427   algorithm: "plot_latency_box"
10428   output-file-type: ".html"
10429   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10430   data: "plot-ligato-throughput-latency-3n-hsw"
10431   filter: "'NIC_Intel-X710' and
10432            '64B' and
10433            ('BASE' or 'SCALE') and
10434            'NDRPDR' and
10435            '1T1C' and
10436            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
10437            not 'VHOST' and
10438            'MEMIF'"
10439   parameters:
10440   - "latency"
10441   - "parent"
10442   traces:
10443     boxmean: False
10444   layout:
10445     title: ""  # No title
10446     layout: "plot-latency"
10447
10448 -
10449   type: "plot"
10450   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10451   algorithm: "plot_latency_box"
10452   output-file-type: ".html"
10453   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10454   data: "plot-ligato-throughput-latency-3n-hsw"
10455   filter: "'NIC_Intel-X710' and
10456            '64B' and
10457            ('BASE' or 'SCALE') and
10458            'NDRPDR' and
10459            '2T2C' and
10460            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
10461            not 'VHOST' and
10462            'MEMIF'"
10463   parameters:
10464   - "latency"
10465   - "parent"
10466   traces:
10467     boxmean: False
10468   layout:
10469     title: ""  # No title
10470     layout: "plot-latency"
10471
10472 ################################################################################
10473
10474 # Packet Latency - VPP IPv4 3n-hsw-x520
10475 -
10476   type: "plot"
10477   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10478   algorithm: "plot_latency_box"
10479   output-file-type: ".html"
10480   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10481   data: "plot-vpp-throughput-latency-3n-hsw"
10482   filter: "'NIC_Intel-X520-DA2' and
10483            '64B' and
10484            ('BASE' or 'SCALE') and
10485            'NDRPDR' and
10486            '1T1C' and
10487            'IP4FWD' and
10488            not 'IPSEC' and
10489            not 'VHOST'"
10490   parameters:
10491   - "latency"
10492   - "parent"
10493   traces:
10494     boxmean: False
10495   layout:
10496     title: ""  # No title
10497     layout: "plot-latency"
10498
10499 -
10500   type: "plot"
10501   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10502   algorithm: "plot_latency_box"
10503   output-file-type: ".html"
10504   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10505   data: "plot-vpp-throughput-latency-3n-hsw"
10506   filter: "'NIC_Intel-X520-DA2' and
10507            '64B' and
10508            ('BASE' or 'SCALE') and
10509            'NDRPDR' and
10510            '2T2C' and
10511            'IP4FWD' and
10512            not 'IPSEC' and
10513            not 'VHOST'"
10514   parameters:
10515   - "latency"
10516   - "parent"
10517   traces:
10518     boxmean: False
10519   layout:
10520     title: ""  # No title
10521     layout: "plot-latency"
10522
10523 -
10524   type: "plot"
10525   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
10526   algorithm: "plot_latency_box"
10527   output-file-type: ".html"
10528   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
10529   data: "plot-vpp-throughput-latency-3n-hsw"
10530   filter: "'NIC_Intel-X520-DA2' and
10531            '64B' and
10532            'FEATURE' and
10533            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10534            'NDRPDR' and
10535            '1T1C' and
10536            'IP4FWD' and
10537            not 'IPSEC' and
10538            not 'VHOST'"
10539   parameters:
10540   - "latency"
10541   - "parent"
10542   traces:
10543     boxmean: False
10544   layout:
10545     title: ""  # No title
10546     layout: "plot-latency"
10547
10548 -
10549   type: "plot"
10550   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
10551   algorithm: "plot_latency_box"
10552   output-file-type: ".html"
10553   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
10554   data: "plot-vpp-throughput-latency-3n-hsw"
10555   filter: "'NIC_Intel-X520-DA2' and
10556            '64B' and
10557            'FEATURE' and
10558            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10559            'NDRPDR' and
10560            '2T2C' and
10561            'IP4FWD' and
10562            not 'IPSEC' and
10563            not 'VHOST'"
10564   parameters:
10565   - "latency"
10566   - "parent"
10567   traces:
10568     boxmean: False
10569   layout:
10570     title: ""  # No title
10571     layout: "plot-latency"
10572
10573 # Packet Latency - VPP IPv4 3n-hsw-x710
10574 -
10575   type: "plot"
10576   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10577   algorithm: "plot_latency_box"
10578   output-file-type: ".html"
10579   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10580   data: "plot-vpp-throughput-latency-3n-hsw"
10581   filter: "'NIC_Intel-X710' and
10582            '64B' and
10583            ('BASE' or 'SCALE') and
10584            'NDRPDR' and
10585            '1T1C' and
10586            'IP4FWD' and
10587            not 'IPSEC' and
10588            not 'VHOST'"
10589   parameters:
10590   - "latency"
10591   - "parent"
10592   traces:
10593     boxmean: False
10594   layout:
10595     title: ""  # No title
10596     layout: "plot-latency"
10597
10598 -
10599   type: "plot"
10600   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10601   algorithm: "plot_latency_box"
10602   output-file-type: ".html"
10603   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10604   data: "plot-vpp-throughput-latency-3n-hsw"
10605   filter: "'NIC_Intel-X710' and
10606            '64B' and
10607            ('BASE' or 'SCALE') and
10608            'NDRPDR' and
10609            '2T2C' and
10610            'IP4FWD' and
10611            not 'IPSEC' and
10612            not 'VHOST'"
10613   parameters:
10614   - "latency"
10615   - "parent"
10616   traces:
10617     boxmean: False
10618   layout:
10619     title: ""  # No title
10620     layout: "plot-latency"
10621
10622 -
10623   type: "plot"
10624   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
10625   algorithm: "plot_latency_box"
10626   output-file-type: ".html"
10627   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
10628   data: "plot-vpp-throughput-latency-3n-hsw"
10629   filter: "'NIC_Intel-X710' and
10630            '64B' and
10631            'FEATURE' and
10632            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10633            'NDRPDR' and
10634            '1T1C' and
10635            'IP4FWD' and
10636            not 'IPSEC' and
10637            not 'VHOST'"
10638   parameters:
10639   - "latency"
10640   - "parent"
10641   traces:
10642     boxmean: False
10643   layout:
10644     title: ""  # No title
10645     layout: "plot-latency"
10646
10647 -
10648   type: "plot"
10649   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
10650   algorithm: "plot_latency_box"
10651   output-file-type: ".html"
10652   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
10653   data: "plot-vpp-throughput-latency-3n-hsw"
10654   filter: "'NIC_Intel-X710' and
10655            '64B' and
10656            'FEATURE' and
10657            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10658            'NDRPDR' and
10659            '2T2C' and
10660            'IP4FWD' and
10661            not 'IPSEC' and
10662            not 'VHOST'"
10663   parameters:
10664   - "latency"
10665   - "parent"
10666   traces:
10667     boxmean: False
10668   layout:
10669     title: ""  # No title
10670     layout: "plot-latency"
10671
10672 # Packet Latency - VPP IPv4 3n-hsw-xl710
10673 -
10674   type: "plot"
10675   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10676   algorithm: "plot_latency_box"
10677   output-file-type: ".html"
10678   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10679   data: "plot-vpp-throughput-latency-3n-hsw"
10680   filter: "'NIC_Intel-XL710' and
10681            '64B' and
10682            ('BASE' or 'SCALE') and
10683            'NDRPDR' and
10684            '1T1C' and
10685            'IP4FWD' and
10686            not 'IPSEC' and
10687            not 'VHOST'"
10688   parameters:
10689   - "latency"
10690   - "parent"
10691   traces:
10692     boxmean: False
10693   layout:
10694     title: ""  # No title
10695     layout: "plot-latency"
10696
10697 -
10698   type: "plot"
10699   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10700   algorithm: "plot_latency_box"
10701   output-file-type: ".html"
10702   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10703   data: "plot-vpp-throughput-latency-3n-hsw"
10704   filter: "'NIC_Intel-XL710' and
10705            '64B' and
10706            ('BASE' or 'SCALE') and
10707            'NDRPDR' and
10708            '2T2C' and
10709            'IP4FWD' and
10710            not 'IPSEC' and
10711            not 'VHOST'"
10712   parameters:
10713   - "latency"
10714   - "parent"
10715   traces:
10716     boxmean: False
10717   layout:
10718     title: ""  # No title
10719     layout: "plot-latency"
10720
10721 # Packet Latency - VPP IPv4 3n-skx-x710
10722 -
10723   type: "plot"
10724   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10725   algorithm: "plot_latency_box"
10726   output-file-type: ".html"
10727   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10728   data: "plot-vpp-throughput-latency-3n-skx"
10729   filter: "'NIC_Intel-X710' and
10730            '64B' and
10731            ('BASE' or 'SCALE') and
10732            'NDRPDR' and
10733            '2T1C' and
10734            'IP4FWD' and
10735            not 'IPSEC' and
10736            not 'VHOST'"
10737   parameters:
10738   - "latency"
10739   - "parent"
10740   traces:
10741     boxmean: False
10742   layout:
10743     title: ""  # No title
10744     layout: "plot-latency"
10745
10746 -
10747   type: "plot"
10748   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10749   algorithm: "plot_latency_box"
10750   output-file-type: ".html"
10751   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10752   data: "plot-vpp-throughput-latency-3n-skx"
10753   filter: "'NIC_Intel-X710' and
10754            '64B' and
10755            ('BASE' or 'SCALE') and
10756            'NDRPDR' and
10757            '4T2C' and
10758            'IP4FWD' and
10759            not 'IPSEC' and
10760            not 'VHOST'"
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: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
10773   algorithm: "plot_latency_box"
10774   output-file-type: ".html"
10775   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
10776   data: "plot-vpp-throughput-latency-3n-skx"
10777   filter: "'NIC_Intel-X710' and
10778            '64B' and
10779            'FEATURE' and
10780            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10781            'NDRPDR' and
10782            '2T1C' and
10783            'IP4FWD' and
10784            not 'IPSEC' and
10785            not 'VHOST'"
10786   parameters:
10787   - "latency"
10788   - "parent"
10789   traces:
10790     boxmean: False
10791   layout:
10792     title: ""  # No title
10793     layout: "plot-latency"
10794
10795 -
10796   type: "plot"
10797   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
10798   algorithm: "plot_latency_box"
10799   output-file-type: ".html"
10800   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
10801   data: "plot-vpp-throughput-latency-3n-skx"
10802   filter: "'NIC_Intel-X710' and
10803            '64B' and
10804            'FEATURE' and
10805            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10806            'NDRPDR' and
10807            '4T2C' and
10808            'IP4FWD' and
10809            not 'IPSEC' and
10810            not 'VHOST'"
10811   parameters:
10812   - "latency"
10813   - "parent"
10814   traces:
10815     boxmean: False
10816   layout:
10817     title: ""  # No title
10818     layout: "plot-latency"
10819
10820 # Packet Latency - VPP IPv4 3n-skx-xxv710
10821 -
10822   type: "plot"
10823   title: "VPP Latency: ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
10824   algorithm: "plot_latency_box"
10825   output-file-type: ".html"
10826   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
10827   data: "plot-vpp-throughput-latency-3n-skx"
10828   filter: "'NIC_Intel-XXV710' and
10829            '64B' and
10830            ('BASE' or 'SCALE') and
10831            'NDRPDR' and
10832            '2T1C' and
10833            'IP4FWD' and
10834            not 'IPSEC' and
10835            not 'VHOST'"
10836   parameters:
10837   - "latency"
10838   - "parent"
10839   traces:
10840     boxmean: False
10841   layout:
10842     title: ""  # No title
10843     layout: "plot-latency"
10844
10845 -
10846   type: "plot"
10847   title: "VPP Latency: ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
10848   algorithm: "plot_latency_box"
10849   output-file-type: ".html"
10850   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
10851   data: "plot-vpp-throughput-latency-3n-skx"
10852   filter: "'NIC_Intel-XXV710' and
10853            '64B' and
10854            ('BASE' or 'SCALE') and
10855            'NDRPDR' and
10856            '4T2C' and
10857            'IP4FWD' and
10858            not 'IPSEC' and
10859            not 'VHOST'"
10860   parameters:
10861   - "latency"
10862   - "parent"
10863   traces:
10864     boxmean: False
10865   layout:
10866     title: ""  # No title
10867     layout: "plot-latency"
10868
10869 -
10870   type: "plot"
10871   title: "VPP Latency: ip4-3n-skx-xxv710-64b-2t1c-features-ndr-lat"
10872   algorithm: "plot_latency_box"
10873   output-file-type: ".html"
10874   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-features-ndr-lat"
10875   data: "plot-vpp-throughput-latency-3n-skx"
10876   filter: "'NIC_Intel-XXV710' and
10877            '64B' and
10878            'FEATURE' and
10879            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10880            'NDRPDR' and
10881            '2T1C' and
10882            'IP4FWD' and
10883            not 'IPSEC' and
10884            not 'VHOST'"
10885   parameters:
10886   - "latency"
10887   - "parent"
10888   traces:
10889     boxmean: False
10890   layout:
10891     title: ""  # No title
10892     layout: "plot-latency"
10893
10894 -
10895   type: "plot"
10896   title: "VPP Latency: ip4-3n-skx-xxv710-64b-4t2c-features-ndr-lat"
10897   algorithm: "plot_latency_box"
10898   output-file-type: ".html"
10899   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-features-ndr-lat"
10900   data: "plot-vpp-throughput-latency-3n-skx"
10901   filter: "'NIC_Intel-XXV710' and
10902            '64B' and
10903            'FEATURE' and
10904            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10905            'NDRPDR' and
10906            '4T2C' and
10907            'IP4FWD' and
10908            not 'IPSEC' and
10909            not 'VHOST'"
10910   parameters:
10911   - "latency"
10912   - "parent"
10913   traces:
10914     boxmean: False
10915   layout:
10916     title: ""  # No title
10917     layout: "plot-latency"
10918
10919 # Packet Latency - VPP IPv4 2n-skx-x710
10920 -
10921   type: "plot"
10922   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10923   algorithm: "plot_latency_box"
10924   output-file-type: ".html"
10925   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10926   data: "plot-vpp-throughput-latency-2n-skx"
10927   filter: "'NIC_Intel-X710' and
10928            '64B' and
10929            ('BASE' or 'SCALE') and
10930            'NDRPDR' and
10931            '2T1C' and
10932            'IP4FWD' and
10933            not 'IPSEC' and
10934            not 'VHOST'"
10935   parameters:
10936   - "latency"
10937   - "parent"
10938   traces:
10939     boxmean: False
10940   layout:
10941     title: ""  # No title
10942     layout: "plot-latency"
10943
10944 -
10945   type: "plot"
10946   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10947   algorithm: "plot_latency_box"
10948   output-file-type: ".html"
10949   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10950   data: "plot-vpp-throughput-latency-2n-skx"
10951   filter: "'NIC_Intel-X710' and
10952            '64B' and
10953            ('BASE' or 'SCALE') and
10954            'NDRPDR' and
10955            '4T2C' and
10956            'IP4FWD' and
10957            not 'IPSEC' and
10958            not 'VHOST'"
10959   parameters:
10960   - "latency"
10961   - "parent"
10962   traces:
10963     boxmean: False
10964   layout:
10965     title: ""  # No title
10966     layout: "plot-latency"
10967
10968 # Packet Latency - VPP IPv4 2n-skx-xxv710
10969 -
10970   type: "plot"
10971   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
10972   algorithm: "plot_latency_box"
10973   output-file-type: ".html"
10974   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
10975   data: "plot-vpp-throughput-latency-2n-skx"
10976   filter: "'NIC_Intel-XXV710' and
10977            '64B' and
10978            ('BASE' or 'SCALE') and
10979            'NDRPDR' and
10980            '2T1C' and
10981            'IP4FWD' and
10982            not 'IPSEC' and
10983            not 'VHOST'"
10984   parameters:
10985   - "latency"
10986   - "parent"
10987   traces:
10988     boxmean: False
10989   layout:
10990     title: ""  # No title
10991     layout: "plot-latency"
10992
10993 -
10994   type: "plot"
10995   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
10996   algorithm: "plot_latency_box"
10997   output-file-type: ".html"
10998   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
10999   data: "plot-vpp-throughput-latency-2n-skx"
11000   filter: "'NIC_Intel-XXV710' and
11001            '64B' and
11002            ('BASE' or 'SCALE') and
11003            'NDRPDR' and
11004            '4T2C' and
11005            'IP4FWD' and
11006            not 'IPSEC' and
11007            not 'VHOST'"
11008   parameters:
11009   - "latency"
11010   - "parent"
11011   traces:
11012     boxmean: False
11013   layout:
11014     title: ""  # No title
11015     layout: "plot-latency"
11016
11017 ################################################################################
11018
11019 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
11020 -
11021   type: "plot"
11022   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11023   algorithm: "plot_latency_box"
11024   output-file-type: ".html"
11025   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11026   data: "plot-vpp-throughput-latency-3n-hsw"
11027   filter: "'NIC_Intel-X520-DA2' and
11028            '64B' and
11029            'ENCAP' and
11030            'NDRPDR' and
11031            '1T1C' and
11032            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
11033            not 'VHOST' and
11034            not 'IPSECHW'"
11035   parameters:
11036   - "throughput"
11037   - "parent"
11038   traces:
11039     boxmean: False
11040   layout:
11041     title: ""  # No title
11042     layout: "plot-latency"
11043
11044 -
11045   type: "plot"
11046   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
11047   algorithm: "plot_latency_box"
11048   output-file-type: ".html"
11049   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
11050   data: "plot-vpp-throughput-latency-3n-hsw"
11051   filter: "'NIC_Intel-X520-DA2' and
11052            '64B' and
11053            'ENCAP' and
11054            'NDRPDR' and
11055            '2T2C' and
11056            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
11057            not 'VHOST' and
11058            not 'IPSECHW'"
11059   parameters:
11060   - "throughput"
11061   - "parent"
11062   traces:
11063     boxmean: False
11064   layout:
11065     title: ""  # No title
11066     layout: "plot-latency"
11067
11068 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
11069 -
11070   type: "plot"
11071   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
11072   algorithm: "plot_latency_box"
11073   output-file-type: ".html"
11074   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
11075   data: "plot-vpp-throughput-latency-3n-hsw"
11076   filter: "'NIC_Intel-X710' and
11077            '64B' and
11078            'ENCAP' and
11079            'NDRPDR' and
11080            '1T1C' and
11081            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
11082            not 'VHOST' and
11083            not 'IPSECHW'"
11084   parameters:
11085   - "throughput"
11086   - "parent"
11087   traces:
11088     boxmean: False
11089   layout:
11090     title: ""  # No title
11091     layout: "plot-latency"
11092
11093 -
11094   type: "plot"
11095   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
11096   algorithm: "plot_latency_box"
11097   output-file-type: ".html"
11098   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
11099   data: "plot-vpp-throughput-latency-3n-hsw"
11100   filter: "'NIC_Intel-X710' and
11101            '64B' and
11102            'ENCAP' and
11103            'NDRPDR' and
11104            '2T2C' and
11105            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
11106            not 'VHOST' and
11107            not 'IPSECHW'"
11108   parameters:
11109   - "throughput"
11110   - "parent"
11111   traces:
11112     boxmean: False
11113   layout:
11114     title: ""  # No title
11115     layout: "plot-latency"
11116
11117 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
11118 -
11119   type: "plot"
11120   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
11121   algorithm: "plot_latency_box"
11122   output-file-type: ".html"
11123   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
11124   data: "plot-vpp-throughput-latency-3n-skx"
11125   filter: "'NIC_Intel-X710' and
11126            '64B' and
11127            'ENCAP' and
11128            'NDRPDR' and
11129            '2T1C' and
11130            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
11131            not 'VHOST' and
11132            not 'IPSECHW'"
11133   parameters:
11134   - "throughput"
11135   - "parent"
11136   traces:
11137     boxmean: False
11138   layout:
11139     title: ""  # No title
11140     layout: "plot-latency"
11141
11142 -
11143   type: "plot"
11144   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11145   algorithm: "plot_latency_box"
11146   output-file-type: ".html"
11147   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11148   data: "plot-vpp-throughput-latency-3n-skx"
11149   filter: "'NIC_Intel-X710' and
11150            '64B' and
11151            'ENCAP' and
11152            'NDRPDR' and
11153            '4T2C' and
11154            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
11155            not 'VHOST' and
11156            not 'IPSECHW'"
11157   parameters:
11158   - "throughput"
11159   - "parent"
11160   traces:
11161     boxmean: False
11162   layout:
11163     title: ""  # No title
11164     layout: "plot-latency"
11165
11166 ################################################################################
11167
11168 # Packet Latency - VPP IPv6 3n-hsw-x520
11169 -
11170   type: "plot"
11171   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
11172   algorithm: "plot_latency_box"
11173   output-file-type: ".html"
11174   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
11175   data: "plot-vpp-throughput-latency-3n-hsw"
11176   filter: "'NIC_Intel-X520-DA2' and
11177            '78B' and
11178            ('BASE' or 'SCALE') and
11179            'NDRPDR' and
11180            '1T1C' and
11181            'IP6FWD' and
11182            not 'SRv6' and
11183            not 'IPSEC' and
11184            not 'VHOST'"
11185   parameters:
11186   - "latency"
11187   - "parent"
11188   traces:
11189     boxmean: False
11190   layout:
11191     title: ""  # No title
11192     layout: "plot-latency"
11193
11194 -
11195   type: "plot"
11196   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
11197   algorithm: "plot_latency_box"
11198   output-file-type: ".html"
11199   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
11200   data: "plot-vpp-throughput-latency-3n-hsw"
11201   filter: "'NIC_Intel-X520-DA2' and
11202            '78B' and
11203            ('BASE' or 'SCALE') and
11204            'NDRPDR' and
11205            '2T2C' and
11206            'IP6FWD' and
11207            not 'SRv6' and
11208            not 'IPSEC' and
11209            not 'VHOST'"
11210   parameters:
11211   - "latency"
11212   - "parent"
11213   traces:
11214     boxmean: False
11215   layout:
11216     title: ""  # No title
11217     layout: "plot-latency"
11218
11219 -
11220   type: "plot"
11221   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
11222   algorithm: "plot_latency_box"
11223   output-file-type: ".html"
11224   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
11225   data: "plot-vpp-throughput-latency-3n-hsw"
11226   filter: "'NIC_Intel-X520-DA2' and
11227            '78B' and
11228            'FEATURE' and
11229            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11230            'NDRPDR' and
11231            '1T1C' and
11232            'IP6FWD' and
11233            not 'SRv6' and
11234            not 'IPSEC' and
11235            not 'VHOST'"
11236   parameters:
11237   - "latency"
11238   - "parent"
11239   traces:
11240     boxmean: False
11241   layout:
11242     title: ""  # No title
11243     layout: "plot-latency"
11244
11245 -
11246   type: "plot"
11247   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
11248   algorithm: "plot_latency_box"
11249   output-file-type: ".html"
11250   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
11251   data: "plot-vpp-throughput-latency-3n-hsw"
11252   filter: "'NIC_Intel-X520-DA2' and
11253            '78B' and
11254            'FEATURE' and
11255            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11256            'NDRPDR' and
11257            '2T2C' and
11258            'IP6FWD' and
11259            not 'SRv6' and
11260            not 'IPSEC' and
11261            not 'VHOST'"
11262   parameters:
11263   - "latency"
11264   - "parent"
11265   traces:
11266     boxmean: False
11267   layout:
11268     title: ""  # No title
11269     layout: "plot-latency"
11270
11271 # Packet Latency - VPP IPv6 3n-hsw-x710
11272 -
11273   type: "plot"
11274   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
11275   algorithm: "plot_latency_box"
11276   output-file-type: ".html"
11277   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
11278   data: "plot-vpp-throughput-latency-3n-hsw"
11279   filter: "'NIC_Intel-X710' and
11280            '78B' and
11281            ('BASE' or 'SCALE') and
11282            'NDRPDR' and
11283            '1T1C' and
11284            'IP6FWD' and
11285            not 'SRv6' and
11286            not 'IPSEC' and
11287            not 'VHOST'"
11288   parameters:
11289   - "latency"
11290   - "parent"
11291   traces:
11292     boxmean: False
11293   layout:
11294     title: ""  # No title
11295     layout: "plot-latency"
11296
11297 -
11298   type: "plot"
11299   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
11300   algorithm: "plot_latency_box"
11301   output-file-type: ".html"
11302   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
11303   data: "plot-vpp-throughput-latency-3n-hsw"
11304   filter: "'NIC_Intel-X710' and
11305            '78B' and
11306            ('BASE' or 'SCALE') and
11307            'NDRPDR' and
11308            '2T2C' and
11309            'IP6FWD' and
11310            not 'SRv6' and
11311            not 'IPSEC' and
11312            not 'VHOST'"
11313   parameters:
11314   - "latency"
11315   - "parent"
11316   traces:
11317     boxmean: False
11318   layout:
11319     title: ""  # No title
11320     layout: "plot-latency"
11321
11322 -
11323   type: "plot"
11324   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-features-ndr-lat"
11325   algorithm: "plot_latency_box"
11326   output-file-type: ".html"
11327   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-features-ndr-lat"
11328   data: "plot-vpp-throughput-latency-3n-hsw"
11329   filter: "'NIC_Intel-X710' and
11330            '78B' and
11331            'FEATURE' and
11332            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11333            'NDRPDR' and
11334            '1T1C' and
11335            'IP6FWD' and
11336            not 'SRv6' and
11337            not 'IPSEC' and
11338            not 'VHOST'"
11339   parameters:
11340   - "latency"
11341   - "parent"
11342   traces:
11343     boxmean: False
11344   layout:
11345     title: ""  # No title
11346     layout: "plot-latency"
11347
11348 -
11349   type: "plot"
11350   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-features-ndr-lat"
11351   algorithm: "plot_latency_box"
11352   output-file-type: ".html"
11353   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-features-ndr-lat"
11354   data: "plot-vpp-throughput-latency-3n-hsw"
11355   filter: "'NIC_Intel-X710' and
11356            '78B' and
11357            'FEATURE' and
11358            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11359            'NDRPDR' and
11360            '2T2C' and
11361            'IP6FWD' and
11362            not 'SRv6' and
11363            not 'IPSEC' and
11364            not 'VHOST'"
11365   parameters:
11366   - "latency"
11367   - "parent"
11368   traces:
11369     boxmean: False
11370   layout:
11371     title: ""  # No title
11372     layout: "plot-latency"
11373
11374 # Packet Latency - VPP IPv6 3n-hsw-xl710
11375 -
11376   type: "plot"
11377   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
11378   algorithm: "plot_latency_box"
11379   output-file-type: ".html"
11380   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
11381   data: "plot-vpp-throughput-latency-3n-hsw"
11382   filter: "'NIC_Intel-XL710' and
11383            '78B' and
11384            ('BASE' or 'SCALE') and
11385            'NDRPDR' and
11386            '1T1C' and
11387            'IP6FWD' and
11388            not 'SRv6' and
11389            not 'IPSEC' and
11390            not 'VHOST'"
11391   parameters:
11392   - "latency"
11393   - "parent"
11394   traces:
11395     boxmean: False
11396   layout:
11397     title: ""  # No title
11398     layout: "plot-latency"
11399
11400 -
11401   type: "plot"
11402   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
11403   algorithm: "plot_latency_box"
11404   output-file-type: ".html"
11405   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
11406   data: "plot-vpp-throughput-latency-3n-hsw"
11407   filter: "'NIC_Intel-XL710' and
11408            '78B' and
11409            ('BASE' or 'SCALE') and
11410            'NDRPDR' and
11411            '2T2C' and
11412            'IP6FWD' and
11413            not 'SRv6' and
11414            not 'IPSEC' and
11415            not 'VHOST'"
11416   parameters:
11417   - "latency"
11418   - "parent"
11419   traces:
11420     boxmean: False
11421   layout:
11422     title: ""  # No title
11423     layout: "plot-latency"
11424
11425 # Packet Latency - VPP IPv6 3n-skx-x710
11426 -
11427   type: "plot"
11428   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
11429   algorithm: "plot_latency_box"
11430   output-file-type: ".html"
11431   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
11432   data: "plot-vpp-throughput-latency-3n-skx"
11433   filter: "'NIC_Intel-X710' and
11434            '78B' and
11435            ('BASE' or 'SCALE') and
11436            'NDRPDR' and
11437            '2T1C' and
11438            'IP6FWD' and
11439            not 'SRv6' and
11440            not 'IPSEC' and
11441            not 'VHOST'"
11442   parameters:
11443   - "latency"
11444   - "parent"
11445   traces:
11446     boxmean: False
11447   layout:
11448     title: ""  # No title
11449     layout: "plot-latency"
11450
11451 -
11452   type: "plot"
11453   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
11454   algorithm: "plot_latency_box"
11455   output-file-type: ".html"
11456   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
11457   data: "plot-vpp-throughput-latency-3n-skx"
11458   filter: "'NIC_Intel-X710' and
11459            '78B' and
11460            ('BASE' or 'SCALE') and
11461            'NDRPDR' and
11462            '4T2C' and
11463            'IP6FWD' and
11464            not 'SRv6' and
11465            not 'IPSEC' and
11466            not 'VHOST'"
11467   parameters:
11468   - "latency"
11469   - "parent"
11470   traces:
11471     boxmean: False
11472   layout:
11473     title: ""  # No title
11474     layout: "plot-latency"
11475
11476 -
11477   type: "plot"
11478   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-features-ndr-lat"
11479   algorithm: "plot_latency_box"
11480   output-file-type: ".html"
11481   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-features-ndr-lat"
11482   data: "plot-vpp-throughput-latency-3n-skx"
11483   filter: "'NIC_Intel-X710' and
11484            '78B' and
11485            'FEATURE' and
11486            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11487            'NDRPDR' and
11488            '2T1C' and
11489            'IP6FWD' and
11490            not 'SRv6' and
11491            not 'IPSEC' and
11492            not 'VHOST'"
11493   parameters:
11494   - "latency"
11495   - "parent"
11496   traces:
11497     boxmean: False
11498   layout:
11499     title: ""  # No title
11500     layout: "plot-latency"
11501
11502 -
11503   type: "plot"
11504   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-features-ndr-lat"
11505   algorithm: "plot_latency_box"
11506   output-file-type: ".html"
11507   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-features-ndr-lat"
11508   data: "plot-vpp-throughput-latency-3n-skx"
11509   filter: "'NIC_Intel-X710' and
11510            '78B' and
11511            'FEATURE' and
11512            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11513            'NDRPDR' and
11514            '4T2C' and
11515            'IP6FWD' and
11516            not 'SRv6' and
11517            not 'IPSEC' and
11518            not 'VHOST'"
11519   parameters:
11520   - "latency"
11521   - "parent"
11522   traces:
11523     boxmean: False
11524   layout:
11525     title: ""  # No title
11526     layout: "plot-latency"
11527
11528 # Packet Latency - VPP IPv6 3n-skx-xxv710
11529 -
11530   type: "plot"
11531   title: "VPP Latency: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
11532   algorithm: "plot_latency_box"
11533   output-file-type: ".html"
11534   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
11535   data: "plot-vpp-throughput-latency-3n-skx"
11536   filter: "'NIC_Intel-XXV710' and
11537            '78B' and
11538            ('BASE' or 'SCALE') and
11539            'NDRPDR' and
11540            '2T1C' and
11541            'IP6FWD' and
11542            not 'SRv6' and
11543            not 'IPSEC' and
11544            not 'VHOST'"
11545   parameters:
11546   - "latency"
11547   - "parent"
11548   traces:
11549     boxmean: False
11550   layout:
11551     title: ""  # No title
11552     layout: "plot-latency"
11553
11554 -
11555   type: "plot"
11556   title: "VPP Latency: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
11557   algorithm: "plot_latency_box"
11558   output-file-type: ".html"
11559   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
11560   data: "plot-vpp-throughput-latency-3n-skx"
11561   filter: "'NIC_Intel-XXV710' and
11562            '78B' and
11563            ('BASE' or 'SCALE') and
11564            'NDRPDR' and
11565            '4T2C' and
11566            'IP6FWD' and
11567            not 'SRv6' and
11568            not 'IPSEC' and
11569            not 'VHOST'"
11570   parameters:
11571   - "latency"
11572   - "parent"
11573   traces:
11574     boxmean: False
11575   layout:
11576     title: ""  # No title
11577     layout: "plot-latency"
11578
11579 -
11580   type: "plot"
11581   title: "VPP Latency: ip6-3n-skx-xxv710-78b-2t1c-features-ndr-lat"
11582   algorithm: "plot_latency_box"
11583   output-file-type: ".html"
11584   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-features-ndr-lat"
11585   data: "plot-vpp-throughput-latency-3n-skx"
11586   filter: "'NIC_Intel-XXV710' and
11587            '78B' and
11588            'FEATURE' and
11589            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11590            'NDRPDR' and
11591            '2T1C' and
11592            'IP6FWD' and
11593            not 'SRv6' and
11594            not 'IPSEC' and
11595            not 'VHOST'"
11596   parameters:
11597   - "latency"
11598   - "parent"
11599   traces:
11600     boxmean: False
11601   layout:
11602     title: ""  # No title
11603     layout: "plot-latency"
11604
11605 -
11606   type: "plot"
11607   title: "VPP Latency: ip6-3n-skx-xxv710-78b-4t2c-features-ndr-lat"
11608   algorithm: "plot_latency_box"
11609   output-file-type: ".html"
11610   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-features-ndr-lat"
11611   data: "plot-vpp-throughput-latency-3n-skx"
11612   filter: "'NIC_Intel-XXV710' and
11613            '78B' and
11614            'FEATURE' and
11615            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11616            'NDRPDR' and
11617            '4T2C' and
11618            'IP6FWD' and
11619            not 'SRv6' and
11620            not 'IPSEC' and
11621            not 'VHOST'"
11622   parameters:
11623   - "latency"
11624   - "parent"
11625   traces:
11626     boxmean: False
11627   layout:
11628     title: ""  # No title
11629     layout: "plot-latency"
11630
11631 # Packet Latency - VPP IPv6 2n-skx-x710
11632 -
11633   type: "plot"
11634   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
11635   algorithm: "plot_latency_box"
11636   output-file-type: ".html"
11637   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
11638   data: "plot-vpp-throughput-latency-2n-skx"
11639   filter: "'NIC_Intel-X710' and
11640            '78B' and
11641            ('BASE' or 'SCALE') and
11642            'NDRPDR' and
11643            '2T1C' and
11644            'IP6FWD' and
11645            not 'SRv6' and
11646            not 'IPSEC' and
11647            not 'VHOST'"
11648   parameters:
11649   - "latency"
11650   - "parent"
11651   traces:
11652     boxmean: False
11653   layout:
11654     title: ""  # No title
11655     layout: "plot-latency"
11656
11657 -
11658   type: "plot"
11659   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
11660   algorithm: "plot_latency_box"
11661   output-file-type: ".html"
11662   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
11663   data: "plot-vpp-throughput-latency-2n-skx"
11664   filter: "'NIC_Intel-X710' and
11665            '78B' and
11666            ('BASE' or 'SCALE') and
11667            'NDRPDR' and
11668            '4T2C' and
11669            'IP6FWD' and
11670            not 'SRv6' and
11671            not 'IPSEC' and
11672            not 'VHOST'"
11673   parameters:
11674   - "latency"
11675   - "parent"
11676   traces:
11677     boxmean: False
11678   layout:
11679     title: ""  # No title
11680     layout: "plot-latency"
11681
11682 # Packet Latency - VPP IPv6 2n-skx-xxv710
11683 -
11684   type: "plot"
11685   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
11686   algorithm: "plot_latency_box"
11687   output-file-type: ".html"
11688   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
11689   data: "plot-vpp-throughput-latency-2n-skx"
11690   filter: "'NIC_Intel-XXV710' and
11691            '78B' and
11692            ('BASE' or 'SCALE') and
11693            'NDRPDR' and
11694            '2T1C' and
11695            'IP6FWD' and
11696            not 'SRv6' and
11697            not 'IPSEC' and
11698            not 'VHOST'"
11699   parameters:
11700   - "latency"
11701   - "parent"
11702   traces:
11703     boxmean: False
11704   layout:
11705     title: ""  # No title
11706     layout: "plot-latency"
11707
11708 -
11709   type: "plot"
11710   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
11711   algorithm: "plot_latency_box"
11712   output-file-type: ".html"
11713   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
11714   data: "plot-vpp-throughput-latency-2n-skx"
11715   filter: "'NIC_Intel-XXV710' and
11716            '78B' and
11717            ('BASE' or 'SCALE') and
11718            'NDRPDR' and
11719            '4T2C' and
11720            'IP6FWD' and
11721            not 'SRv6' and
11722            not 'IPSEC' and
11723            not 'VHOST'"
11724   parameters:
11725   - "latency"
11726   - "parent"
11727   traces:
11728     boxmean: False
11729   layout:
11730     title: ""  # No title
11731     layout: "plot-latency"
11732
11733 ################################################################################
11734
11735 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
11736 -
11737   type: "plot"
11738   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
11739   algorithm: "plot_latency_box"
11740   output-file-type: ".html"
11741   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
11742   data: "plot-vpp-throughput-latency-3n-hsw"
11743   filter: "'NIC_Intel-X520-DA2' and
11744            '78B' and
11745            'ENCAP' and
11746            'NDRPDR' and
11747            '1T1C' and
11748            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
11749            not 'VHOST'"
11750   parameters:
11751   - "latency"
11752   - "parent"
11753   traces:
11754     boxmean: False
11755   layout:
11756     title: ""  # No title
11757     layout: "plot-latency"
11758
11759 -
11760   type: "plot"
11761   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
11762   algorithm: "plot_latency_box"
11763   output-file-type: ".html"
11764   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
11765   data: "plot-vpp-throughput-latency-3n-hsw"
11766   filter: "'NIC_Intel-X520-DA2' and
11767            '78B' and
11768            'ENCAP' and
11769            'NDRPDR' and
11770            '2T2C' and
11771            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
11772            not 'VHOST'"
11773   parameters:
11774   - "latency"
11775   - "parent"
11776   traces:
11777     boxmean: False
11778   layout:
11779     title: ""  # No title
11780     layout: "plot-latency"
11781
11782 ################################################################################
11783
11784 # Packet Latency - VPP IPSec 3n-hsw-xl710
11785 -
11786   type: "plot"
11787   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
11788   algorithm: "plot_latency_box"
11789   output-file-type: ".html"
11790   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
11791   data: "plot-vpp-throughput-latency-3n-hsw"
11792   filter: "'NIC_Intel-XL710' and
11793            '64B' and
11794            'IP4FWD' and
11795            'NDRPDR' and
11796            '1T1C' and
11797            'IPSECHW' and
11798            ('IPSECTRAN' or 'IPSECTUN') and
11799            not 'VHOST'"
11800   parameters:
11801   - "latency"
11802   - "parent"
11803   traces:
11804     boxmean: False
11805   layout:
11806     title: ""  # No title
11807     layout: "plot-latency"
11808
11809 -
11810   type: "plot"
11811   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
11812   algorithm: "plot_latency_box"
11813   output-file-type: ".html"
11814   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
11815   data: "plot-vpp-throughput-latency-3n-hsw"
11816   filter: "'NIC_Intel-XL710' and
11817            '64B' and
11818            'IP4FWD' and
11819            'NDRPDR' and
11820            '2T2C' and
11821            'IPSECHW' and
11822            ('IPSECTRAN' or 'IPSECTUN') and
11823            not 'VHOST'"
11824   parameters:
11825   - "latency"
11826   - "parent"
11827   traces:
11828     boxmean: False
11829   layout:
11830     title: ""  # No title
11831     layout: "plot-latency"
11832
11833 ################################################################################
11834
11835 # Packet Latency - VPP SRv6 3n-hsw-x520
11836 -
11837   type: "plot"
11838   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
11839   algorithm: "plot_latency_box"
11840   output-file-type: ".html"
11841   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
11842   data: "plot-vpp-throughput-latency-3n-hsw"
11843   filter: "'NIC_Intel-X520-DA2' and
11844            '78B' and
11845            'FEATURE' and
11846            'NDRPDR' and
11847            '1T1C' and
11848            'IP6FWD' and
11849            'SRv6'"
11850   parameters:
11851   - "latency"
11852   - "parent"
11853   traces:
11854     boxmean: False
11855   layout:
11856     title: ""  # No title
11857     layout: "plot-latency"
11858
11859 -
11860   type: "plot"
11861   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
11862   algorithm: "plot_latency_box"
11863   output-file-type: ".html"
11864   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
11865   data: "plot-vpp-throughput-latency-3n-hsw"
11866   filter: "'NIC_Intel-X520-DA2' and
11867            '78B' and
11868            'FEATURE' and
11869            'NDRPDR' and
11870            '2T2C' and
11871            'IP6FWD' and
11872            'SRv6'"
11873   parameters:
11874   - "latency"
11875   - "parent"
11876   traces:
11877     boxmean: False
11878   layout:
11879     title: ""  # No title
11880     layout: "plot-latency"
11881
11882 ################################################################################
11883
11884 # Packet Latency - VPP vhost ip4 3n-hsw-x520
11885 -
11886   type: "plot"
11887   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11888   algorithm: "plot_latency_box"
11889   output-file-type: ".html"
11890   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11891   data: "plot-vpp-throughput-latency-3n-hsw"
11892   filter: "'NIC_Intel-X520-DA2' and
11893            '64B' and
11894            'NDRPDR' and
11895            '1T1C' and
11896            'VHOST' and
11897            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11898   parameters:
11899   - "latency"
11900   - "parent"
11901   traces:
11902     boxmean: False
11903   layout:
11904     title: ""  # No title
11905     layout: "plot-latency"
11906
11907 -
11908   type: "plot"
11909   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
11910   algorithm: "plot_latency_box"
11911   output-file-type: ".html"
11912   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
11913   data: "plot-vpp-throughput-latency-3n-hsw"
11914   filter: "'NIC_Intel-X520-DA2' and
11915            '64B' and
11916            'NDRPDR' and
11917            '2T2C' and
11918            'VHOST' and
11919            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11920   parameters:
11921   - "latency"
11922   - "parent"
11923   traces:
11924     boxmean: False
11925   layout:
11926     title: ""  # No title
11927     layout: "plot-latency"
11928
11929 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
11930 -
11931   type: "plot"
11932   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11933   algorithm: "plot_latency_box"
11934   output-file-type: ".html"
11935   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11936   data: "plot-vpp-throughput-latency-3n-hsw"
11937   filter: "'NIC_Intel-X520-DA2' and
11938            '64B' and
11939            'NDRPDR' and
11940            '1T1C' and
11941            'VHOST' and
11942            not 'VXLAN' and
11943            not 'IP4FWD' and
11944            not 'DOT1Q' and
11945            not '2VM'"
11946   parameters:
11947   - "latency"
11948   - "parent"
11949   traces:
11950     boxmean: False
11951   layout:
11952     title: ""  # No title
11953     layout: "plot-latency"
11954
11955 -
11956   type: "plot"
11957   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
11958   algorithm: "plot_latency_box"
11959   output-file-type: ".html"
11960   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
11961   data: "plot-vpp-throughput-latency-3n-hsw"
11962   filter: "'NIC_Intel-X520-DA2' and
11963            '64B' and
11964            'NDRPDR' and
11965            '2T2C' and
11966            'VHOST' and
11967            not 'VXLAN' and
11968            not 'IP4FWD' and
11969            not 'DOT1Q' and
11970            not '2VM'"
11971   parameters:
11972   - "latency"
11973   - "parent"
11974   traces:
11975     boxmean: False
11976   layout:
11977     title: ""  # No title
11978     layout: "plot-latency"
11979
11980 # Packet Latency - VPP vhost ip4 3n-hsw-x710
11981 -
11982   type: "plot"
11983   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
11984   algorithm: "plot_latency_box"
11985   output-file-type: ".html"
11986   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
11987   data: "plot-vpp-throughput-latency-3n-hsw"
11988   filter: "'NIC_Intel-X710' and
11989            '64B' and
11990            'NDRPDR' and
11991            '1T1C' and
11992            'VHOST' and
11993            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11994   parameters:
11995   - "latency"
11996   - "parent"
11997   traces:
11998     boxmean: False
11999   layout:
12000     title: ""  # No title
12001     layout: "plot-latency"
12002
12003 -
12004   type: "plot"
12005   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
12006   algorithm: "plot_latency_box"
12007   output-file-type: ".html"
12008   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
12009   data: "plot-vpp-throughput-latency-3n-hsw"
12010   filter: "'NIC_Intel-X710' and
12011            '64B' and
12012            'NDRPDR' and
12013            '2T2C' and
12014            'VHOST' and
12015            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12016   parameters:
12017   - "latency"
12018   - "parent"
12019   traces:
12020     boxmean: False
12021   layout:
12022     title: ""  # No title
12023     layout: "plot-latency"
12024
12025 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
12026 -
12027   type: "plot"
12028   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
12029   algorithm: "plot_latency_box"
12030   output-file-type: ".html"
12031   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
12032   data: "plot-vpp-throughput-latency-3n-hsw"
12033   filter: "'NIC_Intel-X710' and
12034            '64B' and
12035            'NDRPDR' and
12036            '1T1C' and
12037            'VHOST' and
12038            not 'VXLAN' and
12039            not 'IP4FWD' and
12040            not 'DOT1Q' and
12041            not '2VM'"
12042   parameters:
12043   - "latency"
12044   - "parent"
12045   traces:
12046     boxmean: False
12047   layout:
12048     title: ""  # No title
12049     layout: "plot-latency"
12050
12051 -
12052   type: "plot"
12053   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
12054   algorithm: "plot_latency_box"
12055   output-file-type: ".html"
12056   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
12057   data: "plot-vpp-throughput-latency-3n-hsw"
12058   filter: "'NIC_Intel-X710' and
12059            '64B' and
12060            'NDRPDR' and
12061            '2T2C' and
12062            'VHOST' and
12063            not 'VXLAN' and
12064            not 'IP4FWD' and
12065            not 'DOT1Q' and
12066            not '2VM'"
12067   parameters:
12068   - "latency"
12069   - "parent"
12070   traces:
12071     boxmean: False
12072   layout:
12073     title: ""  # No title
12074     layout: "plot-latency"
12075
12076 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
12077 -
12078   type: "plot"
12079   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
12080   algorithm: "plot_latency_box"
12081   output-file-type: ".html"
12082   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
12083   data: "plot-vpp-throughput-latency-3n-hsw"
12084   filter: "'NIC_Intel-XL710' and
12085            '64B' and
12086            'NDRPDR' and
12087            '1T1C' and
12088            'VHOST' and
12089            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12090   parameters:
12091   - "latency"
12092   - "parent"
12093   traces:
12094     boxmean: False
12095   layout:
12096     title: ""  # No title
12097     layout: "plot-latency"
12098
12099 -
12100   type: "plot"
12101   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
12102   algorithm: "plot_latency_box"
12103   output-file-type: ".html"
12104   output-file: "{DIR[STATIC,VPP]}/ip4-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
12105   data: "plot-vpp-throughput-latency-3n-hsw"
12106   filter: "'NIC_Intel-XL710' and
12107            '64B' and
12108            'NDRPDR' and
12109            '2T2C' and
12110            'VHOST' and
12111            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12112   parameters:
12113   - "latency"
12114   - "parent"
12115   traces:
12116     boxmean: False
12117   layout:
12118     title: ""  # No title
12119     layout: "plot-latency"
12120
12121 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
12122 -
12123   type: "plot"
12124   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
12125   algorithm: "plot_latency_box"
12126   output-file-type: ".html"
12127   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
12128   data: "plot-vpp-throughput-latency-3n-hsw"
12129   filter: "'NIC_Intel-XL710' and
12130            '64B' and
12131            'NDRPDR' and
12132            '1T1C' and
12133            'VHOST' and
12134            not 'VXLAN' and
12135            not 'IP4FWD' and
12136            not 'DOT1Q' and
12137            not '2VM'"
12138   parameters:
12139   - "latency"
12140   - "parent"
12141   traces:
12142     boxmean: False
12143   layout:
12144     title: ""  # No title
12145     layout: "plot-latency"
12146
12147 -
12148   type: "plot"
12149   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
12150   algorithm: "plot_latency_box"
12151   output-file-type: ".html"
12152   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
12153   data: "plot-vpp-throughput-latency-3n-hsw"
12154   filter: "'NIC_Intel-XL710' and
12155            '64B' and
12156            'NDRPDR' and
12157            '2T2C' and
12158            'VHOST' and
12159            not 'VXLAN' and
12160            not 'IP4FWD' and
12161            not 'DOT1Q' and
12162            not '2VM'"
12163   parameters:
12164   - "latency"
12165   - "parent"
12166   traces:
12167     boxmean: False
12168   layout:
12169     title: ""  # No title
12170     layout: "plot-latency"
12171
12172 ################################################################################
12173
12174 # Packet Latency - VPP VTS 3n-hsw-x520
12175 -
12176   type: "plot"
12177   title: "VPP Latency: vts-3n-hsw-x520-64b-1t1c-ndr-lat"
12178   algorithm: "plot_latency_box"
12179   output-file-type: ".html"
12180   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-1t1c-ndr-lat"
12181   data: "plot-vpp-throughput-latency-3n-hsw"
12182   filter: "'NIC_Intel-X520-DA2' and
12183            '64B' and
12184            'NDRPDR' and
12185            '1T1C' and
12186            'VTS'"
12187   parameters:
12188   - "latency"
12189   - "parent"
12190   traces:
12191     boxmean: False
12192   layout:
12193     title: ""  # No title
12194     layout: "plot-latency"
12195
12196 -
12197   type: "plot"
12198   title: "VPP Latency: vts-3n-hsw-x520-64b-2t2c-ndr-lat"
12199   algorithm: "plot_latency_box"
12200   output-file-type: ".html"
12201   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-2t2c-ndr-lat"
12202   data: "plot-vpp-throughput-latency-3n-hsw"
12203   filter: "'NIC_Intel-X520-DA2' and
12204            '64B' and
12205            'NDRPDR' and
12206            '2T2C' and
12207            'VTS'"
12208   parameters:
12209   - "latency"
12210   - "parent"
12211   traces:
12212     boxmean: False
12213   layout:
12214     title: ""  # No title
12215     layout: "plot-latency"
12216     
12217 ################################################################################
12218
12219 # Packet Latency - DPDK l3fwd 3n-hsw-x520
12220 -
12221   type: "plot"
12222   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
12223   algorithm: "plot_latency_box"
12224   output-file-type: ".html"
12225   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
12226   data: "plot-dpdk-throughput-latency-3n-hsw"
12227   filter: "'NIC_Intel-X520-DA2' and
12228            '64B' and
12229            'BASE' and
12230            'NDRPDR' and
12231            '1T1C' and
12232            'IP4FWD'"
12233   parameters:
12234   - "latency"
12235   - "parent"
12236   traces:
12237     hoverinfo: "x+y"
12238     boxpoints: "outliers"
12239     whiskerwidth: 0
12240   layout:
12241     title: ""  # No title
12242     layout: "plot-latency"
12243
12244 -
12245   type: "plot"
12246   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
12247   algorithm: "plot_latency_box"
12248   output-file-type: ".html"
12249   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
12250   data: "plot-dpdk-throughput-latency-3n-hsw"
12251   filter: "'NIC_Intel-X520-DA2' and
12252            '64B' and
12253            'BASE' and
12254            'NDRPDR' and
12255            '2T2C' and
12256            'IP4FWD'"
12257   parameters:
12258   - "latency"
12259   - "parent"
12260   traces:
12261     hoverinfo: "x+y"
12262     boxpoints: "outliers"
12263     whiskerwidth: 0
12264   layout:
12265     title: ""  # No title
12266     layout: "plot-latency"
12267
12268 # Packet Latency - DPDK l3fwd 3n-hsw-x710
12269 -
12270   type: "plot"
12271   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
12272   algorithm: "plot_latency_box"
12273   output-file-type: ".html"
12274   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
12275   data: "plot-dpdk-throughput-latency-3n-hsw"
12276   filter: "'NIC_Intel-X710' and
12277            '64B' and
12278            'BASE' and
12279            'NDRPDR' and
12280            '1T1C' and
12281            'IP4FWD'"
12282   parameters:
12283   - "latency"
12284   - "parent"
12285   traces:
12286     hoverinfo: "x+y"
12287     boxpoints: "outliers"
12288     whiskerwidth: 0
12289   layout:
12290     title: ""  # No title
12291     layout: "plot-latency"
12292
12293 -
12294   type: "plot"
12295   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
12296   algorithm: "plot_latency_box"
12297   output-file-type: ".html"
12298   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
12299   data: "plot-dpdk-throughput-latency-3n-hsw"
12300   filter: "'NIC_Intel-X710' and
12301            '64B' and
12302            'BASE' and
12303            'NDRPDR' and
12304            '2T2C' and
12305            'IP4FWD'"
12306   parameters:
12307   - "latency"
12308   - "parent"
12309   traces:
12310     hoverinfo: "x+y"
12311     boxpoints: "outliers"
12312     whiskerwidth: 0
12313   layout:
12314     title: ""  # No title
12315     layout: "plot-latency"
12316
12317 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
12318 -
12319   type: "plot"
12320   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
12321   algorithm: "plot_latency_box"
12322   output-file-type: ".html"
12323   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
12324   data: "plot-dpdk-throughput-latency-3n-hsw"
12325   filter: "'NIC_Intel-XL710' and
12326            '64B' and
12327            'BASE' and
12328            'NDRPDR' and
12329            '1T1C' and
12330            'IP4FWD'"
12331   parameters:
12332   - "latency"
12333   - "parent"
12334   traces:
12335     hoverinfo: "x+y"
12336     boxpoints: "outliers"
12337     whiskerwidth: 0
12338   layout:
12339     title: ""  # No title
12340     layout: "plot-latency"
12341
12342 -
12343   type: "plot"
12344   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
12345   algorithm: "plot_latency_box"
12346   output-file-type: ".html"
12347   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
12348   data: "plot-dpdk-throughput-latency-3n-hsw"
12349   filter: "'NIC_Intel-XL710' and
12350            '64B' and
12351            'BASE' and
12352            'NDRPDR' and
12353            '2T2C' and
12354            'IP4FWD'"
12355   parameters:
12356   - "latency"
12357   - "parent"
12358   traces:
12359     hoverinfo: "x+y"
12360     boxpoints: "outliers"
12361     whiskerwidth: 0
12362   layout:
12363     title: ""  # No title
12364     layout: "plot-latency"
12365
12366 # Packet Latency - DPDK l3fwd 3n-skx-x710
12367 -
12368   type: "plot"
12369   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
12370   algorithm: "plot_latency_box"
12371   output-file-type: ".html"
12372   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
12373   data: "plot-dpdk-throughput-latency-3n-skx"
12374   filter: "'NIC_Intel-X710' and
12375            '64B' and
12376            'BASE' and
12377            'NDRPDR' and
12378            '2T1C' and
12379            'IP4FWD'"
12380   parameters:
12381   - "latency"
12382   - "parent"
12383   traces:
12384     hoverinfo: "x+y"
12385     boxpoints: "outliers"
12386     whiskerwidth: 0
12387   layout:
12388     title: ""  # No title
12389     layout: "plot-latency"
12390
12391 -
12392   type: "plot"
12393   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
12394   algorithm: "plot_latency_box"
12395   output-file-type: ".html"
12396   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
12397   data: "plot-dpdk-throughput-latency-3n-skx"
12398   filter: "'NIC_Intel-X710' and
12399            '64B' and
12400            'BASE' and
12401            'NDRPDR' and
12402            '4T2C' and
12403            'IP4FWD'"
12404   parameters:
12405   - "latency"
12406   - "parent"
12407   traces:
12408     hoverinfo: "x+y"
12409     boxpoints: "outliers"
12410     whiskerwidth: 0
12411   layout:
12412     title: ""  # No title
12413     layout: "plot-latency"
12414
12415 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
12416 -
12417   type: "plot"
12418   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
12419   algorithm: "plot_latency_box"
12420   output-file-type: ".html"
12421   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
12422   data: "plot-dpdk-throughput-latency-3n-skx"
12423   filter: "'NIC_Intel-XXV710' and
12424            '64B' and
12425            'BASE' and
12426            'NDRPDR' and
12427            '2T1C' and
12428            'IP4FWD'"
12429   parameters:
12430   - "latency"
12431   - "parent"
12432   traces:
12433     hoverinfo: "x+y"
12434     boxpoints: "outliers"
12435     whiskerwidth: 0
12436   layout:
12437     title: ""  # No title
12438     layout: "plot-latency"
12439
12440 -
12441   type: "plot"
12442   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
12443   algorithm: "plot_latency_box"
12444   output-file-type: ".html"
12445   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
12446   data: "plot-dpdk-throughput-latency-3n-skx"
12447   filter: "'NIC_Intel-XXV710' and
12448            '64B' and
12449            'BASE' and
12450            'NDRPDR' and
12451            '4T2C' and
12452            'IP4FWD'"
12453   parameters:
12454   - "latency"
12455   - "parent"
12456   traces:
12457     hoverinfo: "x+y"
12458     boxpoints: "outliers"
12459     whiskerwidth: 0
12460   layout:
12461     title: ""  # No title
12462     layout: "plot-latency"
12463
12464 # Packet Latency - DPDK l3fwd 2n-skx-x710
12465 -
12466   type: "plot"
12467   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
12468   algorithm: "plot_latency_box"
12469   output-file-type: ".html"
12470   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
12471   data: "plot-dpdk-throughput-latency-2n-skx"
12472   filter: "'NIC_Intel-X710' and
12473            '64B' and
12474            'BASE' and
12475            'NDRPDR' and
12476            '2T1C' and
12477            'IP4FWD'"
12478   parameters:
12479   - "latency"
12480   - "parent"
12481   traces:
12482     hoverinfo: "x+y"
12483     boxpoints: "outliers"
12484     whiskerwidth: 0
12485   layout:
12486     title: ""  # No title
12487     layout: "plot-latency"
12488
12489 -
12490   type: "plot"
12491   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
12492   algorithm: "plot_latency_box"
12493   output-file-type: ".html"
12494   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
12495   data: "plot-dpdk-throughput-latency-2n-skx"
12496   filter: "'NIC_Intel-X710' and
12497            '64B' and
12498            'BASE' and
12499            'NDRPDR' and
12500            '4T2C' and
12501            'IP4FWD'"
12502   parameters:
12503   - "latency"
12504   - "parent"
12505   traces:
12506     hoverinfo: "x+y"
12507     boxpoints: "outliers"
12508     whiskerwidth: 0
12509   layout:
12510     title: ""  # No title
12511     layout: "plot-latency"
12512
12513 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
12514 -
12515   type: "plot"
12516   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
12517   algorithm: "plot_latency_box"
12518   output-file-type: ".html"
12519   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
12520   data: "plot-dpdk-throughput-latency-2n-skx"
12521   filter: "'NIC_Intel-XXV710' and
12522            '64B' and
12523            'BASE' and
12524            'NDRPDR' and
12525            '2T1C' and
12526            'IP4FWD'"
12527   parameters:
12528   - "latency"
12529   - "parent"
12530   traces:
12531     hoverinfo: "x+y"
12532     boxpoints: "outliers"
12533     whiskerwidth: 0
12534   layout:
12535     title: ""  # No title
12536     layout: "plot-latency"
12537
12538 -
12539   type: "plot"
12540   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
12541   algorithm: "plot_latency_box"
12542   output-file-type: ".html"
12543   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
12544   data: "plot-dpdk-throughput-latency-2n-skx"
12545   filter: "'NIC_Intel-XXV710' and
12546            '64B' and
12547            'BASE' and
12548            'NDRPDR' and
12549            '4T2C' and
12550            'IP4FWD'"
12551   parameters:
12552   - "latency"
12553   - "parent"
12554   traces:
12555     hoverinfo: "x+y"
12556     boxpoints: "outliers"
12557     whiskerwidth: 0
12558   layout:
12559     title: ""  # No title
12560     layout: "plot-latency"
12561
12562 ################################################################################
12563
12564 # Packet Latency - DPDK testpmd 3n-hsw-x520
12565 -
12566   type: "plot"
12567   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
12568   algorithm: "plot_latency_box"
12569   output-file-type: ".html"
12570   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
12571   data: "plot-dpdk-throughput-latency-3n-hsw"
12572   filter: "'NIC_Intel-X520-DA2' and
12573            '64B' and
12574            'BASE' and
12575            'NDRPDR' and
12576            '1T1C' and
12577            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12578   parameters:
12579   - "latency"
12580   - "parent"
12581   traces:
12582     hoverinfo: "x+y"
12583     boxpoints: "outliers"
12584     whiskerwidth: 0
12585   layout:
12586     title: ""  # No title
12587     layout: "plot-latency"
12588
12589 -
12590   type: "plot"
12591   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
12592   algorithm: "plot_latency_box"
12593   output-file-type: ".html"
12594   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
12595   data: "plot-dpdk-throughput-latency-3n-hsw"
12596   filter: "'NIC_Intel-X520-DA2' and
12597            '64B' and
12598            'BASE' and
12599            'NDRPDR' and
12600            '2T2C' and
12601            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12602   parameters:
12603   - "latency"
12604   - "parent"
12605   traces:
12606     hoverinfo: "x+y"
12607     boxpoints: "outliers"
12608     whiskerwidth: 0
12609   layout:
12610     title: ""  # No title
12611     layout: "plot-latency"
12612
12613 # Packet Latency - DPDK testpmd 3n-hsw-x710
12614 -
12615   type: "plot"
12616   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
12617   algorithm: "plot_latency_box"
12618   output-file-type: ".html"
12619   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
12620   data: "plot-dpdk-throughput-latency-3n-hsw"
12621   filter: "'NIC_Intel-X710' and
12622            '64B' and
12623            'BASE' and
12624            'NDRPDR' and
12625            '1T1C' and
12626            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12627   parameters:
12628   - "latency"
12629   - "parent"
12630   traces:
12631     hoverinfo: "x+y"
12632     boxpoints: "outliers"
12633     whiskerwidth: 0
12634   layout:
12635     title: ""  # No title
12636     layout: "plot-latency"
12637
12638 -
12639   type: "plot"
12640   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
12641   algorithm: "plot_latency_box"
12642   output-file-type: ".html"
12643   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
12644   data: "plot-dpdk-throughput-latency-3n-hsw"
12645   filter: "'NIC_Intel-X710' and
12646            '64B' and
12647            'BASE' and
12648            'NDRPDR' and
12649            '2T2C' and
12650            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12651   parameters:
12652   - "latency"
12653   - "parent"
12654   traces:
12655     hoverinfo: "x+y"
12656     boxpoints: "outliers"
12657     whiskerwidth: 0
12658   layout:
12659     title: ""  # No title
12660     layout: "plot-latency"
12661
12662 # Packet Latency - DPDK testpmd 3n-hsw-xl710
12663 -
12664   type: "plot"
12665   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
12666   algorithm: "plot_latency_box"
12667   output-file-type: ".html"
12668   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
12669   data: "plot-dpdk-throughput-latency-3n-hsw"
12670   filter: "'NIC_Intel-XL710' and
12671            '64B' and
12672            'BASE' and
12673            'NDRPDR' and
12674            '1T1C' and
12675            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12676   parameters:
12677   - "latency"
12678   - "parent"
12679   traces:
12680     hoverinfo: "x+y"
12681     boxpoints: "outliers"
12682     whiskerwidth: 0
12683   layout:
12684     title: ""  # No title
12685     layout: "plot-latency"
12686
12687 -
12688   type: "plot"
12689   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
12690   algorithm: "plot_latency_box"
12691   output-file-type: ".html"
12692   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
12693   data: "plot-dpdk-throughput-latency-3n-hsw"
12694   filter: "'NIC_Intel-XL710' and
12695            '64B' and
12696            'BASE' and
12697            'NDRPDR' and
12698            '2T2C' and
12699            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12700   parameters:
12701   - "latency"
12702   - "parent"
12703   traces:
12704     hoverinfo: "x+y"
12705     boxpoints: "outliers"
12706     whiskerwidth: 0
12707   layout:
12708     title: ""  # No title
12709     layout: "plot-latency"
12710
12711 # Packet Latency - DPDK testpmd 3n-skx-x710
12712 -
12713   type: "plot"
12714   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
12715   algorithm: "plot_latency_box"
12716   output-file-type: ".html"
12717   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
12718   data: "plot-dpdk-throughput-latency-3n-skx"
12719   filter: "'NIC_Intel-X710' and
12720            '64B' and
12721            'BASE' and
12722            'NDRPDR' and
12723            '2T1C' and
12724            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12725   parameters:
12726   - "latency"
12727   - "parent"
12728   traces:
12729     hoverinfo: "x+y"
12730     boxpoints: "outliers"
12731     whiskerwidth: 0
12732   layout:
12733     title: ""  # No title
12734     layout: "plot-latency"
12735
12736 -
12737   type: "plot"
12738   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
12739   algorithm: "plot_latency_box"
12740   output-file-type: ".html"
12741   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
12742   data: "plot-dpdk-throughput-latency-3n-skx"
12743   filter: "'NIC_Intel-X710' and
12744            '64B' and
12745            'BASE' and
12746            'NDRPDR' and
12747            '4T2C' and
12748            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12749   parameters:
12750   - "latency"
12751   - "parent"
12752   traces:
12753     hoverinfo: "x+y"
12754     boxpoints: "outliers"
12755     whiskerwidth: 0
12756   layout:
12757     title: ""  # No title
12758     layout: "plot-latency"
12759
12760 # Packet Latency - DPDK testpmd 3n-skx-xxv710
12761 -
12762   type: "plot"
12763   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
12764   algorithm: "plot_latency_box"
12765   output-file-type: ".html"
12766   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
12767   data: "plot-dpdk-throughput-latency-3n-skx"
12768   filter: "'NIC_Intel-XXV710' and
12769            '64B' and
12770            'BASE' and
12771            'NDRPDR' and
12772            '2T1C' and
12773            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12774   parameters:
12775   - "latency"
12776   - "parent"
12777   traces:
12778     hoverinfo: "x+y"
12779     boxpoints: "outliers"
12780     whiskerwidth: 0
12781   layout:
12782     title: ""  # No title
12783     layout: "plot-latency"
12784
12785 -
12786   type: "plot"
12787   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
12788   algorithm: "plot_latency_box"
12789   output-file-type: ".html"
12790   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
12791   data: "plot-dpdk-throughput-latency-3n-skx"
12792   filter: "'NIC_Intel-XXV710' and
12793            '64B' and
12794            'BASE' and
12795            'NDRPDR' and
12796            '4T2C' and
12797            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12798   parameters:
12799   - "latency"
12800   - "parent"
12801   traces:
12802     hoverinfo: "x+y"
12803     boxpoints: "outliers"
12804     whiskerwidth: 0
12805   layout:
12806     title: ""  # No title
12807     layout: "plot-latency"
12808
12809 # Packet Latency - DPDK testpmd 2n-skx-x710
12810 -
12811   type: "plot"
12812   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
12813   algorithm: "plot_latency_box"
12814   output-file-type: ".html"
12815   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
12816   data: "plot-dpdk-throughput-latency-2n-skx"
12817   filter: "'NIC_Intel-X710' and
12818            '64B' and
12819            'BASE' and
12820            'NDRPDR' and
12821            '2T1C' and
12822            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12823   parameters:
12824   - "latency"
12825   - "parent"
12826   traces:
12827     hoverinfo: "x+y"
12828     boxpoints: "outliers"
12829     whiskerwidth: 0
12830   layout:
12831     title: ""  # No title
12832     layout: "plot-latency"
12833
12834 -
12835   type: "plot"
12836   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
12837   algorithm: "plot_latency_box"
12838   output-file-type: ".html"
12839   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
12840   data: "plot-dpdk-throughput-latency-2n-skx"
12841   filter: "'NIC_Intel-X710' and
12842            '64B' and
12843            'BASE' and
12844            'NDRPDR' and
12845            '4T2C' and
12846            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12847   parameters:
12848   - "latency"
12849   - "parent"
12850   traces:
12851     hoverinfo: "x+y"
12852     boxpoints: "outliers"
12853     whiskerwidth: 0
12854   layout:
12855     title: ""  # No title
12856     layout: "plot-latency"
12857
12858 # Packet Latency - DPDK testpmd 2n-skx-xxv710
12859 -
12860   type: "plot"
12861   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
12862   algorithm: "plot_latency_box"
12863   output-file-type: ".html"
12864   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
12865   data: "plot-dpdk-throughput-latency-2n-skx"
12866   filter: "'NIC_Intel-XXV710' and
12867            '64B' and
12868            'BASE' and
12869            'NDRPDR' and
12870            '2T1C' and
12871            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12872   parameters:
12873   - "latency"
12874   - "parent"
12875   traces:
12876     hoverinfo: "x+y"
12877     boxpoints: "outliers"
12878     whiskerwidth: 0
12879   layout:
12880     title: ""  # No title
12881     layout: "plot-latency"
12882
12883 -
12884   type: "plot"
12885   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
12886   algorithm: "plot_latency_box"
12887   output-file-type: ".html"
12888   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
12889   data: "plot-dpdk-throughput-latency-2n-skx"
12890   filter: "'NIC_Intel-XXV710' and
12891            '64B' and
12892            'BASE' and
12893            'NDRPDR' and
12894            '4T2C' and
12895            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12896   parameters:
12897   - "latency"
12898   - "parent"
12899   traces:
12900     hoverinfo: "x+y"
12901     boxpoints: "outliers"
12902     whiskerwidth: 0
12903   layout:
12904     title: ""  # No title
12905     layout: "plot-latency"
12906
12907 ################################################################################
12908
12909 # Speedup - VPP Container Memif 3n-hsw-x520
12910 -
12911   type: "plot"
12912   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12913   algorithm: "plot_throughput_speedup_analysis"
12914   output-file-type: ".html"
12915   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12916   data: "plot-throughput-speedup-analysis-3n-hsw"
12917   filter: "'NIC_Intel-X520-DA2' and
12918            '64B' and
12919            ('BASE' or 'SCALE') and
12920            'NDRPDR' and
12921            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12922            not 'VHOST' and
12923            'MEMIF'"
12924   parameters:
12925   - "throughput"
12926   - "parent"
12927   - "tags"
12928   layout:
12929     title: ""  # No title
12930     layout: "plot-throughput-speedup-analysis"
12931
12932 -
12933   type: "plot"
12934   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12935   algorithm: "plot_throughput_speedup_analysis"
12936   output-file-type: ".html"
12937   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12938   data: "plot-throughput-speedup-analysis-3n-hsw"
12939   filter: "'NIC_Intel-X520-DA2' and
12940            '64B' and
12941            ('BASE' or 'SCALE') and
12942            'NDRPDR' and
12943            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12944            not 'VHOST' and
12945            'MEMIF'"
12946   parameters:
12947   - "throughput"
12948   - "parent"
12949   - "tags"
12950   layout:
12951     title: ""  # No title
12952     layout: "plot-throughput-speedup-analysis"
12953
12954 # Speedup - VPP Container Memif 3n-hsw-x710
12955 -
12956   type: "plot"
12957   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12958   algorithm: "plot_throughput_speedup_analysis"
12959   output-file-type: ".html"
12960   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12961   data: "plot-throughput-speedup-analysis-3n-hsw"
12962   filter: "'NIC_Intel-X710' and
12963            '64B' and
12964            ('BASE' or 'SCALE') and
12965            'NDRPDR' and
12966            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12967            not 'VHOST' and
12968            'MEMIF'"
12969   parameters:
12970   - "throughput"
12971   - "parent"
12972   - "tags"
12973   layout:
12974     title: ""  # No title
12975     layout: "plot-throughput-speedup-analysis"
12976
12977 -
12978   type: "plot"
12979   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12980   algorithm: "plot_throughput_speedup_analysis"
12981   output-file-type: ".html"
12982   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12983   data: "plot-throughput-speedup-analysis-3n-hsw"
12984   filter: "'NIC_Intel-X710' and
12985            '64B' and
12986            ('BASE' or 'SCALE') and
12987            'NDRPDR' and
12988            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12989            not 'VHOST' and
12990            'MEMIF'"
12991   parameters:
12992   - "throughput"
12993   - "parent"
12994   - "tags"
12995   layout:
12996     title: ""  # No title
12997     layout: "plot-throughput-speedup-analysis"
12998
12999 # Speedup - VPP Container Memif 3n-hsw-xl710
13000 -
13001   type: "plot"
13002   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13003   algorithm: "plot_throughput_speedup_analysis"
13004   output-file-type: ".html"
13005   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13006   data: "plot-throughput-speedup-analysis-3n-hsw"
13007   filter: "'NIC_Intel-XL710' and
13008            '64B' and
13009            ('BASE' or 'SCALE') and
13010            'NDRPDR' and
13011            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13012            not 'VHOST' and
13013            'MEMIF'"
13014   parameters:
13015   - "throughput"
13016   - "parent"
13017   - "tags"
13018   layout:
13019     title: ""  # No title
13020     layout: "plot-throughput-speedup-analysis"
13021
13022 -
13023   type: "plot"
13024   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13025   algorithm: "plot_throughput_speedup_analysis"
13026   output-file-type: ".html"
13027   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13028   data: "plot-throughput-speedup-analysis-3n-hsw"
13029   filter: "'NIC_Intel-XL710' and
13030            '64B' and
13031            ('BASE' or 'SCALE') and
13032            'NDRPDR' and
13033            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13034            not 'VHOST' and
13035            'MEMIF'"
13036   parameters:
13037   - "throughput"
13038   - "parent"
13039   - "tags"
13040   layout:
13041     title: ""  # No title
13042     layout: "plot-throughput-speedup-analysis"
13043
13044 # Speedup - VPP Container Memif 3n-skx-x710
13045 -
13046   type: "plot"
13047   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13048   algorithm: "plot_throughput_speedup_analysis"
13049   output-file-type: ".html"
13050   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13051   data: "plot-throughput-speedup-analysis-3n-skx"
13052   filter: "'NIC_Intel-X710' and
13053            '64B' and
13054            ('BASE' or 'SCALE') and
13055            'NDRPDR' and
13056            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13057            not 'VHOST' and
13058            'MEMIF'"
13059   parameters:
13060   - "throughput"
13061   - "parent"
13062   - "tags"
13063   layout:
13064     title: ""  # No title
13065     layout: "plot-throughput-speedup-analysis"
13066
13067 -
13068   type: "plot"
13069   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13070   algorithm: "plot_throughput_speedup_analysis"
13071   output-file-type: ".html"
13072   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13073   data: "plot-throughput-speedup-analysis-3n-skx"
13074   filter: "'NIC_Intel-X710' and
13075            '64B' and
13076            ('BASE' or 'SCALE') and
13077            'NDRPDR' and
13078            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13079            not 'VHOST' and
13080             'MEMIF'"
13081   parameters:
13082   - "throughput"
13083   - "parent"
13084   - "tags"
13085   layout:
13086     title: ""  # No title
13087     layout: "plot-throughput-speedup-analysis"
13088
13089 ################################################################################
13090
13091 # Speedup - VPP Container k8s memif 3n-hsw-x520
13092 -
13093   type: "plot"
13094   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13095   algorithm: "plot_throughput_speedup_analysis"
13096   output-file-type: ".html"
13097   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13098   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
13099   filter: "'NIC_Intel-X520-DA2' and
13100            '64B' and
13101            ('BASE' or 'SCALE') and
13102            'NDRPDR' and
13103            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13104            not 'VHOST' and
13105            'MEMIF'"
13106   parameters:
13107   - "throughput"
13108   - "parent"
13109   - "tags"
13110   layout:
13111     title: ""  # No title
13112     layout: "plot-throughput-speedup-analysis"
13113
13114 -
13115   type: "plot"
13116   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13117   algorithm: "plot_throughput_speedup_analysis"
13118   output-file-type: ".html"
13119   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13120   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
13121   filter: "'NIC_Intel-X520-DA2' and
13122            '64B' and
13123            ('BASE' or 'SCALE') and
13124            'NDRPDR' and
13125            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13126            not 'VHOST' and
13127            'MEMIF'"
13128   parameters:
13129   - "throughput"
13130   - "parent"
13131   - "tags"
13132   layout:
13133     title: ""  # No title
13134     layout: "plot-throughput-speedup-analysis"
13135
13136 # Speedup - VPP Container Memif 3n-hsw-x710
13137 -
13138   type: "plot"
13139   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13140   algorithm: "plot_throughput_speedup_analysis"
13141   output-file-type: ".html"
13142   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13143   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
13144   filter: "'NIC_Intel-X710' and
13145            '64B' and
13146            ('BASE' or 'SCALE') and
13147            'NDRPDR' and
13148            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13149            not 'VHOST' and
13150            'MEMIF'"
13151   parameters:
13152   - "throughput"
13153   - "parent"
13154   - "tags"
13155   layout:
13156     title: ""  # No title
13157     layout: "plot-throughput-speedup-analysis"
13158
13159 -
13160   type: "plot"
13161   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13162   algorithm: "plot_throughput_speedup_analysis"
13163   output-file-type: ".html"
13164   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13165   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
13166   filter: "'NIC_Intel-X710' and
13167            '64B' and
13168            ('BASE' or 'SCALE') and
13169            'NDRPDR' and
13170            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13171            not 'VHOST' and
13172            'MEMIF'"
13173   parameters:
13174   - "throughput"
13175   - "parent"
13176   - "tags"
13177   layout:
13178     title: ""  # No title
13179     layout: "plot-throughput-speedup-analysis"
13180
13181 ################################################################################
13182
13183 # Speedup - VPP IPv4 3n-hsw-x520
13184 -
13185   type: "plot"
13186   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13187   algorithm: "plot_throughput_speedup_analysis"
13188   output-file-type: ".html"
13189   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13190   data: "plot-throughput-speedup-analysis-3n-hsw"
13191   filter: "'NIC_Intel-X520-DA2' and
13192            '64B' and
13193            ('BASE' or 'SCALE') and
13194            'NDRPDR' and
13195            'IP4FWD' and
13196            not 'IPSEC' and
13197            not 'VHOST'"
13198   parameters:
13199   - "throughput"
13200   - "parent"
13201   - "tags"
13202   layout:
13203     title: ""  # No title
13204     layout: "plot-throughput-speedup-analysis"
13205
13206 -
13207   type: "plot"
13208   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13209   algorithm: "plot_throughput_speedup_analysis"
13210   output-file-type: ".html"
13211   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13212   data: "plot-throughput-speedup-analysis-3n-hsw"
13213   filter: "'NIC_Intel-X520-DA2' and
13214            '64B' and
13215            ('BASE' or 'SCALE') and
13216            'NDRPDR' and
13217            'IP4FWD' and
13218            not 'IPSEC' and
13219            not 'VHOST'"
13220   parameters:
13221   - "throughput"
13222   - "parent"
13223   - "tags"
13224   layout:
13225     title: ""  # No title
13226     layout: "plot-throughput-speedup-analysis"
13227
13228 -
13229   type: "plot"
13230   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
13231   algorithm: "plot_throughput_speedup_analysis"
13232   output-file-type: ".html"
13233   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
13234   data: "plot-throughput-speedup-analysis-3n-hsw"
13235   filter: "'NIC_Intel-X520-DA2' and
13236            '64B' and
13237            'FEATURE' and
13238            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13239            'NDRPDR' and
13240            'IP4FWD' and
13241            not 'IPSEC' and
13242            not 'VHOST'"
13243   parameters:
13244   - "throughput"
13245   - "parent"
13246   - "tags"
13247   layout:
13248     title: ""  # No title
13249     layout: "plot-throughput-speedup-analysis"
13250
13251 -
13252   type: "plot"
13253   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
13254   algorithm: "plot_throughput_speedup_analysis"
13255   output-file-type: ".html"
13256   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
13257   data: "plot-throughput-speedup-analysis-3n-hsw"
13258   filter: "'NIC_Intel-X520-DA2' and
13259            '64B' and
13260            'FEATURE' and
13261            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13262            'NDRPDR' and
13263            'IP4FWD' and
13264            not 'IPSEC' and
13265            not 'VHOST'"
13266   parameters:
13267   - "throughput"
13268   - "parent"
13269   - "tags"
13270   layout:
13271     title: ""  # No title
13272     layout: "plot-throughput-speedup-analysis"
13273
13274 # Speedup - VPP IPv4 3n-hsw-x710
13275 -
13276   type: "plot"
13277   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13278   algorithm: "plot_throughput_speedup_analysis"
13279   output-file-type: ".html"
13280   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13281   data: "plot-throughput-speedup-analysis-3n-hsw"
13282   filter: "'NIC_Intel-X710' and
13283            '64B' and
13284            ('BASE' or 'SCALE') and
13285            'NDRPDR' and
13286            'IP4FWD' and
13287            not 'IPSEC' and
13288            not 'VHOST'"
13289   parameters:
13290   - "throughput"
13291   - "parent"
13292   - "tags"
13293   layout:
13294     title: ""  # No title
13295     layout: "plot-throughput-speedup-analysis"
13296
13297 -
13298   type: "plot"
13299   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13300   algorithm: "plot_throughput_speedup_analysis"
13301   output-file-type: ".html"
13302   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13303   data: "plot-throughput-speedup-analysis-3n-hsw"
13304   filter: "'NIC_Intel-X710' and
13305            '64B' and
13306            ('BASE' or 'SCALE') and
13307            'NDRPDR' and
13308            'IP4FWD' and
13309            not 'IPSEC' and
13310            not 'VHOST'"
13311   parameters:
13312   - "throughput"
13313   - "parent"
13314   - "tags"
13315   layout:
13316     title: ""  # No title
13317     layout: "plot-throughput-speedup-analysis"
13318
13319 -
13320   type: "plot"
13321   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
13322   algorithm: "plot_throughput_speedup_analysis"
13323   output-file-type: ".html"
13324   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
13325   data: "plot-throughput-speedup-analysis-3n-hsw"
13326   filter: "'NIC_Intel-X710' and
13327            '64B' and
13328            'FEATURE' and
13329            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13330            'NDRPDR' and
13331            'IP4FWD' and
13332            not 'IPSEC' and
13333            not 'VHOST'"
13334   parameters:
13335   - "throughput"
13336   - "parent"
13337   - "tags"
13338   layout:
13339     title: ""  # No title
13340     layout: "plot-throughput-speedup-analysis"
13341
13342 -
13343   type: "plot"
13344   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
13345   algorithm: "plot_throughput_speedup_analysis"
13346   output-file-type: ".html"
13347   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
13348   data: "plot-throughput-speedup-analysis-3n-hsw"
13349   filter: "'NIC_Intel-X710' and
13350            '64B' and
13351            'FEATURE' and
13352            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13353            'NDRPDR' and
13354            'IP4FWD' and
13355            not 'IPSEC' and
13356            not 'VHOST'"
13357   parameters:
13358   - "throughput"
13359   - "parent"
13360   - "tags"
13361   layout:
13362     title: ""  # No title
13363     layout: "plot-throughput-speedup-analysis"
13364
13365 # Speedup - VPP IPv4 3n-hsw-xl710
13366 -
13367   type: "plot"
13368   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13369   algorithm: "plot_throughput_speedup_analysis"
13370   output-file-type: ".html"
13371   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13372   data: "plot-throughput-speedup-analysis-3n-hsw"
13373   filter: "'NIC_Intel-XL710' and
13374            '64B' and
13375            ('BASE' or 'SCALE') and
13376            'NDRPDR' and
13377            'IP4FWD' and
13378            not 'IPSEC' and
13379            not 'VHOST'"
13380   parameters:
13381   - "throughput"
13382   - "parent"
13383   - "tags"
13384   layout:
13385     title: ""  # No title
13386     layout: "plot-throughput-speedup-analysis"
13387
13388 -
13389   type: "plot"
13390   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13391   algorithm: "plot_throughput_speedup_analysis"
13392   output-file-type: ".html"
13393   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13394   data: "plot-throughput-speedup-analysis-3n-hsw"
13395   filter: "'NIC_Intel-XL710' and
13396            '64B' and
13397            ('BASE' or 'SCALE') and
13398            'NDRPDR' and
13399            'IP4FWD' and
13400            not 'IPSEC' and
13401            not 'VHOST'"
13402   parameters:
13403   - "throughput"
13404   - "parent"
13405   - "tags"
13406   layout:
13407     title: ""  # No title
13408     layout: "plot-throughput-speedup-analysis"
13409
13410 # Speedup - VPP IPv4 3n-skx-x710
13411 -
13412   type: "plot"
13413   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13414   algorithm: "plot_throughput_speedup_analysis"
13415   output-file-type: ".html"
13416   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13417   data: "plot-throughput-speedup-analysis-3n-skx"
13418   filter: "'NIC_Intel-X710' and
13419            '64B' and
13420            ('BASE' or 'SCALE') and
13421            'NDRPDR' and
13422            'IP4FWD' and
13423            not 'IPSEC' and
13424            not 'VHOST'"
13425   parameters:
13426   - "throughput"
13427   - "parent"
13428   - "tags"
13429   layout:
13430     title: ""  # No title
13431     layout: "plot-throughput-speedup-analysis"
13432
13433 -
13434   type: "plot"
13435   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13436   algorithm: "plot_throughput_speedup_analysis"
13437   output-file-type: ".html"
13438   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13439   data: "plot-throughput-speedup-analysis-3n-skx"
13440   filter: "'NIC_Intel-X710' and
13441            '64B' and
13442            ('BASE' or 'SCALE') and
13443            'NDRPDR' and
13444            'IP4FWD' and
13445            not 'IPSEC' and
13446            not 'VHOST'"
13447   parameters:
13448   - "throughput"
13449   - "parent"
13450   - "tags"
13451   layout:
13452     title: ""  # No title
13453     layout: "plot-throughput-speedup-analysis"
13454
13455 -
13456   type: "plot"
13457   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
13458   algorithm: "plot_throughput_speedup_analysis"
13459   output-file-type: ".html"
13460   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
13461   data: "plot-throughput-speedup-analysis-3n-skx"
13462   filter: "'NIC_Intel-X710' and
13463            '64B' and
13464            'FEATURE' and
13465            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13466            'NDRPDR' and
13467            'IP4FWD' and
13468            not 'IPSEC' and
13469            not 'VHOST'"
13470   parameters:
13471   - "throughput"
13472   - "parent"
13473   - "tags"
13474   layout:
13475     title: ""  # No title
13476     layout: "plot-throughput-speedup-analysis"
13477
13478 -
13479   type: "plot"
13480   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
13481   algorithm: "plot_throughput_speedup_analysis"
13482   output-file-type: ".html"
13483   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
13484   data: "plot-throughput-speedup-analysis-3n-skx"
13485   filter: "'NIC_Intel-X710' and
13486            '64B' and
13487            'FEATURE' and
13488            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13489            'NDRPDR' and
13490            'IP4FWD' and
13491            not 'IPSEC' and
13492            not 'VHOST'"
13493   parameters:
13494   - "throughput"
13495   - "parent"
13496   - "tags"
13497   layout:
13498     title: ""  # No title
13499     layout: "plot-throughput-speedup-analysis"
13500
13501 # Speedup - VPP IPv4 3n-skx-xxv710
13502 -
13503   type: "plot"
13504   title: "Speedup: ip4-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13505   algorithm: "plot_throughput_speedup_analysis"
13506   output-file-type: ".html"
13507   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13508   data: "plot-throughput-speedup-analysis-3n-skx"
13509   filter: "'NIC_Intel-XXV710' and
13510            '64B' and
13511            ('BASE' or 'SCALE') and
13512            'NDRPDR' and
13513            'IP4FWD' and
13514            not 'IPSEC' and
13515            not 'VHOST'"
13516   parameters:
13517   - "throughput"
13518   - "parent"
13519   - "tags"
13520   layout:
13521     title: ""  # No title
13522     layout: "plot-throughput-speedup-analysis"
13523
13524 -
13525   type: "plot"
13526   title: "Speedup: ip4-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13527   algorithm: "plot_throughput_speedup_analysis"
13528   output-file-type: ".html"
13529   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13530   data: "plot-throughput-speedup-analysis-3n-skx"
13531   filter: "'NIC_Intel-XXV710' and
13532            '64B' and
13533            ('BASE' or 'SCALE') and
13534            'NDRPDR' and
13535            'IP4FWD' and
13536            not 'IPSEC' and
13537            not 'VHOST'"
13538   parameters:
13539   - "throughput"
13540   - "parent"
13541   - "tags"
13542   layout:
13543     title: ""  # No title
13544     layout: "plot-throughput-speedup-analysis"
13545
13546 -
13547   type: "plot"
13548   title: "Speedup: ip4-3n-skx-xxv710-64b-features-ndr-tsa"
13549   algorithm: "plot_throughput_speedup_analysis"
13550   output-file-type: ".html"
13551   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-features-ndr-tsa"
13552   data: "plot-throughput-speedup-analysis-3n-skx"
13553   filter: "'NIC_Intel-XXV710' and
13554            '64B' and
13555            'FEATURE' and
13556            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13557            'NDRPDR' and
13558            'IP4FWD' and
13559            not 'IPSEC' and
13560            not 'VHOST'"
13561   parameters:
13562   - "throughput"
13563   - "parent"
13564   - "tags"
13565   layout:
13566     title: ""  # No title
13567     layout: "plot-throughput-speedup-analysis"
13568
13569 -
13570   type: "plot"
13571   title: "Speedup: ip4-3n-skx-xxv710-64b-features-pdr-tsa"
13572   algorithm: "plot_throughput_speedup_analysis"
13573   output-file-type: ".html"
13574   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-features-pdr-tsa"
13575   data: "plot-throughput-speedup-analysis-3n-skx"
13576   filter: "'NIC_Intel-XXV710' and
13577            '64B' and
13578            'FEATURE' and
13579            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13580            'NDRPDR' and
13581            'IP4FWD' and
13582            not 'IPSEC' and
13583            not 'VHOST'"
13584   parameters:
13585   - "throughput"
13586   - "parent"
13587   - "tags"
13588   layout:
13589     title: ""  # No title
13590     layout: "plot-throughput-speedup-analysis"
13591
13592 # Speedup - VPP IPv4 2n-skx-x710
13593 -
13594   type: "plot"
13595   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
13596   algorithm: "plot_throughput_speedup_analysis"
13597   output-file-type: ".html"
13598   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
13599   data: "plot-throughput-speedup-analysis-2n-skx"
13600   filter: "'NIC_Intel-X710' and
13601            '64B' and
13602            ('BASE' or 'SCALE') and
13603            'NDRPDR' and
13604            'IP4FWD' and
13605            not 'IPSEC' and
13606            not 'VHOST'"
13607   parameters:
13608   - "throughput"
13609   - "parent"
13610   - "tags"
13611   layout:
13612     title: ""  # No title
13613     layout: "plot-throughput-speedup-analysis"
13614
13615 -
13616   type: "plot"
13617   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
13618   algorithm: "plot_throughput_speedup_analysis"
13619   output-file-type: ".html"
13620   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
13621   data: "plot-throughput-speedup-analysis-2n-skx"
13622   filter: "'NIC_Intel-X710' and
13623            '64B' and
13624            ('BASE' or 'SCALE') and
13625            'NDRPDR' and
13626            'IP4FWD' and
13627            not 'IPSEC' and
13628            not 'VHOST'"
13629   parameters:
13630   - "throughput"
13631   - "parent"
13632   - "tags"
13633   layout:
13634     title: ""  # No title
13635     layout: "plot-throughput-speedup-analysis"
13636
13637 # Speedup - VPP IPv4 2n-skx-xxv710
13638 -
13639   type: "plot"
13640   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13641   algorithm: "plot_throughput_speedup_analysis"
13642   output-file-type: ".html"
13643   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13644   data: "plot-throughput-speedup-analysis-2n-skx"
13645   filter: "'NIC_Intel-XXV710' and
13646            '64B' and
13647            ('BASE' or 'SCALE') and
13648            'NDRPDR' and
13649            'IP4FWD' and
13650            not 'IPSEC' and
13651            not 'VHOST'"
13652   parameters:
13653   - "throughput"
13654   - "parent"
13655   - "tags"
13656   layout:
13657     title: ""  # No title
13658     layout: "plot-throughput-speedup-analysis"
13659
13660 -
13661   type: "plot"
13662   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13663   algorithm: "plot_throughput_speedup_analysis"
13664   output-file-type: ".html"
13665   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13666   data: "plot-throughput-speedup-analysis-2n-skx"
13667   filter: "'NIC_Intel-XXV710' and
13668            '64B' and
13669            ('BASE' or 'SCALE') and
13670            'NDRPDR' and
13671            'IP4FWD' and
13672            not 'IPSEC' and
13673            not 'VHOST'"
13674   parameters:
13675   - "throughput"
13676   - "parent"
13677   - "tags"
13678   layout:
13679     title: ""  # No title
13680     layout: "plot-throughput-speedup-analysis"
13681
13682 ################################################################################
13683
13684 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
13685 -
13686   type: "plot"
13687   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13688   algorithm: "plot_throughput_speedup_analysis"
13689   output-file-type: ".html"
13690   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13691   data: "plot-throughput-speedup-analysis-3n-hsw"
13692   filter: "'NIC_Intel-X520-DA2' and
13693            '64B' and
13694            'ENCAP' and
13695            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
13696            'NDRPDR' and
13697            'IP4FWD' and
13698            not 'IPSEC' and
13699            not 'VHOST'"
13700   parameters:
13701   - "throughput"
13702   - "parent"
13703   - "tags"
13704   layout:
13705     title: ""  # No title
13706     layout: "plot-throughput-speedup-analysis"
13707
13708 -
13709   type: "plot"
13710   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13711   algorithm: "plot_throughput_speedup_analysis"
13712   output-file-type: ".html"
13713   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13714   data: "plot-throughput-speedup-analysis-3n-hsw"
13715   filter: "'NIC_Intel-X520-DA2' and
13716            '64B' and
13717            'ENCAP' and
13718            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
13719            'NDRPDR' and
13720            'IP4FWD' and
13721            not 'IPSEC' and
13722            not 'VHOST'"
13723   parameters:
13724   - "throughput"
13725   - "parent"
13726   - "tags"
13727   layout:
13728     title: ""  # No title
13729     layout: "plot-throughput-speedup-analysis"
13730
13731 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
13732 -
13733   type: "plot"
13734   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13735   algorithm: "plot_throughput_speedup_analysis"
13736   output-file-type: ".html"
13737   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13738   data: "plot-throughput-speedup-analysis-3n-hsw"
13739   filter: "'NIC_Intel-X710' and
13740            '64B' and
13741            'ENCAP' and
13742            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
13743            'NDRPDR' and
13744            'IP4FWD' and
13745            not 'IPSEC' and
13746            not 'VHOST'"
13747   parameters:
13748   - "throughput"
13749   - "parent"
13750   - "tags"
13751   layout:
13752     title: ""  # No title
13753     layout: "plot-throughput-speedup-analysis"
13754
13755 -
13756   type: "plot"
13757   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13758   algorithm: "plot_throughput_speedup_analysis"
13759   output-file-type: ".html"
13760   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13761   data: "plot-throughput-speedup-analysis-3n-hsw"
13762   filter: "'NIC_Intel-X710' and
13763            '64B' and
13764            'ENCAP' and
13765            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
13766            'NDRPDR' and
13767            'IP4FWD' and
13768            not 'IPSEC' and
13769            not 'VHOST'"
13770   parameters:
13771   - "throughput"
13772   - "parent"
13773   - "tags"
13774   layout:
13775     title: ""  # No title
13776     layout: "plot-throughput-speedup-analysis"
13777
13778 # Speedup - VPP IPv4 Tunnels 3n-hsw-xl710
13779 -
13780   type: "plot"
13781   title: "Speedup: ip4tun-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13782   algorithm: "plot_throughput_speedup_analysis"
13783   output-file-type: ".html"
13784   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13785   data: "plot-throughput-speedup-analysis-3n-hsw"
13786   filter: "'NIC_Intel-XL710' and
13787            '64B' and
13788            'ENCAP' and
13789            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
13790            'NDRPDR' and
13791            'IP4FWD' and
13792            not 'IPSEC' and
13793            not 'VHOST'"
13794   parameters:
13795   - "throughput"
13796   - "parent"
13797   - "tags"
13798   layout:
13799     title: ""  # No title
13800     layout: "plot-throughput-speedup-analysis"
13801
13802 -
13803   type: "plot"
13804   title: "Speedup: ip4tun-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13805   algorithm: "plot_throughput_speedup_analysis"
13806   output-file-type: ".html"
13807   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13808   data: "plot-throughput-speedup-analysis-3n-hsw"
13809   filter: "'NIC_Intel-XL710' and
13810            '64B' and
13811            'ENCAP' and
13812            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
13813            'NDRPDR' and
13814            'IP4FWD' and
13815            not 'IPSEC' and
13816            not 'VHOST'"
13817   parameters:
13818   - "throughput"
13819   - "parent"
13820   - "tags"
13821   layout:
13822     title: ""  # No title
13823     layout: "plot-throughput-speedup-analysis"
13824
13825 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
13826 -
13827   type: "plot"
13828   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13829   algorithm: "plot_throughput_speedup_analysis"
13830   output-file-type: ".html"
13831   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13832   data: "plot-throughput-speedup-analysis-3n-skx"
13833   filter: "'NIC_Intel-X710' and
13834            '64B' and
13835            'ENCAP' and
13836            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
13837            'NDRPDR' and
13838            'IP4FWD' and
13839            not 'IPSEC' and
13840            not 'VHOST'"
13841   parameters:
13842   - "throughput"
13843   - "parent"
13844   - "tags"
13845   layout:
13846     title: ""  # No title
13847     layout: "plot-throughput-speedup-analysis"
13848
13849 -
13850   type: "plot"
13851   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13852   algorithm: "plot_throughput_speedup_analysis"
13853   output-file-type: ".html"
13854   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13855   data: "plot-throughput-speedup-analysis-3n-skx"
13856   filter: "'NIC_Intel-X710' and
13857            '64B' and
13858            'ENCAP' and
13859            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
13860            'NDRPDR' and
13861            'IP4FWD' and
13862            not 'IPSEC' and
13863            not 'VHOST'"
13864   parameters:
13865   - "throughput"
13866   - "parent"
13867   - "tags"
13868   layout:
13869     title: ""  # No title
13870     layout: "plot-throughput-speedup-analysis"
13871
13872 ################################################################################
13873
13874 # Speedup - VPP IPv6 3n-hsw-x520
13875 -
13876   type: "plot"
13877   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
13878   algorithm: "plot_throughput_speedup_analysis"
13879   output-file-type: ".html"
13880   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
13881   data: "plot-throughput-speedup-analysis-3n-hsw"
13882   filter: "'NIC_Intel-X520-DA2' and
13883            '78B' and
13884            ('BASE' or 'SCALE') and
13885            'NDRPDR' and
13886            'IP6FWD' and
13887            not 'SRv6' and
13888            not 'IPSEC' and
13889            not 'VHOST'"
13890   parameters:
13891   - "throughput"
13892   - "parent"
13893   - "tags"
13894   layout:
13895     title: ""  # No title
13896     layout: "plot-throughput-speedup-analysis"
13897
13898 -
13899   type: "plot"
13900   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
13901   algorithm: "plot_throughput_speedup_analysis"
13902   output-file-type: ".html"
13903   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
13904   data: "plot-throughput-speedup-analysis-3n-hsw"
13905   filter: "'NIC_Intel-X520-DA2' and
13906            '78B' and
13907            ('BASE' or 'SCALE') and
13908            'NDRPDR' and
13909            'IP6FWD' and
13910            not 'SRv6' and
13911            not 'IPSEC' and
13912            not 'VHOST'"
13913   parameters:
13914   - "throughput"
13915   - "parent"
13916   - "tags"
13917   layout:
13918     title: ""  # No title
13919     layout: "plot-throughput-speedup-analysis"
13920
13921 -
13922   type: "plot"
13923   title: "Speedup: ip6-3n-hsw-x520-78b-features-ndr-tsa"
13924   algorithm: "plot_throughput_speedup_analysis"
13925   output-file-type: ".html"
13926   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-features-ndr-tsa"
13927   data: "plot-throughput-speedup-analysis-3n-hsw"
13928   filter: "'NIC_Intel-X520-DA2' and
13929            '78B' and
13930            'FEATURE' and
13931            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13932            'NDRPDR' and
13933            'IP6FWD' and
13934            not 'SRv6' and
13935            not 'IPSEC' and
13936            not 'VHOST'"
13937   parameters:
13938   - "throughput"
13939   - "parent"
13940   - "tags"
13941   layout:
13942     title: ""  # No title
13943     layout: "plot-throughput-speedup-analysis"
13944
13945 -
13946   type: "plot"
13947   title: "Speedup: ip6-3n-hsw-x520-78b-features-pdr-tsa"
13948   algorithm: "plot_throughput_speedup_analysis"
13949   output-file-type: ".html"
13950   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-features-pdr-tsa"
13951   data: "plot-throughput-speedup-analysis-3n-hsw"
13952   filter: "'NIC_Intel-X520-DA2' and
13953            '78B' and
13954            'FEATURE' and
13955            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13956            'NDRPDR' and
13957            'IP6FWD' and
13958            not 'SRv6' and
13959            not 'IPSEC' and
13960            not 'VHOST'"
13961   parameters:
13962   - "throughput"
13963   - "parent"
13964   - "tags"
13965   layout:
13966     title: ""  # No title
13967     layout: "plot-throughput-speedup-analysis"
13968
13969 # Speedup - VPP IPv6 3n-hsw-x710
13970 -
13971   type: "plot"
13972   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
13973   algorithm: "plot_throughput_speedup_analysis"
13974   output-file-type: ".html"
13975   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
13976   data: "plot-throughput-speedup-analysis-3n-hsw"
13977   filter: "'NIC_Intel-X710' and
13978            '78B' and
13979            ('BASE' or 'SCALE') and
13980            'NDRPDR' and
13981            'IP6FWD' and
13982            not 'SRv6' and
13983            not 'IPSEC' and
13984            not 'VHOST'"
13985   parameters:
13986   - "throughput"
13987   - "parent"
13988   - "tags"
13989   layout:
13990     title: ""  # No title
13991     layout: "plot-throughput-speedup-analysis"
13992
13993 -
13994   type: "plot"
13995   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
13996   algorithm: "plot_throughput_speedup_analysis"
13997   output-file-type: ".html"
13998   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
13999   data: "plot-throughput-speedup-analysis-3n-hsw"
14000   filter: "'NIC_Intel-X710' and
14001            '78B' and
14002            ('BASE' or 'SCALE') and
14003            'NDRPDR' and
14004            'IP6FWD' and
14005            not 'SRv6' and
14006            not 'IPSEC' and
14007            not 'VHOST'"
14008   parameters:
14009   - "throughput"
14010   - "parent"
14011   - "tags"
14012   layout:
14013     title: ""  # No title
14014     layout: "plot-throughput-speedup-analysis"
14015
14016 -
14017   type: "plot"
14018   title: "Speedup: ip6-3n-hsw-x710-78b-features-ndr-tsa"
14019   algorithm: "plot_throughput_speedup_analysis"
14020   output-file-type: ".html"
14021   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-features-ndr-tsa"
14022   data: "plot-throughput-speedup-analysis-3n-hsw"
14023   filter: "'NIC_Intel-X710' and
14024            '78B' and
14025            'FEATURE' and
14026            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14027            'NDRPDR' and
14028            'IP6FWD' and
14029            not 'SRv6' and
14030            not 'IPSEC' and
14031            not 'VHOST'"
14032   parameters:
14033   - "throughput"
14034   - "parent"
14035   - "tags"
14036   layout:
14037     title: ""  # No title
14038     layout: "plot-throughput-speedup-analysis"
14039
14040 -
14041   type: "plot"
14042   title: "Speedup: ip6-3n-hsw-x710-78b-features-pdr-tsa"
14043   algorithm: "plot_throughput_speedup_analysis"
14044   output-file-type: ".html"
14045   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-features-pdr-tsa"
14046   data: "plot-throughput-speedup-analysis-3n-hsw"
14047   filter: "'NIC_Intel-X710' and
14048            '78B' and
14049            'FEATURE' and
14050            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14051            'NDRPDR' and
14052            'IP6FWD' and
14053            not 'SRv6' and
14054            not 'IPSEC' and
14055            not 'VHOST'"
14056   parameters:
14057   - "throughput"
14058   - "parent"
14059   - "tags"
14060   layout:
14061     title: ""  # No title
14062     layout: "plot-throughput-speedup-analysis"
14063
14064 # Speedup - VPP IPv6 3n-hsw-xl710
14065 -
14066   type: "plot"
14067   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
14068   algorithm: "plot_throughput_speedup_analysis"
14069   output-file-type: ".html"
14070   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
14071   data: "plot-throughput-speedup-analysis-3n-hsw"
14072   filter: "'NIC_Intel-XL710' and
14073            '78B' and
14074            ('BASE' or 'SCALE') and
14075            'NDRPDR' and
14076            'IP6FWD' and
14077            not 'SRv6' and
14078            not 'IPSEC' and
14079            not 'VHOST'"
14080   parameters:
14081   - "throughput"
14082   - "parent"
14083   - "tags"
14084   layout:
14085     title: ""  # No title
14086     layout: "plot-throughput-speedup-analysis"
14087
14088 -
14089   type: "plot"
14090   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
14091   algorithm: "plot_throughput_speedup_analysis"
14092   output-file-type: ".html"
14093   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
14094   data: "plot-throughput-speedup-analysis-3n-hsw"
14095   filter: "'NIC_Intel-XL710' and
14096            '78B' and
14097            ('BASE' or 'SCALE') and
14098            'NDRPDR' and
14099            'IP6FWD' and
14100            not 'SRv6' and
14101            not 'IPSEC' and
14102            not 'VHOST'"
14103   parameters:
14104   - "throughput"
14105   - "parent"
14106   - "tags"
14107   layout:
14108     title: ""  # No title
14109     layout: "plot-throughput-speedup-analysis"
14110
14111 # Speedup - VPP IPv6 3n-skx-x710
14112 -
14113   type: "plot"
14114   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
14115   algorithm: "plot_throughput_speedup_analysis"
14116   output-file-type: ".html"
14117   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
14118   data: "plot-throughput-speedup-analysis-3n-skx"
14119   filter: "'NIC_Intel-X710' and
14120            '78B' and
14121            ('BASE' or 'SCALE') and
14122            'NDRPDR' and
14123            'IP6FWD' and
14124            not 'SRv6' and
14125            not 'IPSEC' and
14126            not 'VHOST'"
14127   parameters:
14128   - "throughput"
14129   - "parent"
14130   - "tags"
14131   layout:
14132     title: ""  # No title
14133     layout: "plot-throughput-speedup-analysis"
14134
14135 -
14136   type: "plot"
14137   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
14138   algorithm: "plot_throughput_speedup_analysis"
14139   output-file-type: ".html"
14140   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
14141   data: "plot-throughput-speedup-analysis-3n-skx"
14142   filter: "'NIC_Intel-X710' and
14143            '78B' and
14144            ('BASE' or 'SCALE') and
14145            'NDRPDR' and
14146            'IP6FWD' and
14147            not 'SRv6' and
14148            not 'IPSEC' and
14149            not 'VHOST'"
14150   parameters:
14151   - "throughput"
14152   - "parent"
14153   - "tags"
14154   layout:
14155     title: ""  # No title
14156     layout: "plot-throughput-speedup-analysis"
14157
14158 -
14159   type: "plot"
14160   title: "Speedup: ip6-3n-skx-x710-78b-features-ndr-tsa"
14161   algorithm: "plot_throughput_speedup_analysis"
14162   output-file-type: ".html"
14163   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-features-ndr-tsa"
14164   data: "plot-throughput-speedup-analysis-3n-skx"
14165   filter: "'NIC_Intel-X710' and
14166            '78B' and
14167            'FEATURE' and
14168            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14169            'NDRPDR' and
14170            'IP6FWD' and
14171            not 'SRv6' and
14172            not 'IPSEC' and
14173            not 'VHOST'"
14174   parameters:
14175   - "throughput"
14176   - "parent"
14177   - "tags"
14178   layout:
14179     title: ""  # No title
14180     layout: "plot-throughput-speedup-analysis"
14181
14182 -
14183   type: "plot"
14184   title: "Speedup: ip6-3n-skx-x710-78b-features-pdr-tsa"
14185   algorithm: "plot_throughput_speedup_analysis"
14186   output-file-type: ".html"
14187   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-features-pdr-tsa"
14188   data: "plot-throughput-speedup-analysis-3n-skx"
14189   filter: "'NIC_Intel-X710' and
14190            '78B' and
14191            'FEATURE' and
14192            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14193            'NDRPDR' and
14194            'IP6FWD' and
14195            not 'SRv6' and
14196            not 'IPSEC' and
14197            not 'VHOST'"
14198   parameters:
14199   - "throughput"
14200   - "parent"
14201   - "tags"
14202   layout:
14203     title: ""  # No title
14204     layout: "plot-throughput-speedup-analysis"
14205
14206 # Speedup - VPP IPv6 3n-skx-xxv710
14207 -
14208   type: "plot"
14209   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
14210   algorithm: "plot_throughput_speedup_analysis"
14211   output-file-type: ".html"
14212   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
14213   data: "plot-throughput-speedup-analysis-3n-skx"
14214   filter: "'NIC_Intel-XXV710' and
14215            '78B' and
14216            ('BASE' or 'SCALE') and
14217            'NDRPDR' and
14218            'IP6FWD' and
14219            not 'SRv6' and
14220            not 'IPSEC' and
14221            not 'VHOST'"
14222   parameters:
14223   - "throughput"
14224   - "parent"
14225   - "tags"
14226   layout:
14227     title: ""  # No title
14228     layout: "plot-throughput-speedup-analysis"
14229
14230 -
14231   type: "plot"
14232   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
14233   algorithm: "plot_throughput_speedup_analysis"
14234   output-file-type: ".html"
14235   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
14236   data: "plot-throughput-speedup-analysis-3n-skx"
14237   filter: "'NIC_Intel-XXV710' and
14238            '78B' and
14239            ('BASE' or 'SCALE') and
14240            'NDRPDR' and
14241            'IP6FWD' and
14242            not 'SRv6' and
14243            not 'IPSEC' and
14244            not 'VHOST'"
14245   parameters:
14246   - "throughput"
14247   - "parent"
14248   - "tags"
14249   layout:
14250     title: ""  # No title
14251     layout: "plot-throughput-speedup-analysis"
14252
14253 -
14254   type: "plot"
14255   title: "Speedup: ip6-3n-skx-xxv710-78b-features-ndr-tsa"
14256   algorithm: "plot_throughput_speedup_analysis"
14257   output-file-type: ".html"
14258   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-features-ndr-tsa"
14259   data: "plot-throughput-speedup-analysis-3n-skx"
14260   filter: "'NIC_Intel-XXV710' and
14261            '78B' and
14262            'FEATURE' and
14263            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14264            'NDRPDR' and
14265            'IP6FWD' and
14266            not 'SRv6' and
14267            not 'IPSEC' and
14268            not 'VHOST'"
14269   parameters:
14270   - "throughput"
14271   - "parent"
14272   - "tags"
14273   layout:
14274     title: ""  # No title
14275     layout: "plot-throughput-speedup-analysis"
14276
14277 -
14278   type: "plot"
14279   title: "Speedup: ip6-3n-skx-xxv710-78b-features-pdr-tsa"
14280   algorithm: "plot_throughput_speedup_analysis"
14281   output-file-type: ".html"
14282   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-features-pdr-tsa"
14283   data: "plot-throughput-speedup-analysis-3n-skx"
14284   filter: "'NIC_Intel-XXV710' and
14285            '78B' and
14286            'FEATURE' and
14287            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14288            'NDRPDR' and
14289            'IP6FWD' and
14290            not 'SRv6' and
14291            not 'IPSEC' and
14292            not 'VHOST'"
14293   parameters:
14294   - "throughput"
14295   - "parent"
14296   - "tags"
14297   layout:
14298     title: ""  # No title
14299     layout: "plot-throughput-speedup-analysis"
14300
14301 # Speedup - VPP IPv6 2n-skx-x710
14302 -
14303   type: "plot"
14304   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
14305   algorithm: "plot_throughput_speedup_analysis"
14306   output-file-type: ".html"
14307   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
14308   data: "plot-throughput-speedup-analysis-2n-skx"
14309   filter: "'NIC_Intel-X710' and
14310            '78B' and
14311            ('BASE' or 'SCALE') and
14312            'NDRPDR' and
14313            'IP6FWD' and
14314            not 'SRv6' and
14315            not 'IPSEC' and
14316            not 'VHOST'"
14317   parameters:
14318   - "throughput"
14319   - "parent"
14320   - "tags"
14321   layout:
14322     title: ""  # No title
14323     layout: "plot-throughput-speedup-analysis"
14324
14325 -
14326   type: "plot"
14327   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
14328   algorithm: "plot_throughput_speedup_analysis"
14329   output-file-type: ".html"
14330   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
14331   data: "plot-throughput-speedup-analysis-2n-skx"
14332   filter: "'NIC_Intel-X710' and
14333            '78B' and
14334            ('BASE' or 'SCALE') and
14335            'NDRPDR' and
14336            'IP6FWD' and
14337            not 'IPSEC' and
14338            not 'VHOST'"
14339   parameters:
14340   - "throughput"
14341   - "parent"
14342   - "tags"
14343   layout:
14344     title: ""  # No title
14345     layout: "plot-throughput-speedup-analysis"
14346
14347 # Speedup - VPP IPv6 2n-skx-xxv710
14348 -
14349   type: "plot"
14350   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
14351   algorithm: "plot_throughput_speedup_analysis"
14352   output-file-type: ".html"
14353   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
14354   data: "plot-throughput-speedup-analysis-2n-skx"
14355   filter: "'NIC_Intel-XXV710' and
14356            '78B' and
14357            ('BASE' or 'SCALE') and
14358            'NDRPDR' and
14359            'IP6FWD' and
14360            not 'SRv6' and
14361            not 'IPSEC' and
14362            not 'VHOST'"
14363   parameters:
14364   - "throughput"
14365   - "parent"
14366   - "tags"
14367   layout:
14368     title: ""  # No title
14369     layout: "plot-throughput-speedup-analysis"
14370
14371 -
14372   type: "plot"
14373   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
14374   algorithm: "plot_throughput_speedup_analysis"
14375   output-file-type: ".html"
14376   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
14377   data: "plot-throughput-speedup-analysis-2n-skx"
14378   filter: "'NIC_Intel-XXV710' and
14379            '78B' and
14380            ('BASE' or 'SCALE') and
14381            'NDRPDR' and
14382            'IP6FWD' and
14383            not 'SRv6' and
14384            not 'IPSEC' and
14385            not 'VHOST'"
14386   parameters:
14387   - "throughput"
14388   - "parent"
14389   - "tags"
14390   layout:
14391     title: ""  # No title
14392     layout: "plot-throughput-speedup-analysis"
14393
14394 ################################################################################
14395
14396 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
14397 -
14398   type: "plot"
14399   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
14400   algorithm: "plot_throughput_speedup_analysis"
14401   output-file-type: ".html"
14402   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
14403   data: "plot-throughput-speedup-analysis-3n-hsw"
14404   filter: "'NIC_Intel-X520-DA2' and
14405            '78B' and
14406            'ENCAP' and
14407            'NDRPDR' and
14408            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
14409            not 'VHOST'"
14410   parameters:
14411   - "throughput"
14412   - "parent"
14413   - "tags"
14414   layout:
14415     title: ""  # No title
14416     layout: "plot-throughput-speedup-analysis"
14417
14418 -
14419   type: "plot"
14420   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
14421   algorithm: "plot_throughput_speedup_analysis"
14422   output-file-type: ".html"
14423   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
14424   data: "plot-throughput-speedup-analysis-3n-hsw"
14425   filter: "'NIC_Intel-X520-DA2' and
14426            '78B' and
14427            'ENCAP' and
14428            'NDRPDR' and
14429            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
14430            not 'VHOST'"
14431   parameters:
14432   - "throughput"
14433   - "parent"
14434   - "tags"
14435   layout:
14436     title: ""  # No title
14437     layout: "plot-throughput-speedup-analysis"
14438
14439 ################################################################################
14440
14441 # Speedup - VPP IPSec 3n-hsw-xl710
14442 -
14443   type: "plot"
14444   title: "Speedup: ipsec-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
14445   algorithm: "plot_throughput_speedup_analysis"
14446   output-file-type: ".html"
14447   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
14448   data: "plot-throughput-speedup-analysis-3n-hsw"
14449   filter: "'NIC_Intel-XL710' and
14450            '64B' and
14451            'IP4FWD' and
14452            'NDRPDR' and
14453            'IPSECHW' and
14454            ('IPSECTRAN' or 'IPSECTUN') and
14455            not 'VHOST'"
14456   parameters:
14457   - "throughput"
14458   - "parent"
14459   - "tags"
14460   layout:
14461     title: ""  # No title
14462     layout: "plot-throughput-speedup-analysis"
14463
14464 -
14465   type: "plot"
14466   title: "Speedup: ipsec-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
14467   algorithm: "plot_throughput_speedup_analysis"
14468   output-file-type: ".html"
14469   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
14470   data: "plot-throughput-speedup-analysis-3n-hsw"
14471   filter: "'NIC_Intel-XL710' and
14472            '64B' and
14473            'IP4FWD' and
14474            'NDRPDR' and
14475            'IPSECHW' and
14476            ('IPSECTRAN' or 'IPSECTUN') and
14477            not 'VHOST'"
14478   parameters:
14479   - "throughput"
14480   - "parent"
14481   - "tags"
14482   layout:
14483     title: ""  # No title
14484     layout: "plot-throughput-speedup-analysis"
14485
14486 ################################################################################
14487
14488 # Speedup - VPP SRv6 3n-hsw-x520
14489 -
14490   type: "plot"
14491   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
14492   algorithm: "plot_throughput_speedup_analysis"
14493   output-file-type: ".html"
14494   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
14495   data: "plot-throughput-speedup-analysis-3n-hsw"
14496   filter: "'NIC_Intel-X520-DA2' and
14497            '78B' and
14498            'FEATURE' and
14499            'NDRPDR' and
14500            'IP6FWD' and
14501            'SRv6'"
14502   parameters:
14503   - "throughput"
14504   - "parent"
14505   - "tags"
14506   layout:
14507     title: ""  # No title
14508     layout: "plot-throughput-speedup-analysis"
14509
14510 -
14511   type: "plot"
14512   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
14513   algorithm: "plot_throughput_speedup_analysis"
14514   output-file-type: ".html"
14515   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
14516   data: "plot-throughput-speedup-analysis-3n-hsw"
14517   filter: "'NIC_Intel-X520-DA2' and
14518            '78B' and
14519            'FEATURE' and
14520            'NDRPDR' and
14521            'IP6FWD' and
14522            'SRv6'"
14523   parameters:
14524   - "throughput"
14525   - "parent"
14526   - "tags"
14527   layout:
14528     title: ""  # No title
14529     layout: "plot-throughput-speedup-analysis"
14530
14531 ################################################################################
14532
14533 # Speedup - VPP L2 3n-hsw-x520
14534 -
14535   type: "plot"
14536   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
14537   algorithm: "plot_throughput_speedup_analysis"
14538   output-file-type: ".html"
14539   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
14540   data: "plot-throughput-speedup-analysis-3n-hsw"
14541   filter: "'NIC_Intel-X520-DA2' and
14542            '64B' and
14543            ('BASE' or 'SCALE') and
14544            'NDRPDR' and
14545            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
14546            not 'VHOST' and
14547            not 'MEMIF'"
14548   parameters:
14549   - "throughput"
14550   - "parent"
14551   - "tags"
14552   layout:
14553     title: ""  # No title
14554     layout: "plot-throughput-speedup-analysis"
14555
14556 -
14557   type: "plot"
14558   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
14559   algorithm: "plot_throughput_speedup_analysis"
14560   output-file-type: ".html"
14561   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
14562   data: "plot-throughput-speedup-analysis-3n-hsw"
14563   filter: "'NIC_Intel-X520-DA2' and
14564            '64B' and
14565            ('BASE' or 'SCALE') and
14566            'NDRPDR' and
14567            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
14568            not 'VHOST' and
14569            not 'MEMIF'"
14570   parameters:
14571   - "throughput"
14572   - "parent"
14573   - "tags"
14574   layout:
14575     title: ""  # No title
14576     layout: "plot-throughput-speedup-analysis"
14577
14578 -
14579   type: "plot"
14580   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
14581   algorithm: "plot_throughput_speedup_analysis"
14582   output-file-type: ".html"
14583   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
14584   data: "plot-throughput-speedup-analysis-3n-hsw"
14585   filter: "'NIC_Intel-X520-DA2' and
14586            '64B' and
14587            'FEATURE' and
14588            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14589            'NDRPDR' and
14590            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
14591            not 'VHOST' and
14592            not 'MEMIF'"
14593   parameters:
14594   - "throughput"
14595   - "parent"
14596   - "tags"
14597   layout:
14598     title: ""  # No title
14599     layout: "plot-throughput-speedup-analysis"
14600
14601 -
14602   type: "plot"
14603   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
14604   algorithm: "plot_throughput_speedup_analysis"
14605   output-file-type: ".html"
14606   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
14607   data: "plot-throughput-speedup-analysis-3n-hsw"
14608   filter: "'NIC_Intel-X520-DA2' and
14609            '64B' and
14610            'FEATURE' and
14611            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14612            'NDRPDR' and
14613            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
14614            not 'VHOST' and
14615            not 'MEMIF'"
14616   parameters:
14617   - "throughput"
14618   - "parent"
14619   - "tags"
14620   layout:
14621     title: ""  # No title
14622     layout: "plot-throughput-speedup-analysis"
14623
14624 # Speedup - VPP L2 3n-hsw-x710
14625 -
14626   type: "plot"
14627   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
14628   algorithm: "plot_throughput_speedup_analysis"
14629   output-file-type: ".html"
14630   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
14631   data: "plot-throughput-speedup-analysis-3n-hsw"
14632   filter: "'NIC_Intel-X710' and
14633            '64B' and
14634            ('BASE' or 'SCALE') and
14635            'NDRPDR' and
14636            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
14637            not 'VHOST' and
14638            not 'MEMIF'"
14639   parameters:
14640   - "throughput"
14641   - "parent"
14642   - "tags"
14643   layout:
14644     title: ""  # No title
14645     layout: "plot-throughput-speedup-analysis"
14646
14647 -
14648   type: "plot"
14649   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
14650   algorithm: "plot_throughput_speedup_analysis"
14651   output-file-type: ".html"
14652   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
14653   data: "plot-throughput-speedup-analysis-3n-hsw"
14654   filter: "'NIC_Intel-X710' and
14655            '64B' and
14656            ('BASE' or 'SCALE') and
14657            'NDRPDR' and
14658            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
14659            not 'VHOST' and
14660            not 'MEMIF'"
14661   parameters:
14662   - "throughput"
14663   - "parent"
14664   - "tags"
14665   layout:
14666     title: ""  # No title
14667     layout: "plot-throughput-speedup-analysis"
14668
14669 -
14670   type: "plot"
14671   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
14672   algorithm: "plot_throughput_speedup_analysis"
14673   output-file-type: ".html"
14674   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
14675   data: "plot-throughput-speedup-analysis-3n-hsw"
14676   filter: "'NIC_Intel-X710' and
14677            '64B' and
14678            'FEATURE' and
14679            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14680            'NDRPDR' and
14681            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
14682            not 'VHOST' and
14683            not 'MEMIF'"
14684   parameters:
14685   - "throughput"
14686   - "parent"
14687   - "tags"
14688   layout:
14689     title: ""  # No title
14690     layout: "plot-throughput-speedup-analysis"
14691
14692 -
14693   type: "plot"
14694   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
14695   algorithm: "plot_throughput_speedup_analysis"
14696   output-file-type: ".html"
14697   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
14698   data: "plot-throughput-speedup-analysis-3n-hsw"
14699   filter: "'NIC_Intel-X710' and
14700            '64B' and
14701            'FEATURE' and
14702            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14703            'NDRPDR' and
14704            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
14705            not 'VHOST' and
14706            not 'MEMIF'"
14707   parameters:
14708   - "throughput"
14709   - "parent"
14710   - "tags"
14711   layout:
14712     title: ""  # No title
14713     layout: "plot-throughput-speedup-analysis"
14714
14715 # Speedup - VPP L2 3n-hsw-xl710
14716 -
14717   type: "plot"
14718   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
14719   algorithm: "plot_throughput_speedup_analysis"
14720   output-file-type: ".html"
14721   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
14722   data: "plot-throughput-speedup-analysis-3n-hsw"
14723   filter: "'NIC_Intel-XL710' and
14724            '64B' and
14725            ('BASE' or 'SCALE') and
14726            'NDRPDR' and
14727            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
14728            not 'VHOST' and
14729            not 'MEMIF'"
14730   parameters:
14731   - "throughput"
14732   - "parent"
14733   - "tags"
14734   layout:
14735     title: ""  # No title
14736     layout: "plot-throughput-speedup-analysis"
14737
14738 -
14739   type: "plot"
14740   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
14741   algorithm: "plot_throughput_speedup_analysis"
14742   output-file-type: ".html"
14743   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
14744   data: "plot-throughput-speedup-analysis-3n-hsw"
14745   filter: "'NIC_Intel-XL710' and
14746            '64B' and
14747            ('BASE' or 'SCALE') and
14748            'NDRPDR' and
14749            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
14750            not 'VHOST' and
14751            not 'MEMIF'"
14752   parameters:
14753   - "throughput"
14754   - "parent"
14755   - "tags"
14756   layout:
14757     title: ""  # No title
14758     layout: "plot-throughput-speedup-analysis"
14759
14760 # Speedup - VPP L2 3n-skx-x710
14761 -
14762   type: "plot"
14763   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
14764   algorithm: "plot_throughput_speedup_analysis"
14765   output-file-type: ".html"
14766   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
14767   data: "plot-throughput-speedup-analysis-3n-skx"
14768   filter: "'NIC_Intel-X710' and
14769            '64B' and
14770            ('BASE' or 'SCALE') and
14771            'NDRPDR' and
14772            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
14773            not 'VHOST' and
14774            not 'MEMIF'"
14775   parameters:
14776   - "throughput"
14777   - "parent"
14778   - "tags"
14779   layout:
14780     title: ""  # No title
14781     layout: "plot-throughput-speedup-analysis"
14782
14783 -
14784   type: "plot"
14785   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
14786   algorithm: "plot_throughput_speedup_analysis"
14787   output-file-type: ".html"
14788   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
14789   data: "plot-throughput-speedup-analysis-3n-skx"
14790   filter: "'NIC_Intel-X710' and
14791            '64B' and
14792            ('BASE' or 'SCALE') and
14793            'NDRPDR' and
14794            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
14795            not 'VHOST' and
14796            not 'MEMIF'"
14797   parameters:
14798   - "throughput"
14799   - "parent"
14800   - "tags"
14801   layout:
14802     title: ""  # No title
14803     layout: "plot-throughput-speedup-analysis"
14804
14805 -
14806   type: "plot"
14807   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
14808   algorithm: "plot_throughput_speedup_analysis"
14809   output-file-type: ".html"
14810   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
14811   data: "plot-throughput-speedup-analysis-3n-skx"
14812   filter: "'NIC_Intel-X710' and
14813            '64B' and
14814            'FEATURE' and
14815            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14816            'NDRPDR' and
14817            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
14818            not 'VHOST' and
14819            not 'MEMIF'"
14820   parameters:
14821   - "throughput"
14822   - "parent"
14823   - "tags"
14824   layout:
14825     title: ""  # No title
14826     layout: "plot-throughput-speedup-analysis"
14827
14828 -
14829   type: "plot"
14830   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
14831   algorithm: "plot_throughput_speedup_analysis"
14832   output-file-type: ".html"
14833   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
14834   data: "plot-throughput-speedup-analysis-3n-skx"
14835   filter: "'NIC_Intel-X710' and
14836            '64B' and
14837            'FEATURE' and
14838            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14839            'NDRPDR' and
14840            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
14841            not 'VHOST' and
14842            not 'MEMIF'"
14843   parameters:
14844   - "throughput"
14845   - "parent"
14846   - "tags"
14847   layout:
14848     title: ""  # No title
14849     layout: "plot-throughput-speedup-analysis"
14850
14851 # Speedup - VPP L2 3n-skx-xxv710
14852 -
14853   type: "plot"
14854   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
14855   algorithm: "plot_throughput_speedup_analysis"
14856   output-file-type: ".html"
14857   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
14858   data: "plot-throughput-speedup-analysis-3n-skx"
14859   filter: "'NIC_Intel-XXV710' and
14860            '64B' and
14861            ('BASE' or 'SCALE') and
14862            'NDRPDR' and
14863            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
14864            not 'VHOST' and
14865            not 'MEMIF'"
14866   parameters:
14867   - "throughput"
14868   - "parent"
14869   - "tags"
14870   layout:
14871     title: ""  # No title
14872     layout: "plot-throughput-speedup-analysis"
14873
14874 -
14875   type: "plot"
14876   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
14877   algorithm: "plot_throughput_speedup_analysis"
14878   output-file-type: ".html"
14879   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
14880   data: "plot-throughput-speedup-analysis-3n-skx"
14881   filter: "'NIC_Intel-XXV710' and
14882            '64B' and
14883            ('BASE' or 'SCALE') and
14884            'NDRPDR' and
14885            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
14886            not 'VHOST' and
14887            not 'MEMIF'"
14888   parameters:
14889   - "throughput"
14890   - "parent"
14891   - "tags"
14892   layout:
14893     title: ""  # No title
14894     layout: "plot-throughput-speedup-analysis"
14895
14896 -
14897   type: "plot"
14898   title: "Speedup: l2sw-3n-skx-xxv710-64b-features-ndr-tsa"
14899   algorithm: "plot_throughput_speedup_analysis"
14900   output-file-type: ".html"
14901   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-features-ndr-tsa"
14902   data: "plot-throughput-speedup-analysis-3n-skx"
14903   filter: "'NIC_Intel-XXV710' and
14904            '64B' and
14905            'FEATURE' and
14906            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14907            'NDRPDR' and
14908            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
14909            not 'VHOST' and
14910            not 'MEMIF'"
14911   parameters:
14912   - "throughput"
14913   - "parent"
14914   - "tags"
14915   layout:
14916     title: ""  # No title
14917     layout: "plot-throughput-speedup-analysis"
14918
14919 -
14920   type: "plot"
14921   title: "Speedup: l2sw-3n-skx-xxv710-64b-features-pdr-tsa"
14922   algorithm: "plot_throughput_speedup_analysis"
14923   output-file-type: ".html"
14924   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-features-pdr-tsa"
14925   data: "plot-throughput-speedup-analysis-3n-skx"
14926   filter: "'NIC_Intel-XXV710' and
14927            '64B' and
14928            'FEATURE' and
14929            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14930            'NDRPDR' and
14931            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
14932            not 'VHOST' and
14933            not 'MEMIF'"
14934   parameters:
14935   - "throughput"
14936   - "parent"
14937   - "tags"
14938   layout:
14939     title: ""  # No title
14940     layout: "plot-throughput-speedup-analysis"
14941
14942 # Speedup - VPP L2 2n-skx-x710
14943 -
14944   type: "plot"
14945   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
14946   algorithm: "plot_throughput_speedup_analysis"
14947   output-file-type: ".html"
14948   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
14949   data: "plot-throughput-speedup-analysis-2n-skx"
14950   filter: "'NIC_Intel-X710' and
14951            '64B' and
14952            ('BASE' or 'SCALE') and
14953            'NDRPDR' and
14954            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
14955            not 'VHOST' and
14956            not 'MEMIF'"
14957   parameters:
14958   - "throughput"
14959   - "parent"
14960   - "tags"
14961   layout:
14962     title: ""  # No title
14963     layout: "plot-throughput-speedup-analysis"
14964
14965 -
14966   type: "plot"
14967   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
14968   algorithm: "plot_throughput_speedup_analysis"
14969   output-file-type: ".html"
14970   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
14971   data: "plot-throughput-speedup-analysis-2n-skx"
14972   filter: "'NIC_Intel-X710' and
14973            '64B' and
14974            ('BASE' or 'SCALE') and
14975            'NDRPDR' and
14976            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
14977            not 'VHOST' and
14978            not 'MEMIF'"
14979   parameters:
14980   - "throughput"
14981   - "parent"
14982   - "tags"
14983   layout:
14984     title: ""  # No title
14985     layout: "plot-throughput-speedup-analysis"
14986
14987 # Speedup - VPP L2 2n-skx-xxv710
14988 -
14989   type: "plot"
14990   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
14991   algorithm: "plot_throughput_speedup_analysis"
14992   output-file-type: ".html"
14993   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
14994   data: "plot-throughput-speedup-analysis-2n-skx"
14995   filter: "'NIC_Intel-XXV710' and
14996            '64B' and
14997            ('BASE' or 'SCALE') and
14998            'NDRPDR' and
14999            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15000            not 'VHOST' and
15001            not 'MEMIF'"
15002   parameters:
15003   - "throughput"
15004   - "parent"
15005   - "tags"
15006   layout:
15007     title: ""  # No title
15008     layout: "plot-throughput-speedup-analysis"
15009
15010 -
15011   type: "plot"
15012   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
15013   algorithm: "plot_throughput_speedup_analysis"
15014   output-file-type: ".html"
15015   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
15016   data: "plot-throughput-speedup-analysis-2n-skx"
15017   filter: "'NIC_Intel-XXV710' and
15018            '64B' and
15019            ('BASE' or 'SCALE') and
15020            'NDRPDR' and
15021            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15022            not 'VHOST' and
15023            not 'MEMIF'"
15024   parameters:
15025   - "throughput"
15026   - "parent"
15027   - "tags"
15028   layout:
15029     title: ""  # No title
15030     layout: "plot-throughput-speedup-analysis"
15031
15032 ################################################################################
15033
15034 # Speedup - VPP vhost ip4 3n-hsw-x520
15035 -
15036   type: "plot"
15037   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
15038   algorithm: "plot_throughput_speedup_analysis"
15039   output-file-type: ".html"
15040   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
15041   data: "plot-throughput-speedup-analysis-3n-hsw"
15042   filter: "'NIC_Intel-X520-DA2' and
15043            '64B' and
15044            'NDRPDR' and
15045            'VHOST' and
15046            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15047   parameters:
15048   - "throughput"
15049   - "parent"
15050   - "tags"
15051   layout:
15052     title: ""  # No title
15053     layout: "plot-throughput-speedup-analysis"
15054
15055 -
15056   type: "plot"
15057   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15058   algorithm: "plot_throughput_speedup_analysis"
15059   output-file-type: ".html"
15060   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15061   data: "plot-throughput-speedup-analysis-3n-hsw"
15062   filter: "'NIC_Intel-X520-DA2' and
15063            '64B' and
15064            'NDRPDR' and
15065            'VHOST' and
15066            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15067   parameters:
15068   - "throughput"
15069   - "parent"
15070   - "tags"
15071   layout:
15072     title: ""  # No title
15073     layout: "plot-throughput-speedup-analysis"
15074
15075 # Speedup - VPP vhost l2sw 3n-hsw-x520
15076 -
15077   type: "plot"
15078   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
15079   algorithm: "plot_throughput_speedup_analysis"
15080   output-file-type: ".html"
15081   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
15082   data: "plot-throughput-speedup-analysis-3n-hsw"
15083   filter: "'NIC_Intel-X520-DA2' and
15084            '64B' and
15085            'NDRPDR' and
15086            'VHOST' and
15087            not 'VXLAN' and
15088            not 'IP4FWD' and
15089            not 'DOT1Q' and
15090            not '2VM'"
15091   parameters:
15092   - "throughput"
15093   - "parent"
15094   - "tags"
15095   layout:
15096     title: ""  # No title
15097     layout: "plot-throughput-speedup-analysis"
15098
15099 -
15100   type: "plot"
15101   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15102   algorithm: "plot_throughput_speedup_analysis"
15103   output-file-type: ".html"
15104   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15105   data: "plot-throughput-speedup-analysis-3n-hsw"
15106   filter: "'NIC_Intel-X520-DA2' and
15107            '64B' and
15108            'NDRPDR' and
15109            'VHOST' and
15110            not 'VXLAN' and
15111            not 'IP4FWD' and
15112            not 'DOT1Q' and
15113            not '2VM'"
15114   parameters:
15115   - "throughput"
15116   - "parent"
15117   - "tags"
15118   layout:
15119     title: ""  # No title
15120     layout: "plot-throughput-speedup-analysis"
15121
15122 # Speedup - VPP vhost ip4 3n-hsw-x710
15123 -
15124   type: "plot"
15125   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
15126   algorithm: "plot_throughput_speedup_analysis"
15127   output-file-type: ".html"
15128   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
15129   data: "plot-throughput-speedup-analysis-3n-hsw"
15130   filter: "'NIC_Intel-X710' and
15131            '64B' and
15132            'NDRPDR' and
15133            'VHOST' and
15134            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15135   parameters:
15136   - "throughput"
15137   - "parent"
15138   - "tags"
15139   layout:
15140     title: ""  # No title
15141     layout: "plot-throughput-speedup-analysis"
15142
15143 -
15144   type: "plot"
15145   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
15146   algorithm: "plot_throughput_speedup_analysis"
15147   output-file-type: ".html"
15148   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
15149   data: "plot-throughput-speedup-analysis-3n-hsw"
15150   filter: "'NIC_Intel-X710' and
15151            '64B' and
15152            'NDRPDR' and
15153            'VHOST' and
15154            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15155   parameters:
15156   - "throughput"
15157   - "parent"
15158   - "tags"
15159   layout:
15160     title: ""  # No title
15161     layout: "plot-throughput-speedup-analysis"
15162
15163 # Speedup - VPP vhost l2sw 3n-hsw-x710
15164 -
15165   type: "plot"
15166   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
15167   algorithm: "plot_throughput_speedup_analysis"
15168   output-file-type: ".html"
15169   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
15170   data: "plot-throughput-speedup-analysis-3n-hsw"
15171   filter: "'NIC_Intel-X710' and
15172            '64B' and
15173            'NDRPDR' and
15174            'VHOST' and
15175            not 'VXLAN' and
15176            not 'IP4FWD' and
15177            not 'DOT1Q' and
15178            not '2VM'"
15179   parameters:
15180   - "throughput"
15181   - "parent"
15182   - "tags"
15183   layout:
15184     title: ""  # No title
15185     layout: "plot-throughput-speedup-analysis"
15186
15187 -
15188   type: "plot"
15189   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
15190   algorithm: "plot_throughput_speedup_analysis"
15191   output-file-type: ".html"
15192   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
15193   data: "plot-throughput-speedup-analysis-3n-hsw"
15194   filter: "'NIC_Intel-X710' and
15195            '64B' and
15196            'NDRPDR' and
15197            'VHOST' and
15198            not 'VXLAN' and
15199            not 'IP4FWD' and
15200            not 'DOT1Q' and
15201            not '2VM'"
15202   parameters:
15203   - "throughput"
15204   - "parent"
15205   - "tags"
15206   layout:
15207     title: ""  # No title
15208     layout: "plot-throughput-speedup-analysis"
15209
15210 # Speedup - VPP vhost ip4 3n-hsw-xl710
15211 -
15212   type: "plot"
15213   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
15214   algorithm: "plot_throughput_speedup_analysis"
15215   output-file-type: ".html"
15216   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
15217   data: "plot-throughput-speedup-analysis-3n-hsw"
15218   filter: "'NIC_Intel-XL710' and
15219            '64B' and
15220            'NDRPDR' and
15221            'VHOST' and
15222            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15223   parameters:
15224   - "throughput"
15225   - "parent"
15226   - "tags"
15227   layout:
15228     title: ""  # No title
15229     layout: "plot-throughput-speedup-analysis"
15230
15231 -
15232   type: "plot"
15233   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
15234   algorithm: "plot_throughput_speedup_analysis"
15235   output-file-type: ".html"
15236   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
15237   data: "plot-throughput-speedup-analysis-3n-hsw"
15238   filter: "'NIC_Intel-XL710' and
15239            '64B' and
15240            'NDRPDR' and
15241            'VHOST' and
15242            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15243   parameters:
15244   - "throughput"
15245   - "parent"
15246   - "tags"
15247   layout:
15248     title: ""  # No title
15249     layout: "plot-throughput-speedup-analysis"
15250
15251 # Speedup - VPP vhost l2sw 3n-hsw-xl710
15252 -
15253   type: "plot"
15254   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
15255   algorithm: "plot_throughput_speedup_analysis"
15256   output-file-type: ".html"
15257   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
15258   data: "plot-throughput-speedup-analysis-3n-hsw"
15259   filter: "'NIC_Intel-XL710' and
15260            '64B' and
15261            'NDRPDR' and
15262            'VHOST' and
15263            not 'VXLAN' and
15264            not 'IP4FWD' and
15265            not 'DOT1Q' and
15266            not '2VM'"
15267   parameters:
15268   - "throughput"
15269   - "parent"
15270   - "tags"
15271   layout:
15272     title: ""  # No title
15273     layout: "plot-throughput-speedup-analysis"
15274
15275 -
15276   type: "plot"
15277   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
15278   algorithm: "plot_throughput_speedup_analysis"
15279   output-file-type: ".html"
15280   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
15281   data: "plot-throughput-speedup-analysis-3n-hsw"
15282   filter: "'NIC_Intel-XL710' and
15283            '64B' and
15284            'NDRPDR' and
15285            'VHOST' and
15286            not 'VXLAN' and
15287            not 'IP4FWD' and
15288            not 'DOT1Q' and
15289            not '2VM'"
15290   parameters:
15291   - "throughput"
15292   - "parent"
15293   - "tags"
15294   layout:
15295     title: ""  # No title
15296     layout: "plot-throughput-speedup-analysis"
15297
15298 # Speedup - VPP vhost l2sw 3n-hsw-x520
15299 -
15300   type: "plot"
15301   title: "VPP Speedup: vts-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
15302   algorithm: "plot_throughput_speedup_analysis"
15303   output-file-type: ".html"
15304   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
15305   data: "plot-throughput-speedup-analysis-3n-hsw"
15306   filter: "'NIC_Intel-X520-DA2' and
15307            '64B' and
15308            'NDRPDR' and
15309            'VTS'"
15310   parameters:
15311   - "throughput"
15312   - "parent"
15313   - "tags"
15314   layout:
15315     title: ""  # No title
15316     layout: "plot-throughput-speedup-analysis"
15317
15318 -
15319   type: "plot"
15320   title: "VPP Speedup: vts-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15321   algorithm: "plot_throughput_speedup_analysis"
15322   output-file-type: ".html"
15323   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15324   data: "plot-throughput-speedup-analysis-3n-hsw"
15325   filter: "'NIC_Intel-X520-DA2' and
15326            '64B' and
15327            'NDRPDR' and
15328            'VTS'"
15329   parameters:
15330   - "throughput"
15331   - "parent"
15332   - "tags"
15333   layout:
15334     title: ""  # No title
15335     layout: "plot-throughput-speedup-analysis"