CSIT-1230: Improve layout of pdf 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       - 15  # NDRPDR sel
130       - 16  # NDRPDR sel
131       - 19  # NDRPDR sel
132
133     vpp-compare-testbeds:
134       # TODO: Add Data sources
135       csit-vpp-perf-verify-1807-3n-hsw:
136       - 15  # NDRPDR sel
137       - 16  # NDRPDR sel
138       - 19  # NDRPDR sel
139       csit-vpp-perf-verify-1807-3n-skx:
140       - 33  # NDRPDR sel
141       - 35  # NDRPDR sel
142       - 37  # NDRPDR sel
143       - 38  # NDRPDR sel
144       - 39  # NDRPDR sel
145       - 43  # NDRPDR sel
146       - 44  # NDRPDR sel
147       - 49  # NDRPDR sel
148       - 50  # NDRPDR sel
149       - 56  # NDRPDR sel
150
151     vpp-compare-testbeds-mrr:
152       # TODO: Add Data sources
153       csit-vpp-perf-verify-1807-3n-hsw:
154       - 9   # MRR sel
155       csit-vpp-perf-verify-1807-3n-skx:
156       - 28  # MRR sel
157       - 32  # MRR sel
158       - 36  # MRR sel
159       - 42  # MRR sel
160       - 47  # MRR sel
161       - 48  # MRR sel
162       - 51  # MRR sel
163       - 52  # MRR sel
164       - 53  # MRR sel
165       - 54  # MRR sel
166
167     vpp-performance-changes-mrr:
168       csit-vpp-perf-check-1801:
169       - 3
170       - 4
171       - 5
172       - 6
173       - 7
174       - 8
175       - 9
176       - 11
177       - 12
178       - 13
179       csit-vpp-perf-check-1804:
180       - 6   # mrr - sel
181       - 13  # mrr - sel
182       - 14  # mrr - sel
183       - 15  # mrr - sel
184       - 16  # mrr - sel
185       - 17  # mrr - sel
186       - 19  # mrr - sel
187       - 20  # mrr - sel
188       - 21  # mrr - sel
189       - 22  # mrr - sel
190       # TODO: Add Data sources
191       csit-vpp-perf-verify-1807-3n-hsw:
192       - 9   # MRR sel
193
194     vpp-perf-results-3n-hsw:
195       # TODO: Add Data sources
196       csit-vpp-perf-verify-1807-3n-hsw:
197       - 11  # NDRPDR full 1
198
199     vpp-perf-results-3n-skx:
200       csit-vpp-perf-verify-1807-3n-skx:
201       - 40  # NDRPDR full 1
202       - 41  # NDRPDR full 2
203
204     vpp-perf-results-2n-skx:
205       csit-vpp-perf-verify-1807-2n-skx:
206       - 32  # NDRPDR full
207
208     vpp-mrr-results-3n-hsw:
209       csit-vpp-perf-verify-1807-3n-hsw:
210       - 8   # MRR full
211
212     vpp-mrr-results-3n-skx:
213       # TODO: Replace with better results
214       csit-vpp-perf-verify-1807-3n-skx:
215       - 31  # MRR full
216
217     vpp-mrr-results-2n-skx:
218       csit-vpp-perf-verify-1807-2n-skx:
219       - 27  # MRR full
220
221     plot-throughput-speedup-analysis-3n-hsw:
222       # TODO: Add Data sources
223       csit-vpp-perf-verify-1807-3n-hsw:
224       - 15  # NDRPDR sel
225       - 16  # NDRPDR sel
226       - 19  # NDRPDR sel
227
228     plot-throughput-speedup-analysis-3n-skx:
229       csit-vpp-perf-verify-1807-3n-skx:
230       - 33  # NDRPDR sel
231       - 35  # NDRPDR sel
232       - 37  # NDRPDR sel
233       - 38  # NDRPDR sel
234       - 39  # NDRPDR sel
235       - 43  # NDRPDR sel
236       - 44  # NDRPDR sel
237       - 49  # NDRPDR sel
238       - 50  # NDRPDR sel
239       - 56  # NDRPDR sel
240
241     plot-throughput-speedup-analysis-2n-skx:
242       csit-vpp-perf-verify-1807-2n-skx:
243       - 26  # NDRPDR sel
244       - 28  # NDRPDR sel
245       - 29  # NDRPDR sel
246       - 30  # NDRPDR sel
247       - 34  # NDRPDR sel
248       - 35  # NDRPDR sel
249       - 36  # NDRPDR sel
250       - 39  # NDRPDR sel
251       - 40  # NDRPDR sel
252       - 42  # NDRPDR sel
253
254     plot-vpp-throughput-latency-3n-hsw:
255       # TODO: Add Data sources
256       csit-vpp-perf-verify-1807-3n-hsw:
257       - 15  # NDRPDR sel
258       - 16  # NDRPDR sel
259       - 19  # NDRPDR sel
260
261     plot-vpp-throughput-latency-3n-skx:
262       csit-vpp-perf-verify-1807-3n-skx:
263       - 33  # NDRPDR sel
264       - 35  # NDRPDR sel
265       - 37  # NDRPDR sel
266       - 38  # NDRPDR sel
267       - 39  # NDRPDR sel
268       - 43  # NDRPDR sel
269       - 44  # NDRPDR sel
270       - 49  # NDRPDR sel
271       - 50  # NDRPDR sel
272       - 56  # NDRPDR sel
273
274     plot-vpp-throughput-latency-2n-skx:
275       csit-vpp-perf-verify-1807-2n-skx:
276       - 26  # NDRPDR sel
277       - 28  # NDRPDR sel
278       - 29  # NDRPDR sel
279       - 30  # NDRPDR sel
280       - 34  # NDRPDR sel
281       - 35  # NDRPDR sel
282       - 36  # NDRPDR sel
283       - 39  # NDRPDR sel
284       - 40  # NDRPDR sel
285       - 42  # NDRPDR sel
286
287     plot-vpp-http-server-performance:
288       # TODO: Add Data sources
289       csit-vpp-perf-verify-1807-3n-hsw:
290       - 24  # WRK
291       - 25  # WRK
292
293     # VPP Functional
294     vpp-func-results-ubuntu:
295       csit-vpp-functional-1807-ubuntu1604-virl:
296       # TODO: Add Data sources
297       - "lastSuccessfulBuild"
298
299     vpp-func-results-centos:
300       csit-vpp-functional-1807-centos7-virl:
301       # TODO: Add Data sources
302       - "lastSuccessfulBuild"
303
304     # VPP Ligato
305     ligato-perf-results-3n-hsw:
306       # TODO: Replace with better results
307       csit-ligato-perf-1807-all:
308       - 3   # full ?
309
310     plot-ligato-throughput-speedup-analysis-3n-hsw:
311       # TODO: Add Data sources
312       csit-ligato-perf-1807-all:
313       - 4   # sel
314
315     plot-ligato-throughput-latency-3n-hsw:
316       # TODO: Add Data sources
317       csit-ligato-perf-1807-all:
318       - 4   # sel
319
320     # DPDK Performance
321     dpdk-performance-changes:
322       csit-dpdk-perf-1804-all:
323       - 4
324       - 5
325       - 6
326       - 7
327       - 8
328       - 9
329       - 10
330       - 11
331       - 12
332       - 13
333       csit-dpdk-perf-verify-1807-3n-hsw:
334       - 11
335       - 12  # full
336       - 14
337       - 15
338       - 16
339       - 17
340       - 20
341       - 21
342       - 22
343       - 23
344
345     dpdk-compare-testbeds:
346       csit-dpdk-perf-verify-1807-3n-skx:
347       - 1
348       - 2
349       - 3
350       - 6
351       - 7
352       - 8
353       - 9
354       - 10
355       - 11
356       - 12
357       csit-dpdk-perf-verify-1807-3n-hsw:
358       - 11
359       - 12  # full
360       - 14
361       - 15
362       - 16
363       - 17
364       - 20
365       - 21
366       - 22
367       - 23
368
369     dpdk-perf-results-3n-hsw:
370       csit-dpdk-perf-verify-1807-3n-hsw:
371       - 12
372
373     dpdk-perf-results-3n-skx:
374       csit-dpdk-perf-verify-1807-3n-skx:
375       - 12
376
377     dpdk-perf-results-2n-skx:
378       csit-dpdk-perf-verify-1807-2n-skx:
379       - 10
380
381     plot-dpdk-throughput-latency-3n-hsw:
382       csit-dpdk-perf-verify-1807-3n-hsw:
383       - 11
384       - 12  # full
385       - 14
386       - 15
387       - 16
388       - 17
389       - 20
390       - 21
391       - 22
392       - 23
393
394     plot-dpdk-throughput-latency-3n-skx:
395       csit-dpdk-perf-verify-1807-3n-skx:
396       - 1
397       - 2
398       - 3
399       - 6
400       - 7
401       - 8
402       - 9
403       - 10
404       - 11
405       - 12
406
407     plot-dpdk-throughput-latency-2n-skx:
408       csit-dpdk-perf-verify-1807-2n-skx:
409       - 1
410       - 2
411       - 3
412       - 4
413       - 5
414       - 6
415       - 7
416       - 8
417       - 9
418       - 10
419
420     # HoneyComb Functional
421     hc-func-results:
422       csit-hc2vpp-verify-func-1807-ubuntu1604:
423       # TODO: Add Data sources
424       - "lastSuccessfulBuild"
425
426     # NSH SFC Functional
427     nsh-func-results:
428       csit-nsh_sfc-verify-func-1807-ubuntu1604-virl:
429       - 2
430
431   plot-layouts:
432
433     plot-cps:
434       xaxis:
435         autorange: True
436         fixedrange: False
437         gridcolor: "rgb(238, 238, 238)"
438         linecolor: "rgb(238, 238, 238)"
439         linewidth: 1
440         showgrid: True
441         showline: True
442         showticklabels: True
443         tickcolor: "rgb(238, 238, 238)"
444         tickmode: "linear"
445         title: "Indexed Test Cases"
446         zeroline: False
447       yaxis:
448         gridcolor: "rgb(238, 238, 238)"
449         hoverformat: ".4s"
450         linecolor: "rgb(238, 238, 238)"
451         linewidth: 1
452         rangemode: "tozero"
453         showgrid: True
454         showline: True
455         showticklabels: True
456         tickcolor: "rgb(238, 238, 238)"
457         title: "Connections Per Second [cps]"
458         zeroline: False
459       boxmode: "group"
460       boxgroupgap: 0.5
461       autosize: False
462       margin:
463         t: 50
464         b: 20
465         l: 80
466         r: 20
467       showlegend: True
468       legend:
469         orientation: "h"
470       width: 700
471       height: 1000
472
473     plot-rps:
474       xaxis:
475         autorange: True
476         fixedrange: False
477         gridcolor: "rgb(238, 238, 238)"
478         linecolor: "rgb(238, 238, 238)"
479         linewidth: 1
480         showgrid: True
481         showline: True
482         showticklabels: True
483         tickcolor: "rgb(238, 238, 238)"
484         tickmode: "linear"
485         title: "Indexed Test Cases"
486         zeroline: False
487       yaxis:
488         gridcolor: "rgb(238, 238, 238)"
489         hoverformat: ".4s"
490         linecolor: "rgb(238, 238, 238)"
491         linewidth: 1
492         rangemode: "tozero"
493         showgrid: True
494         showline: True
495         showticklabels: True
496         tickcolor: "rgb(238, 238, 238)"
497         title: "Requests Per Second [rps]"
498         zeroline: False
499       boxmode: "group"
500       boxgroupgap: 0.5
501       autosize: False
502       margin:
503         t: 50
504         b: 20
505         l: 80
506         r: 20
507       showlegend: True
508       legend:
509         orientation: "h"
510       width: 700
511       height: 1000
512
513     plot-throughput:
514       xaxis:
515         autorange: True
516         fixedrange: False
517         gridcolor: "rgb(238, 238, 238)"
518         linecolor: "rgb(238, 238, 238)"
519         linewidth: 1
520         showgrid: True
521         showline: True
522         showticklabels: True
523         tickcolor: "rgb(238, 238, 238)"
524         tickmode: "linear"
525         title: "Indexed Test Cases"
526         zeroline: False
527       yaxis:
528         gridcolor: "rgb(238, 238, 238)"
529         hoverformat: ".4s"
530         tickformat: ".3s"
531         linecolor: "rgb(238, 238, 238)"
532         linewidth: 1
533         showgrid: True
534         showline: True
535         showticklabels: True
536         tickcolor: "rgb(238, 238, 238)"
537         title: "Packets Per Second [pps]"
538         zeroline: False
539       boxmode: "group"
540       boxgroupgap: 0.5
541       autosize: False
542       margin:
543         t: 50
544         b: 20
545         l: 80
546         r: 20
547       showlegend: True
548       legend:
549         orientation: "h"
550       width: 700
551       height: 1000
552
553     plot-latency:
554       xaxis:
555         autorange: True
556         fixedrange: False
557         gridcolor: "rgb(238, 238, 238)"
558         linecolor: "rgb(238, 238, 238)"
559         linewidth: 1
560         showgrid: True
561         showline: True
562         showticklabels: True
563         tickcolor: "rgb(238, 238, 238)"
564         tickmode: "linear"
565         title: "Indexed Test Cases"
566         zeroline: False
567       yaxis:
568         gridcolor: "rgb(238, 238, 238)"
569         hoverformat: ""
570         linecolor: "rgb(238, 238, 238)"
571         linewidth: 1
572         showgrid: True
573         showline: True
574         showticklabels: True
575         tickcolor: "rgb(238, 238, 238)"
576         title: "Latency min/avg/max [uSec]"
577         zeroline: False
578       boxmode: "group"
579       boxgroupgap: 0.5
580       autosize: False
581       margin:
582         t: 50
583         b: 20
584         l: 80
585         r: 20
586       showlegend: True
587       legend:
588         orientation: "h"
589       width: 700
590       height: 1000
591
592     plot-throughput-speedup-analysis:
593       xaxis:
594         autorange: True
595         fixedrange: False
596         gridcolor: "rgb(238, 238, 238)"
597         linecolor: "rgb(238, 238, 238)"
598         linewidth: 1
599         showgrid: True
600         showline: True
601         showticklabels: True
602         tickcolor: "rgb(238, 238, 238)"
603         tickmode: "linear"
604         tickangle: 270
605         zeroline: False
606       yaxis:
607         title: "Throughput speedup factor"
608         gridcolor: "rgb(238, 238, 238)"
609         hoverformat: ".4s"
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         zeroline: False
617       legend:
618         orientation: "h"
619         xanchor: "center"
620         yanchor: "top"
621         x: 0.5
622         y: 1
623         bgcolor: "rgba(255, 255, 255, 0)"
624         bordercolor: "rgba(255, 255, 255, 0)"
625       barmode: "group"
626       bargap: 0.15
627       bargroupgap: 0.1
628       autosize: False
629       margin:
630           't': 50
631           'b': 300
632           'l': 50
633           'r': 20
634       showlegend: True
635       width: 700
636       height: 1000
637
638 -
639   type: "static"
640   src-path: "{DIR[RST]}"
641   dst-path: "{DIR[WORKING,SRC]}"
642
643 -
644   type: "input"
645   general:
646     file-name: "robot-plugin.zip"
647     file-format: ".zip"
648     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
649     extract: "robot-plugin/output.xml"
650
651   builds:
652
653     csit-vpp-perf-1801-all:
654     - 124  # sel
655     - 127  # sel
656     - 128  # sel
657     - 141  # sel
658     - 142  # sel
659     - 143  # sel
660     - 145  # sel
661     - 146  # sel
662     - 162  # sel
663     - 163  # sel
664     - 167  # sel
665     - 172  # sel acl only
666     csit-vpp-perf-1804-all:
667     - 21  # sel
668     - 22  # sel
669     - 23  # sel
670     - 24  # sel
671     - 27  # sel
672     - 28  # sel
673     - 29  # sel
674     - 30  # sel
675     - 31  # sel
676     - 35  # sel
677     # TODO: Add Data sources
678     csit-vpp-perf-verify-1807-3n-hsw:
679     - 8   # MRR full
680     - 9   # MRR sel
681     - 11  # NDRPDR full 1
682     - 15  # NDRPDR sel
683     - 16  # NDRPDR sel
684     - 19  # NDRPDR sel
685     - 24  # WRK
686     - 25  # WRK
687     csit-vpp-perf-verify-1807-3n-skx:
688     - 31  # MRR full
689     - 28  # MRR sel
690     - 32  # MRR sel
691     - 36  # MRR sel
692     - 42  # MRR sel
693     - 47  # MRR sel
694     - 48  # MRR sel
695     - 51  # MRR sel
696     - 52  # MRR sel
697     - 53  # MRR sel
698     - 54  # MRR sel
699     - 40  # NDRPDR full 1
700     - 41  # NDRPDR full 2
701     - 33  # NDRPDR sel
702     - 35  # NDRPDR sel
703     - 37  # NDRPDR sel
704     - 38  # NDRPDR sel
705     - 39  # NDRPDR sel
706     - 43  # NDRPDR sel
707     - 44  # NDRPDR sel
708     - 49  # NDRPDR sel
709     - 50  # NDRPDR sel
710     - 56  # NDRPDR sel
711     csit-vpp-perf-verify-1807-2n-skx:
712     - 27  # MRR full
713     - 31  # MRR sel
714     - 33  # MRR sel
715     - 37  # MRR sel
716     - 38  # MRR sel
717     - 41  # MRR sel
718     - 43  # MRR sel
719     - 44  # MRR sel
720     - 45  # MRR sel
721     - 46  # MRR sel
722     - 47  # MRR sel
723     - 32  # NDRPDR full
724     - 26  # NDRPDR sel
725     - 28  # NDRPDR sel
726     - 29  # NDRPDR sel
727     - 30  # NDRPDR sel
728     - 34  # NDRPDR sel
729     - 35  # NDRPDR sel
730     - 36  # NDRPDR sel
731     - 39  # NDRPDR sel
732     - 40  # NDRPDR sel
733     - 42  # NDRPDR sel
734     csit-vpp-perf-check-1801:
735     - 3   # mrr
736     - 4   # mrr
737     - 5   # mrr
738     - 6   # mrr
739     - 7   # mrr
740     - 8   # mrr
741     - 9   # mrr
742     - 11  # mrr
743     - 12  # mrr
744     - 13  # mrr
745     csit-vpp-perf-check-1804:
746     - 5   # mrr - full
747     - 6   # mrr - sel
748     - 13  # mrr - sel
749     - 14  # mrr - sel
750     - 15  # mrr - sel
751     - 16  # mrr - sel
752     - 17  # mrr - sel
753     - 19  # mrr - sel
754     - 20  # mrr - sel
755     - 21  # mrr - sel
756     - 22  # mrr - sel
757     csit-ligato-perf-1804-all:
758     - 4   # full
759     - 5   # sel
760     - 6   # sel
761     - 7   # sel
762     - 8   # sel
763     - 9   # sel
764     - 10  # sel
765     - 11  # sel
766     - 12  # sel
767     - 13  # sel
768     - 14  # sel
769     # TODO: Add Data sources
770     csit-ligato-perf-1807-all:
771     - 3   # full ?
772     - 4   # sel
773     csit-dpdk-perf-1804-all:
774     - 4
775     - 5
776     - 6
777     - 7
778     - 8
779     - 9
780     - 10
781     - 11
782     - 12
783     - 13
784     csit-dpdk-perf-verify-1807-3n-hsw:
785     - 11
786     - 12  # full
787     - 14
788     - 15
789     - 16
790     - 17
791     - 20
792     - 21
793     - 22
794     - 23
795     csit-dpdk-perf-verify-1807-3n-skx:
796     - 1
797     - 2
798     - 3
799     - 6
800     - 7
801     - 8
802     - 9
803     - 10
804     - 11
805     - 12
806     csit-dpdk-perf-verify-1807-2n-skx:
807     - 1
808     - 2
809     - 3
810     - 4
811     - 5
812     - 6
813     - 7
814     - 8
815     - 9
816     - 10
817     csit-vpp-functional-1807-ubuntu1604-virl:
818     # TODO: Add Data sources
819     - "lastSuccessfulBuild"
820     csit-vpp-functional-1807-centos7-virl:
821     # TODO: Add Data sources
822     - "lastSuccessfulBuild"
823     csit-nsh_sfc-verify-func-1807-ubuntu1604-virl:
824     - 2
825     csit-hc2vpp-verify-func-1807-ubuntu1604:
826     # TODO: Add Data sources
827     - "lastSuccessfulBuild"
828
829 -
830   type: "output"
831   output: "report"
832   format:
833     html:
834     - full
835     pdf:
836     - minimal
837
838 ################################################################################
839 ###                               T A B L E S                                ###
840 ################################################################################
841
842 ################################################################################
843 # VPP
844 -
845   type: "table"
846   title: "VPP Performance Changes 1t1c pdr"
847   algorithm: "table_performance_comparison"
848   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-pdr"
849   history:
850     -
851       title: "rls1801"
852       data:
853         csit-vpp-perf-1801-all:
854         - 124  # sel
855         - 127  # sel
856         - 128  # sel
857         - 141  # sel
858         - 142  # sel
859         - 143  # sel
860         - 145  # sel
861         - 146  # sel
862         - 162  # sel
863         - 163  # sel
864         - 167  # sel
865         - 172  # sel acl only
866   reference:
867     title: "rls1804"
868     data:
869       csit-vpp-perf-1804-all:
870       - 21  # sel
871       - 22  # sel
872       - 23  # sel
873       - 24  # sel
874       - 27  # sel
875       - 28  # sel
876       - 29  # sel
877       - 30  # sel
878       - 31  # sel
879       - 35  # sel
880   compare:
881     title: "rls1807"
882     data:
883       # TODO: Add Data sources
884       csit-vpp-perf-verify-1807-3n-hsw:
885       - 15  # NDRPDR sel
886       - 16  # NDRPDR sel
887       - 19  # NDRPDR sel
888   data: "vpp-performance-changes"
889   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
890   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
891   parameters:
892   - "name"
893   - "parent"
894   - "throughput"
895
896 -
897   type: "table"
898   title: "VPP Performance Changes 2t2c pdr"
899   algorithm: "table_performance_comparison"
900   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-pdr"
901   history:
902     -
903       title: "rls1801"
904       data:
905         csit-vpp-perf-1801-all:
906         - 124  # sel
907         - 127  # sel
908         - 128  # sel
909         - 141  # sel
910         - 142  # sel
911         - 143  # sel
912         - 145  # sel
913         - 146  # sel
914         - 162  # sel
915         - 163  # sel
916         - 167  # sel
917         - 172  # sel acl only
918   reference:
919     title: "rls1804"
920     data:
921       csit-vpp-perf-1804-all:
922       - 21  # sel
923       - 22  # sel
924       - 23  # sel
925       - 24  # sel
926       - 27  # sel
927       - 28  # sel
928       - 29  # sel
929       - 30  # sel
930       - 31  # sel
931       - 35  # sel
932   compare:
933     title: "rls1807"
934     data:
935       # TODO: Add Data sources
936       csit-vpp-perf-verify-1807-3n-hsw:
937       - 15  # NDRPDR sel
938       - 16  # NDRPDR sel
939       - 19  # NDRPDR sel
940   data: "vpp-performance-changes"
941   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
942   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
943   parameters:
944   - "name"
945   - "parent"
946   - "throughput"
947
948 -
949   type: "table"
950   title: "VPP Performance Changes 1t1c ndr"
951   algorithm: "table_performance_comparison"
952   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-ndr"
953   history:
954     -
955       title: "rls1801"
956       data:
957         csit-vpp-perf-1801-all:
958         - 124  # sel
959         - 127  # sel
960         - 128  # sel
961         - 141  # sel
962         - 142  # sel
963         - 143  # sel
964         - 145  # sel
965         - 146  # sel
966         - 162  # sel
967         - 163  # sel
968         - 167  # sel
969         - 172  # sel acl only
970   reference:
971     title: "rls1804"
972     data:
973       csit-vpp-perf-1804-all:
974       - 21  # sel
975       - 22  # sel
976       - 23  # sel
977       - 24  # sel
978       - 27  # sel
979       - 28  # sel
980       - 29  # sel
981       - 30  # sel
982       - 31  # sel
983       - 35  # sel
984   compare:
985     title: "rls1807"
986     data:
987       # TODO: Add Data sources
988       csit-vpp-perf-verify-1807-3n-hsw:
989       - 15  # NDRPDR sel
990       - 16  # NDRPDR sel
991       - 19  # NDRPDR sel
992   data: "vpp-performance-changes"
993   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
994   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
995   parameters:
996   - "name"
997   - "parent"
998   - "throughput"
999
1000 -
1001   type: "table"
1002   title: "VPP Performance Changes 2t2c ndr"
1003   algorithm: "table_performance_comparison"
1004   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-ndr"
1005   history:
1006     -
1007       title: "rls1801"
1008       data:
1009         csit-vpp-perf-1801-all:
1010         - 124  # sel
1011         - 127  # sel
1012         - 128  # sel
1013         - 141  # sel
1014         - 142  # sel
1015         - 143  # sel
1016         - 145  # sel
1017         - 146  # sel
1018         - 162  # sel
1019         - 163  # sel
1020         - 167  # sel
1021         - 172  # sel acl only
1022   reference:
1023     title: "rls1804"
1024     data:
1025       csit-vpp-perf-1804-all:
1026       - 21  # sel
1027       - 22  # sel
1028       - 23  # sel
1029       - 24  # sel
1030       - 27  # sel
1031       - 28  # sel
1032       - 29  # sel
1033       - 30  # sel
1034       - 31  # sel
1035       - 35  # sel
1036   compare:
1037     title: "rls1807"
1038     data:
1039       # TODO: Add Data sources
1040       csit-vpp-perf-verify-1807-3n-hsw:
1041       - 15  # NDRPDR sel
1042       - 16  # NDRPDR sel
1043       - 19  # NDRPDR sel
1044   data: "vpp-performance-changes"
1045   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1046   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1047   parameters:
1048   - "name"
1049   - "parent"
1050   - "throughput"
1051
1052 -
1053   type: "table"
1054   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
1055   algorithm: "table_performance_comparison"
1056   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
1057   reference:
1058     title: "3-Node Hsw"
1059     data:
1060       # TODO: Add Data sources
1061       csit-vpp-perf-verify-1807-3n-hsw:
1062       - 15  # NDRPDR sel
1063       - 16  # NDRPDR sel
1064       - 19  # NDRPDR sel
1065   compare:
1066     title: "3-Node Skx"
1067     data:
1068       csit-vpp-perf-verify-1807-3n-skx:
1069       - 33  # NDRPDR sel
1070       - 35  # NDRPDR sel
1071       - 37  # NDRPDR sel
1072       - 38  # NDRPDR sel
1073       - 39  # NDRPDR sel
1074       - 43  # NDRPDR sel
1075       - 44  # NDRPDR sel
1076       - 49  # NDRPDR sel
1077       - 50  # NDRPDR sel
1078       - 56  # NDRPDR sel
1079   data: "vpp-compare-testbeds"
1080   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1081   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1082   parameters:
1083   - "name"
1084   - "parent"
1085   - "throughput"
1086
1087 -
1088   type: "table"
1089   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
1090   algorithm: "table_performance_comparison"
1091   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
1092   reference:
1093     title: "3-Node Hsw"
1094     data:
1095       # TODO: Add Data sources
1096       csit-vpp-perf-verify-1807-3n-hsw:
1097       - 15  # NDRPDR sel
1098       - 16  # NDRPDR sel
1099       - 19  # NDRPDR sel
1100   compare:
1101     title: "3-Node Skx"
1102     data:
1103       csit-vpp-perf-verify-1807-3n-skx:
1104       - 33  # NDRPDR sel
1105       - 35  # NDRPDR sel
1106       - 37  # NDRPDR sel
1107       - 38  # NDRPDR sel
1108       - 39  # NDRPDR sel
1109       - 43  # NDRPDR sel
1110       - 44  # NDRPDR sel
1111       - 49  # NDRPDR sel
1112       - 50  # NDRPDR sel
1113       - 56  # NDRPDR sel
1114   data: "vpp-compare-testbeds"
1115   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1116   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1117   parameters:
1118   - "name"
1119   - "parent"
1120   - "throughput"
1121
1122 -
1123   type: "table"
1124   title: "VPP Performance Changes - 1t1c MRR"
1125   algorithm: "table_performance_comparison"
1126   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-mrr"
1127   history:
1128     -
1129       title: "rls1801"
1130       data:
1131         csit-vpp-perf-check-1801:
1132         - 3
1133         - 4
1134         - 5
1135         - 6
1136         - 7
1137         - 8
1138         - 9
1139         - 11
1140         - 12
1141         - 13
1142   reference:
1143     title: "rls1804"
1144     data:
1145       csit-vpp-perf-check-1804:
1146       - 6   # mrr - sel
1147       - 13  # mrr - sel
1148       - 14  # mrr - sel
1149       - 15  # mrr - sel
1150       - 16  # mrr - sel
1151       - 17  # mrr - sel
1152       - 19  # mrr - sel
1153       - 20  # mrr - sel
1154       - 21  # mrr - sel
1155       - 22  # mrr - sel
1156   compare:
1157     title: "rls1807"
1158     data:
1159       # TODO: Add Data sources
1160       csit-vpp-perf-verify-1807-3n-hsw:
1161       - 9   # MRR sel
1162   data: "vpp-performance-changes-mrr"
1163   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1164   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1165   parameters:
1166   - "name"
1167   - "parent"
1168   - "result"
1169
1170 -
1171   type: "table"
1172   title: "VPP Performance Changes - 2t2c MRR"
1173   algorithm: "table_performance_comparison"
1174   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-mrr"
1175   history:
1176     -
1177       title: "rls1801"
1178       data:
1179         csit-vpp-perf-check-1801:
1180         - 3
1181         - 4
1182         - 5
1183         - 6
1184         - 7
1185         - 8
1186         - 9
1187         - 11
1188         - 12
1189         - 13
1190   reference:
1191     title: "rls1804"
1192     data:
1193       csit-vpp-perf-check-1804:
1194       - 6   # mrr - sel
1195       - 13  # mrr - sel
1196       - 14  # mrr - sel
1197       - 15  # mrr - sel
1198       - 16  # mrr - sel
1199       - 17  # mrr - sel
1200       - 19  # mrr - sel
1201       - 20  # mrr - sel
1202       - 21  # mrr - sel
1203       - 22  # mrr - sel
1204   compare:
1205     title: "rls1807"
1206     data:
1207       # TODO: Add Data sources
1208       csit-vpp-perf-verify-1807-3n-hsw:
1209       - 9   # MRR sel
1210   data: "vpp-performance-changes-mrr"
1211   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1212   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1213   parameters:
1214   - "name"
1215   - "parent"
1216   - "result"
1217
1218 -
1219   type: "table"
1220   title: "VPP Performance Changes - 4t4c MRR"
1221   algorithm: "table_performance_comparison"
1222   output-file: "{DIR[STATIC,VPP]}/performance-changes-4t4c-mrr"
1223   history:
1224     -
1225       title: "rls1801"
1226       data:
1227         csit-vpp-perf-check-1801:
1228         - 3
1229         - 4
1230         - 5
1231         - 6
1232         - 7
1233         - 8
1234         - 9
1235         - 11
1236         - 12
1237         - 13
1238   reference:
1239     title: "rls1804"
1240     data:
1241       csit-vpp-perf-check-1804:
1242       - 6   # mrr - sel
1243       - 13  # mrr - sel
1244       - 14  # mrr - sel
1245       - 15  # mrr - sel
1246       - 16  # mrr - sel
1247       - 17  # mrr - sel
1248       - 19  # mrr - sel
1249       - 20  # mrr - sel
1250       - 21  # mrr - sel
1251       - 22  # mrr - sel
1252   compare:
1253     title: "rls1807"
1254     data:
1255       # TODO: Add Data sources
1256       csit-vpp-perf-verify-1807-3n-hsw:
1257       - 9   # MRR sel
1258   data: "vpp-performance-changes-mrr"
1259   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1260   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1261   parameters:
1262   - "name"
1263   - "parent"
1264   - "result"
1265
1266 -
1267   type: "table"
1268   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
1269   algorithm: "table_performance_comparison"
1270   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
1271   reference:
1272     title: "3-Node Hsw"
1273     data:
1274       # TODO: Add Data sources
1275       csit-vpp-perf-verify-1807-3n-hsw:
1276       - 9   # MRR sel
1277   compare:
1278     title: "3-Node Skx"
1279     data:
1280       csit-vpp-perf-verify-1807-3n-skx:
1281       - 28  # MRR sel
1282       - 32  # MRR sel
1283       - 36  # MRR sel
1284       - 42  # MRR sel
1285       - 47  # MRR sel
1286       - 48  # MRR sel
1287       - 51  # MRR sel
1288       - 52  # MRR sel
1289       - 53  # MRR sel
1290       - 54  # MRR sel
1291   data: "vpp-compare-testbeds-mrr"
1292   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1293   filter: "'NIC_Intel-X710' and 'MRR'"
1294   parameters:
1295   - "name"
1296   - "parent"
1297   - "result"
1298
1299 -
1300   type: "table"
1301   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
1302   algorithm: "table_merged_details"
1303   output-file-ext: ".csv"
1304   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
1305   columns:
1306   -
1307     title: "Name"
1308     data: "data name"
1309   -
1310     title: "Documentation"
1311     data: "data doc"
1312   -
1313     title: "Status"
1314     data: "data msg"
1315   rows: "generated"
1316   data: "vpp-perf-results-3n-hsw"
1317   filter: "not 'NDRCHK' and not 'PDRCHK'"
1318   parameters:
1319   - "name"
1320   - "parent"
1321   - "doc"
1322   - "msg"
1323
1324 -
1325   type: "table"
1326   title: "Detailed Test Results - VPP Performance Results 3n-skx"
1327   algorithm: "table_merged_details"
1328   output-file-ext: ".csv"
1329   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
1330   columns:
1331   -
1332     title: "Name"
1333     data: "data name"
1334   -
1335     title: "Documentation"
1336     data: "data doc"
1337   -
1338     title: "Status"
1339     data: "data msg"
1340   rows: "generated"
1341   data: "vpp-perf-results-3n-skx"
1342   filter: "not 'NDRCHK' and not 'PDRCHK'"
1343   parameters:
1344   - "name"
1345   - "parent"
1346   - "doc"
1347   - "msg"
1348
1349 -
1350   type: "table"
1351   title: "Detailed Test Results - VPP Performance Results 2n-skx"
1352   algorithm: "table_merged_details"
1353   output-file-ext: ".csv"
1354   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
1355   columns:
1356   -
1357     title: "Name"
1358     data: "data name"
1359   -
1360     title: "Documentation"
1361     data: "data doc"
1362   -
1363     title: "Status"
1364     data: "data msg"
1365   rows: "generated"
1366   data: "vpp-perf-results-2n-skx"
1367   filter: "not 'NDRCHK' and not 'PDRCHK'"
1368   parameters:
1369   - "name"
1370   - "parent"
1371   - "doc"
1372   - "msg"
1373
1374 -
1375   type: "table"
1376   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
1377   algorithm: "table_merged_details"
1378   output-file-ext: ".csv"
1379   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
1380   columns:
1381   -
1382     title: "Name"
1383     data: "data name"
1384   -
1385     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1386     data: "data vat-history"
1387   rows: "generated"
1388   data: "vpp-perf-results-3n-hsw"
1389   filter: "not 'NDRCHK' and not 'PDRCHK'"
1390   parameters:
1391   - "parent"
1392   - "name"
1393   - "vat-history"
1394
1395 -
1396   type: "table"
1397   title: "Test configuration - VPP Performance Test Configs 3n-skx"
1398   algorithm: "table_merged_details"
1399   output-file-ext: ".csv"
1400   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
1401   columns:
1402   -
1403     title: "Name"
1404     data: "data name"
1405   -
1406     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1407     data: "data vat-history"
1408   rows: "generated"
1409   data: "vpp-perf-results-3n-skx"
1410   filter: "not 'NDRCHK' and not 'PDRCHK'"
1411   parameters:
1412   - "parent"
1413   - "name"
1414   - "vat-history"
1415
1416 -
1417   type: "table"
1418   title: "Test configuration - VPP Performance Test Configs 2n-skx"
1419   algorithm: "table_merged_details"
1420   output-file-ext: ".csv"
1421   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
1422   columns:
1423   -
1424     title: "Name"
1425     data: "data name"
1426   -
1427     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1428     data: "data vat-history"
1429   rows: "generated"
1430   data: "vpp-perf-results-2n-skx"
1431   filter: "not 'NDRCHK' and not 'PDRCHK'"
1432   parameters:
1433   - "parent"
1434   - "name"
1435   - "vat-history"
1436
1437 -
1438   type: "table"
1439   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
1440   algorithm: "table_merged_details"
1441   output-file-ext: ".csv"
1442   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
1443   columns:
1444   -
1445     title: "Name"
1446     data: "data name"
1447   -
1448     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1449     data: "data show-run"
1450   rows: "generated"
1451   data: "vpp-perf-results-3n-hsw"
1452   filter: "not 'NDRCHK' and not 'PDRCHK'"
1453   parameters:
1454   - "parent"
1455   - "name"
1456   - "show-run"
1457
1458 -
1459   type: "table"
1460   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
1461   algorithm: "table_merged_details"
1462   output-file-ext: ".csv"
1463   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
1464   columns:
1465   -
1466     title: "Name"
1467     data: "data name"
1468   -
1469     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1470     data: "data show-run"
1471   rows: "generated"
1472   data: "vpp-perf-results-3n-skx"
1473   filter: "not 'NDRCHK' and not 'PDRCHK'"
1474   parameters:
1475   - "parent"
1476   - "name"
1477   - "show-run"
1478
1479 -
1480   type: "table"
1481   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
1482   algorithm: "table_merged_details"
1483   output-file-ext: ".csv"
1484   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
1485   columns:
1486   -
1487     title: "Name"
1488     data: "data name"
1489   -
1490     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1491     data: "data show-run"
1492   rows: "generated"
1493   data: "vpp-perf-results-2n-skx"
1494   filter: "not 'NDRCHK' and not 'PDRCHK'"
1495   parameters:
1496   - "parent"
1497   - "name"
1498   - "show-run"
1499
1500 -
1501   type: "table"
1502   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
1503   algorithm: "table_details"
1504   output-file-ext: ".csv"
1505   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
1506   columns:
1507   -
1508     title: "Name"
1509     data: "data name"
1510   -
1511     title: "Documentation"
1512     data: "data doc"
1513   -
1514     title: "Status"
1515     data: "data msg"
1516   rows: "generated"
1517   data: "vpp-mrr-results-3n-hsw"
1518   filter: "'MRR'"
1519   parameters:
1520   - "name"
1521   - "parent"
1522   - "doc"
1523   - "msg"
1524
1525 -
1526   type: "table"
1527   title: "Detailed Test Results - VPP MRR Results 3n-skx"
1528   algorithm: "table_details"
1529   output-file-ext: ".csv"
1530   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
1531   columns:
1532   -
1533     title: "Name"
1534     data: "data name"
1535   -
1536     title: "Documentation"
1537     data: "data doc"
1538   -
1539     title: "Status"
1540     data: "data msg"
1541   rows: "generated"
1542   data: "vpp-mrr-results-3n-skx"
1543   filter: "'MRR'"
1544   parameters:
1545   - "name"
1546   - "parent"
1547   - "doc"
1548   - "msg"
1549
1550 -
1551   type: "table"
1552   title: "Detailed Test Results - VPP MRR Results 2n-skx"
1553   algorithm: "table_details"
1554   output-file-ext: ".csv"
1555   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
1556   columns:
1557   -
1558     title: "Name"
1559     data: "data name"
1560   -
1561     title: "Documentation"
1562     data: "data doc"
1563   -
1564     title: "Status"
1565     data: "data msg"
1566   rows: "generated"
1567   data: "vpp-mrr-results-2n-skx"
1568   filter: "'MRR'"
1569   parameters:
1570   - "name"
1571   - "parent"
1572   - "doc"
1573   - "msg"
1574
1575 -
1576   type: "table"
1577   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
1578   algorithm: "table_details"
1579   output-file-ext: ".csv"
1580   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
1581   columns:
1582   -
1583     title: "Name"
1584     data: "data name"
1585   -
1586     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1587     data: "data vat-history"
1588   rows: "generated"
1589   data: "vpp-mrr-results-3n-hsw"
1590   filter: "'MRR'"
1591   parameters:
1592   - "parent"
1593   - "name"
1594   - "vat-history"
1595
1596 -
1597   type: "table"
1598   title: "Test configuration - VPP MRR Test Configs 3n-skx"
1599   algorithm: "table_details"
1600   output-file-ext: ".csv"
1601   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
1602   columns:
1603   -
1604     title: "Name"
1605     data: "data name"
1606   -
1607     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1608     data: "data vat-history"
1609   rows: "generated"
1610   data: "vpp-mrr-results-3n-skx"
1611   filter: "'MRR'"
1612   parameters:
1613   - "parent"
1614   - "name"
1615   - "vat-history"
1616
1617 -
1618   type: "table"
1619   title: "Test configuration - VPP MRR Test Configs 2n-skx"
1620   algorithm: "table_details"
1621   output-file-ext: ".csv"
1622   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
1623   columns:
1624   -
1625     title: "Name"
1626     data: "data name"
1627   -
1628     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1629     data: "data vat-history"
1630   rows: "generated"
1631   data: "vpp-mrr-results-2n-skx"
1632   filter: "'MRR'"
1633   parameters:
1634   - "parent"
1635   - "name"
1636   - "vat-history"
1637
1638 -
1639   type: "table"
1640   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
1641   algorithm: "table_details"
1642   output-file-ext: ".csv"
1643   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
1644   columns:
1645   -
1646     title: "Name"
1647     data: "data name"
1648   -
1649     title: "Documentation"
1650     data: "data doc"
1651   -
1652     title: "Status"
1653     data: "data status"
1654   rows: "generated"
1655   data: "vpp-func-results-ubuntu"
1656   filter: "all"
1657   parameters:
1658   - "name"
1659   - "parent"
1660   - "doc"
1661   - "status"
1662
1663 -
1664   type: "table"
1665   title: "Detailed Test Results - VPP Functional Results - CentOS"
1666   algorithm: "table_details"
1667   output-file-ext: ".csv"
1668   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
1669   columns:
1670   -
1671     title: "Name"
1672     data: "data name"
1673   -
1674     title: "Documentation"
1675     data: "data doc"
1676   -
1677     title: "Status"
1678     data: "data status"
1679   rows: "generated"
1680   data:
1681     "vpp-func-results-centos"
1682   filter: "all"
1683   parameters:
1684   - "name"
1685   - "parent"
1686   - "doc"
1687   - "status"
1688
1689 -
1690   type: "table"
1691   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
1692   algorithm: "table_details"
1693   output-file-ext: ".csv"
1694   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
1695   columns:
1696   -
1697     title: "Name"
1698     data: "data name"
1699   -
1700     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1701     data: "data vat-history"
1702   rows: "generated"
1703   data: "vpp-func-results-ubuntu"
1704   filter: "all"
1705   parameters:
1706   - "parent"
1707   - "name"
1708   - "vat-history"
1709
1710 -
1711   type: "table"
1712   title: "Test configuration - VPP Functional Test Configs - CentOS"
1713   algorithm: "table_details"
1714   output-file-ext: ".csv"
1715   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
1716   columns:
1717   -
1718     title: "Name"
1719     data: "data name"
1720   -
1721     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1722     data: "data vat-history"
1723   rows: "generated"
1724   data: "vpp-func-results-centos"
1725   filter: "all"
1726   parameters:
1727   - "parent"
1728   - "name"
1729   - "vat-history"
1730
1731 -
1732   type: "table"
1733   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
1734   algorithm: "table_details"
1735   output-file-ext: ".csv"
1736   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
1737   columns:
1738   -
1739     title: "Name"
1740     data: "data name"
1741   -
1742     title: "Documentation"
1743     data: "data doc"
1744   -
1745     title: "Status"
1746     data: "data msg"
1747   rows: "generated"
1748   data: "ligato-perf-results-3n-hsw"
1749   filter: "all"
1750   parameters:
1751   - "name"
1752   - "parent"
1753   - "doc"
1754   - "msg"
1755
1756 ################################################################################
1757 # DPDK
1758 -
1759   type: "table"
1760   title: "DPDK Performance Changes 1t1c pdr"
1761   algorithm: "table_performance_comparison"
1762   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-pdr"
1763   reference:
1764     title: "rls1804"
1765     data:
1766       csit-dpdk-perf-1804-all:
1767       - 4
1768       - 5
1769       - 6
1770       - 7
1771       - 8
1772       - 9
1773       - 10
1774       - 11
1775       - 12
1776       - 13
1777   compare:
1778     title: "rls1807"
1779     data:
1780       csit-dpdk-perf-verify-1807-3n-hsw:
1781       - 11
1782       - 12  # full
1783       - 14
1784       - 15
1785       - 16
1786       - 17
1787       - 20
1788       - 21
1789       - 22
1790       - 23
1791   data: "dpdk-performance-changes"
1792   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1793   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1794   parameters:
1795   - "name"
1796   - "parent"
1797   - "throughput"
1798
1799 -
1800   type: "table"
1801   title: "DPDK Performance Changes 2t2c pdr"
1802   algorithm: "table_performance_comparison"
1803   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-pdr"
1804   reference:
1805     title: "rls1804"
1806     data:
1807       csit-dpdk-perf-1804-all:
1808       - 4
1809       - 5
1810       - 6
1811       - 7
1812       - 8
1813       - 9
1814       - 10
1815       - 11
1816       - 12
1817       - 13
1818   compare:
1819     title: "rls1807"
1820     data:
1821       csit-dpdk-perf-verify-1807-3n-hsw:
1822       - 11
1823       - 12  # full
1824       - 14
1825       - 15
1826       - 16
1827       - 17
1828       - 20
1829       - 21
1830       - 22
1831       - 23
1832   data: "dpdk-performance-changes"
1833   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1834   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1835   parameters:
1836   - "name"
1837   - "parent"
1838   - "throughput"
1839
1840 -
1841   type: "table"
1842   title: "DPDK Performance Changes 1t1c ndr"
1843   algorithm: "table_performance_comparison"
1844   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-ndr"
1845   reference:
1846     title: "rls1804"
1847     data:
1848       csit-dpdk-perf-1804-all:
1849       - 4
1850       - 5
1851       - 6
1852       - 7
1853       - 8
1854       - 9
1855       - 10
1856       - 11
1857       - 12
1858       - 13
1859   compare:
1860     title: "rls1807"
1861     data:
1862       csit-dpdk-perf-verify-1807-3n-hsw:
1863       - 11
1864       - 12  # full
1865       - 14
1866       - 15
1867       - 16
1868       - 17
1869       - 20
1870       - 21
1871       - 22
1872       - 23
1873   data: "dpdk-performance-changes"
1874   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1875   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1876   parameters:
1877   - "name"
1878   - "parent"
1879   - "throughput"
1880
1881 -
1882   type: "table"
1883   title: "DPDK Performance Changes 2t2c ndr"
1884   algorithm: "table_performance_comparison"
1885   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-ndr"
1886   reference:
1887     title: "rls1804"
1888     data:
1889       csit-dpdk-perf-1804-all:
1890       - 4
1891       - 5
1892       - 6
1893       - 7
1894       - 8
1895       - 9
1896       - 10
1897       - 11
1898       - 12
1899       - 13
1900   compare:
1901     title: "rls1807"
1902     data:
1903       csit-dpdk-perf-verify-1807-3n-hsw:
1904       - 11
1905       - 12  # full
1906       - 14
1907       - 15
1908       - 16
1909       - 17
1910       - 20
1911       - 21
1912       - 22
1913       - 23
1914   data: "dpdk-performance-changes"
1915   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1916   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1917   parameters:
1918   - "name"
1919   - "parent"
1920   - "throughput"
1921
1922 -
1923   type: "table"
1924   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
1925   algorithm: "table_performance_comparison"
1926   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
1927   reference:
1928     title: "3-Node Hsw"
1929     data:
1930       csit-dpdk-perf-verify-1807-3n-hsw:
1931       - 11
1932       - 12  # full
1933       - 14
1934       - 15
1935       - 16
1936       - 17
1937       - 20
1938       - 21
1939       - 22
1940       - 23
1941   compare:
1942     title: "3-Node Skx"
1943     data:
1944       csit-dpdk-perf-verify-1807-3n-skx:
1945       - 1
1946       - 2
1947       - 3
1948       - 6
1949       - 7
1950       - 8
1951       - 9
1952       - 10
1953       - 11
1954       - 12
1955   data: "dpdk-compare-testbeds"
1956   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1957   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1958   parameters:
1959   - "name"
1960   - "parent"
1961   - "throughput"
1962
1963 -
1964   type: "table"
1965   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
1966   algorithm: "table_performance_comparison"
1967   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
1968   reference:
1969     title: "3-Node Hsw"
1970     data:
1971       csit-dpdk-perf-verify-1807-3n-hsw:
1972       - 11
1973       - 12  # full
1974       - 14
1975       - 15
1976       - 16
1977       - 17
1978       - 20
1979       - 21
1980       - 22
1981       - 23
1982   compare:
1983     title: "3-Node Skx"
1984     data:
1985       csit-dpdk-perf-verify-1807-3n-skx:
1986       - 1
1987       - 2
1988       - 3
1989       - 6
1990       - 7
1991       - 8
1992       - 9
1993       - 10
1994       - 11
1995       - 12
1996   data: "dpdk-compare-testbeds"
1997   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1998   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1999   parameters:
2000   - "name"
2001   - "parent"
2002   - "throughput"
2003
2004 -
2005   type: "table"
2006   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
2007   algorithm: "table_performance_comparison"
2008   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
2009   reference:
2010     title: "3-Node Hsw"
2011     data:
2012       csit-dpdk-perf-verify-1807-3n-hsw:
2013       - 11
2014       - 12  # full
2015       - 14
2016       - 15
2017       - 16
2018       - 17
2019       - 20
2020       - 21
2021       - 22
2022       - 23
2023   compare:
2024     title: "3-Node Skx"
2025     data:
2026       csit-dpdk-perf-verify-1807-3n-skx:
2027       - 1
2028       - 2
2029       - 3
2030       - 6
2031       - 7
2032       - 8
2033       - 9
2034       - 10
2035       - 11
2036       - 12
2037   data: "dpdk-compare-testbeds"
2038   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2039   filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2040   parameters:
2041   - "name"
2042   - "parent"
2043   - "throughput"
2044
2045 -
2046   type: "table"
2047   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
2048   algorithm: "table_details"
2049   output-file-ext: ".csv"
2050   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2051   columns:
2052   -
2053     title: "Name"
2054     data: "data name"
2055   -
2056     title: "Status"
2057     data: "data msg"
2058   rows: "generated"
2059   data: "dpdk-perf-results-3n-hsw"
2060   filter: "all"
2061   parameters:
2062   - "name"
2063   - "parent"
2064   - "msg"
2065
2066 -
2067   type: "table"
2068   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
2069   algorithm: "table_details"
2070   output-file-ext: ".csv"
2071   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2072   columns:
2073   -
2074     title: "Name"
2075     data: "data name"
2076   -
2077     title: "Status"
2078     data: "data msg"
2079   rows: "generated"
2080   data: "dpdk-perf-results-3n-skx"
2081   filter: "all"
2082   parameters:
2083   - "name"
2084   - "parent"
2085   - "msg"
2086
2087 -
2088   type: "table"
2089   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
2090   algorithm: "table_details"
2091   output-file-ext: ".csv"
2092   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2093   columns:
2094   -
2095     title: "Name"
2096     data: "data name"
2097   -
2098     title: "Status"
2099     data: "data msg"
2100   rows: "generated"
2101   data: "dpdk-perf-results-2n-skx"
2102   filter: "all"
2103   parameters:
2104   - "name"
2105   - "parent"
2106   - "msg"
2107
2108
2109 ################################################################################
2110 # HoneyComb
2111 -
2112   type: "table"
2113   title: "Detailed Test Results - Honeycomb Functional Results"
2114   algorithm: "table_details"
2115   output-file-ext: ".csv"
2116   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
2117   columns:
2118   -
2119     title: "Name"
2120     data: "data name"
2121   -
2122     title: "Documentation"
2123     data: "data doc"
2124   -
2125     title: "Status"
2126     data: "data status"
2127   rows: "generated"
2128   data:
2129     "hc-func-results"
2130   filter: "all"
2131   parameters:
2132   - "name"
2133   - "parent"
2134   - "doc"
2135   - "status"
2136
2137 ################################################################################
2138 # NSH SFC
2139 -
2140   type: "table"
2141   title: "Detailed Test Results - NSH SFC Functional Results"
2142   algorithm: "table_details"
2143   output-file-ext: ".csv"
2144   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
2145   columns:
2146   -
2147     title: "Name"
2148     data: "data name"
2149   -
2150     title: "Documentation"
2151     data: "data doc"
2152   -
2153     title: "Status"
2154     data: "data status"
2155   rows: "generated"
2156   data:
2157     "nsh-func-results"
2158   filter: "all"
2159   parameters:
2160   - "name"
2161   - "parent"
2162   - "doc"
2163   - "status"
2164
2165 ################################################################################
2166 ###                                F I L E S                                 ###
2167 ################################################################################
2168
2169 -
2170   type: "file"
2171   title: "VPP Performance Results 3n-hsw"
2172   algorithm: "file_test_results"
2173   output-file-ext: ".rst"
2174   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2175   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"
2176   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
2177   data: "vpp-perf-results-3n-hsw"
2178   filter: "not 'NDRCHK' and not 'PDRCHK'"
2179   parameters:
2180   - "name"
2181   - "doc"
2182   - "level"
2183   - "parent"
2184   data-start-level: 3
2185
2186 -
2187   type: "file"
2188   title: "VPP Performance Results 3n-skx"
2189   algorithm: "file_test_results"
2190   output-file-ext: ".rst"
2191   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2192   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"
2193   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
2194   data: "vpp-perf-results-3n-skx"
2195   filter: "not 'NDRCHK' and not 'PDRCHK'"
2196   parameters:
2197   - "name"
2198   - "doc"
2199   - "level"
2200   - "parent"
2201   data-start-level: 3
2202
2203 -
2204   type: "file"
2205   title: "VPP Performance Results 2n-skx"
2206   algorithm: "file_test_results"
2207   output-file-ext: ".rst"
2208   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2209   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"
2210   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
2211   data: "vpp-perf-results-2n-skx"
2212   filter: "not 'NDRCHK' and not 'PDRCHK'"
2213   parameters:
2214   - "name"
2215   - "doc"
2216   - "level"
2217   - "parent"
2218   data-start-level: 3
2219
2220 -
2221   type: "file"
2222   title: "VPP Performance Configuration 3n-hsw"
2223   algorithm: "file_test_results"
2224   output-file-ext: ".rst"
2225   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
2226   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"
2227   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
2228   data: "vpp-perf-results-3n-hsw"
2229   filter: "not 'NDRCHK' and not 'PDRCHK'"
2230   parameters:
2231   - "name"
2232   - "doc"
2233   - "level"
2234   - "parent"
2235   data-start-level: 3
2236
2237 -
2238   type: "file"
2239   title: "VPP Performance Configuration 3n-skx"
2240   algorithm: "file_test_results"
2241   output-file-ext: ".rst"
2242   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
2243   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"
2244   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
2245   data: "vpp-perf-results-3n-skx"
2246   filter: "not 'NDRCHK' and not 'PDRCHK'"
2247   parameters:
2248   - "name"
2249   - "doc"
2250   - "level"
2251   - "parent"
2252   data-start-level: 3
2253
2254 -
2255   type: "file"
2256   title: "VPP Performance Configuration 2n-skx"
2257   algorithm: "file_test_results"
2258   output-file-ext: ".rst"
2259   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
2260   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"
2261   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
2262   data: "vpp-perf-results-2n-skx"
2263   filter: "not 'NDRCHK' and not 'PDRCHK'"
2264   parameters:
2265   - "name"
2266   - "doc"
2267   - "level"
2268   - "parent"
2269   data-start-level: 3
2270
2271 -
2272   type: "file"
2273   title: "VPP Performance Operational Data 3n-hsw"
2274   algorithm: "file_test_results"
2275   output-file-ext: ".rst"
2276   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
2277   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"
2278   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
2279   data: "vpp-perf-results-3n-hsw"
2280   filter: "not 'NDRCHK' and not 'PDRCHK'"
2281   parameters:
2282   - "name"
2283   - "doc"
2284   - "level"
2285   - "parent"
2286   data-start-level: 3
2287
2288 -
2289   type: "file"
2290   title: "VPP Performance Operational Data 3n-skx"
2291   algorithm: "file_test_results"
2292   output-file-ext: ".rst"
2293   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
2294   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"
2295   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
2296   data: "vpp-perf-results-3n-skx"
2297   filter: "not 'NDRCHK' and not 'PDRCHK'"
2298   parameters:
2299   - "name"
2300   - "doc"
2301   - "level"
2302   - "parent"
2303   data-start-level: 3
2304
2305 -
2306   type: "file"
2307   title: "VPP Performance Operational Data 2n-skx"
2308   algorithm: "file_test_results"
2309   output-file-ext: ".rst"
2310   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
2311   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"
2312   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
2313   data: "vpp-perf-results-2n-skx"
2314   filter: "not 'NDRCHK' and not 'PDRCHK'"
2315   parameters:
2316   - "name"
2317   - "doc"
2318   - "level"
2319   - "parent"
2320   data-start-level: 3
2321
2322 -
2323   type: "file"
2324   title: "VPP MRR Results 3n-hsw"
2325   algorithm: "file_test_results"
2326   output-file-ext: ".rst"
2327   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
2328   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"
2329   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
2330   data: "vpp-mrr-results-3n-hsw"
2331   filter: "'MRR'"
2332   parameters:
2333   - "name"
2334   - "doc"
2335   - "level"
2336   - "parent"
2337   data-start-level: 3
2338
2339 -
2340   type: "file"
2341   title: "VPP MRR Results 3n-skx"
2342   algorithm: "file_test_results"
2343   output-file-ext: ".rst"
2344   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
2345   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"
2346   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
2347   data: "vpp-mrr-results-3n-skx"
2348   filter: "'MRR'"
2349   parameters:
2350   - "name"
2351   - "doc"
2352   - "level"
2353   - "parent"
2354   data-start-level: 3
2355
2356 -
2357   type: "file"
2358   title: "VPP MRR Results 2n-skx"
2359   algorithm: "file_test_results"
2360   output-file-ext: ".rst"
2361   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
2362   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"
2363   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
2364   data: "vpp-mrr-results-2n-skx"
2365   filter: "all"
2366   parameters:
2367   - "name"
2368   - "doc"
2369   - "level"
2370   - "parent"
2371   data-start-level: 3
2372
2373 -
2374   type: "file"
2375   title: "VPP MRR Configuration 3n-hsw"
2376   algorithm: "file_test_results"
2377   output-file-ext: ".rst"
2378   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
2379   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"
2380   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
2381   data: "vpp-mrr-results-3n-hsw"
2382   filter: "'MRR'"
2383   parameters:
2384   - "name"
2385   - "doc"
2386   - "level"
2387   - "parent"
2388   data-start-level: 3
2389
2390 -
2391   type: "file"
2392   title: "VPP MRR Configuration 3n-skx"
2393   algorithm: "file_test_results"
2394   output-file-ext: ".rst"
2395   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
2396   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"
2397   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
2398   data: "vpp-mrr-results-3n-skx"
2399   filter: "'MRR'"
2400   parameters:
2401   - "name"
2402   - "doc"
2403   - "level"
2404   - "parent"
2405   data-start-level: 3
2406
2407 -
2408   type: "file"
2409   title: "VPP MRR Configuration 2n-skx"
2410   algorithm: "file_test_results"
2411   output-file-ext: ".rst"
2412   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
2413   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"
2414   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
2415   data: "vpp-mrr-results-2n-skx"
2416   filter: "'MRR'"
2417   parameters:
2418   - "name"
2419   - "doc"
2420   - "level"
2421   - "parent"
2422   data-start-level: 3
2423
2424 -
2425   type: "file"
2426   title: "VPP Functional Results - Ubuntu"
2427   algorithm: "file_test_results"
2428   output-file-ext: ".rst"
2429   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
2430   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"
2431   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
2432   data: "vpp-func-results-ubuntu"
2433   filter: "all"
2434   parameters:
2435   - "name"
2436   - "doc"
2437   - "level"
2438   - "parent"
2439   data-start-level: 4
2440
2441 -
2442   type: "file"
2443   title: "VPP Functional Results - CentOS"
2444   algorithm: "file_test_results"
2445   output-file-ext: ".rst"
2446   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
2447   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"
2448   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
2449   data:
2450     "vpp-func-results-centos"
2451   filter: "all"
2452   parameters:
2453   - "name"
2454   - "doc"
2455   - "level"
2456   - "parent"
2457   data-start-level: 4
2458
2459 -
2460   type: "file"
2461   title: "VPP Functional Configuration - Ubuntu"
2462   algorithm: "file_test_results"
2463   output-file-ext: ".rst"
2464   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
2465   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2466   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
2467   data: "vpp-func-results-ubuntu"
2468   filter: "all"
2469   parameters:
2470   - "name"
2471   - "doc"
2472   - "level"
2473   - "parent"
2474   data-start-level: 4
2475
2476 -
2477   type: "file"
2478   title: "VPP Functional Configuration - CentOS"
2479   algorithm: "file_test_results"
2480   output-file-ext: ".rst"
2481   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
2482   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2483   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
2484   data:
2485     "vpp-func-results-centos"
2486   filter: "all"
2487   parameters:
2488   - "name"
2489   - "doc"
2490   - "level"
2491   - "parent"
2492   data-start-level: 4
2493
2494 -
2495   type: "file"
2496   title: "Container Orchestrated Performance Results 3n-hsw"
2497   algorithm: "file_test_results"
2498   output-file-ext: ".rst"
2499   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
2500   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2501   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
2502   data: "ligato-perf-results-3n-hsw"
2503   filter: "all"
2504   parameters:
2505   - "name"
2506   - "doc"
2507   - "level"
2508   - "parent"
2509   data-start-level: 3
2510
2511 -
2512   type: "file"
2513   title: "DPDK Performance Results 3n-hsw"
2514   algorithm: "file_test_results"
2515   output-file-ext: ".rst"
2516   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2517   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2518   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
2519   data: "dpdk-perf-results-3n-hsw"
2520   filter: "all"
2521   parameters:
2522   - "name"
2523   - "doc"
2524   - "level"
2525   - "parent"
2526   data-start-level: 3
2527
2528 -
2529   type: "file"
2530   title: "DPDK Performance Results 3n-skx"
2531   algorithm: "file_test_results"
2532   output-file-ext: ".rst"
2533   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2534   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"
2535   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
2536   data: "dpdk-perf-results-3n-skx"
2537   filter: "all"
2538   parameters:
2539   - "name"
2540   - "doc"
2541   - "level"
2542   - "parent"
2543   data-start-level: 3
2544
2545 -
2546   type: "file"
2547   title: "DPDK Performance Results 2n-skx"
2548   algorithm: "file_test_results"
2549   output-file-ext: ".rst"
2550   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2551   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"
2552   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
2553   data: "dpdk-perf-results-2n-skx"
2554   filter: "all"
2555   parameters:
2556   - "name"
2557   - "doc"
2558   - "level"
2559   - "parent"
2560   data-start-level: 3
2561
2562 -
2563   type: "file"
2564   title: "Honeycomb Functional Results"
2565   algorithm: "file_test_results"
2566   output-file-ext: ".rst"
2567   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
2568   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"
2569   dir-tables: "{DIR[DTR,FUNC,HC]}"
2570   data:
2571     "hc-func-results"
2572   filter: "all"
2573   parameters:
2574   - "name"
2575   - "doc"
2576   - "level"
2577   - "parent"
2578   data-start-level: 3
2579
2580 -
2581   type: "file"
2582   title: "NSH SFC Functional Results"
2583   algorithm: "file_test_results"
2584   output-file-ext: ".rst"
2585   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
2586   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"
2587   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
2588   data:
2589     "nsh-func-results"
2590   filter: "all"
2591   parameters:
2592   - "name"
2593   - "doc"
2594   - "level"
2595   - "parent"
2596   data-start-level: 3
2597
2598 ################################################################################
2599 ###                                P L O T S                                 ###
2600 ################################################################################
2601
2602 ################################################################################
2603 # Plots VPP HTTP Server Performance
2604 -
2605   type: "plot"
2606   title: "VPP HTTP Server Performance"
2607   algorithm: "plot_http_server_performance_box"
2608   output-file-type: ".html"
2609   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
2610   data:
2611     "plot-vpp-http-server-performance"
2612   # Keep this formatting, the filter is enclosed with " (quotation mark) and
2613   # each tag is enclosed with ' (apostrophe).
2614   filter: "'HTTP' and 'TCP_CPS'"
2615   parameters:
2616   - "result"
2617   - "name"
2618   traces:
2619     hoverinfo: "x+y"
2620     boxpoints: "outliers"
2621     whiskerwidth: 0
2622   layout:
2623     title: "VPP HTTP Server Performance"
2624     layout:
2625       "plot-cps"
2626
2627 -
2628   type: "plot"
2629   title: "VPP HTTP Server Performance"
2630   algorithm: "plot_http_server_performance_box"
2631   output-file-type: ".html"
2632   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
2633   data:
2634     "plot-vpp-http-server-performance"
2635   filter: "'HTTP' and 'TCP_RPS'"
2636   parameters:
2637   - "result"
2638   - "name"
2639   traces:
2640     hoverinfo: "x+y"
2641     boxpoints: "outliers"
2642     whiskerwidth: 0
2643   layout:
2644     title: "VPP HTTP Server Performance"
2645     layout:
2646       "plot-rps"
2647
2648 ################################################################################
2649
2650 # Packet Throughput - VPP L2 3n-hsw-x520
2651 -
2652   type: "plot"
2653   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
2654   algorithm: "plot_performance_box"
2655   output-file-type: ".html"
2656   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
2657   data: "plot-vpp-throughput-latency-3n-hsw"
2658   filter: "'NIC_Intel-X520-DA2' and
2659            '64B' and
2660            ('BASE' or 'SCALE') and
2661            'NDRPDR' and
2662            '1T1C' and
2663            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2664            not 'VHOST' and
2665            not 'MEMIF'"
2666   parameters:
2667   - "throughput"
2668   - "parent"
2669   traces:
2670     hoverinfo: "x+y"
2671     boxpoints: "outliers"
2672     whiskerwidth: 0
2673   layout:
2674     title: ""  # No title
2675     layout: "plot-throughput"
2676
2677 -
2678   type: "plot"
2679   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
2680   algorithm: "plot_performance_box"
2681   output-file-type: ".html"
2682   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
2683   data: "plot-vpp-throughput-latency-3n-hsw"
2684   filter: "'NIC_Intel-X520-DA2' and
2685            '64B' and
2686            ('BASE' or 'SCALE') and
2687            'NDRPDR' and
2688            '1T1C' and
2689            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2690            not 'VHOST' and
2691            not 'MEMIF'"
2692   parameters:
2693   - "throughput"
2694   - "parent"
2695   traces:
2696     hoverinfo: "x+y"
2697     boxpoints: "outliers"
2698     whiskerwidth: 0
2699   layout:
2700     title: ""  # No title
2701     layout: "plot-throughput"
2702
2703 -
2704   type: "plot"
2705   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
2706   algorithm: "plot_performance_box"
2707   output-file-type: ".html"
2708   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
2709   data: "plot-vpp-throughput-latency-3n-hsw"
2710   filter: "'NIC_Intel-X520-DA2' and
2711            '64B' and
2712            ('BASE' or 'SCALE') and
2713            'NDRPDR' and
2714            '2T2C' and
2715            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2716            not 'VHOST' and
2717            not 'MEMIF'"
2718   parameters:
2719   - "throughput"
2720   - "parent"
2721   traces:
2722     hoverinfo: "x+y"
2723     boxpoints: "outliers"
2724     whiskerwidth: 0
2725   layout:
2726     title: ""  # No title
2727     layout: "plot-throughput"
2728
2729 -
2730   type: "plot"
2731   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
2732   algorithm: "plot_performance_box"
2733   output-file-type: ".html"
2734   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
2735   data: "plot-vpp-throughput-latency-3n-hsw"
2736   filter: "'NIC_Intel-X520-DA2' and
2737            '64B' and
2738            ('BASE' or 'SCALE') and
2739            'NDRPDR' and
2740            '2T2C' and
2741            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2742            not 'VHOST' and
2743            not 'MEMIF'"
2744   parameters:
2745   - "throughput"
2746   - "parent"
2747   traces:
2748     hoverinfo: "x+y"
2749     boxpoints: "outliers"
2750     whiskerwidth: 0
2751   layout:
2752     title: ""  # No title
2753     layout: "plot-throughput"
2754
2755 -
2756   type: "plot"
2757   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
2758   algorithm: "plot_performance_box"
2759   output-file-type: ".html"
2760   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
2761   data: "plot-vpp-throughput-latency-3n-hsw"
2762   filter: "'NIC_Intel-X520-DA2' and
2763            '64B' and
2764            'FEATURE' and
2765            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2766            'NDRPDR' and
2767            '1T1C' and
2768            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2769            not 'VHOST' and
2770            not 'MEMIF'"
2771   parameters:
2772   - "throughput"
2773   - "parent"
2774   traces:
2775     hoverinfo: "x+y"
2776     boxpoints: "outliers"
2777     whiskerwidth: 0
2778   layout:
2779     title: ""  # No title
2780     layout: "plot-throughput"
2781
2782 -
2783   type: "plot"
2784   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
2785   algorithm: "plot_performance_box"
2786   output-file-type: ".html"
2787   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
2788   data: "plot-vpp-throughput-latency-3n-hsw"
2789   filter: "'NIC_Intel-X520-DA2' and
2790            '64B' and
2791            'FEATURE' and
2792            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2793            'NDRPDR' and
2794            '1T1C' and
2795            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2796            not 'VHOST' and
2797            not 'MEMIF'"
2798   parameters:
2799   - "throughput"
2800   - "parent"
2801   traces:
2802     hoverinfo: "x+y"
2803     boxpoints: "outliers"
2804     whiskerwidth: 0
2805   layout:
2806     title: ""  # No title
2807     layout: "plot-throughput"
2808
2809 -
2810   type: "plot"
2811   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
2812   algorithm: "plot_performance_box"
2813   output-file-type: ".html"
2814   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
2815   data: "plot-vpp-throughput-latency-3n-hsw"
2816   filter: "'NIC_Intel-X520-DA2' and
2817            '64B' and
2818            'FEATURE' and
2819            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2820            'NDRPDR' and
2821            '2T2C' and
2822            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2823            not 'VHOST' and
2824            not 'MEMIF'"
2825   parameters:
2826   - "throughput"
2827   - "parent"
2828   traces:
2829     hoverinfo: "x+y"
2830     boxpoints: "outliers"
2831     whiskerwidth: 0
2832   layout:
2833     title: ""  # No title
2834     layout: "plot-throughput"
2835
2836 -
2837   type: "plot"
2838   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
2839   algorithm: "plot_performance_box"
2840   output-file-type: ".html"
2841   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
2842   data: "plot-vpp-throughput-latency-3n-hsw"
2843   filter: "'NIC_Intel-X520-DA2' and
2844            '64B' and
2845            'FEATURE' and
2846            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2847            'NDRPDR' and
2848            '2T2C' and
2849            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2850            not 'VHOST' and
2851            not 'MEMIF'"
2852   parameters:
2853   - "throughput"
2854   - "parent"
2855   traces:
2856     hoverinfo: "x+y"
2857     boxpoints: "outliers"
2858     whiskerwidth: 0
2859   layout:
2860     title: ""  # No title
2861     layout: "plot-throughput"
2862
2863 # Packet Throughput - VPP L2 3n-hsw-x710
2864 -
2865   type: "plot"
2866   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
2867   algorithm: "plot_performance_box"
2868   output-file-type: ".html"
2869   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
2870   data: "plot-vpp-throughput-latency-3n-hsw"
2871   filter: "'NIC_Intel-X710' and
2872            '64B' and
2873            ('BASE' or 'SCALE') and
2874            'NDRPDR' and
2875            '1T1C' and
2876            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2877            not 'VHOST' and
2878            not 'MEMIF'"
2879   parameters:
2880   - "throughput"
2881   - "parent"
2882   traces:
2883     hoverinfo: "x+y"
2884     boxpoints: "outliers"
2885     whiskerwidth: 0
2886   layout:
2887     title: ""  # No title
2888     layout: "plot-throughput"
2889
2890 -
2891   type: "plot"
2892   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
2893   algorithm: "plot_performance_box"
2894   output-file-type: ".html"
2895   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
2896   data: "plot-vpp-throughput-latency-3n-hsw"
2897   filter: "'NIC_Intel-X710' and
2898            '64B' and
2899            ('BASE' or 'SCALE') and
2900            'NDRPDR' and
2901            '1T1C' and
2902            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2903            not 'VHOST' and
2904            not 'MEMIF'"
2905   parameters:
2906   - "throughput"
2907   - "parent"
2908   traces:
2909     hoverinfo: "x+y"
2910     boxpoints: "outliers"
2911     whiskerwidth: 0
2912   layout:
2913     title: ""  # No title
2914     layout: "plot-throughput"
2915
2916 -
2917   type: "plot"
2918   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
2919   algorithm: "plot_performance_box"
2920   output-file-type: ".html"
2921   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
2922   data: "plot-vpp-throughput-latency-3n-hsw"
2923   filter: "'NIC_Intel-X710' and
2924            '64B' and
2925            ('BASE' or 'SCALE') and
2926            'NDRPDR' and
2927            '2T2C' and
2928            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2929            not 'VHOST' and
2930            not 'MEMIF'"
2931   parameters:
2932   - "throughput"
2933   - "parent"
2934   traces:
2935     hoverinfo: "x+y"
2936     boxpoints: "outliers"
2937     whiskerwidth: 0
2938   layout:
2939     title: ""  # No title
2940     layout: "plot-throughput"
2941
2942 -
2943   type: "plot"
2944   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
2945   algorithm: "plot_performance_box"
2946   output-file-type: ".html"
2947   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
2948   data: "plot-vpp-throughput-latency-3n-hsw"
2949   filter: "'NIC_Intel-X710' and
2950            '64B' and
2951            ('BASE' or 'SCALE') and
2952            'NDRPDR' and
2953            '2T2C' and
2954            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2955            not 'VHOST' and
2956            not 'MEMIF'"
2957   parameters:
2958   - "throughput"
2959   - "parent"
2960   traces:
2961     hoverinfo: "x+y"
2962     boxpoints: "outliers"
2963     whiskerwidth: 0
2964   layout:
2965     title: ""  # No title
2966     layout: "plot-throughput"
2967
2968 -
2969   type: "plot"
2970   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
2971   algorithm: "plot_performance_box"
2972   output-file-type: ".html"
2973   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
2974   data: "plot-vpp-throughput-latency-3n-hsw"
2975   filter: "'NIC_Intel-X710' and
2976            '64B' and
2977            'FEATURE' and
2978            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2979            'NDRPDR' and
2980            '1T1C' and
2981            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2982            not 'VHOST' and
2983            not 'MEMIF'"
2984   parameters:
2985   - "throughput"
2986   - "parent"
2987   traces:
2988     hoverinfo: "x+y"
2989     boxpoints: "outliers"
2990     whiskerwidth: 0
2991   layout:
2992     title: ""  # No title
2993     layout: "plot-throughput"
2994
2995 -
2996   type: "plot"
2997   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
2998   algorithm: "plot_performance_box"
2999   output-file-type: ".html"
3000   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3001   data: "plot-vpp-throughput-latency-3n-hsw"
3002   filter: "'NIC_Intel-X710' and
3003            '64B' and
3004            'FEATURE' and
3005            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3006            'NDRPDR' and
3007            '1T1C' and
3008            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3009            not 'VHOST' and
3010            not 'MEMIF'"
3011   parameters:
3012   - "throughput"
3013   - "parent"
3014   traces:
3015     hoverinfo: "x+y"
3016     boxpoints: "outliers"
3017     whiskerwidth: 0
3018   layout:
3019     title: ""  # No title
3020     layout: "plot-throughput"
3021
3022 -
3023   type: "plot"
3024   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3025   algorithm: "plot_performance_box"
3026   output-file-type: ".html"
3027   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3028   data: "plot-vpp-throughput-latency-3n-hsw"
3029   filter: "'NIC_Intel-X710' and
3030            '64B' and
3031            'FEATURE' and
3032            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3033            'NDRPDR' and
3034            '2T2C' and
3035            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3036            not 'VHOST' and
3037            not 'MEMIF'"
3038   parameters:
3039   - "throughput"
3040   - "parent"
3041   traces:
3042     hoverinfo: "x+y"
3043     boxpoints: "outliers"
3044     whiskerwidth: 0
3045   layout:
3046     title: ""  # No title
3047     layout: "plot-throughput"
3048
3049 -
3050   type: "plot"
3051   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3052   algorithm: "plot_performance_box"
3053   output-file-type: ".html"
3054   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3055   data: "plot-vpp-throughput-latency-3n-hsw"
3056   filter: "'NIC_Intel-X710' and
3057            '64B' and
3058            'FEATURE' and
3059            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3060            'NDRPDR' and
3061            '2T2C' and
3062            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3063            not 'VHOST' and
3064            not 'MEMIF'"
3065   parameters:
3066   - "throughput"
3067   - "parent"
3068   traces:
3069     hoverinfo: "x+y"
3070     boxpoints: "outliers"
3071     whiskerwidth: 0
3072   layout:
3073     title: ""  # No title
3074     layout: "plot-throughput"
3075
3076 # Packet Throughput - VPP L2 3n-hsw-xl710
3077 -
3078   type: "plot"
3079   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3080   algorithm: "plot_performance_box"
3081   output-file-type: ".html"
3082   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3083   data: "plot-vpp-throughput-latency-3n-hsw"
3084   filter: "'NIC_Intel-XL710' and
3085            '64B' and
3086            ('BASE' or 'SCALE') and
3087            'NDRPDR' and
3088            '1T1C' and
3089            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3090            not 'VHOST' and
3091            not 'MEMIF'"
3092   parameters:
3093   - "throughput"
3094   - "parent"
3095   traces:
3096     hoverinfo: "x+y"
3097     boxpoints: "outliers"
3098     whiskerwidth: 0
3099   layout:
3100     title: ""  # No title
3101     layout: "plot-throughput"
3102
3103 -
3104   type: "plot"
3105   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3106   algorithm: "plot_performance_box"
3107   output-file-type: ".html"
3108   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3109   data: "plot-vpp-throughput-latency-3n-hsw"
3110   filter: "'NIC_Intel-XL710' and
3111            '64B' and
3112            ('BASE' or 'SCALE') and
3113            'NDRPDR' and
3114            '1T1C' and
3115            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3116            not 'VHOST' and
3117            not 'MEMIF'"
3118   parameters:
3119   - "throughput"
3120   - "parent"
3121   traces:
3122     hoverinfo: "x+y"
3123     boxpoints: "outliers"
3124     whiskerwidth: 0
3125   layout:
3126     title: ""  # No title
3127     layout: "plot-throughput"
3128
3129 -
3130   type: "plot"
3131   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3132   algorithm: "plot_performance_box"
3133   output-file-type: ".html"
3134   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3135   data: "plot-vpp-throughput-latency-3n-hsw"
3136   filter: "'NIC_Intel-XL710' and
3137            '64B' and
3138            ('BASE' or 'SCALE') and
3139            'NDRPDR' and
3140            '2T2C' and
3141            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3142            not 'VHOST' and
3143            not 'MEMIF'"
3144   parameters:
3145   - "throughput"
3146   - "parent"
3147   traces:
3148     hoverinfo: "x+y"
3149     boxpoints: "outliers"
3150     whiskerwidth: 0
3151   layout:
3152     title: ""  # No title
3153     layout: "plot-throughput"
3154
3155 -
3156   type: "plot"
3157   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3158   algorithm: "plot_performance_box"
3159   output-file-type: ".html"
3160   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3161   data: "plot-vpp-throughput-latency-3n-hsw"
3162   filter: "'NIC_Intel-XL710' and
3163            '64B' and
3164            ('BASE' or 'SCALE') and
3165            'NDRPDR' and
3166            '2T2C' and
3167            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3168            not 'VHOST' and
3169            not 'MEMIF'"
3170   parameters:
3171   - "throughput"
3172   - "parent"
3173   traces:
3174     hoverinfo: "x+y"
3175     boxpoints: "outliers"
3176     whiskerwidth: 0
3177   layout:
3178     title: ""  # No title
3179     layout: "plot-throughput"
3180
3181 # Packet Throughput - VPP L2 3n-skx-x710
3182 -
3183   type: "plot"
3184   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3185   algorithm: "plot_performance_box"
3186   output-file-type: ".html"
3187   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3188   data: "plot-vpp-throughput-latency-3n-skx"
3189   filter: "'NIC_Intel-X710' and
3190            '64B' and
3191            ('BASE' or 'SCALE') and
3192            'NDRPDR' and
3193            '2T1C' and
3194            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3195            not 'VHOST' and
3196            not 'MEMIF'"
3197   parameters:
3198   - "throughput"
3199   - "parent"
3200   traces:
3201     hoverinfo: "x+y"
3202     boxpoints: "outliers"
3203     whiskerwidth: 0
3204   layout:
3205     title: ""  # No title
3206     layout: "plot-throughput"
3207
3208 -
3209   type: "plot"
3210   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3211   algorithm: "plot_performance_box"
3212   output-file-type: ".html"
3213   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3214   data: "plot-vpp-throughput-latency-3n-skx"
3215   filter: "'NIC_Intel-X710' and
3216            '64B' and
3217            ('BASE' or 'SCALE') and
3218            'NDRPDR' and
3219            '2T1C' and
3220            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3221            not 'VHOST' and
3222            not 'MEMIF'"
3223   parameters:
3224   - "throughput"
3225   - "parent"
3226   traces:
3227     hoverinfo: "x+y"
3228     boxpoints: "outliers"
3229     whiskerwidth: 0
3230   layout:
3231     title: ""  # No title
3232     layout: "plot-throughput"
3233
3234 -
3235   type: "plot"
3236   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3237   algorithm: "plot_performance_box"
3238   output-file-type: ".html"
3239   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3240   data: "plot-vpp-throughput-latency-3n-skx"
3241   filter: "'NIC_Intel-X710' and
3242            '64B' and
3243            ('BASE' or 'SCALE') and
3244            'NDRPDR' and
3245            '4T2C' and
3246            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3247            not 'VHOST' and
3248            not 'MEMIF'"
3249   parameters:
3250   - "throughput"
3251   - "parent"
3252   traces:
3253     hoverinfo: "x+y"
3254     boxpoints: "outliers"
3255     whiskerwidth: 0
3256   layout:
3257     title: ""  # No title
3258     layout: "plot-throughput"
3259
3260 -
3261   type: "plot"
3262   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3263   algorithm: "plot_performance_box"
3264   output-file-type: ".html"
3265   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3266   data: "plot-vpp-throughput-latency-3n-skx"
3267   filter: "'NIC_Intel-X710' and
3268            '64B' and
3269            ('BASE' or 'SCALE') and
3270            'NDRPDR' and
3271            '4T2C' and
3272            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3273            not 'VHOST' and
3274            not 'MEMIF'"
3275   parameters:
3276   - "throughput"
3277   - "parent"
3278   traces:
3279     hoverinfo: "x+y"
3280     boxpoints: "outliers"
3281     whiskerwidth: 0
3282   layout:
3283     title: ""  # No title
3284     layout: "plot-throughput"
3285
3286 -
3287   type: "plot"
3288   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3289   algorithm: "plot_performance_box"
3290   output-file-type: ".html"
3291   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3292   data: "plot-vpp-throughput-latency-3n-skx"
3293   filter: "'NIC_Intel-X710' and
3294            '64B' and
3295            'FEATURE' and
3296            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3297            'NDRPDR' and
3298            '2T1C' and
3299            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3300            not 'VHOST' and
3301            not 'MEMIF'"
3302   parameters:
3303   - "throughput"
3304   - "parent"
3305   traces:
3306     hoverinfo: "x+y"
3307     boxpoints: "outliers"
3308     whiskerwidth: 0
3309   layout:
3310     title: ""  # No title
3311     layout: "plot-throughput"
3312
3313 -
3314   type: "plot"
3315   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3316   algorithm: "plot_performance_box"
3317   output-file-type: ".html"
3318   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3319   data: "plot-vpp-throughput-latency-3n-skx"
3320   filter: "'NIC_Intel-X710' and
3321            '64B' and
3322            'FEATURE' and
3323            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3324            'NDRPDR' and
3325            '2T1C' and
3326            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3327            not 'VHOST' and
3328            not 'MEMIF'"
3329   parameters:
3330   - "throughput"
3331   - "parent"
3332   traces:
3333     hoverinfo: "x+y"
3334     boxpoints: "outliers"
3335     whiskerwidth: 0
3336   layout:
3337     title: ""  # No title
3338     layout: "plot-throughput"
3339
3340 -
3341   type: "plot"
3342   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
3343   algorithm: "plot_performance_box"
3344   output-file-type: ".html"
3345   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
3346   data: "plot-vpp-throughput-latency-3n-skx"
3347   filter: "'NIC_Intel-X710' and
3348            '64B' and
3349            'FEATURE' and
3350            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3351            'NDRPDR' and
3352            '4T2C' and
3353            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3354            not 'VHOST' and
3355            not 'MEMIF'"
3356   parameters:
3357   - "throughput"
3358   - "parent"
3359   traces:
3360     hoverinfo: "x+y"
3361     boxpoints: "outliers"
3362     whiskerwidth: 0
3363   layout:
3364     title: ""  # No title
3365     layout: "plot-throughput"
3366
3367 -
3368   type: "plot"
3369   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
3370   algorithm: "plot_performance_box"
3371   output-file-type: ".html"
3372   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
3373   data: "plot-vpp-throughput-latency-3n-skx"
3374   filter: "'NIC_Intel-X710' and
3375            '64B' and
3376            'FEATURE' and
3377            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3378            'NDRPDR' and
3379            '4T2C' and
3380            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3381            not 'VHOST' and
3382            not 'MEMIF'"
3383   parameters:
3384   - "throughput"
3385   - "parent"
3386   traces:
3387     hoverinfo: "x+y"
3388     boxpoints: "outliers"
3389     whiskerwidth: 0
3390   layout:
3391     title: ""  # No title
3392     layout: "plot-throughput"
3393
3394 # Packet Throughput - VPP L2 3n-skx-xxv710
3395 -
3396   type: "plot"
3397   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3398   algorithm: "plot_performance_box"
3399   output-file-type: ".html"
3400   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3401   data: "plot-vpp-throughput-latency-3n-skx"
3402   filter: "'NIC_Intel-XXV710' and
3403            '64B' and
3404            ('BASE' or 'SCALE') and
3405            'NDRPDR' and
3406            '2T1C' and
3407            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3408            not 'VHOST' and
3409            not 'MEMIF'"
3410   parameters:
3411   - "throughput"
3412   - "parent"
3413   traces:
3414     hoverinfo: "x+y"
3415     boxpoints: "outliers"
3416     whiskerwidth: 0
3417   layout:
3418     title: ""  # No title
3419     layout: "plot-throughput"
3420
3421 -
3422   type: "plot"
3423   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3424   algorithm: "plot_performance_box"
3425   output-file-type: ".html"
3426   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3427   data: "plot-vpp-throughput-latency-3n-skx"
3428   filter: "'NIC_Intel-XXV710' and
3429            '64B' and
3430            ('BASE' or 'SCALE') and
3431            'NDRPDR' and
3432            '2T1C' and
3433            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3434            not 'VHOST' and
3435            not 'MEMIF'"
3436   parameters:
3437   - "throughput"
3438   - "parent"
3439   traces:
3440     hoverinfo: "x+y"
3441     boxpoints: "outliers"
3442     whiskerwidth: 0
3443   layout:
3444     title: ""  # No title
3445     layout: "plot-throughput"
3446
3447 -
3448   type: "plot"
3449   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3450   algorithm: "plot_performance_box"
3451   output-file-type: ".html"
3452   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3453   data: "plot-vpp-throughput-latency-3n-skx"
3454   filter: "'NIC_Intel-XXV710' and
3455            '64B' and
3456            ('BASE' or 'SCALE') and
3457            'NDRPDR' and
3458            '4T2C' and
3459            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3460            not 'VHOST' and
3461            not 'MEMIF'"
3462   parameters:
3463   - "throughput"
3464   - "parent"
3465   traces:
3466     hoverinfo: "x+y"
3467     boxpoints: "outliers"
3468     whiskerwidth: 0
3469   layout:
3470     title: ""  # No title
3471     layout: "plot-throughput"
3472
3473 -
3474   type: "plot"
3475   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3476   algorithm: "plot_performance_box"
3477   output-file-type: ".html"
3478   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3479   data: "plot-vpp-throughput-latency-3n-skx"
3480   filter: "'NIC_Intel-XXV710' and
3481            '64B' and
3482            ('BASE' or 'SCALE') and
3483            'NDRPDR' and
3484            '4T2C' and
3485            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3486            not 'VHOST' and
3487            not 'MEMIF'"
3488   parameters:
3489   - "throughput"
3490   - "parent"
3491   traces:
3492     hoverinfo: "x+y"
3493     boxpoints: "outliers"
3494     whiskerwidth: 0
3495   layout:
3496     title: ""  # No title
3497     layout: "plot-throughput"
3498
3499 # Packet Throughput - VPP L2 2n-skx-x710
3500 -
3501   type: "plot"
3502   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
3503   algorithm: "plot_performance_box"
3504   output-file-type: ".html"
3505   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
3506   data: "plot-vpp-throughput-latency-2n-skx"
3507   filter: "'NIC_Intel-X710' and
3508            '64B' and
3509            ('BASE' or 'SCALE') and
3510            'NDRPDR' and
3511            '2T1C' and
3512            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3513            not 'VHOST' and
3514            not 'MEMIF'"
3515   parameters:
3516   - "throughput"
3517   - "parent"
3518   traces:
3519     hoverinfo: "x+y"
3520     boxpoints: "outliers"
3521     whiskerwidth: 0
3522   layout:
3523     title: ""  # No title
3524     layout: "plot-throughput"
3525
3526 -
3527   type: "plot"
3528   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
3529   algorithm: "plot_performance_box"
3530   output-file-type: ".html"
3531   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
3532   data: "plot-vpp-throughput-latency-2n-skx"
3533   filter: "'NIC_Intel-X710' and
3534            '64B' and
3535            ('BASE' or 'SCALE') and
3536            'NDRPDR' and
3537            '2T1C' and
3538            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3539            not 'VHOST' and
3540            not 'MEMIF'"
3541   parameters:
3542   - "throughput"
3543   - "parent"
3544   traces:
3545     hoverinfo: "x+y"
3546     boxpoints: "outliers"
3547     whiskerwidth: 0
3548   layout:
3549     title: ""  # No title
3550     layout: "plot-throughput"
3551
3552 -
3553   type: "plot"
3554   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
3555   algorithm: "plot_performance_box"
3556   output-file-type: ".html"
3557   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
3558   data: "plot-vpp-throughput-latency-2n-skx"
3559   filter: "'NIC_Intel-X710' and
3560            '64B' and
3561            ('BASE' or 'SCALE') and
3562            'NDRPDR' and
3563            '4T2C' and
3564            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3565            not 'VHOST' and
3566            not 'MEMIF'"
3567   parameters:
3568   - "throughput"
3569   - "parent"
3570   traces:
3571     hoverinfo: "x+y"
3572     boxpoints: "outliers"
3573     whiskerwidth: 0
3574   layout:
3575     title: ""  # No title
3576     layout: "plot-throughput"
3577
3578 -
3579   type: "plot"
3580   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
3581   algorithm: "plot_performance_box"
3582   output-file-type: ".html"
3583   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
3584   data: "plot-vpp-throughput-latency-2n-skx"
3585   filter: "'NIC_Intel-X710' and
3586            '64B' and
3587            ('BASE' or 'SCALE') and
3588            'NDRPDR' and
3589            '4T2C' and
3590            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3591            not 'VHOST' and
3592            not 'MEMIF'"
3593   parameters:
3594   - "throughput"
3595   - "parent"
3596   traces:
3597     hoverinfo: "x+y"
3598     boxpoints: "outliers"
3599     whiskerwidth: 0
3600   layout:
3601     title: ""  # No title
3602     layout: "plot-throughput"
3603
3604 # Packet Throughput - VPP L2 2n-skx-xxv710
3605 -
3606   type: "plot"
3607   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3608   algorithm: "plot_performance_box"
3609   output-file-type: ".html"
3610   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3611   data: "plot-vpp-throughput-latency-2n-skx"
3612   filter: "'NIC_Intel-XXV710' and
3613            '64B' and
3614            ('BASE' or 'SCALE') and
3615            'NDRPDR' and
3616            '2T1C' and
3617            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3618            not 'VHOST' and
3619            not 'MEMIF'"
3620   parameters:
3621   - "throughput"
3622   - "parent"
3623   traces:
3624     hoverinfo: "x+y"
3625     boxpoints: "outliers"
3626     whiskerwidth: 0
3627   layout:
3628     title: ""  # No title
3629     layout: "plot-throughput"
3630
3631 -
3632   type: "plot"
3633   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3634   algorithm: "plot_performance_box"
3635   output-file-type: ".html"
3636   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3637   data: "plot-vpp-throughput-latency-2n-skx"
3638   filter: "'NIC_Intel-XXV710' and
3639            '64B' and
3640            ('BASE' or 'SCALE') and
3641            'NDRPDR' and
3642            '2T1C' and
3643            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3644            not 'VHOST' and
3645            not 'MEMIF'"
3646   parameters:
3647   - "throughput"
3648   - "parent"
3649   traces:
3650     hoverinfo: "x+y"
3651     boxpoints: "outliers"
3652     whiskerwidth: 0
3653   layout:
3654     title: ""  # No title
3655     layout: "plot-throughput"
3656
3657 -
3658   type: "plot"
3659   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3660   algorithm: "plot_performance_box"
3661   output-file-type: ".html"
3662   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3663   data: "plot-vpp-throughput-latency-2n-skx"
3664   filter: "'NIC_Intel-XXV710' and
3665            '64B' and
3666            ('BASE' or 'SCALE') and
3667            'NDRPDR' and
3668            '4T2C' and
3669            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3670            not 'VHOST' and
3671            not 'MEMIF'"
3672   parameters:
3673   - "throughput"
3674   - "parent"
3675   traces:
3676     hoverinfo: "x+y"
3677     boxpoints: "outliers"
3678     whiskerwidth: 0
3679   layout:
3680     title: ""  # No title
3681     layout: "plot-throughput"
3682
3683 -
3684   type: "plot"
3685   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3686   algorithm: "plot_performance_box"
3687   output-file-type: ".html"
3688   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3689   data: "plot-vpp-throughput-latency-2n-skx"
3690   filter: "'NIC_Intel-XXV710' and
3691            '64B' and
3692            ('BASE' or 'SCALE') and
3693            'NDRPDR' and
3694            '4T2C' and
3695            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3696            not 'VHOST' and
3697            not 'MEMIF'"
3698   parameters:
3699   - "throughput"
3700   - "parent"
3701   traces:
3702     hoverinfo: "x+y"
3703     boxpoints: "outliers"
3704     whiskerwidth: 0
3705   layout:
3706     title: ""  # No title
3707     layout: "plot-throughput"
3708
3709 ################################################################################
3710
3711 # Packet Throughput - VPP Container Memif 3n-hsw-x520
3712 -
3713   type: "plot"
3714   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3715   algorithm: "plot_performance_box"
3716   output-file-type: ".html"
3717   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3718   data: "plot-vpp-throughput-latency-3n-hsw"
3719   filter: "'NIC_Intel-X520-DA2' and
3720            '64B' and
3721            ('BASE' or 'SCALE') and
3722            'NDRPDR' and
3723            '1T1C' and
3724            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3725            not 'VHOST' and
3726            'MEMIF'"
3727   parameters:
3728   - "throughput"
3729   - "parent"
3730   traces:
3731     hoverinfo: "x+y"
3732     boxpoints: "outliers"
3733     whiskerwidth: 0
3734   layout:
3735     title: ""  # No title
3736     layout: "plot-throughput"
3737
3738 -
3739   type: "plot"
3740   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3741   algorithm: "plot_performance_box"
3742   output-file-type: ".html"
3743   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3744   data: "plot-vpp-throughput-latency-3n-hsw"
3745   filter: "'NIC_Intel-X520-DA2' and
3746            '64B' and
3747            ('BASE' or 'SCALE') and
3748            'NDRPDR' and
3749            '1T1C' and
3750            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3751            not 'VHOST' and
3752            'MEMIF'"
3753   parameters:
3754   - "throughput"
3755   - "parent"
3756   traces:
3757     hoverinfo: "x+y"
3758     boxpoints: "outliers"
3759     whiskerwidth: 0
3760   layout:
3761     title: ""  # No title
3762     layout: "plot-throughput"
3763
3764 -
3765   type: "plot"
3766   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3767   algorithm: "plot_performance_box"
3768   output-file-type: ".html"
3769   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3770   data: "plot-vpp-throughput-latency-3n-hsw"
3771   filter: "'NIC_Intel-X520-DA2' and
3772            '64B' and
3773            ('BASE' or 'SCALE') and
3774            'NDRPDR' and
3775            '2T2C' and
3776            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3777            not 'VHOST' and
3778            'MEMIF'"
3779   parameters:
3780   - "throughput"
3781   - "parent"
3782   traces:
3783     hoverinfo: "x+y"
3784     boxpoints: "outliers"
3785     whiskerwidth: 0
3786   layout:
3787     title: ""  # No title
3788     layout: "plot-throughput"
3789
3790 -
3791   type: "plot"
3792   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3793   algorithm: "plot_performance_box"
3794   output-file-type: ".html"
3795   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3796   data: "plot-vpp-throughput-latency-3n-hsw"
3797   filter: "'NIC_Intel-X520-DA2' and
3798            '64B' and
3799            ('BASE' or 'SCALE') and
3800            'NDRPDR' and
3801            '2T2C' and
3802            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3803            not 'VHOST' and
3804            'MEMIF'"
3805   parameters:
3806   - "throughput"
3807   - "parent"
3808   traces:
3809     hoverinfo: "x+y"
3810     boxpoints: "outliers"
3811     whiskerwidth: 0
3812   layout:
3813     title: ""  # No title
3814     layout: "plot-throughput"
3815
3816 # Packet Throughput - VPP Container Memif 3n-hsw-x710
3817 -
3818   type: "plot"
3819   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3820   algorithm: "plot_performance_box"
3821   output-file-type: ".html"
3822   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3823   data: "plot-vpp-throughput-latency-3n-hsw"
3824   filter: "'NIC_Intel-X710' and
3825            '64B' and
3826            ('BASE' or 'SCALE') and
3827            'NDRPDR' and
3828            '1T1C' and
3829            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3830            not 'VHOST' and
3831            'MEMIF'"
3832   parameters:
3833   - "throughput"
3834   - "parent"
3835   traces:
3836     hoverinfo: "x+y"
3837     boxpoints: "outliers"
3838     whiskerwidth: 0
3839   layout:
3840     title: ""  # No title
3841     layout: "plot-throughput"
3842
3843 -
3844   type: "plot"
3845   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3846   algorithm: "plot_performance_box"
3847   output-file-type: ".html"
3848   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3849   data: "plot-vpp-throughput-latency-3n-hsw"
3850   filter: "'NIC_Intel-X710' and
3851            '64B' and
3852            ('BASE' or 'SCALE') and
3853            'NDRPDR' and
3854            '1T1C' and
3855            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3856            not 'VHOST' and
3857            'MEMIF'"
3858   parameters:
3859   - "throughput"
3860   - "parent"
3861   traces:
3862     hoverinfo: "x+y"
3863     boxpoints: "outliers"
3864     whiskerwidth: 0
3865   layout:
3866     title: ""  # No title
3867     layout: "plot-throughput"
3868
3869 -
3870   type: "plot"
3871   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3872   algorithm: "plot_performance_box"
3873   output-file-type: ".html"
3874   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3875   data: "plot-vpp-throughput-latency-3n-hsw"
3876   filter: "'NIC_Intel-X710' and
3877            '64B' and
3878            ('BASE' or 'SCALE') and
3879            'NDRPDR' and
3880            '2T2C' and
3881            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3882            not 'VHOST' and
3883            'MEMIF'"
3884   parameters:
3885   - "throughput"
3886   - "parent"
3887   traces:
3888     hoverinfo: "x+y"
3889     boxpoints: "outliers"
3890     whiskerwidth: 0
3891   layout:
3892     title: ""  # No title
3893     layout: "plot-throughput"
3894
3895 -
3896   type: "plot"
3897   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3898   algorithm: "plot_performance_box"
3899   output-file-type: ".html"
3900   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3901   data: "plot-vpp-throughput-latency-3n-hsw"
3902   filter: "'NIC_Intel-X710' and
3903            '64B' and
3904            ('BASE' or 'SCALE') and
3905            'NDRPDR' and
3906            '2T2C' and
3907            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3908            not 'VHOST' and
3909            'MEMIF'"
3910   parameters:
3911   - "throughput"
3912   - "parent"
3913   traces:
3914     hoverinfo: "x+y"
3915     boxpoints: "outliers"
3916     whiskerwidth: 0
3917   layout:
3918     title: ""  # No title
3919     layout: "plot-throughput"
3920
3921 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
3922 -
3923   type: "plot"
3924   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3925   algorithm: "plot_performance_box"
3926   output-file-type: ".html"
3927   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3928   data: "plot-vpp-throughput-latency-3n-hsw"
3929   filter: "'NIC_Intel-XL710' and
3930            '64B' and
3931            ('BASE' or 'SCALE') and
3932            'NDRPDR' and
3933            '1T1C' and
3934            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3935            not 'VHOST' and
3936            'MEMIF'"
3937   parameters:
3938   - "throughput"
3939   - "parent"
3940   traces:
3941     hoverinfo: "x+y"
3942     boxpoints: "outliers"
3943     whiskerwidth: 0
3944   layout:
3945     title: ""  # No title
3946     layout: "plot-throughput"
3947
3948 -
3949   type: "plot"
3950   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3951   algorithm: "plot_performance_box"
3952   output-file-type: ".html"
3953   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3954   data: "plot-vpp-throughput-latency-3n-hsw"
3955   filter: "'NIC_Intel-XL710' and
3956            '64B' and
3957            ('BASE' or 'SCALE') and
3958            'NDRPDR' and
3959            '1T1C' and
3960            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3961            not 'VHOST' and
3962            'MEMIF'"
3963   parameters:
3964   - "throughput"
3965   - "parent"
3966   traces:
3967     hoverinfo: "x+y"
3968     boxpoints: "outliers"
3969     whiskerwidth: 0
3970   layout:
3971     title: ""  # No title
3972     layout: "plot-throughput"
3973
3974 -
3975   type: "plot"
3976   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3977   algorithm: "plot_performance_box"
3978   output-file-type: ".html"
3979   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3980   data: "plot-vpp-throughput-latency-3n-hsw"
3981   filter: "'NIC_Intel-XL710' and
3982            '64B' and
3983            ('BASE' or 'SCALE') and
3984            'NDRPDR' and
3985            '2T2C' and
3986            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3987            not 'VHOST' and
3988            'MEMIF'"
3989   parameters:
3990   - "throughput"
3991   - "parent"
3992   traces:
3993     hoverinfo: "x+y"
3994     boxpoints: "outliers"
3995     whiskerwidth: 0
3996   layout:
3997     title: ""  # No title
3998     layout: "plot-throughput"
3999
4000 -
4001   type: "plot"
4002   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4003   algorithm: "plot_performance_box"
4004   output-file-type: ".html"
4005   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4006   data: "plot-vpp-throughput-latency-3n-hsw"
4007   filter: "'NIC_Intel-XL710' and
4008            '64B' and
4009            ('BASE' or 'SCALE') and
4010            'NDRPDR' and
4011            '2T2C' and
4012            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4013            not 'VHOST' and
4014            'MEMIF'"
4015   parameters:
4016   - "throughput"
4017   - "parent"
4018   traces:
4019     hoverinfo: "x+y"
4020     boxpoints: "outliers"
4021     whiskerwidth: 0
4022   layout:
4023     title: ""  # No title
4024     layout: "plot-throughput"
4025
4026 # Packet Throughput - VPP Container Memif 3n-skx-x710
4027 -
4028   type: "plot"
4029   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4030   algorithm: "plot_performance_box"
4031   output-file-type: ".html"
4032   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4033   data: "plot-vpp-throughput-latency-3n-skx"
4034   filter: "'NIC_Intel-X710' and
4035            '64B' and
4036            ('BASE' or 'SCALE') and
4037            'NDRPDR' and
4038            '2T1C' and
4039            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4040            not 'VHOST' and
4041            'MEMIF'"
4042   parameters:
4043   - "throughput"
4044   - "parent"
4045   traces:
4046     hoverinfo: "x+y"
4047     boxpoints: "outliers"
4048     whiskerwidth: 0
4049   layout:
4050     title: ""  # No title
4051     layout: "plot-throughput"
4052
4053 -
4054   type: "plot"
4055   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4056   algorithm: "plot_performance_box"
4057   output-file-type: ".html"
4058   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4059   data: "plot-vpp-throughput-latency-3n-skx"
4060   filter: "'NIC_Intel-X710' and
4061            '64B' and
4062            ('BASE' or 'SCALE') and
4063            'NDRPDR' and
4064            '2T1C' and
4065            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4066            not 'VHOST' and
4067             'MEMIF'"
4068   parameters:
4069   - "throughput"
4070   - "parent"
4071   traces:
4072     hoverinfo: "x+y"
4073     boxpoints: "outliers"
4074     whiskerwidth: 0
4075   layout:
4076     title: ""  # No title
4077     layout: "plot-throughput"
4078
4079 -
4080   type: "plot"
4081   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4082   algorithm: "plot_performance_box"
4083   output-file-type: ".html"
4084   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4085   data: "plot-vpp-throughput-latency-3n-skx"
4086   filter: "'NIC_Intel-X710' and
4087            '64B' and
4088            ('BASE' or 'SCALE') and
4089            'NDRPDR' and
4090            '4T2C' and
4091            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4092            not 'VHOST' and
4093            'MEMIF'"
4094   parameters:
4095   - "throughput"
4096   - "parent"
4097   traces:
4098     hoverinfo: "x+y"
4099     boxpoints: "outliers"
4100     whiskerwidth: 0
4101   layout:
4102     title: ""  # No title
4103     layout: "plot-throughput"
4104
4105 -
4106   type: "plot"
4107   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4108   algorithm: "plot_performance_box"
4109   output-file-type: ".html"
4110   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4111   data: "plot-vpp-throughput-latency-3n-skx"
4112   filter: "'NIC_Intel-X710' and
4113            '64B' and
4114            ('BASE' or 'SCALE') and
4115            'NDRPDR' and
4116            '4T2C' and
4117            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4118            not 'VHOST' and
4119            'MEMIF'"
4120   parameters:
4121   - "throughput"
4122   - "parent"
4123   traces:
4124     hoverinfo: "x+y"
4125     boxpoints: "outliers"
4126     whiskerwidth: 0
4127   layout:
4128     title: ""  # No title
4129     layout: "plot-throughput"
4130
4131 ################################################################################
4132
4133 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520
4134 -
4135   type: "plot"
4136   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4137   algorithm: "plot_performance_box"
4138   output-file-type: ".html"
4139   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4140   data: "plot-ligato-throughput-latency-3n-hsw"
4141   filter: "'NIC_Intel-X520-DA2' and
4142            '64B' and
4143            ('BASE' or 'SCALE') and
4144            'NDRPDR' and
4145            '1T1C' and
4146            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4147            not 'VHOST' and
4148            'MEMIF'"
4149   parameters:
4150   - "throughput"
4151   - "parent"
4152   traces:
4153     hoverinfo: "x+y"
4154     boxpoints: "outliers"
4155     whiskerwidth: 0
4156   layout:
4157     title: ""  # No title
4158     layout: "plot-throughput"
4159
4160 -
4161   type: "plot"
4162   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4163   algorithm: "plot_performance_box"
4164   output-file-type: ".html"
4165   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4166   data: "plot-ligato-throughput-latency-3n-hsw"
4167   filter: "'NIC_Intel-X520-DA2' and
4168            '64B' and
4169            ('BASE' or 'SCALE') and
4170            'NDRPDR' and
4171            '1T1C' and
4172            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4173            not 'VHOST' and
4174            'MEMIF'"
4175   parameters:
4176   - "throughput"
4177   - "parent"
4178   traces:
4179     hoverinfo: "x+y"
4180     boxpoints: "outliers"
4181     whiskerwidth: 0
4182   layout:
4183     title: ""  # No title
4184     layout: "plot-throughput"
4185
4186 -
4187   type: "plot"
4188   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4189   algorithm: "plot_performance_box"
4190   output-file-type: ".html"
4191   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4192   data: "plot-ligato-throughput-latency-3n-hsw"
4193   filter: "'NIC_Intel-X520-DA2' and
4194            '64B' and
4195            ('BASE' or 'SCALE') and
4196            'NDRPDR' and
4197            '2T2C' and
4198            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4199            not 'VHOST' and
4200            'MEMIF'"
4201   parameters:
4202   - "throughput"
4203   - "parent"
4204   traces:
4205     hoverinfo: "x+y"
4206     boxpoints: "outliers"
4207     whiskerwidth: 0
4208   layout:
4209     title: ""  # No title
4210     layout: "plot-throughput"
4211
4212 -
4213   type: "plot"
4214   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4215   algorithm: "plot_performance_box"
4216   output-file-type: ".html"
4217   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4218   data: "plot-ligato-throughput-latency-3n-hsw"
4219   filter: "'NIC_Intel-X520-DA2' and
4220            '64B' and
4221            ('BASE' or 'SCALE') and
4222            'NDRPDR' and
4223            '2T2C' and
4224            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4225            not 'VHOST' and
4226            'MEMIF'"
4227   parameters:
4228   - "throughput"
4229   - "parent"
4230   traces:
4231     hoverinfo: "x+y"
4232     boxpoints: "outliers"
4233     whiskerwidth: 0
4234   layout:
4235     title: ""  # No title
4236     layout: "plot-throughput"
4237
4238 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710
4239 -
4240   type: "plot"
4241   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4242   algorithm: "plot_performance_box"
4243   output-file-type: ".html"
4244   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4245   data: "plot-ligato-throughput-latency-3n-hsw"
4246   filter: "'NIC_Intel-X710' and
4247            '64B' and
4248            ('BASE' or 'SCALE') and
4249            'NDRPDR' and
4250            '1T1C' and
4251            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4252            not 'VHOST' and
4253            'MEMIF'"
4254   parameters:
4255   - "throughput"
4256   - "parent"
4257   traces:
4258     hoverinfo: "x+y"
4259     boxpoints: "outliers"
4260     whiskerwidth: 0
4261   layout:
4262     title: ""  # No title
4263     layout: "plot-throughput"
4264
4265 -
4266   type: "plot"
4267   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4268   algorithm: "plot_performance_box"
4269   output-file-type: ".html"
4270   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4271   data: "plot-ligato-throughput-latency-3n-hsw"
4272   filter: "'NIC_Intel-X710' and
4273            '64B' and
4274            ('BASE' or 'SCALE') and
4275            'NDRPDR' and
4276            '1T1C' and
4277            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4278            not 'VHOST' and
4279            'MEMIF'"
4280   parameters:
4281   - "throughput"
4282   - "parent"
4283   traces:
4284     hoverinfo: "x+y"
4285     boxpoints: "outliers"
4286     whiskerwidth: 0
4287   layout:
4288     title: ""  # No title
4289     layout: "plot-throughput"
4290
4291 -
4292   type: "plot"
4293   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4294   algorithm: "plot_performance_box"
4295   output-file-type: ".html"
4296   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4297   data: "plot-ligato-throughput-latency-3n-hsw"
4298   filter: "'NIC_Intel-X710' and
4299            '64B' and
4300            ('BASE' or 'SCALE') and
4301            'NDRPDR' and
4302            '2T2C' and
4303            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4304            not 'VHOST' and
4305            'MEMIF'"
4306   parameters:
4307   - "throughput"
4308   - "parent"
4309   traces:
4310     hoverinfo: "x+y"
4311     boxpoints: "outliers"
4312     whiskerwidth: 0
4313   layout:
4314     title: ""  # No title
4315     layout: "plot-throughput"
4316
4317 -
4318   type: "plot"
4319   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4320   algorithm: "plot_performance_box"
4321   output-file-type: ".html"
4322   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4323   data: "plot-ligato-throughput-latency-3n-hsw"
4324   filter: "'NIC_Intel-X710' and
4325            '64B' and
4326            ('BASE' or 'SCALE') and
4327            'NDRPDR' and
4328            '2T2C' and
4329            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4330            not 'VHOST' and
4331            'MEMIF'"
4332   parameters:
4333   - "throughput"
4334   - "parent"
4335   traces:
4336     hoverinfo: "x+y"
4337     boxpoints: "outliers"
4338     whiskerwidth: 0
4339   layout:
4340     title: ""  # No title
4341     layout: "plot-throughput"
4342
4343 ################################################################################
4344
4345 # Packet Throughput - VPP IPv4 3n-hsw-x520
4346 -
4347   type: "plot"
4348   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4349   algorithm: "plot_performance_box"
4350   output-file-type: ".html"
4351   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4352   data: "plot-vpp-throughput-latency-3n-hsw"
4353   filter: "'NIC_Intel-X520-DA2' and
4354            '64B' and
4355            ('BASE' or 'SCALE') and
4356            'NDRPDR' and
4357            '1T1C' and
4358            'IP4FWD' and
4359            not 'IPSEC' and
4360            not 'VHOST'"
4361   parameters:
4362   - "throughput"
4363   - "parent"
4364   traces:
4365     hoverinfo: "x+y"
4366     boxpoints: "outliers"
4367     whiskerwidth: 0
4368   layout:
4369     title: ""  # No title
4370     layout: "plot-throughput"
4371
4372 -
4373   type: "plot"
4374   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4375   algorithm: "plot_performance_box"
4376   output-file-type: ".html"
4377   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4378   data: "plot-vpp-throughput-latency-3n-hsw"
4379   filter: "'NIC_Intel-X520-DA2' and
4380            '64B' and
4381            ('BASE' or 'SCALE') and
4382            'NDRPDR' and
4383            '1T1C' and
4384            'IP4FWD' and
4385            not 'IPSEC' and
4386            not 'VHOST'"
4387   parameters:
4388   - "throughput"
4389   - "parent"
4390   traces:
4391     hoverinfo: "x+y"
4392     boxpoints: "outliers"
4393     whiskerwidth: 0
4394   layout:
4395     title: ""  # No title
4396     layout: "plot-throughput"
4397
4398 -
4399   type: "plot"
4400   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4401   algorithm: "plot_performance_box"
4402   output-file-type: ".html"
4403   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4404   data: "plot-vpp-throughput-latency-3n-hsw"
4405   filter: "'NIC_Intel-X520-DA2' and
4406            '64B' and
4407            ('BASE' or 'SCALE') and
4408            'NDRPDR' and
4409            '2T2C' and
4410            'IP4FWD' and
4411            not 'IPSEC' and
4412            not 'VHOST'"
4413   parameters:
4414   - "throughput"
4415   - "parent"
4416   traces:
4417     hoverinfo: "x+y"
4418     boxpoints: "outliers"
4419     whiskerwidth: 0
4420   layout:
4421     title: ""  # No title
4422     layout: "plot-throughput"
4423
4424 -
4425   type: "plot"
4426   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4427   algorithm: "plot_performance_box"
4428   output-file-type: ".html"
4429   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4430   data: "plot-vpp-throughput-latency-3n-hsw"
4431   filter: "'NIC_Intel-X520-DA2' and
4432            '64B' and
4433            ('BASE' or 'SCALE') and
4434            'NDRPDR' and
4435            '2T2C' and
4436            'IP4FWD' and
4437            not 'IPSEC' and
4438            not 'VHOST'"
4439   parameters:
4440   - "throughput"
4441   - "parent"
4442   traces:
4443     hoverinfo: "x+y"
4444     boxpoints: "outliers"
4445     whiskerwidth: 0
4446   layout:
4447     title: ""  # No title
4448     layout: "plot-throughput"
4449
4450 -
4451   type: "plot"
4452   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
4453   algorithm: "plot_performance_box"
4454   output-file-type: ".html"
4455   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
4456   data: "plot-vpp-throughput-latency-3n-hsw"
4457   filter: "'NIC_Intel-X520-DA2' and
4458            '64B' and
4459            'FEATURE' and
4460            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4461            'NDRPDR' and
4462            '1T1C' and
4463            'IP4FWD' and
4464            not 'IPSEC' and
4465            not 'VHOST'"
4466   parameters:
4467   - "throughput"
4468   - "parent"
4469   traces:
4470     hoverinfo: "x+y"
4471     boxpoints: "outliers"
4472     whiskerwidth: 0
4473   layout:
4474     title: ""  # No title
4475     layout: "plot-throughput"
4476
4477 -
4478   type: "plot"
4479   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
4480   algorithm: "plot_performance_box"
4481   output-file-type: ".html"
4482   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
4483   data: "plot-vpp-throughput-latency-3n-hsw"
4484   filter: "'NIC_Intel-X520-DA2' and
4485            '64B' and
4486            'FEATURE' and
4487            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4488            'NDRPDR' and
4489            '1T1C' and
4490            'IP4FWD' and
4491            not 'IPSEC' and
4492            not 'VHOST'"
4493   parameters:
4494   - "throughput"
4495   - "parent"
4496   traces:
4497     hoverinfo: "x+y"
4498     boxpoints: "outliers"
4499     whiskerwidth: 0
4500   layout:
4501     title: ""  # No title
4502     layout: "plot-throughput"
4503
4504 -
4505   type: "plot"
4506   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
4507   algorithm: "plot_performance_box"
4508   output-file-type: ".html"
4509   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
4510   data: "plot-vpp-throughput-latency-3n-hsw"
4511   filter: "'NIC_Intel-X520-DA2' and
4512            '64B' and
4513            'FEATURE' and
4514            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4515            'NDRPDR' and
4516            '2T2C' and
4517            'IP4FWD' and
4518            not 'IPSEC' and
4519            not 'VHOST'"
4520   parameters:
4521   - "throughput"
4522   - "parent"
4523   traces:
4524     hoverinfo: "x+y"
4525     boxpoints: "outliers"
4526     whiskerwidth: 0
4527   layout:
4528     title: ""  # No title
4529     layout: "plot-throughput"
4530
4531 -
4532   type: "plot"
4533   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
4534   algorithm: "plot_performance_box"
4535   output-file-type: ".html"
4536   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
4537   data: "plot-vpp-throughput-latency-3n-hsw"
4538   filter: "'NIC_Intel-X520-DA2' and
4539            '64B' and
4540            'FEATURE' and
4541            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4542            'NDRPDR' and
4543            '2T2C' and
4544            'IP4FWD' and
4545            not 'IPSEC' and
4546            not 'VHOST'"
4547   parameters:
4548   - "throughput"
4549   - "parent"
4550   traces:
4551     hoverinfo: "x+y"
4552     boxpoints: "outliers"
4553     whiskerwidth: 0
4554   layout:
4555     title: ""  # No title
4556     layout: "plot-throughput"
4557
4558 # Packet Throughput - VPP IPv4 3n-hsw-x710
4559 -
4560   type: "plot"
4561   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4562   algorithm: "plot_performance_box"
4563   output-file-type: ".html"
4564   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4565   data: "plot-vpp-throughput-latency-3n-hsw"
4566   filter: "'NIC_Intel-X710' and
4567            '64B' and
4568            ('BASE' or 'SCALE') and
4569            'NDRPDR' and
4570            '1T1C' and
4571            'IP4FWD' and
4572            not 'IPSEC' and
4573            not 'VHOST'"
4574   parameters:
4575   - "throughput"
4576   - "parent"
4577   traces:
4578     hoverinfo: "x+y"
4579     boxpoints: "outliers"
4580     whiskerwidth: 0
4581   layout:
4582     title: ""  # No title
4583     layout: "plot-throughput"
4584
4585 -
4586   type: "plot"
4587   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4588   algorithm: "plot_performance_box"
4589   output-file-type: ".html"
4590   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4591   data: "plot-vpp-throughput-latency-3n-hsw"
4592   filter: "'NIC_Intel-X710' and
4593            '64B' and
4594            ('BASE' or 'SCALE') and
4595            'NDRPDR' and
4596            '1T1C' and
4597            'IP4FWD' and
4598            not 'IPSEC' and
4599            not 'VHOST'"
4600   parameters:
4601   - "throughput"
4602   - "parent"
4603   traces:
4604     hoverinfo: "x+y"
4605     boxpoints: "outliers"
4606     whiskerwidth: 0
4607   layout:
4608     title: ""  # No title
4609     layout: "plot-throughput"
4610
4611 -
4612   type: "plot"
4613   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4614   algorithm: "plot_performance_box"
4615   output-file-type: ".html"
4616   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4617   data: "plot-vpp-throughput-latency-3n-hsw"
4618   filter: "'NIC_Intel-X710' and
4619            '64B' and
4620            ('BASE' or 'SCALE') and
4621            'NDRPDR' and
4622            '2T2C' and
4623            'IP4FWD' and
4624            not 'IPSEC' and
4625            not 'VHOST'"
4626   parameters:
4627   - "throughput"
4628   - "parent"
4629   traces:
4630     hoverinfo: "x+y"
4631     boxpoints: "outliers"
4632     whiskerwidth: 0
4633   layout:
4634     title: ""  # No title
4635     layout: "plot-throughput"
4636
4637 -
4638   type: "plot"
4639   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4640   algorithm: "plot_performance_box"
4641   output-file-type: ".html"
4642   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4643   data: "plot-vpp-throughput-latency-3n-hsw"
4644   filter: "'NIC_Intel-X710' and
4645            '64B' and
4646            ('BASE' or 'SCALE') and
4647            'NDRPDR' and
4648            '2T2C' and
4649            'IP4FWD' and
4650            not 'IPSEC' and
4651            not 'VHOST'"
4652   parameters:
4653   - "throughput"
4654   - "parent"
4655   traces:
4656     hoverinfo: "x+y"
4657     boxpoints: "outliers"
4658     whiskerwidth: 0
4659   layout:
4660     title: ""  # No title
4661     layout: "plot-throughput"
4662
4663 -
4664   type: "plot"
4665   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
4666   algorithm: "plot_performance_box"
4667   output-file-type: ".html"
4668   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
4669   data: "plot-vpp-throughput-latency-3n-hsw"
4670   filter: "'NIC_Intel-X710' and
4671            '64B' and
4672            'FEATURE' and
4673            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4674            'NDRPDR' and
4675            '1T1C' and
4676            'IP4FWD' and
4677            not 'IPSEC' and
4678            not 'VHOST'"
4679   parameters:
4680   - "throughput"
4681   - "parent"
4682   traces:
4683     hoverinfo: "x+y"
4684     boxpoints: "outliers"
4685     whiskerwidth: 0
4686   layout:
4687     title: ""  # No title
4688     layout: "plot-throughput"
4689
4690 -
4691   type: "plot"
4692   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
4693   algorithm: "plot_performance_box"
4694   output-file-type: ".html"
4695   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
4696   data: "plot-vpp-throughput-latency-3n-hsw"
4697   filter: "'NIC_Intel-X710' and
4698            '64B' and
4699            'FEATURE' and
4700            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4701            'NDRPDR' and
4702            '1T1C' and
4703            'IP4FWD' and
4704            not 'IPSEC' and
4705            not 'VHOST'"
4706   parameters:
4707   - "throughput"
4708   - "parent"
4709   traces:
4710     hoverinfo: "x+y"
4711     boxpoints: "outliers"
4712     whiskerwidth: 0
4713   layout:
4714     title: ""  # No title
4715     layout: "plot-throughput"
4716
4717 -
4718   type: "plot"
4719   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
4720   algorithm: "plot_performance_box"
4721   output-file-type: ".html"
4722   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
4723   data: "plot-vpp-throughput-latency-3n-hsw"
4724   filter: "'NIC_Intel-X710' and
4725            '64B' and
4726            'FEATURE' and
4727            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4728            'NDRPDR' and
4729            '2T2C' and
4730            'IP4FWD' and
4731            not 'IPSEC' and
4732            not 'VHOST'"
4733   parameters:
4734   - "throughput"
4735   - "parent"
4736   traces:
4737     hoverinfo: "x+y"
4738     boxpoints: "outliers"
4739     whiskerwidth: 0
4740   layout:
4741     title: ""  # No title
4742     layout: "plot-throughput"
4743
4744 -
4745   type: "plot"
4746   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
4747   algorithm: "plot_performance_box"
4748   output-file-type: ".html"
4749   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
4750   data: "plot-vpp-throughput-latency-3n-hsw"
4751   filter: "'NIC_Intel-X710' and
4752            '64B' and
4753            'FEATURE' and
4754            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4755            'NDRPDR' and
4756            '2T2C' and
4757            'IP4FWD' and
4758            not 'IPSEC' and
4759            not 'VHOST'"
4760   parameters:
4761   - "throughput"
4762   - "parent"
4763   traces:
4764     hoverinfo: "x+y"
4765     boxpoints: "outliers"
4766     whiskerwidth: 0
4767   layout:
4768     title: ""  # No title
4769     layout: "plot-throughput"
4770
4771 # Packet Throughput - VPP IPv4 3n-hsw-xl710
4772 -
4773   type: "plot"
4774   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4775   algorithm: "plot_performance_box"
4776   output-file-type: ".html"
4777   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4778   data: "plot-vpp-throughput-latency-3n-hsw"
4779   filter: "'NIC_Intel-XL710' and
4780            '64B' and
4781            ('BASE' or 'SCALE') and
4782            'NDRPDR' and
4783            '1T1C' and
4784            'IP4FWD' and
4785            not 'IPSEC' and
4786            not 'VHOST'"
4787   parameters:
4788   - "throughput"
4789   - "parent"
4790   traces:
4791     hoverinfo: "x+y"
4792     boxpoints: "outliers"
4793     whiskerwidth: 0
4794   layout:
4795     title: ""  # No title
4796     layout: "plot-throughput"
4797
4798 -
4799   type: "plot"
4800   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4801   algorithm: "plot_performance_box"
4802   output-file-type: ".html"
4803   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4804   data: "plot-vpp-throughput-latency-3n-hsw"
4805   filter: "'NIC_Intel-XL710' and
4806            '64B' and
4807            ('BASE' or 'SCALE') and
4808            'NDRPDR' and
4809            '1T1C' and
4810            'IP4FWD' and
4811            not 'IPSEC' and
4812            not 'VHOST'"
4813   parameters:
4814   - "throughput"
4815   - "parent"
4816   traces:
4817     hoverinfo: "x+y"
4818     boxpoints: "outliers"
4819     whiskerwidth: 0
4820   layout:
4821     title: ""  # No title
4822     layout: "plot-throughput"
4823
4824 -
4825   type: "plot"
4826   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4827   algorithm: "plot_performance_box"
4828   output-file-type: ".html"
4829   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4830   data: "plot-vpp-throughput-latency-3n-hsw"
4831   filter: "'NIC_Intel-XL710' and
4832            '64B' and
4833            ('BASE' or 'SCALE') and
4834            'NDRPDR' and
4835            '2T2C' and
4836            'IP4FWD' and
4837            not 'IPSEC' and
4838            not 'VHOST'"
4839   parameters:
4840   - "throughput"
4841   - "parent"
4842   traces:
4843     hoverinfo: "x+y"
4844     boxpoints: "outliers"
4845     whiskerwidth: 0
4846   layout:
4847     title: ""  # No title
4848     layout: "plot-throughput"
4849
4850 -
4851   type: "plot"
4852   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4853   algorithm: "plot_performance_box"
4854   output-file-type: ".html"
4855   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4856   data: "plot-vpp-throughput-latency-3n-hsw"
4857   filter: "'NIC_Intel-XL710' and
4858            '64B' and
4859            ('BASE' or 'SCALE') and
4860            'NDRPDR' and
4861            '2T2C' and
4862            'IP4FWD' and
4863            not 'IPSEC' and
4864            not 'VHOST'"
4865   parameters:
4866   - "throughput"
4867   - "parent"
4868   traces:
4869     hoverinfo: "x+y"
4870     boxpoints: "outliers"
4871     whiskerwidth: 0
4872   layout:
4873     title: ""  # No title
4874     layout: "plot-throughput"
4875
4876 # Packet Throughput - VPP IPv4 3n-skx-x710
4877 -
4878   type: "plot"
4879   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4880   algorithm: "plot_performance_box"
4881   output-file-type: ".html"
4882   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4883   data: "plot-vpp-throughput-latency-3n-skx"
4884   filter: "'NIC_Intel-X710' and
4885            '64B' and
4886            ('BASE' or 'SCALE') and
4887            'NDRPDR' and
4888            '2T1C' and
4889            'IP4FWD' and
4890            not 'IPSEC' and
4891            not 'VHOST'"
4892   parameters:
4893   - "throughput"
4894   - "parent"
4895   traces:
4896     hoverinfo: "x+y"
4897     boxpoints: "outliers"
4898     whiskerwidth: 0
4899   layout:
4900     title: ""  # No title
4901     layout: "plot-throughput"
4902
4903 -
4904   type: "plot"
4905   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4906   algorithm: "plot_performance_box"
4907   output-file-type: ".html"
4908   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4909   data: "plot-vpp-throughput-latency-3n-skx"
4910   filter: "'NIC_Intel-X710' and
4911            '64B' and
4912            ('BASE' or 'SCALE') and
4913            'NDRPDR' and
4914            '2T1C' and
4915            'IP4FWD' and
4916            not 'IPSEC' and
4917            not 'VHOST'"
4918   parameters:
4919   - "throughput"
4920   - "parent"
4921   traces:
4922     hoverinfo: "x+y"
4923     boxpoints: "outliers"
4924     whiskerwidth: 0
4925   layout:
4926     title: ""  # No title
4927     layout: "plot-throughput"
4928
4929 -
4930   type: "plot"
4931   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4932   algorithm: "plot_performance_box"
4933   output-file-type: ".html"
4934   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4935   data: "plot-vpp-throughput-latency-3n-skx"
4936   filter: "'NIC_Intel-X710' and
4937            '64B' and
4938            ('BASE' or 'SCALE') and
4939            'NDRPDR' and
4940            '4T2C' and
4941            'IP4FWD' and
4942            not 'IPSEC' and
4943            not 'VHOST'"
4944   parameters:
4945   - "throughput"
4946   - "parent"
4947   traces:
4948     hoverinfo: "x+y"
4949     boxpoints: "outliers"
4950     whiskerwidth: 0
4951   layout:
4952     title: ""  # No title
4953     layout: "plot-throughput"
4954
4955 -
4956   type: "plot"
4957   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4958   algorithm: "plot_performance_box"
4959   output-file-type: ".html"
4960   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4961   data: "plot-vpp-throughput-latency-3n-skx"
4962   filter: "'NIC_Intel-X710' and
4963            '64B' and
4964            ('BASE' or 'SCALE') and
4965            'NDRPDR' and
4966            '4T2C' and
4967            'IP4FWD' and
4968            not 'IPSEC' and
4969            not 'VHOST'"
4970   parameters:
4971   - "throughput"
4972   - "parent"
4973   traces:
4974     hoverinfo: "x+y"
4975     boxpoints: "outliers"
4976     whiskerwidth: 0
4977   layout:
4978     title: ""  # No title
4979     layout: "plot-throughput"
4980
4981 -
4982   type: "plot"
4983   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
4984   algorithm: "plot_performance_box"
4985   output-file-type: ".html"
4986   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
4987   data: "plot-vpp-throughput-latency-3n-skx"
4988   filter: "'NIC_Intel-X710' and
4989            '64B' and
4990            'FEATURE' and
4991            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4992            'NDRPDR' and
4993            '2T1C' and
4994            'IP4FWD' and
4995            not 'IPSEC' and
4996            not 'VHOST'"
4997   parameters:
4998   - "throughput"
4999   - "parent"
5000   traces:
5001     hoverinfo: "x+y"
5002     boxpoints: "outliers"
5003     whiskerwidth: 0
5004   layout:
5005     title: ""  # No title
5006     layout: "plot-throughput"
5007
5008 -
5009   type: "plot"
5010   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
5011   algorithm: "plot_performance_box"
5012   output-file-type: ".html"
5013   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
5014   data: "plot-vpp-throughput-latency-3n-skx"
5015   filter: "'NIC_Intel-X710' and
5016            '64B' and
5017            'FEATURE' and
5018            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5019            'NDRPDR' and
5020            '2T1C' and
5021            'IP4FWD' and
5022            not 'IPSEC' and
5023            not 'VHOST'"
5024   parameters:
5025   - "throughput"
5026   - "parent"
5027   traces:
5028     hoverinfo: "x+y"
5029     boxpoints: "outliers"
5030     whiskerwidth: 0
5031   layout:
5032     title: ""  # No title
5033     layout: "plot-throughput"
5034
5035 -
5036   type: "plot"
5037   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
5038   algorithm: "plot_performance_box"
5039   output-file-type: ".html"
5040   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
5041   data: "plot-vpp-throughput-latency-3n-skx"
5042   filter: "'NIC_Intel-X710' and
5043            '64B' and
5044            'FEATURE' and
5045            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5046            'NDRPDR' and
5047            '4T2C' and
5048            'IP4FWD' and
5049            not 'IPSEC' and
5050            not 'VHOST'"
5051   parameters:
5052   - "throughput"
5053   - "parent"
5054   traces:
5055     hoverinfo: "x+y"
5056     boxpoints: "outliers"
5057     whiskerwidth: 0
5058   layout:
5059     title: ""  # No title
5060     layout: "plot-throughput"
5061
5062 -
5063   type: "plot"
5064   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
5065   algorithm: "plot_performance_box"
5066   output-file-type: ".html"
5067   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
5068   data: "plot-vpp-throughput-latency-3n-skx"
5069   filter: "'NIC_Intel-X710' and
5070            '64B' and
5071            'FEATURE' and
5072            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5073            'NDRPDR' and
5074            '4T2C' and
5075            'IP4FWD' and
5076            not 'IPSEC' and
5077            not 'VHOST'"
5078   parameters:
5079   - "throughput"
5080   - "parent"
5081   traces:
5082     hoverinfo: "x+y"
5083     boxpoints: "outliers"
5084     whiskerwidth: 0
5085   layout:
5086     title: ""  # No title
5087     layout: "plot-throughput"
5088
5089 # Packet Throughput - VPP IPv4 2n-skx-x710
5090 -
5091   type: "plot"
5092   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5093   algorithm: "plot_performance_box"
5094   output-file-type: ".html"
5095   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5096   data: "plot-vpp-throughput-latency-2n-skx"
5097   filter: "'NIC_Intel-X710' and
5098            '64B' and
5099            ('BASE' or 'SCALE') and
5100            'NDRPDR' and
5101            '2T1C' and
5102            'IP4FWD' and
5103            not 'IPSEC' and
5104            not 'VHOST'"
5105   parameters:
5106   - "throughput"
5107   - "parent"
5108   traces:
5109     hoverinfo: "x+y"
5110     boxpoints: "outliers"
5111     whiskerwidth: 0
5112   layout:
5113     title: ""  # No title
5114     layout: "plot-throughput"
5115
5116 -
5117   type: "plot"
5118   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5119   algorithm: "plot_performance_box"
5120   output-file-type: ".html"
5121   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5122   data: "plot-vpp-throughput-latency-2n-skx"
5123   filter: "'NIC_Intel-X710' and
5124            '64B' and
5125            ('BASE' or 'SCALE') and
5126            'NDRPDR' and
5127            '2T1C' and
5128            'IP4FWD' and
5129            not 'IPSEC' and
5130            not 'VHOST'"
5131   parameters:
5132   - "throughput"
5133   - "parent"
5134   traces:
5135     hoverinfo: "x+y"
5136     boxpoints: "outliers"
5137     whiskerwidth: 0
5138   layout:
5139     title: ""  # No title
5140     layout: "plot-throughput"
5141
5142 -
5143   type: "plot"
5144   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5145   algorithm: "plot_performance_box"
5146   output-file-type: ".html"
5147   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5148   data: "plot-vpp-throughput-latency-2n-skx"
5149   filter: "'NIC_Intel-X710' and
5150            '64B' and
5151            ('BASE' or 'SCALE') and
5152            'NDRPDR' and
5153            '4T2C' and
5154            'IP4FWD' and
5155            not 'IPSEC' and
5156            not 'VHOST'"
5157   parameters:
5158   - "throughput"
5159   - "parent"
5160   traces:
5161     hoverinfo: "x+y"
5162     boxpoints: "outliers"
5163     whiskerwidth: 0
5164   layout:
5165     title: ""  # No title
5166     layout: "plot-throughput"
5167
5168 -
5169   type: "plot"
5170   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5171   algorithm: "plot_performance_box"
5172   output-file-type: ".html"
5173   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5174   data: "plot-vpp-throughput-latency-2n-skx"
5175   filter: "'NIC_Intel-X710' and
5176            '64B' and
5177            ('BASE' or 'SCALE') and
5178            'NDRPDR' and
5179            '4T2C' and
5180            'IP4FWD' and
5181            not 'IPSEC' and
5182            not 'VHOST'"
5183   parameters:
5184   - "throughput"
5185   - "parent"
5186   traces:
5187     hoverinfo: "x+y"
5188     boxpoints: "outliers"
5189     whiskerwidth: 0
5190   layout:
5191     title: ""  # No title
5192     layout: "plot-throughput"
5193
5194 # Packet Throughput - VPP IPv4 2n-skx-xxv710
5195 -
5196   type: "plot"
5197   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5198   algorithm: "plot_performance_box"
5199   output-file-type: ".html"
5200   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5201   data: "plot-vpp-throughput-latency-2n-skx"
5202   filter: "'NIC_Intel-XXV710' and
5203            '64B' and
5204            ('BASE' or 'SCALE') and
5205            'NDRPDR' and
5206            '2T1C' and
5207            'IP4FWD' and
5208            not 'IPSEC' and
5209            not 'VHOST'"
5210   parameters:
5211   - "throughput"
5212   - "parent"
5213   traces:
5214     hoverinfo: "x+y"
5215     boxpoints: "outliers"
5216     whiskerwidth: 0
5217   layout:
5218     title: ""  # No title
5219     layout: "plot-throughput"
5220
5221 -
5222   type: "plot"
5223   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5224   algorithm: "plot_performance_box"
5225   output-file-type: ".html"
5226   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5227   data: "plot-vpp-throughput-latency-2n-skx"
5228   filter: "'NIC_Intel-XXV710' and
5229            '64B' and
5230            ('BASE' or 'SCALE') and
5231            'NDRPDR' and
5232            '2T1C' and
5233            'IP4FWD' and
5234            not 'IPSEC' and
5235            not 'VHOST'"
5236   parameters:
5237   - "throughput"
5238   - "parent"
5239   traces:
5240     hoverinfo: "x+y"
5241     boxpoints: "outliers"
5242     whiskerwidth: 0
5243   layout:
5244     title: ""  # No title
5245     layout: "plot-throughput"
5246
5247 -
5248   type: "plot"
5249   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5250   algorithm: "plot_performance_box"
5251   output-file-type: ".html"
5252   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5253   data: "plot-vpp-throughput-latency-2n-skx"
5254   filter: "'NIC_Intel-XXV710' and
5255            '64B' and
5256            ('BASE' or 'SCALE') and
5257            'NDRPDR' and
5258            '4T2C' and
5259            'IP4FWD' and
5260            not 'IPSEC' and
5261            not 'VHOST'"
5262   parameters:
5263   - "throughput"
5264   - "parent"
5265   traces:
5266     hoverinfo: "x+y"
5267     boxpoints: "outliers"
5268     whiskerwidth: 0
5269   layout:
5270     title: ""  # No title
5271     layout: "plot-throughput"
5272
5273 -
5274   type: "plot"
5275   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5276   algorithm: "plot_performance_box"
5277   output-file-type: ".html"
5278   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5279   data: "plot-vpp-throughput-latency-2n-skx"
5280   filter: "'NIC_Intel-XXV710' and
5281            '64B' and
5282            ('BASE' or 'SCALE') and
5283            'NDRPDR' and
5284            '4T2C' and
5285            'IP4FWD' and
5286            not 'IPSEC' and
5287            not 'VHOST'"
5288   parameters:
5289   - "throughput"
5290   - "parent"
5291   traces:
5292     hoverinfo: "x+y"
5293     boxpoints: "outliers"
5294     whiskerwidth: 0
5295   layout:
5296     title: ""  # No title
5297     layout: "plot-throughput"
5298
5299 ################################################################################
5300
5301 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520
5302 -
5303   type: "plot"
5304   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5305   algorithm: "plot_performance_box"
5306   output-file-type: ".html"
5307   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5308   data: "plot-vpp-throughput-latency-3n-hsw"
5309   filter: "'NIC_Intel-X520-DA2' and
5310            '64B' and
5311            'ENCAP' and
5312            'NDRPDR' and
5313            '1T1C' and
5314            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5315            not 'VHOST' and
5316            not 'IPSECHW'"
5317   parameters:
5318   - "throughput"
5319   - "parent"
5320   traces:
5321     hoverinfo: "x+y"
5322     boxpoints: "outliers"
5323     whiskerwidth: 0
5324   layout:
5325     title: ""  # No title
5326     layout: "plot-throughput"
5327
5328 -
5329   type: "plot"
5330   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5331   algorithm: "plot_performance_box"
5332   output-file-type: ".html"
5333   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5334   data: "plot-vpp-throughput-latency-3n-hsw"
5335   filter: "'NIC_Intel-X520-DA2' and
5336            '64B' and
5337            'ENCAP' and
5338            'NDRPDR' and
5339            '1T1C' and
5340            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5341            not 'VHOST' and
5342            not 'IPSECHW'"
5343   parameters:
5344   - "throughput"
5345   - "parent"
5346   traces:
5347     hoverinfo: "x+y"
5348     boxpoints: "outliers"
5349     whiskerwidth: 0
5350   layout:
5351     title: ""  # No title
5352     layout: "plot-throughput"
5353
5354 -
5355   type: "plot"
5356   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5357   algorithm: "plot_performance_box"
5358   output-file-type: ".html"
5359   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5360   data: "plot-vpp-throughput-latency-3n-hsw"
5361   filter: "'NIC_Intel-X520-DA2' and
5362            '64B' and
5363            'ENCAP' and
5364            'NDRPDR' and
5365            '2T2C' and
5366            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5367            not 'VHOST' and
5368            not 'IPSECHW'"
5369   parameters:
5370   - "throughput"
5371   - "parent"
5372   traces:
5373     hoverinfo: "x+y"
5374     boxpoints: "outliers"
5375     whiskerwidth: 0
5376   layout:
5377     title: ""  # No title
5378     layout: "plot-throughput"
5379
5380 -
5381   type: "plot"
5382   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5383   algorithm: "plot_performance_box"
5384   output-file-type: ".html"
5385   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5386   data: "plot-vpp-throughput-latency-3n-hsw"
5387   filter: "'NIC_Intel-X520-DA2' and
5388            '64B' and
5389            'ENCAP' and
5390            'NDRPDR' and
5391            '2T2C' and
5392            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5393            not 'VHOST' and
5394            not 'IPSECHW'"
5395   parameters:
5396   - "throughput"
5397   - "parent"
5398   traces:
5399     hoverinfo: "x+y"
5400     boxpoints: "outliers"
5401     whiskerwidth: 0
5402   layout:
5403     title: ""  # No title
5404     layout: "plot-throughput"
5405
5406 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710
5407 -
5408   type: "plot"
5409   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5410   algorithm: "plot_performance_box"
5411   output-file-type: ".html"
5412   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5413   data: "plot-vpp-throughput-latency-3n-hsw"
5414   filter: "'NIC_Intel-X710' and
5415            '64B' and
5416            'ENCAP' and
5417            'NDRPDR' and
5418            '1T1C' and
5419            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5420            not 'VHOST' and
5421            not 'IPSECHW'"
5422   parameters:
5423   - "throughput"
5424   - "parent"
5425   traces:
5426     hoverinfo: "x+y"
5427     boxpoints: "outliers"
5428     whiskerwidth: 0
5429   layout:
5430     title: ""  # No title
5431     layout: "plot-throughput"
5432
5433 -
5434   type: "plot"
5435   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5436   algorithm: "plot_performance_box"
5437   output-file-type: ".html"
5438   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5439   data: "plot-vpp-throughput-latency-3n-hsw"
5440   filter: "'NIC_Intel-X710' and
5441            '64B' and
5442            'ENCAP' and
5443            'NDRPDR' and
5444            '1T1C' and
5445            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5446            not 'VHOST' and
5447            not 'IPSECHW'"
5448   parameters:
5449   - "throughput"
5450   - "parent"
5451   traces:
5452     hoverinfo: "x+y"
5453     boxpoints: "outliers"
5454     whiskerwidth: 0
5455   layout:
5456     title: ""  # No title
5457     layout: "plot-throughput"
5458
5459 -
5460   type: "plot"
5461   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5462   algorithm: "plot_performance_box"
5463   output-file-type: ".html"
5464   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5465   data: "plot-vpp-throughput-latency-3n-hsw"
5466   filter: "'NIC_Intel-X710' and
5467            '64B' and
5468            'ENCAP' and
5469            'NDRPDR' and
5470            '2T2C' and
5471            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5472            not 'VHOST' and
5473            not 'IPSECHW'"
5474   parameters:
5475   - "throughput"
5476   - "parent"
5477   traces:
5478     hoverinfo: "x+y"
5479     boxpoints: "outliers"
5480     whiskerwidth: 0
5481   layout:
5482     title: ""  # No title
5483     layout: "plot-throughput"
5484
5485 -
5486   type: "plot"
5487   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5488   algorithm: "plot_performance_box"
5489   output-file-type: ".html"
5490   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5491   data: "plot-vpp-throughput-latency-3n-hsw"
5492   filter: "'NIC_Intel-X710' and
5493            '64B' and
5494            'ENCAP' and
5495            'NDRPDR' and
5496            '2T2C' and
5497            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5498            not 'VHOST' and
5499            not 'IPSECHW'"
5500   parameters:
5501   - "throughput"
5502   - "parent"
5503   traces:
5504     hoverinfo: "x+y"
5505     boxpoints: "outliers"
5506     whiskerwidth: 0
5507   layout:
5508     title: ""  # No title
5509     layout: "plot-throughput"
5510
5511 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710
5512 -
5513   type: "plot"
5514   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5515   algorithm: "plot_performance_box"
5516   output-file-type: ".html"
5517   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5518   data: "plot-vpp-throughput-latency-3n-skx"
5519   filter: "'NIC_Intel-X710' and
5520            '64B' and
5521            'ENCAP' and
5522            'NDRPDR' and
5523            '2T1C' and
5524            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5525            not 'VHOST' and
5526            not 'IPSECHW'"
5527   parameters:
5528   - "throughput"
5529   - "parent"
5530   traces:
5531     hoverinfo: "x+y"
5532     boxpoints: "outliers"
5533     whiskerwidth: 0
5534   layout:
5535     title: ""  # No title
5536     layout: "plot-throughput"
5537
5538 -
5539   type: "plot"
5540   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5541   algorithm: "plot_performance_box"
5542   output-file-type: ".html"
5543   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5544   data: "plot-vpp-throughput-latency-3n-skx"
5545   filter: "'NIC_Intel-X710' and
5546            '64B' and
5547            'ENCAP' and
5548            'NDRPDR' and
5549            '2T1C' and
5550            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5551            not 'VHOST' and
5552            not 'IPSECHW'"
5553   parameters:
5554   - "throughput"
5555   - "parent"
5556   traces:
5557     hoverinfo: "x+y"
5558     boxpoints: "outliers"
5559     whiskerwidth: 0
5560   layout:
5561     title: ""  # No title
5562     layout: "plot-throughput"
5563
5564 -
5565   type: "plot"
5566   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5567   algorithm: "plot_performance_box"
5568   output-file-type: ".html"
5569   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5570   data: "plot-vpp-throughput-latency-3n-skx"
5571   filter: "'NIC_Intel-X710' and
5572            '64B' and
5573            'ENCAP' and
5574            'NDRPDR' and
5575            '4T2C' and
5576            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5577            not 'VHOST' and
5578            not 'IPSECHW'"
5579   parameters:
5580   - "throughput"
5581   - "parent"
5582   traces:
5583     hoverinfo: "x+y"
5584     boxpoints: "outliers"
5585     whiskerwidth: 0
5586   layout:
5587     title: ""  # No title
5588     layout: "plot-throughput"
5589
5590 -
5591   type: "plot"
5592   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5593   algorithm: "plot_performance_box"
5594   output-file-type: ".html"
5595   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5596   data: "plot-vpp-throughput-latency-3n-skx"
5597   filter: "'NIC_Intel-X710' and
5598            '64B' and
5599            'ENCAP' and
5600            'NDRPDR' and
5601            '4T2C' and
5602            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5603            not 'VHOST' and
5604            not 'IPSECHW'"
5605   parameters:
5606   - "throughput"
5607   - "parent"
5608   traces:
5609     hoverinfo: "x+y"
5610     boxpoints: "outliers"
5611     whiskerwidth: 0
5612   layout:
5613     title: ""  # No title
5614     layout: "plot-throughput"
5615
5616 ################################################################################
5617
5618 # Packet Throughput - VPP IPv6 3n-hsw-x520
5619 -
5620   type: "plot"
5621   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
5622   algorithm: "plot_performance_box"
5623   output-file-type: ".html"
5624   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
5625   data: "plot-vpp-throughput-latency-3n-hsw"
5626   filter: "'NIC_Intel-X520-DA2' and
5627            '78B' and
5628            ('BASE' or 'SCALE') and
5629            'NDRPDR' and
5630            '1T1C' and
5631            'IP6FWD' and
5632            not 'SRv6' and
5633            not 'IPSEC' and
5634            not 'VHOST'"
5635   parameters:
5636   - "throughput"
5637   - "parent"
5638   traces:
5639     hoverinfo: "x+y"
5640     boxpoints: "outliers"
5641     whiskerwidth: 0
5642   layout:
5643     title: ""  # No title
5644     layout: "plot-throughput"
5645
5646 -
5647   type: "plot"
5648   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
5649   algorithm: "plot_performance_box"
5650   output-file-type: ".html"
5651   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
5652   data: "plot-vpp-throughput-latency-3n-hsw"
5653   filter: "'NIC_Intel-X520-DA2' and
5654            '78B' and
5655            ('BASE' or 'SCALE') and
5656            'NDRPDR' and
5657            '1T1C' and
5658            'IP6FWD' and
5659            not 'SRv6' and
5660            not 'IPSEC' and
5661            not 'VHOST'"
5662   parameters:
5663   - "throughput"
5664   - "parent"
5665   traces:
5666     hoverinfo: "x+y"
5667     boxpoints: "outliers"
5668     whiskerwidth: 0
5669   layout:
5670     title: ""  # No title
5671     layout: "plot-throughput"
5672
5673 -
5674   type: "plot"
5675   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
5676   algorithm: "plot_performance_box"
5677   output-file-type: ".html"
5678   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
5679   data: "plot-vpp-throughput-latency-3n-hsw"
5680   filter: "'NIC_Intel-X520-DA2' and
5681            '78B' and
5682            ('BASE' or 'SCALE') and
5683            'NDRPDR' and
5684            '2T2C' and
5685            'IP6FWD' and
5686            not 'SRv6' and
5687            not 'IPSEC' and
5688            not 'VHOST'"
5689   parameters:
5690   - "throughput"
5691   - "parent"
5692   traces:
5693     hoverinfo: "x+y"
5694     boxpoints: "outliers"
5695     whiskerwidth: 0
5696   layout:
5697     title: ""  # No title
5698     layout: "plot-throughput"
5699
5700 -
5701   type: "plot"
5702   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
5703   algorithm: "plot_performance_box"
5704   output-file-type: ".html"
5705   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
5706   data: "plot-vpp-throughput-latency-3n-hsw"
5707   filter: "'NIC_Intel-X520-DA2' and
5708            '78B' and
5709            ('BASE' or 'SCALE') and
5710            'NDRPDR' and
5711            '2T2C' and
5712            'IP6FWD' and
5713            not 'SRv6' and
5714            not 'IPSEC' and
5715            not 'VHOST'"
5716   parameters:
5717   - "throughput"
5718   - "parent"
5719   traces:
5720     hoverinfo: "x+y"
5721     boxpoints: "outliers"
5722     whiskerwidth: 0
5723   layout:
5724     title: ""  # No title
5725     layout: "plot-throughput"
5726
5727 # Packet Throughput - VPP IPv6 3n-hsw-x710
5728 -
5729   type: "plot"
5730   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
5731   algorithm: "plot_performance_box"
5732   output-file-type: ".html"
5733   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
5734   data: "plot-vpp-throughput-latency-3n-hsw"
5735   filter: "'NIC_Intel-X710' and
5736            '78B' and
5737            ('BASE' or 'SCALE') and
5738            'NDRPDR' and
5739            '1T1C' and
5740            'IP6FWD' and
5741            not 'SRv6' and
5742            not 'IPSEC' and
5743            not 'VHOST'"
5744   parameters:
5745   - "throughput"
5746   - "parent"
5747   traces:
5748     hoverinfo: "x+y"
5749     boxpoints: "outliers"
5750     whiskerwidth: 0
5751   layout:
5752     title: ""  # No title
5753     layout: "plot-throughput"
5754
5755 -
5756   type: "plot"
5757   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
5758   algorithm: "plot_performance_box"
5759   output-file-type: ".html"
5760   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
5761   data: "plot-vpp-throughput-latency-3n-hsw"
5762   filter: "'NIC_Intel-X710' and
5763            '78B' and
5764            ('BASE' or 'SCALE') and
5765            'NDRPDR' and
5766            '1T1C' and
5767            'IP6FWD' and
5768            not 'SRv6' and
5769            not 'IPSEC' and
5770            not 'VHOST'"
5771   parameters:
5772   - "throughput"
5773   - "parent"
5774   traces:
5775     hoverinfo: "x+y"
5776     boxpoints: "outliers"
5777     whiskerwidth: 0
5778   layout:
5779     title: ""  # No title
5780     layout: "plot-throughput"
5781
5782 -
5783   type: "plot"
5784   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
5785   algorithm: "plot_performance_box"
5786   output-file-type: ".html"
5787   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
5788   data: "plot-vpp-throughput-latency-3n-hsw"
5789   filter: "'NIC_Intel-X710' and
5790            '78B' and
5791            ('BASE' or 'SCALE') and
5792            'NDRPDR' and
5793            '2T2C' and
5794            'IP6FWD' and
5795            not 'SRv6' and
5796            not 'IPSEC' and
5797            not 'VHOST'"
5798   parameters:
5799   - "throughput"
5800   - "parent"
5801   traces:
5802     hoverinfo: "x+y"
5803     boxpoints: "outliers"
5804     whiskerwidth: 0
5805   layout:
5806     title: ""  # No title
5807     layout: "plot-throughput"
5808
5809 -
5810   type: "plot"
5811   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
5812   algorithm: "plot_performance_box"
5813   output-file-type: ".html"
5814   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
5815   data: "plot-vpp-throughput-latency-3n-hsw"
5816   filter: "'NIC_Intel-X710' and
5817            '78B' and
5818            ('BASE' or 'SCALE') and
5819            'NDRPDR' and
5820            '2T2C' and
5821            'IP6FWD' and
5822            not 'SRv6' and
5823            not 'IPSEC' and
5824            not 'VHOST'"
5825   parameters:
5826   - "throughput"
5827   - "parent"
5828   traces:
5829     hoverinfo: "x+y"
5830     boxpoints: "outliers"
5831     whiskerwidth: 0
5832   layout:
5833     title: ""  # No title
5834     layout: "plot-throughput"
5835
5836 # Packet Throughput - VPP IPv6 3n-hsw-xl710
5837 -
5838   type: "plot"
5839   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
5840   algorithm: "plot_performance_box"
5841   output-file-type: ".html"
5842   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
5843   data: "plot-vpp-throughput-latency-3n-hsw"
5844   filter: "'NIC_Intel-XL710' and
5845            '78B' and
5846            ('BASE' or 'SCALE') and
5847            'NDRPDR' and
5848            '1T1C' and
5849            'IP6FWD' and
5850            not 'SRv6' and
5851            not 'IPSEC' and
5852            not 'VHOST'"
5853   parameters:
5854   - "throughput"
5855   - "parent"
5856   traces:
5857     hoverinfo: "x+y"
5858     boxpoints: "outliers"
5859     whiskerwidth: 0
5860   layout:
5861     title: ""  # No title
5862     layout: "plot-throughput"
5863
5864 -
5865   type: "plot"
5866   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
5867   algorithm: "plot_performance_box"
5868   output-file-type: ".html"
5869   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
5870   data: "plot-vpp-throughput-latency-3n-hsw"
5871   filter: "'NIC_Intel-XL710' and
5872            '78B' and
5873            ('BASE' or 'SCALE') and
5874            'NDRPDR' and
5875            '1T1C' and
5876            'IP6FWD' and
5877            not 'SRv6' and
5878            not 'IPSEC' and
5879            not 'VHOST'"
5880   parameters:
5881   - "throughput"
5882   - "parent"
5883   traces:
5884     hoverinfo: "x+y"
5885     boxpoints: "outliers"
5886     whiskerwidth: 0
5887   layout:
5888     title: ""  # No title
5889     layout: "plot-throughput"
5890
5891 -
5892   type: "plot"
5893   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
5894   algorithm: "plot_performance_box"
5895   output-file-type: ".html"
5896   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
5897   data: "plot-vpp-throughput-latency-3n-hsw"
5898   filter: "'NIC_Intel-XL710' and
5899            '78B' and
5900            ('BASE' or 'SCALE') and
5901            'NDRPDR' and
5902            '2T2C' and
5903            'IP6FWD' and
5904            not 'SRv6' and
5905            not 'IPSEC' and
5906            not 'VHOST'"
5907   parameters:
5908   - "throughput"
5909   - "parent"
5910   traces:
5911     hoverinfo: "x+y"
5912     boxpoints: "outliers"
5913     whiskerwidth: 0
5914   layout:
5915     title: ""  # No title
5916     layout: "plot-throughput"
5917
5918 -
5919   type: "plot"
5920   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
5921   algorithm: "plot_performance_box"
5922   output-file-type: ".html"
5923   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
5924   data: "plot-vpp-throughput-latency-3n-hsw"
5925   filter: "'NIC_Intel-XL710' and
5926            '78B' and
5927            ('BASE' or 'SCALE') and
5928            'NDRPDR' and
5929            '2T2C' and
5930            'IP6FWD' and
5931            not 'SRv6' and
5932            not 'IPSEC' and
5933            not 'VHOST'"
5934   parameters:
5935   - "throughput"
5936   - "parent"
5937   traces:
5938     hoverinfo: "x+y"
5939     boxpoints: "outliers"
5940     whiskerwidth: 0
5941   layout:
5942     title: ""  # No title
5943     layout: "plot-throughput"
5944
5945 # Packet Throughput - VPP IPv6 3n-skx-x710
5946 -
5947   type: "plot"
5948   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
5949   algorithm: "plot_performance_box"
5950   output-file-type: ".html"
5951   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
5952   data: "plot-vpp-throughput-latency-3n-skx"
5953   filter: "'NIC_Intel-X710' and
5954            '78B' and
5955            ('BASE' or 'SCALE') and
5956            'NDRPDR' and
5957            '2T1C' and
5958            'IP6FWD' and
5959            not 'SRv6' and
5960            not 'IPSEC' and
5961            not 'VHOST'"
5962   parameters:
5963   - "throughput"
5964   - "parent"
5965   traces:
5966     hoverinfo: "x+y"
5967     boxpoints: "outliers"
5968     whiskerwidth: 0
5969   layout:
5970     title: ""  # No title
5971     layout: "plot-throughput"
5972
5973 -
5974   type: "plot"
5975   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
5976   algorithm: "plot_performance_box"
5977   output-file-type: ".html"
5978   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
5979   data: "plot-vpp-throughput-latency-3n-skx"
5980   filter: "'NIC_Intel-X710' and
5981            '78B' and
5982            ('BASE' or 'SCALE') and
5983            'NDRPDR' and
5984            '2T1C' and
5985            'IP6FWD' and
5986            not 'SRv6' and
5987            not 'IPSEC' and
5988            not 'VHOST'"
5989   parameters:
5990   - "throughput"
5991   - "parent"
5992   traces:
5993     hoverinfo: "x+y"
5994     boxpoints: "outliers"
5995     whiskerwidth: 0
5996   layout:
5997     title: ""  # No title
5998     layout: "plot-throughput"
5999
6000 -
6001   type: "plot"
6002   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
6003   algorithm: "plot_performance_box"
6004   output-file-type: ".html"
6005   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
6006   data: "plot-vpp-throughput-latency-3n-skx"
6007   filter: "'NIC_Intel-X710' and
6008            '78B' and
6009            ('BASE' or 'SCALE') and
6010            'NDRPDR' and
6011            '4T2C' and
6012            'IP6FWD' and
6013            not 'SRv6' and
6014            not 'IPSEC' and
6015            not 'VHOST'"
6016   parameters:
6017   - "throughput"
6018   - "parent"
6019   traces:
6020     hoverinfo: "x+y"
6021     boxpoints: "outliers"
6022     whiskerwidth: 0
6023   layout:
6024     title: ""  # No title
6025     layout: "plot-throughput"
6026
6027 -
6028   type: "plot"
6029   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
6030   algorithm: "plot_performance_box"
6031   output-file-type: ".html"
6032   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
6033   data: "plot-vpp-throughput-latency-3n-skx"
6034   filter: "'NIC_Intel-X710' and
6035            '78B' and
6036            ('BASE' or 'SCALE') and
6037            'NDRPDR' and
6038            '4T2C' and
6039            'IP6FWD' and
6040            not 'SRv6' and
6041            not 'IPSEC' and
6042            not 'VHOST'"
6043   parameters:
6044   - "throughput"
6045   - "parent"
6046   traces:
6047     hoverinfo: "x+y"
6048     boxpoints: "outliers"
6049     whiskerwidth: 0
6050   layout:
6051     title: ""  # No title
6052     layout: "plot-throughput"
6053
6054 # Packet Throughput - VPP IPv6 2n-skx-x710
6055 -
6056   type: "plot"
6057   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
6058   algorithm: "plot_performance_box"
6059   output-file-type: ".html"
6060   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
6061   data: "plot-vpp-throughput-latency-2n-skx"
6062   filter: "'NIC_Intel-X710' and
6063            '78B' and
6064            ('BASE' or 'SCALE') and
6065            'NDRPDR' and
6066            '2T1C' and
6067            'IP6FWD' and
6068            not 'SRv6' and
6069            not 'IPSEC' and
6070            not 'VHOST'"
6071   parameters:
6072   - "throughput"
6073   - "parent"
6074   traces:
6075     hoverinfo: "x+y"
6076     boxpoints: "outliers"
6077     whiskerwidth: 0
6078   layout:
6079     title: ""  # No title
6080     layout: "plot-throughput"
6081
6082 -
6083   type: "plot"
6084   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
6085   algorithm: "plot_performance_box"
6086   output-file-type: ".html"
6087   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
6088   data: "plot-vpp-throughput-latency-2n-skx"
6089   filter: "'NIC_Intel-X710' and
6090            '78B' and
6091            ('BASE' or 'SCALE') and
6092            'NDRPDR' and
6093            '2T1C' and
6094            'IP6FWD' and
6095            not 'IPSEC' and
6096            not 'VHOST'"
6097   parameters:
6098   - "throughput"
6099   - "parent"
6100   traces:
6101     hoverinfo: "x+y"
6102     boxpoints: "outliers"
6103     whiskerwidth: 0
6104   layout:
6105     title: ""  # No title
6106     layout: "plot-throughput"
6107
6108 -
6109   type: "plot"
6110   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
6111   algorithm: "plot_performance_box"
6112   output-file-type: ".html"
6113   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
6114   data: "plot-vpp-throughput-latency-2n-skx"
6115   filter: "'NIC_Intel-X710' and
6116            '78B' and
6117            ('BASE' or 'SCALE') and
6118            'NDRPDR' and
6119            '4T2C' and
6120            'IP6FWD' and
6121            not 'SRv6' and
6122            not 'IPSEC' and
6123            not 'VHOST'"
6124   parameters:
6125   - "throughput"
6126   - "parent"
6127   traces:
6128     hoverinfo: "x+y"
6129     boxpoints: "outliers"
6130     whiskerwidth: 0
6131   layout:
6132     title: ""  # No title
6133     layout: "plot-throughput"
6134
6135 -
6136   type: "plot"
6137   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
6138   algorithm: "plot_performance_box"
6139   output-file-type: ".html"
6140   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
6141   data: "plot-vpp-throughput-latency-2n-skx"
6142   filter: "'NIC_Intel-X710' and
6143            '78B' and
6144            ('BASE' or 'SCALE') and
6145            'NDRPDR' and
6146            '4T2C' and
6147            'IP6FWD' and
6148            not 'SRv6' and
6149            not 'IPSEC' and
6150            not 'VHOST'"
6151   parameters:
6152   - "throughput"
6153   - "parent"
6154   traces:
6155     hoverinfo: "x+y"
6156     boxpoints: "outliers"
6157     whiskerwidth: 0
6158   layout:
6159     title: ""  # No title
6160     layout: "plot-throughput"
6161
6162 # Packet Throughput - VPP IPv6 2n-skx-xxv710
6163 -
6164   type: "plot"
6165   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
6166   algorithm: "plot_performance_box"
6167   output-file-type: ".html"
6168   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
6169   data: "plot-vpp-throughput-latency-2n-skx"
6170   filter: "'NIC_Intel-XXV710' and
6171            '78B' and
6172            ('BASE' or 'SCALE') and
6173            'NDRPDR' and
6174            '2T1C' and
6175            'IP6FWD' and
6176            not 'SRv6' and
6177            not 'IPSEC' and
6178            not 'VHOST'"
6179   parameters:
6180   - "throughput"
6181   - "parent"
6182   traces:
6183     hoverinfo: "x+y"
6184     boxpoints: "outliers"
6185     whiskerwidth: 0
6186   layout:
6187     title: ""  # No title
6188     layout: "plot-throughput"
6189
6190 -
6191   type: "plot"
6192   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
6193   algorithm: "plot_performance_box"
6194   output-file-type: ".html"
6195   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
6196   data: "plot-vpp-throughput-latency-2n-skx"
6197   filter: "'NIC_Intel-XXV710' and
6198            '78B' and
6199            ('BASE' or 'SCALE') and
6200            'NDRPDR' and
6201            '2T1C' and
6202            'IP6FWD' and
6203            not 'SRv6' and
6204            not 'IPSEC' and
6205            not 'VHOST'"
6206   parameters:
6207   - "throughput"
6208   - "parent"
6209   traces:
6210     hoverinfo: "x+y"
6211     boxpoints: "outliers"
6212     whiskerwidth: 0
6213   layout:
6214     title: ""  # No title
6215     layout: "plot-throughput"
6216
6217 -
6218   type: "plot"
6219   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
6220   algorithm: "plot_performance_box"
6221   output-file-type: ".html"
6222   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
6223   data: "plot-vpp-throughput-latency-2n-skx"
6224   filter: "'NIC_Intel-XXV710' and
6225            '78B' and
6226            ('BASE' or 'SCALE') and
6227            'NDRPDR' and
6228            '4T2C' and
6229            'IP6FWD' and
6230            not 'SRv6' and
6231            not 'IPSEC' and
6232            not 'VHOST'"
6233   parameters:
6234   - "throughput"
6235   - "parent"
6236   traces:
6237     hoverinfo: "x+y"
6238     boxpoints: "outliers"
6239     whiskerwidth: 0
6240   layout:
6241     title: ""  # No title
6242     layout: "plot-throughput"
6243
6244 -
6245   type: "plot"
6246   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
6247   algorithm: "plot_performance_box"
6248   output-file-type: ".html"
6249   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
6250   data: "plot-vpp-throughput-latency-2n-skx"
6251   filter: "'NIC_Intel-XXV710' and
6252            '78B' and
6253            ('BASE' or 'SCALE') and
6254            'NDRPDR' and
6255            '4T2C' 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
6273 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
6274 -
6275   type: "plot"
6276   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
6277   algorithm: "plot_performance_box"
6278   output-file-type: ".html"
6279   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
6280   data: "plot-vpp-throughput-latency-3n-hsw"
6281   filter: "'NIC_Intel-X520-DA2' and
6282            '78B' and
6283            'ENCAP' and
6284            'NDRPDR' and
6285            '1T1C' and
6286            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6287            not 'VHOST'"
6288   parameters:
6289   - "throughput"
6290   - "parent"
6291   traces:
6292     hoverinfo: "x+y"
6293     boxpoints: "outliers"
6294     whiskerwidth: 0
6295   layout:
6296     title: ""  # No title
6297     layout: "plot-throughput"
6298
6299 -
6300   type: "plot"
6301   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
6302   algorithm: "plot_performance_box"
6303   output-file-type: ".html"
6304   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
6305   data: "plot-vpp-throughput-latency-3n-hsw"
6306   filter: "'NIC_Intel-X520-DA2' and
6307            '78B' and
6308            'ENCAP' and
6309            'NDRPDR' and
6310            '1T1C' and
6311            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6312            not 'VHOST'"
6313   parameters:
6314   - "throughput"
6315   - "parent"
6316   traces:
6317     hoverinfo: "x+y"
6318     boxpoints: "outliers"
6319     whiskerwidth: 0
6320   layout:
6321     title: ""  # No title
6322     layout: "plot-throughput"
6323
6324 -
6325   type: "plot"
6326   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
6327   algorithm: "plot_performance_box"
6328   output-file-type: ".html"
6329   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
6330   data: "plot-vpp-throughput-latency-3n-hsw"
6331   filter: "'NIC_Intel-X520-DA2' and
6332            '78B' and
6333            'ENCAP' and
6334            'NDRPDR' and
6335            '2T2C' and
6336            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6337            not 'VHOST'"
6338   parameters:
6339   - "throughput"
6340   - "parent"
6341   traces:
6342     hoverinfo: "x+y"
6343     boxpoints: "outliers"
6344     whiskerwidth: 0
6345   layout:
6346     title: ""  # No title
6347     layout: "plot-throughput"
6348
6349 -
6350   type: "plot"
6351   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
6352   algorithm: "plot_performance_box"
6353   output-file-type: ".html"
6354   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
6355   data: "plot-vpp-throughput-latency-3n-hsw"
6356   filter: "'NIC_Intel-X520-DA2' and
6357            '78B' and
6358            'ENCAP' and
6359            'NDRPDR' and
6360            '2T2C' and
6361            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6362            not 'VHOST'"
6363   parameters:
6364   - "throughput"
6365   - "parent"
6366   traces:
6367     hoverinfo: "x+y"
6368     boxpoints: "outliers"
6369     whiskerwidth: 0
6370   layout:
6371     title: ""  # No title
6372     layout: "plot-throughput"
6373
6374 ################################################################################
6375
6376 # Packet Throughput - VPP IPSec 3n-hsw-xl710
6377 -
6378   type: "plot"
6379   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6380   algorithm: "plot_performance_box"
6381   output-file-type: ".html"
6382   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6383   data: "plot-vpp-throughput-latency-3n-hsw"
6384   filter: "'NIC_Intel-XL710' and
6385            '64B' and
6386            'IP4FWD' and
6387            'NDRPDR' and
6388            '1T1C' and
6389            'IPSECHW' and
6390            ('IPSECTRAN' or 'IPSECTUN') and
6391            not 'VHOST'"
6392   parameters:
6393   - "throughput"
6394   - "parent"
6395   traces:
6396     hoverinfo: "x+y"
6397     boxpoints: "outliers"
6398     whiskerwidth: 0
6399   layout:
6400     title: ""  # No title
6401     layout: "plot-throughput"
6402
6403 -
6404   type: "plot"
6405   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6406   algorithm: "plot_performance_box"
6407   output-file-type: ".html"
6408   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6409   data: "plot-vpp-throughput-latency-3n-hsw"
6410   filter: "'NIC_Intel-XL710' and
6411            '64B' and
6412            'IP4FWD' and
6413            'NDRPDR' and
6414            '1T1C' and
6415            'IPSECHW' and
6416            ('IPSECTRAN' or 'IPSECTUN') and
6417            not 'VHOST'"
6418   parameters:
6419   - "throughput"
6420   - "parent"
6421   traces:
6422     hoverinfo: "x+y"
6423     boxpoints: "outliers"
6424     whiskerwidth: 0
6425   layout:
6426     title: ""  # No title
6427     layout: "plot-throughput"
6428
6429 -
6430   type: "plot"
6431   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6432   algorithm: "plot_performance_box"
6433   output-file-type: ".html"
6434   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6435   data: "plot-vpp-throughput-latency-3n-hsw"
6436   filter: "'NIC_Intel-XL710' and
6437            '64B' and
6438            'IP4FWD' and
6439            'NDRPDR' and
6440            '2T2C' and
6441            'IPSECHW' and
6442            ('IPSECTRAN' or 'IPSECTUN') and
6443            not 'VHOST'"
6444   parameters:
6445   - "throughput"
6446   - "parent"
6447   traces:
6448     hoverinfo: "x+y"
6449     boxpoints: "outliers"
6450     whiskerwidth: 0
6451   layout:
6452     title: ""  # No title
6453     layout: "plot-throughput"
6454
6455 -
6456   type: "plot"
6457   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6458   algorithm: "plot_performance_box"
6459   output-file-type: ".html"
6460   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6461   data: "plot-vpp-throughput-latency-3n-hsw"
6462   filter: "'NIC_Intel-XL710' and
6463            '64B' and
6464            'IP4FWD' and
6465            'NDRPDR' and
6466            '2T2C' and
6467            'IPSECHW' and
6468            ('IPSECTRAN' or 'IPSECTUN') and
6469            not 'VHOST'"
6470   parameters:
6471   - "throughput"
6472   - "parent"
6473   traces:
6474     hoverinfo: "x+y"
6475     boxpoints: "outliers"
6476     whiskerwidth: 0
6477   layout:
6478     title: ""  # No title
6479     layout: "plot-throughput"
6480
6481 ################################################################################
6482
6483 # Packet Throughput - VPP SRv6 3n-hsw-x520
6484 -
6485   type: "plot"
6486   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
6487   algorithm: "plot_performance_box"
6488   output-file-type: ".html"
6489   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
6490   data: "plot-vpp-throughput-latency-3n-hsw"
6491   filter: "'NIC_Intel-X520-DA2' and
6492            '78B' and
6493            'FEATURE' and
6494            'NDRPDR' and
6495            '1T1C' and
6496            'IP6FWD' and
6497            'SRv6'"
6498   parameters:
6499   - "throughput"
6500   - "parent"
6501   traces:
6502     hoverinfo: "x+y"
6503     boxpoints: "outliers"
6504     whiskerwidth: 0
6505   layout:
6506     title: ""  # No title
6507     layout: "plot-throughput"
6508
6509 -
6510   type: "plot"
6511   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
6512   algorithm: "plot_performance_box"
6513   output-file-type: ".html"
6514   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
6515   data: "plot-vpp-throughput-latency-3n-hsw"
6516   filter: "'NIC_Intel-X520-DA2' and
6517            '78B' and
6518            'FEATURE' and
6519            'NDRPDR' and
6520            '1T1C' and
6521            'IP6FWD' and
6522            'SRv6'"
6523   parameters:
6524   - "throughput"
6525   - "parent"
6526   traces:
6527     hoverinfo: "x+y"
6528     boxpoints: "outliers"
6529     whiskerwidth: 0
6530   layout:
6531     title: ""  # No title
6532     layout: "plot-throughput"
6533
6534 -
6535   type: "plot"
6536   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
6537   algorithm: "plot_performance_box"
6538   output-file-type: ".html"
6539   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
6540   data: "plot-vpp-throughput-latency-3n-hsw"
6541   filter: "'NIC_Intel-X520-DA2' and
6542            '78B' and
6543            'FEATURE' and
6544            'NDRPDR' and
6545            '2T2C' and
6546            'IP6FWD' and
6547            'SRv6'"
6548   parameters:
6549   - "throughput"
6550   - "parent"
6551   traces:
6552     hoverinfo: "x+y"
6553     boxpoints: "outliers"
6554     whiskerwidth: 0
6555   layout:
6556     title: ""  # No title
6557     layout: "plot-throughput"
6558
6559 -
6560   type: "plot"
6561   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
6562   algorithm: "plot_performance_box"
6563   output-file-type: ".html"
6564   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
6565   data: "plot-vpp-throughput-latency-3n-hsw"
6566   filter: "'NIC_Intel-X520-DA2' and
6567            '78B' and
6568            'FEATURE' and
6569            'NDRPDR' and
6570            '2T2C' and
6571            'IP6FWD' and
6572            'SRv6'"
6573   parameters:
6574   - "throughput"
6575   - "parent"
6576   traces:
6577     hoverinfo: "x+y"
6578     boxpoints: "outliers"
6579     whiskerwidth: 0
6580   layout:
6581     title: ""  # No title
6582     layout: "plot-throughput"
6583
6584 ################################################################################
6585
6586 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
6587 -
6588   type: "plot"
6589   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6590   algorithm: "plot_performance_box"
6591   output-file-type: ".html"
6592   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6593   data: "plot-vpp-throughput-latency-3n-hsw"
6594   filter: "'NIC_Intel-X520-DA2' and
6595            '64B' and
6596            'NDRPDR' and
6597            '1T1C' and
6598            'VHOST' and
6599            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6600   parameters:
6601   - "throughput"
6602   - "parent"
6603   traces:
6604     hoverinfo: "x+y"
6605     boxpoints: "outliers"
6606     whiskerwidth: 0
6607   layout:
6608     title: ""  # No title
6609     layout: "plot-throughput"
6610
6611 -
6612   type: "plot"
6613   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6614   algorithm: "plot_performance_box"
6615   output-file-type: ".html"
6616   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6617   data: "plot-vpp-throughput-latency-3n-hsw"
6618   filter: "'NIC_Intel-X520-DA2' and
6619            '64B' and
6620            'NDRPDR' and
6621            '2T2C' and
6622            'VHOST' and
6623            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6624   parameters:
6625   - "throughput"
6626   - "parent"
6627   traces:
6628     hoverinfo: "x+y"
6629     boxpoints: "outliers"
6630     whiskerwidth: 0
6631   layout:
6632     title: ""  # No title
6633     layout: "plot-throughput"
6634
6635 -
6636   type: "plot"
6637   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6638   algorithm: "plot_performance_box"
6639   output-file-type: ".html"
6640   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6641   data: "plot-vpp-throughput-latency-3n-hsw"
6642   filter: "'NIC_Intel-X520-DA2' and
6643            '64B' and
6644            'NDRPDR' and
6645            '1T1C' and
6646            'VHOST' and
6647            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6648   parameters:
6649   - "throughput"
6650   - "parent"
6651   traces:
6652     hoverinfo: "x+y"
6653     boxpoints: "outliers"
6654     whiskerwidth: 0
6655   layout:
6656     title: ""  # No title
6657     layout: "plot-throughput"
6658
6659 -
6660   type: "plot"
6661   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6662   algorithm: "plot_performance_box"
6663   output-file-type: ".html"
6664   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6665   data: "plot-vpp-throughput-latency-3n-hsw"
6666   filter: "'NIC_Intel-X520-DA2' and
6667            '64B' and
6668            'NDRPDR' and
6669            '2T2C' and
6670            'VHOST' and
6671            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6672   parameters:
6673   - "throughput"
6674   - "parent"
6675   traces:
6676     hoverinfo: "x+y"
6677     boxpoints: "outliers"
6678     whiskerwidth: 0
6679   layout:
6680     title: ""  # No title
6681     layout: "plot-throughput"
6682
6683 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
6684 -
6685   type: "plot"
6686   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6687   algorithm: "plot_performance_box"
6688   output-file-type: ".html"
6689   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6690   data: "plot-vpp-throughput-latency-3n-hsw"
6691   filter: "'NIC_Intel-X520-DA2' and
6692            '64B' and
6693            'NDRPDR' and
6694            '1T1C' and
6695            'VHOST' and
6696            not 'VXLAN' and
6697            not 'IP4FWD' and
6698            not 'DOT1Q' and
6699            not '2VM'"
6700   parameters:
6701   - "throughput"
6702   - "parent"
6703   traces:
6704     hoverinfo: "x+y"
6705     boxpoints: "outliers"
6706     whiskerwidth: 0
6707   layout:
6708     title: ""  # No title
6709     layout: "plot-throughput"
6710
6711 -
6712   type: "plot"
6713   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6714   algorithm: "plot_performance_box"
6715   output-file-type: ".html"
6716   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6717   data: "plot-vpp-throughput-latency-3n-hsw"
6718   filter: "'NIC_Intel-X520-DA2' and
6719            '64B' and
6720            'NDRPDR' and
6721            '2T2C' and
6722            'VHOST' and
6723            not 'VXLAN' and
6724            not 'IP4FWD' and
6725            not 'DOT1Q' and
6726            not '2VM'"
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: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6741   algorithm: "plot_performance_box"
6742   output-file-type: ".html"
6743   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6744   data: "plot-vpp-throughput-latency-3n-hsw"
6745   filter: "'NIC_Intel-X520-DA2' and
6746            '64B' and
6747            'NDRPDR' and
6748            '1T1C' and
6749            'VHOST' and
6750            not 'VXLAN' and
6751            not 'IP4FWD' and
6752            not 'DOT1Q' and
6753            not '2VM'"
6754   parameters:
6755   - "throughput"
6756   - "parent"
6757   traces:
6758     hoverinfo: "x+y"
6759     boxpoints: "outliers"
6760     whiskerwidth: 0
6761   layout:
6762     title: ""  # No title
6763     layout: "plot-throughput"
6764
6765 -
6766   type: "plot"
6767   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6768   algorithm: "plot_performance_box"
6769   output-file-type: ".html"
6770   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6771   data: "plot-vpp-throughput-latency-3n-hsw"
6772   filter: "'NIC_Intel-X520-DA2' and
6773            '64B' and
6774            'NDRPDR' and
6775            '2T2C' and
6776            'VHOST' and
6777            not 'VXLAN' and
6778            not 'IP4FWD' and
6779            not 'DOT1Q' and
6780            not '2VM'"
6781   parameters:
6782   - "throughput"
6783   - "parent"
6784   traces:
6785     hoverinfo: "x+y"
6786     boxpoints: "outliers"
6787     whiskerwidth: 0
6788   layout:
6789     title: ""  # No title
6790     layout: "plot-throughput"
6791
6792 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
6793 -
6794   type: "plot"
6795   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6796   algorithm: "plot_performance_box"
6797   output-file-type: ".html"
6798   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6799   data: "plot-vpp-throughput-latency-3n-hsw"
6800   filter: "'NIC_Intel-X710' and
6801            '64B' and
6802            'NDRPDR' and
6803            '1T1C' and
6804            'VHOST' and
6805            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6806   parameters:
6807   - "throughput"
6808   - "parent"
6809   traces:
6810     hoverinfo: "x+y"
6811     boxpoints: "outliers"
6812     whiskerwidth: 0
6813   layout:
6814     title: ""  # No title
6815     layout: "plot-throughput"
6816
6817 -
6818   type: "plot"
6819   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6820   algorithm: "plot_performance_box"
6821   output-file-type: ".html"
6822   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6823   data: "plot-vpp-throughput-latency-3n-hsw"
6824   filter: "'NIC_Intel-X710' and
6825            '64B' and
6826            'NDRPDR' and
6827            '2T2C' and
6828            'VHOST' and
6829            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6830   parameters:
6831   - "throughput"
6832   - "parent"
6833   traces:
6834     hoverinfo: "x+y"
6835     boxpoints: "outliers"
6836     whiskerwidth: 0
6837   layout:
6838     title: ""  # No title
6839     layout: "plot-throughput"
6840
6841 -
6842   type: "plot"
6843   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6844   algorithm: "plot_performance_box"
6845   output-file-type: ".html"
6846   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6847   data: "plot-vpp-throughput-latency-3n-hsw"
6848   filter: "'NIC_Intel-X710' and
6849            '64B' and
6850            'NDRPDR' and
6851            '1T1C' and
6852            'VHOST' and
6853            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6854   parameters:
6855   - "throughput"
6856   - "parent"
6857   traces:
6858     hoverinfo: "x+y"
6859     boxpoints: "outliers"
6860     whiskerwidth: 0
6861   layout:
6862     title: ""  # No title
6863     layout: "plot-throughput"
6864
6865 -
6866   type: "plot"
6867   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6868   algorithm: "plot_performance_box"
6869   output-file-type: ".html"
6870   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6871   data: "plot-vpp-throughput-latency-3n-hsw"
6872   filter: "'NIC_Intel-X710' and
6873            '64B' and
6874            'NDRPDR' and
6875            '2T2C' and
6876            'VHOST' and
6877            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6878   parameters:
6879   - "throughput"
6880   - "parent"
6881   traces:
6882     hoverinfo: "x+y"
6883     boxpoints: "outliers"
6884     whiskerwidth: 0
6885   layout:
6886     title: ""  # No title
6887     layout: "plot-throughput"
6888
6889 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
6890 -
6891   type: "plot"
6892   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6893   algorithm: "plot_performance_box"
6894   output-file-type: ".html"
6895   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6896   data: "plot-vpp-throughput-latency-3n-hsw"
6897   filter: "'NIC_Intel-X710' and
6898            '64B' and
6899            'NDRPDR' and
6900            '1T1C' and
6901            'VHOST' and
6902            not 'VXLAN' and
6903            not 'IP4FWD' and
6904            not 'DOT1Q' and
6905            not '2VM'"
6906   parameters:
6907   - "throughput"
6908   - "parent"
6909   traces:
6910     hoverinfo: "x+y"
6911     boxpoints: "outliers"
6912     whiskerwidth: 0
6913   layout:
6914     title: ""  # No title
6915     layout: "plot-throughput"
6916
6917 -
6918   type: "plot"
6919   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6920   algorithm: "plot_performance_box"
6921   output-file-type: ".html"
6922   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6923   data: "plot-vpp-throughput-latency-3n-hsw"
6924   filter: "'NIC_Intel-X710' and
6925            '64B' and
6926            'NDRPDR' and
6927            '2T2C' and
6928            'VHOST' and
6929            not 'VXLAN' and
6930            not 'IP4FWD' and
6931            not 'DOT1Q' and
6932            not '2VM'"
6933   parameters:
6934   - "throughput"
6935   - "parent"
6936   traces:
6937     hoverinfo: "x+y"
6938     boxpoints: "outliers"
6939     whiskerwidth: 0
6940   layout:
6941     title: ""  # No title
6942     layout: "plot-throughput"
6943
6944 -
6945   type: "plot"
6946   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6947   algorithm: "plot_performance_box"
6948   output-file-type: ".html"
6949   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6950   data: "plot-vpp-throughput-latency-3n-hsw"
6951   filter: "'NIC_Intel-X710' and
6952            '64B' and
6953            'NDRPDR' and
6954            '1T1C' and
6955            'VHOST' and
6956            not 'VXLAN' and
6957            not 'IP4FWD' and
6958            not 'DOT1Q' and
6959            not '2VM'"
6960   parameters:
6961   - "throughput"
6962   - "parent"
6963   traces:
6964     hoverinfo: "x+y"
6965     boxpoints: "outliers"
6966     whiskerwidth: 0
6967   layout:
6968     title: ""  # No title
6969     layout: "plot-throughput"
6970
6971 -
6972   type: "plot"
6973   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6974   algorithm: "plot_performance_box"
6975   output-file-type: ".html"
6976   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6977   data: "plot-vpp-throughput-latency-3n-hsw"
6978   filter: "'NIC_Intel-X710' and
6979            '64B' and
6980            'NDRPDR' and
6981            '2T2C' and
6982            'VHOST' and
6983            not 'VXLAN' and
6984            not 'IP4FWD' and
6985            not 'DOT1Q' and
6986            not '2VM'"
6987   parameters:
6988   - "throughput"
6989   - "parent"
6990   traces:
6991     hoverinfo: "x+y"
6992     boxpoints: "outliers"
6993     whiskerwidth: 0
6994   layout:
6995     title: ""  # No title
6996     layout: "plot-throughput"
6997
6998 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
6999 -
7000   type: "plot"
7001   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7002   algorithm: "plot_performance_box"
7003   output-file-type: ".html"
7004   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7005   data: "plot-vpp-throughput-latency-3n-hsw"
7006   filter: "'NIC_Intel-XL710' and
7007            '64B' and
7008            'NDRPDR' and
7009            '1T1C' and
7010            'VHOST' and
7011            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7012   parameters:
7013   - "throughput"
7014   - "parent"
7015   traces:
7016     hoverinfo: "x+y"
7017     boxpoints: "outliers"
7018     whiskerwidth: 0
7019   layout:
7020     title: ""  # No title
7021     layout: "plot-throughput"
7022
7023 -
7024   type: "plot"
7025   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7026   algorithm: "plot_performance_box"
7027   output-file-type: ".html"
7028   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7029   data: "plot-vpp-throughput-latency-3n-hsw"
7030   filter: "'NIC_Intel-XL710' and
7031            '64B' and
7032            'NDRPDR' and
7033            '2T2C' and
7034            'VHOST' and
7035            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7036   parameters:
7037   - "throughput"
7038   - "parent"
7039   traces:
7040     hoverinfo: "x+y"
7041     boxpoints: "outliers"
7042     whiskerwidth: 0
7043   layout:
7044     title: ""  # No title
7045     layout: "plot-throughput"
7046
7047 -
7048   type: "plot"
7049   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7050   algorithm: "plot_performance_box"
7051   output-file-type: ".html"
7052   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7053   data: "plot-vpp-throughput-latency-3n-hsw"
7054   filter: "'NIC_Intel-XL710' and
7055            '64B' and
7056            'NDRPDR' and
7057            '1T1C' and
7058            'VHOST' and
7059            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7060   parameters:
7061   - "throughput"
7062   - "parent"
7063   traces:
7064     hoverinfo: "x+y"
7065     boxpoints: "outliers"
7066     whiskerwidth: 0
7067   layout:
7068     title: ""  # No title
7069     layout: "plot-throughput"
7070
7071 -
7072   type: "plot"
7073   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7074   algorithm: "plot_performance_box"
7075   output-file-type: ".html"
7076   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7077   data: "plot-vpp-throughput-latency-3n-hsw"
7078   filter: "'NIC_Intel-XL710' and
7079            '64B' and
7080            'NDRPDR' and
7081            '2T2C' and
7082            'VHOST' and
7083            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7084   parameters:
7085   - "throughput"
7086   - "parent"
7087   traces:
7088     hoverinfo: "x+y"
7089     boxpoints: "outliers"
7090     whiskerwidth: 0
7091   layout:
7092     title: ""  # No title
7093     layout: "plot-throughput"
7094
7095 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
7096 -
7097   type: "plot"
7098   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7099   algorithm: "plot_performance_box"
7100   output-file-type: ".html"
7101   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7102   data: "plot-vpp-throughput-latency-3n-hsw"
7103   filter: "'NIC_Intel-XL710' and
7104            '64B' and
7105            'NDRPDR' and
7106            '1T1C' and
7107            'VHOST' and
7108            not 'VXLAN' and
7109            not 'IP4FWD' and
7110            not 'DOT1Q' and
7111            not '2VM'"
7112   parameters:
7113   - "throughput"
7114   - "parent"
7115   traces:
7116     hoverinfo: "x+y"
7117     boxpoints: "outliers"
7118     whiskerwidth: 0
7119   layout:
7120     title: ""  # No title
7121     layout: "plot-throughput"
7122
7123 -
7124   type: "plot"
7125   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7126   algorithm: "plot_performance_box"
7127   output-file-type: ".html"
7128   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7129   data: "plot-vpp-throughput-latency-3n-hsw"
7130   filter: "'NIC_Intel-XL710' and
7131            '64B' and
7132            'NDRPDR' and
7133            '2T2C' and
7134            'VHOST' and
7135            not 'VXLAN' and
7136            not 'IP4FWD' and
7137            not 'DOT1Q' and
7138            not '2VM'"
7139   parameters:
7140   - "throughput"
7141   - "parent"
7142   traces:
7143     hoverinfo: "x+y"
7144     boxpoints: "outliers"
7145     whiskerwidth: 0
7146   layout:
7147     title: ""  # No title
7148     layout: "plot-throughput"
7149
7150 -
7151   type: "plot"
7152   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7153   algorithm: "plot_performance_box"
7154   output-file-type: ".html"
7155   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7156   data: "plot-vpp-throughput-latency-3n-hsw"
7157   filter: "'NIC_Intel-XL710' and
7158            '64B' and
7159            'NDRPDR' and
7160            '1T1C' and
7161            'VHOST' and
7162            not 'VXLAN' and
7163            not 'IP4FWD' and
7164            not 'DOT1Q' and
7165            not '2VM'"
7166   parameters:
7167   - "throughput"
7168   - "parent"
7169   traces:
7170     hoverinfo: "x+y"
7171     boxpoints: "outliers"
7172     whiskerwidth: 0
7173   layout:
7174     title: ""  # No title
7175     layout: "plot-throughput"
7176
7177 -
7178   type: "plot"
7179   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7180   algorithm: "plot_performance_box"
7181   output-file-type: ".html"
7182   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7183   data: "plot-vpp-throughput-latency-3n-hsw"
7184   filter: "'NIC_Intel-XL710' and
7185            '64B' and
7186            'NDRPDR' and
7187            '2T2C' and
7188            'VHOST' and
7189            not 'VXLAN' and
7190            not 'IP4FWD' and
7191            not 'DOT1Q' and
7192            not '2VM'"
7193   parameters:
7194   - "throughput"
7195   - "parent"
7196   traces:
7197     hoverinfo: "x+y"
7198     boxpoints: "outliers"
7199     whiskerwidth: 0
7200   layout:
7201     title: ""  # No title
7202     layout: "plot-throughput"
7203
7204 ################################################################################
7205
7206 # Packet Throughput - VPP VTS 3n-hsw-x520
7207 -
7208   type: "plot"
7209   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
7210   algorithm: "plot_performance_box"
7211   output-file-type: ".html"
7212   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
7213   data: "plot-vpp-throughput-latency-3n-hsw"
7214   filter: "'NIC_Intel-X520-DA2' and
7215            '114B' and
7216            'NDRPDR' and
7217            '1T1C' and
7218            'VTS'"
7219   parameters:
7220   - "throughput"
7221   - "parent"
7222   traces:
7223     hoverinfo: "x+y"
7224     boxpoints: "outliers"
7225     whiskerwidth: 0
7226   layout:
7227     title: ""  # No title
7228     layout: "plot-throughput"
7229
7230 -
7231   type: "plot"
7232   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
7233   algorithm: "plot_performance_box"
7234   output-file-type: ".html"
7235   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
7236   data: "plot-vpp-throughput-latency-3n-hsw"
7237   filter: "'NIC_Intel-X520-DA2' and
7238            '114B' and
7239            'NDRPDR' and
7240            '2T2C' and
7241            'VTS'"
7242   parameters:
7243   - "throughput"
7244   - "parent"
7245   traces:
7246     hoverinfo: "x+y"
7247     boxpoints: "outliers"
7248     whiskerwidth: 0
7249   layout:
7250     title: ""  # No title
7251     layout: "plot-throughput"
7252
7253 -
7254   type: "plot"
7255   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
7256   algorithm: "plot_performance_box"
7257   output-file-type: ".html"
7258   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
7259   data: "plot-vpp-throughput-latency-3n-hsw"
7260   filter: "'NIC_Intel-X520-DA2' and
7261            '114B' and
7262            'NDRPDR' and
7263            '1T1C' and
7264            'VTS'"
7265   parameters:
7266   - "throughput"
7267   - "parent"
7268   traces:
7269     hoverinfo: "x+y"
7270     boxpoints: "outliers"
7271     whiskerwidth: 0
7272   layout:
7273     title: ""  # No title
7274     layout: "plot-throughput"
7275
7276 -
7277   type: "plot"
7278   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
7279   algorithm: "plot_performance_box"
7280   output-file-type: ".html"
7281   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
7282   data: "plot-vpp-throughput-latency-3n-hsw"
7283   filter: "'NIC_Intel-X520-DA2' and
7284            '114B' and
7285            'NDRPDR' and
7286            '2T2C' and
7287            'VTS'"
7288   parameters:
7289   - "throughput"
7290   - "parent"
7291   traces:
7292     hoverinfo: "x+y"
7293     boxpoints: "outliers"
7294     whiskerwidth: 0
7295   layout:
7296     title: ""  # No title
7297     layout: "plot-throughput"
7298
7299 ################################################################################
7300
7301 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
7302 -
7303   type: "plot"
7304   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
7305   algorithm: "plot_performance_box"
7306   output-file-type: ".html"
7307   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
7308   data: "plot-dpdk-throughput-latency-3n-hsw"
7309   filter: "'NIC_Intel-X520-DA2' and
7310            '64B' and
7311            'BASE' and
7312            'NDRPDR' and
7313            '1T1C' and
7314            'IP4FWD'"
7315   parameters:
7316   - "throughput"
7317   - "parent"
7318   traces:
7319     hoverinfo: "x+y"
7320     boxpoints: "outliers"
7321     whiskerwidth: 0
7322   layout:
7323     title: ""  # No title
7324     layout: "plot-throughput"
7325
7326 -
7327   type: "plot"
7328   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
7329   algorithm: "plot_performance_box"
7330   output-file-type: ".html"
7331   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
7332   data: "plot-dpdk-throughput-latency-3n-hsw"
7333   filter: "'NIC_Intel-X520-DA2' and
7334            '64B' and
7335            'BASE' and
7336            'NDRPDR' and
7337            '2T2C' and
7338            'IP4FWD'"
7339   parameters:
7340   - "throughput"
7341   - "parent"
7342   traces:
7343     hoverinfo: "x+y"
7344     boxpoints: "outliers"
7345     whiskerwidth: 0
7346   layout:
7347     title: ""  # No title
7348     layout: "plot-throughput"
7349
7350 -
7351   type: "plot"
7352   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
7353   algorithm: "plot_performance_box"
7354   output-file-type: ".html"
7355   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
7356   data: "plot-dpdk-throughput-latency-3n-hsw"
7357   filter: "'NIC_Intel-X520-DA2' and
7358            '64B' and
7359            'BASE' and
7360            'NDRPDR' and
7361            '1T1C' and
7362            'IP4FWD'"
7363   parameters:
7364   - "throughput"
7365   - "parent"
7366   traces:
7367     hoverinfo: "x+y"
7368     boxpoints: "outliers"
7369     whiskerwidth: 0
7370   layout:
7371     title: ""  # No title
7372     layout: "plot-throughput"
7373
7374 -
7375   type: "plot"
7376   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
7377   algorithm: "plot_performance_box"
7378   output-file-type: ".html"
7379   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
7380   data: "plot-dpdk-throughput-latency-3n-hsw"
7381   filter: "'NIC_Intel-X520-DA2' and
7382            '64B' and
7383            'BASE' and
7384            'NDRPDR' and
7385            '2T2C' and
7386            'IP4FWD'"
7387   parameters:
7388   - "throughput"
7389   - "parent"
7390   traces:
7391     hoverinfo: "x+y"
7392     boxpoints: "outliers"
7393     whiskerwidth: 0
7394   layout:
7395     title: ""  # No title
7396     layout: "plot-throughput"
7397
7398 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
7399 -
7400   type: "plot"
7401   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
7402   algorithm: "plot_performance_box"
7403   output-file-type: ".html"
7404   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
7405   data: "plot-dpdk-throughput-latency-3n-hsw"
7406   filter: "'NIC_Intel-X710' and
7407            '64B' and
7408            'BASE' and
7409            'NDRPDR' and
7410            '1T1C' and
7411            'IP4FWD'"
7412   parameters:
7413   - "throughput"
7414   - "parent"
7415   traces:
7416     hoverinfo: "x+y"
7417     boxpoints: "outliers"
7418     whiskerwidth: 0
7419   layout:
7420     title: ""  # No title
7421     layout: "plot-throughput"
7422
7423 -
7424   type: "plot"
7425   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
7426   algorithm: "plot_performance_box"
7427   output-file-type: ".html"
7428   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
7429   data: "plot-dpdk-throughput-latency-3n-hsw"
7430   filter: "'NIC_Intel-X710' and
7431            '64B' and
7432            'BASE' and
7433            'NDRPDR' and
7434            '2T2C' and
7435            'IP4FWD'"
7436   parameters:
7437   - "throughput"
7438   - "parent"
7439   traces:
7440     hoverinfo: "x+y"
7441     boxpoints: "outliers"
7442     whiskerwidth: 0
7443   layout:
7444     title: ""  # No title
7445     layout: "plot-throughput"
7446
7447 -
7448   type: "plot"
7449   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
7450   algorithm: "plot_performance_box"
7451   output-file-type: ".html"
7452   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
7453   data: "plot-dpdk-throughput-latency-3n-hsw"
7454   filter: "'NIC_Intel-X710' and
7455            '64B' and
7456            'BASE' and
7457            'NDRPDR' and
7458            '1T1C' and
7459            'IP4FWD'"
7460   parameters:
7461   - "throughput"
7462   - "parent"
7463   traces:
7464     hoverinfo: "x+y"
7465     boxpoints: "outliers"
7466     whiskerwidth: 0
7467   layout:
7468     title: ""  # No title
7469     layout: "plot-throughput"
7470
7471 -
7472   type: "plot"
7473   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
7474   algorithm: "plot_performance_box"
7475   output-file-type: ".html"
7476   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
7477   data: "plot-dpdk-throughput-latency-3n-hsw"
7478   filter: "'NIC_Intel-X710' and
7479            '64B' and
7480            'BASE' and
7481            'NDRPDR' and
7482            '2T2C' and
7483            'IP4FWD'"
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 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
7496 -
7497   type: "plot"
7498   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
7499   algorithm: "plot_performance_box"
7500   output-file-type: ".html"
7501   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
7502   data: "plot-dpdk-throughput-latency-3n-hsw"
7503   filter: "'NIC_Intel-XL710' and
7504            '64B' and
7505            'BASE' and
7506            'NDRPDR' and
7507            '1T1C' and
7508            'IP4FWD'"
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: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
7523   algorithm: "plot_performance_box"
7524   output-file-type: ".html"
7525   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
7526   data: "plot-dpdk-throughput-latency-3n-hsw"
7527   filter: "'NIC_Intel-XL710' and
7528            '64B' and
7529            'BASE' and
7530            'NDRPDR' and
7531            '2T2C' and
7532            'IP4FWD'"
7533   parameters:
7534   - "throughput"
7535   - "parent"
7536   traces:
7537     hoverinfo: "x+y"
7538     boxpoints: "outliers"
7539     whiskerwidth: 0
7540   layout:
7541     title: ""  # No title
7542     layout: "plot-throughput"
7543
7544 -
7545   type: "plot"
7546   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
7547   algorithm: "plot_performance_box"
7548   output-file-type: ".html"
7549   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
7550   data: "plot-dpdk-throughput-latency-3n-hsw"
7551   filter: "'NIC_Intel-XL710' and
7552            '64B' and
7553            'BASE' and
7554            'NDRPDR' and
7555            '1T1C' and
7556            'IP4FWD'"
7557   parameters:
7558   - "throughput"
7559   - "parent"
7560   traces:
7561     hoverinfo: "x+y"
7562     boxpoints: "outliers"
7563     whiskerwidth: 0
7564   layout:
7565     title: ""  # No title
7566     layout: "plot-throughput"
7567
7568 -
7569   type: "plot"
7570   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
7571   algorithm: "plot_performance_box"
7572   output-file-type: ".html"
7573   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
7574   data: "plot-dpdk-throughput-latency-3n-hsw"
7575   filter: "'NIC_Intel-XL710' and
7576            '64B' and
7577            'BASE' and
7578            'NDRPDR' and
7579            '2T2C' and
7580            'IP4FWD'"
7581   parameters:
7582   - "throughput"
7583   - "parent"
7584   traces:
7585     hoverinfo: "x+y"
7586     boxpoints: "outliers"
7587     whiskerwidth: 0
7588   layout:
7589     title: ""  # No title
7590     layout: "plot-throughput"
7591
7592 # Packet Throughput - DPDK l3fwd 3n-skx-x710
7593 -
7594   type: "plot"
7595   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
7596   algorithm: "plot_performance_box"
7597   output-file-type: ".html"
7598   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
7599   data: "plot-dpdk-throughput-latency-3n-skx"
7600   filter: "'NIC_Intel-X710' and
7601            '64B' and
7602            'BASE' and
7603            'NDRPDR' and
7604            '2T1C' and
7605            'IP4FWD'"
7606   parameters:
7607   - "throughput"
7608   - "parent"
7609   traces:
7610     hoverinfo: "x+y"
7611     boxpoints: "outliers"
7612     whiskerwidth: 0
7613   layout:
7614     title: ""  # No title
7615     layout: "plot-throughput"
7616
7617 -
7618   type: "plot"
7619   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
7620   algorithm: "plot_performance_box"
7621   output-file-type: ".html"
7622   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
7623   data: "plot-dpdk-throughput-latency-3n-skx"
7624   filter: "'NIC_Intel-X710' and
7625            '64B' and
7626            'BASE' and
7627            'NDRPDR' and
7628            '4T2C' and
7629            'IP4FWD'"
7630   parameters:
7631   - "throughput"
7632   - "parent"
7633   traces:
7634     hoverinfo: "x+y"
7635     boxpoints: "outliers"
7636     whiskerwidth: 0
7637   layout:
7638     title: ""  # No title
7639     layout: "plot-throughput"
7640
7641 -
7642   type: "plot"
7643   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
7644   algorithm: "plot_performance_box"
7645   output-file-type: ".html"
7646   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
7647   data: "plot-dpdk-throughput-latency-3n-skx"
7648   filter: "'NIC_Intel-X710' and
7649            '64B' and
7650            'BASE' and
7651            'NDRPDR' and
7652            '2T1C' and
7653            'IP4FWD'"
7654   parameters:
7655   - "throughput"
7656   - "parent"
7657   traces:
7658     hoverinfo: "x+y"
7659     boxpoints: "outliers"
7660     whiskerwidth: 0
7661   layout:
7662     title: ""  # No title
7663     layout: "plot-throughput"
7664
7665 -
7666   type: "plot"
7667   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
7668   algorithm: "plot_performance_box"
7669   output-file-type: ".html"
7670   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
7671   data: "plot-dpdk-throughput-latency-3n-skx"
7672   filter: "'NIC_Intel-X710' and
7673            '64B' and
7674            'BASE' and
7675            'NDRPDR' and
7676            '4T2C' and
7677            'IP4FWD'"
7678   parameters:
7679   - "throughput"
7680   - "parent"
7681   traces:
7682     hoverinfo: "x+y"
7683     boxpoints: "outliers"
7684     whiskerwidth: 0
7685   layout:
7686     title: ""  # No title
7687     layout: "plot-throughput"
7688
7689 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
7690 -
7691   type: "plot"
7692   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
7693   algorithm: "plot_performance_box"
7694   output-file-type: ".html"
7695   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
7696   data: "plot-dpdk-throughput-latency-3n-skx"
7697   filter: "'NIC_Intel-XXV710' and
7698            '64B' and
7699            'BASE' and
7700            'NDRPDR' and
7701            '2T1C' and
7702            'IP4FWD'"
7703   parameters:
7704   - "throughput"
7705   - "parent"
7706   traces:
7707     hoverinfo: "x+y"
7708     boxpoints: "outliers"
7709     whiskerwidth: 0
7710   layout:
7711     title: ""  # No title
7712     layout: "plot-throughput"
7713
7714 -
7715   type: "plot"
7716   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
7717   algorithm: "plot_performance_box"
7718   output-file-type: ".html"
7719   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
7720   data: "plot-dpdk-throughput-latency-3n-skx"
7721   filter: "'NIC_Intel-XXV710' and
7722            '64B' and
7723            'BASE' and
7724            'NDRPDR' and
7725            '4T2C' and
7726            'IP4FWD'"
7727   parameters:
7728   - "throughput"
7729   - "parent"
7730   traces:
7731     hoverinfo: "x+y"
7732     boxpoints: "outliers"
7733     whiskerwidth: 0
7734   layout:
7735     title: ""  # No title
7736     layout: "plot-throughput"
7737
7738 -
7739   type: "plot"
7740   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
7741   algorithm: "plot_performance_box"
7742   output-file-type: ".html"
7743   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
7744   data: "plot-dpdk-throughput-latency-3n-skx"
7745   filter: "'NIC_Intel-XXV710' and
7746            '64B' and
7747            'BASE' and
7748            'NDRPDR' and
7749            '2T1C' and
7750            'IP4FWD'"
7751   parameters:
7752   - "throughput"
7753   - "parent"
7754   traces:
7755     hoverinfo: "x+y"
7756     boxpoints: "outliers"
7757     whiskerwidth: 0
7758   layout:
7759     title: ""  # No title
7760     layout: "plot-throughput"
7761
7762 -
7763   type: "plot"
7764   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
7765   algorithm: "plot_performance_box"
7766   output-file-type: ".html"
7767   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
7768   data: "plot-dpdk-throughput-latency-3n-skx"
7769   filter: "'NIC_Intel-XXV710' and
7770            '64B' and
7771            'BASE' and
7772            'NDRPDR' and
7773            '4T2C' and
7774            'IP4FWD'"
7775   parameters:
7776   - "throughput"
7777   - "parent"
7778   traces:
7779     hoverinfo: "x+y"
7780     boxpoints: "outliers"
7781     whiskerwidth: 0
7782   layout:
7783     title: ""  # No title
7784     layout: "plot-throughput"
7785
7786 # Packet Throughput - DPDK l3fwd 2n-skx-x710
7787 -
7788   type: "plot"
7789   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
7790   algorithm: "plot_performance_box"
7791   output-file-type: ".html"
7792   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
7793   data: "plot-dpdk-throughput-latency-2n-skx"
7794   filter: "'NIC_Intel-X710' and
7795            '64B' and
7796            'BASE' and
7797            'NDRPDR' and
7798            '2T1C' and
7799            'IP4FWD'"
7800   parameters:
7801   - "throughput"
7802   - "parent"
7803   traces:
7804     hoverinfo: "x+y"
7805     boxpoints: "outliers"
7806     whiskerwidth: 0
7807   layout:
7808     title: ""  # No title
7809     layout: "plot-throughput"
7810
7811 -
7812   type: "plot"
7813   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
7814   algorithm: "plot_performance_box"
7815   output-file-type: ".html"
7816   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
7817   data: "plot-dpdk-throughput-latency-2n-skx"
7818   filter: "'NIC_Intel-X710' and
7819            '64B' and
7820            'BASE' and
7821            'NDRPDR' and
7822            '4T2C' and
7823            'IP4FWD'"
7824   parameters:
7825   - "throughput"
7826   - "parent"
7827   traces:
7828     hoverinfo: "x+y"
7829     boxpoints: "outliers"
7830     whiskerwidth: 0
7831   layout:
7832     title: ""  # No title
7833     layout: "plot-throughput"
7834
7835 -
7836   type: "plot"
7837   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
7838   algorithm: "plot_performance_box"
7839   output-file-type: ".html"
7840   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
7841   data: "plot-dpdk-throughput-latency-2n-skx"
7842   filter: "'NIC_Intel-X710' and
7843            '64B' and
7844            'BASE' and
7845            'NDRPDR' and
7846            '2T1C' and
7847            'IP4FWD'"
7848   parameters:
7849   - "throughput"
7850   - "parent"
7851   traces:
7852     hoverinfo: "x+y"
7853     boxpoints: "outliers"
7854     whiskerwidth: 0
7855   layout:
7856     title: ""  # No title
7857     layout: "plot-throughput"
7858
7859 -
7860   type: "plot"
7861   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
7862   algorithm: "plot_performance_box"
7863   output-file-type: ".html"
7864   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
7865   data: "plot-dpdk-throughput-latency-2n-skx"
7866   filter: "'NIC_Intel-X710' and
7867            '64B' and
7868            'BASE' and
7869            'NDRPDR' and
7870            '4T2C' and
7871            'IP4FWD'"
7872   parameters:
7873   - "throughput"
7874   - "parent"
7875   traces:
7876     hoverinfo: "x+y"
7877     boxpoints: "outliers"
7878     whiskerwidth: 0
7879   layout:
7880     title: ""  # No title
7881     layout: "plot-throughput"
7882
7883 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
7884 -
7885   type: "plot"
7886   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
7887   algorithm: "plot_performance_box"
7888   output-file-type: ".html"
7889   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
7890   data: "plot-dpdk-throughput-latency-2n-skx"
7891   filter: "'NIC_Intel-XXV710' and
7892            '64B' and
7893            'BASE' and
7894            'NDRPDR' and
7895            '2T1C' and
7896            'IP4FWD'"
7897   parameters:
7898   - "throughput"
7899   - "parent"
7900   traces:
7901     hoverinfo: "x+y"
7902     boxpoints: "outliers"
7903     whiskerwidth: 0
7904   layout:
7905     title: ""  # No title
7906     layout: "plot-throughput"
7907
7908 -
7909   type: "plot"
7910   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
7911   algorithm: "plot_performance_box"
7912   output-file-type: ".html"
7913   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
7914   data: "plot-dpdk-throughput-latency-2n-skx"
7915   filter: "'NIC_Intel-XXV710' and
7916            '64B' and
7917            'BASE' and
7918            'NDRPDR' and
7919            '4T2C' and
7920            'IP4FWD'"
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: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
7935   algorithm: "plot_performance_box"
7936   output-file-type: ".html"
7937   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
7938   data: "plot-dpdk-throughput-latency-2n-skx"
7939   filter: "'NIC_Intel-XXV710' and
7940            '64B' and
7941            'BASE' and
7942            'NDRPDR' and
7943            '2T1C' and
7944            'IP4FWD'"
7945   parameters:
7946   - "throughput"
7947   - "parent"
7948   traces:
7949     hoverinfo: "x+y"
7950     boxpoints: "outliers"
7951     whiskerwidth: 0
7952   layout:
7953     title: ""  # No title
7954     layout: "plot-throughput"
7955
7956 -
7957   type: "plot"
7958   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
7959   algorithm: "plot_performance_box"
7960   output-file-type: ".html"
7961   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
7962   data: "plot-dpdk-throughput-latency-2n-skx"
7963   filter: "'NIC_Intel-XXV710' and
7964            '64B' and
7965            'BASE' and
7966            'NDRPDR' and
7967            '4T2C' and
7968            'IP4FWD'"
7969   parameters:
7970   - "throughput"
7971   - "parent"
7972   traces:
7973     hoverinfo: "x+y"
7974     boxpoints: "outliers"
7975     whiskerwidth: 0
7976   layout:
7977     title: ""  # No title
7978     layout: "plot-throughput"
7979
7980 ################################################################################
7981
7982 # Packet Throughput - DPDK testpmd 3n-hsw-x520
7983 -
7984   type: "plot"
7985   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
7986   algorithm: "plot_performance_box"
7987   output-file-type: ".html"
7988   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
7989   data: "plot-dpdk-throughput-latency-3n-hsw"
7990   filter: "'NIC_Intel-X520-DA2' and
7991            '64B' and
7992            'BASE' and
7993            'NDRPDR' and
7994            '1T1C' and
7995            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7996   parameters:
7997   - "throughput"
7998   - "parent"
7999   traces:
8000     hoverinfo: "x+y"
8001     boxpoints: "outliers"
8002     whiskerwidth: 0
8003   layout:
8004     title: ""  # No title
8005     layout: "plot-throughput"
8006
8007 -
8008   type: "plot"
8009   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
8010   algorithm: "plot_performance_box"
8011   output-file-type: ".html"
8012   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
8013   data: "plot-dpdk-throughput-latency-3n-hsw"
8014   filter: "'NIC_Intel-X520-DA2' and
8015            '64B' and
8016            'BASE' and
8017            'NDRPDR' and
8018            '2T2C' and
8019            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8020   parameters:
8021   - "throughput"
8022   - "parent"
8023   traces:
8024     hoverinfo: "x+y"
8025     boxpoints: "outliers"
8026     whiskerwidth: 0
8027   layout:
8028     title: ""  # No title
8029     layout: "plot-throughput"
8030
8031 -
8032   type: "plot"
8033   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
8034   algorithm: "plot_performance_box"
8035   output-file-type: ".html"
8036   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
8037   data: "plot-dpdk-throughput-latency-3n-hsw"
8038   filter: "'NIC_Intel-X520-DA2' and
8039            '64B' and
8040            'BASE' and
8041            'NDRPDR' and
8042            '1T1C' and
8043            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8044   parameters:
8045   - "throughput"
8046   - "parent"
8047   traces:
8048     hoverinfo: "x+y"
8049     boxpoints: "outliers"
8050     whiskerwidth: 0
8051   layout:
8052     title: ""  # No title
8053     layout: "plot-throughput"
8054
8055 -
8056   type: "plot"
8057   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
8058   algorithm: "plot_performance_box"
8059   output-file-type: ".html"
8060   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
8061   data: "plot-dpdk-throughput-latency-3n-hsw"
8062   filter: "'NIC_Intel-X520-DA2' and
8063            '64B' and
8064            'BASE' and
8065            'NDRPDR' and
8066            '2T2C' and
8067            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8068   parameters:
8069   - "throughput"
8070   - "parent"
8071   traces:
8072     hoverinfo: "x+y"
8073     boxpoints: "outliers"
8074     whiskerwidth: 0
8075   layout:
8076     title: ""  # No title
8077     layout: "plot-throughput"
8078
8079 # Packet Throughput - DPDK testpmd 3n-hsw-x710
8080 -
8081   type: "plot"
8082   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
8083   algorithm: "plot_performance_box"
8084   output-file-type: ".html"
8085   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
8086   data: "plot-dpdk-throughput-latency-3n-hsw"
8087   filter: "'NIC_Intel-X710' and
8088            '64B' and
8089            'BASE' and
8090            'NDRPDR' and
8091            '1T1C' and
8092            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8093   parameters:
8094   - "throughput"
8095   - "parent"
8096   traces:
8097     hoverinfo: "x+y"
8098     boxpoints: "outliers"
8099     whiskerwidth: 0
8100   layout:
8101     title: ""  # No title
8102     layout: "plot-throughput"
8103
8104 -
8105   type: "plot"
8106   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
8107   algorithm: "plot_performance_box"
8108   output-file-type: ".html"
8109   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
8110   data: "plot-dpdk-throughput-latency-3n-hsw"
8111   filter: "'NIC_Intel-X710' and
8112            '64B' and
8113            'BASE' and
8114            'NDRPDR' and
8115            '2T2C' and
8116            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8117   parameters:
8118   - "throughput"
8119   - "parent"
8120   traces:
8121     hoverinfo: "x+y"
8122     boxpoints: "outliers"
8123     whiskerwidth: 0
8124   layout:
8125     title: ""  # No title
8126     layout: "plot-throughput"
8127
8128 -
8129   type: "plot"
8130   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
8131   algorithm: "plot_performance_box"
8132   output-file-type: ".html"
8133   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
8134   data: "plot-dpdk-throughput-latency-3n-hsw"
8135   filter: "'NIC_Intel-X710' and
8136            '64B' and
8137            'BASE' and
8138            'NDRPDR' and
8139            '1T1C' and
8140            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8141   parameters:
8142   - "throughput"
8143   - "parent"
8144   traces:
8145     hoverinfo: "x+y"
8146     boxpoints: "outliers"
8147     whiskerwidth: 0
8148   layout:
8149     title: ""  # No title
8150     layout: "plot-throughput"
8151
8152 -
8153   type: "plot"
8154   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
8155   algorithm: "plot_performance_box"
8156   output-file-type: ".html"
8157   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
8158   data: "plot-dpdk-throughput-latency-3n-hsw"
8159   filter: "'NIC_Intel-X710' and
8160            '64B' and
8161            'BASE' and
8162            'NDRPDR' and
8163            '2T2C' and
8164            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8165   parameters:
8166   - "throughput"
8167   - "parent"
8168   traces:
8169     hoverinfo: "x+y"
8170     boxpoints: "outliers"
8171     whiskerwidth: 0
8172   layout:
8173     title: ""  # No title
8174     layout: "plot-throughput"
8175
8176 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
8177 -
8178   type: "plot"
8179   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
8180   algorithm: "plot_performance_box"
8181   output-file-type: ".html"
8182   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
8183   data: "plot-dpdk-throughput-latency-3n-hsw"
8184   filter: "'NIC_Intel-XL710' and
8185            '64B' and
8186            'BASE' and
8187            'NDRPDR' and
8188            '1T1C' and
8189            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8190   parameters:
8191   - "throughput"
8192   - "parent"
8193   traces:
8194     hoverinfo: "x+y"
8195     boxpoints: "outliers"
8196     whiskerwidth: 0
8197   layout:
8198     title: ""  # No title
8199     layout: "plot-throughput"
8200
8201 -
8202   type: "plot"
8203   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
8204   algorithm: "plot_performance_box"
8205   output-file-type: ".html"
8206   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
8207   data: "plot-dpdk-throughput-latency-3n-hsw"
8208   filter: "'NIC_Intel-XL710' and
8209            '64B' and
8210            'BASE' and
8211            'NDRPDR' and
8212            '2T2C' and
8213            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8214   parameters:
8215   - "throughput"
8216   - "parent"
8217   traces:
8218     hoverinfo: "x+y"
8219     boxpoints: "outliers"
8220     whiskerwidth: 0
8221   layout:
8222     title: ""  # No title
8223     layout: "plot-throughput"
8224
8225 -
8226   type: "plot"
8227   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
8228   algorithm: "plot_performance_box"
8229   output-file-type: ".html"
8230   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
8231   data: "plot-dpdk-throughput-latency-3n-hsw"
8232   filter: "'NIC_Intel-XL710' and
8233            '64B' and
8234            'BASE' and
8235            'NDRPDR' and
8236            '1T1C' and
8237            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8238   parameters:
8239   - "throughput"
8240   - "parent"
8241   traces:
8242     hoverinfo: "x+y"
8243     boxpoints: "outliers"
8244     whiskerwidth: 0
8245   layout:
8246     title: ""  # No title
8247     layout: "plot-throughput"
8248
8249 -
8250   type: "plot"
8251   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
8252   algorithm: "plot_performance_box"
8253   output-file-type: ".html"
8254   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
8255   data: "plot-dpdk-throughput-latency-3n-hsw"
8256   filter: "'NIC_Intel-XL710' and
8257            '64B' and
8258            'BASE' and
8259            'NDRPDR' and
8260            '2T2C' and
8261            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8262   parameters:
8263   - "throughput"
8264   - "parent"
8265   traces:
8266     hoverinfo: "x+y"
8267     boxpoints: "outliers"
8268     whiskerwidth: 0
8269   layout:
8270     title: ""  # No title
8271     layout: "plot-throughput"
8272
8273 # Packet Throughput - DPDK testpmd 3n-skx-x710
8274 -
8275   type: "plot"
8276   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
8277   algorithm: "plot_performance_box"
8278   output-file-type: ".html"
8279   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
8280   data: "plot-dpdk-throughput-latency-3n-skx"
8281   filter: "'NIC_Intel-X710' and
8282            '64B' and
8283            'BASE' and
8284            'NDRPDR' and
8285            '2T1C' and
8286            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8287   parameters:
8288   - "throughput"
8289   - "parent"
8290   traces:
8291     hoverinfo: "x+y"
8292     boxpoints: "outliers"
8293     whiskerwidth: 0
8294   layout:
8295     title: ""  # No title
8296     layout: "plot-throughput"
8297
8298 -
8299   type: "plot"
8300   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
8301   algorithm: "plot_performance_box"
8302   output-file-type: ".html"
8303   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
8304   data: "plot-dpdk-throughput-latency-3n-skx"
8305   filter: "'NIC_Intel-X710' and
8306            '64B' and
8307            'BASE' and
8308            'NDRPDR' and
8309            '4T2C' and
8310            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8311   parameters:
8312   - "throughput"
8313   - "parent"
8314   traces:
8315     hoverinfo: "x+y"
8316     boxpoints: "outliers"
8317     whiskerwidth: 0
8318   layout:
8319     title: ""  # No title
8320     layout: "plot-throughput"
8321
8322 -
8323   type: "plot"
8324   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
8325   algorithm: "plot_performance_box"
8326   output-file-type: ".html"
8327   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
8328   data: "plot-dpdk-throughput-latency-3n-skx"
8329   filter: "'NIC_Intel-X710' and
8330            '64B' and
8331            'BASE' and
8332            'NDRPDR' and
8333            '2T1C' and
8334            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8335   parameters:
8336   - "throughput"
8337   - "parent"
8338   traces:
8339     hoverinfo: "x+y"
8340     boxpoints: "outliers"
8341     whiskerwidth: 0
8342   layout:
8343     title: ""  # No title
8344     layout: "plot-throughput"
8345
8346 -
8347   type: "plot"
8348   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
8349   algorithm: "plot_performance_box"
8350   output-file-type: ".html"
8351   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
8352   data: "plot-dpdk-throughput-latency-3n-skx"
8353   filter: "'NIC_Intel-X710' and
8354            '64B' and
8355            'BASE' and
8356            'NDRPDR' and
8357            '4T2C' and
8358            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8359   parameters:
8360   - "throughput"
8361   - "parent"
8362   traces:
8363     hoverinfo: "x+y"
8364     boxpoints: "outliers"
8365     whiskerwidth: 0
8366   layout:
8367     title: ""  # No title
8368     layout: "plot-throughput"
8369
8370 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
8371 -
8372   type: "plot"
8373   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
8374   algorithm: "plot_performance_box"
8375   output-file-type: ".html"
8376   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
8377   data: "plot-dpdk-throughput-latency-3n-skx"
8378   filter: "'NIC_Intel-XXV710' and
8379            '64B' and
8380            'BASE' and
8381            'NDRPDR' and
8382            '2T1C' and
8383            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8384   parameters:
8385   - "throughput"
8386   - "parent"
8387   traces:
8388     hoverinfo: "x+y"
8389     boxpoints: "outliers"
8390     whiskerwidth: 0
8391   layout:
8392     title: ""  # No title
8393     layout: "plot-throughput"
8394
8395 -
8396   type: "plot"
8397   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
8398   algorithm: "plot_performance_box"
8399   output-file-type: ".html"
8400   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
8401   data: "plot-dpdk-throughput-latency-3n-skx"
8402   filter: "'NIC_Intel-XXV710' and
8403            '64B' and
8404            'BASE' and
8405            'NDRPDR' and
8406            '4T2C' and
8407            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8408   parameters:
8409   - "throughput"
8410   - "parent"
8411   traces:
8412     hoverinfo: "x+y"
8413     boxpoints: "outliers"
8414     whiskerwidth: 0
8415   layout:
8416     title: ""  # No title
8417     layout: "plot-throughput"
8418
8419 -
8420   type: "plot"
8421   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
8422   algorithm: "plot_performance_box"
8423   output-file-type: ".html"
8424   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
8425   data: "plot-dpdk-throughput-latency-3n-skx"
8426   filter: "'NIC_Intel-XXV710' and
8427            '64B' and
8428            'BASE' and
8429            'NDRPDR' and
8430            '2T1C' and
8431            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8432   parameters:
8433   - "throughput"
8434   - "parent"
8435   traces:
8436     hoverinfo: "x+y"
8437     boxpoints: "outliers"
8438     whiskerwidth: 0
8439   layout:
8440     title: ""  # No title
8441     layout: "plot-throughput"
8442
8443 -
8444   type: "plot"
8445   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
8446   algorithm: "plot_performance_box"
8447   output-file-type: ".html"
8448   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
8449   data: "plot-dpdk-throughput-latency-3n-skx"
8450   filter: "'NIC_Intel-XXV710' and
8451            '64B' and
8452            'BASE' and
8453            'NDRPDR' and
8454            '4T2C' and
8455            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8456   parameters:
8457   - "throughput"
8458   - "parent"
8459   traces:
8460     hoverinfo: "x+y"
8461     boxpoints: "outliers"
8462     whiskerwidth: 0
8463   layout:
8464     title: ""  # No title
8465     layout: "plot-throughput"
8466
8467 # Packet Throughput - DPDK testpmd 2n-skx-x710
8468 -
8469   type: "plot"
8470   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
8471   algorithm: "plot_performance_box"
8472   output-file-type: ".html"
8473   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
8474   data: "plot-dpdk-throughput-latency-2n-skx"
8475   filter: "'NIC_Intel-X710' and
8476            '64B' and
8477            'BASE' and
8478            'NDRPDR' and
8479            '2T1C' and
8480            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8481   parameters:
8482   - "throughput"
8483   - "parent"
8484   traces:
8485     hoverinfo: "x+y"
8486     boxpoints: "outliers"
8487     whiskerwidth: 0
8488   layout:
8489     title: ""  # No title
8490     layout: "plot-throughput"
8491
8492 -
8493   type: "plot"
8494   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
8495   algorithm: "plot_performance_box"
8496   output-file-type: ".html"
8497   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
8498   data: "plot-dpdk-throughput-latency-2n-skx"
8499   filter: "'NIC_Intel-X710' and
8500            '64B' and
8501            'BASE' and
8502            'NDRPDR' and
8503            '4T2C' and
8504            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8505   parameters:
8506   - "throughput"
8507   - "parent"
8508   traces:
8509     hoverinfo: "x+y"
8510     boxpoints: "outliers"
8511     whiskerwidth: 0
8512   layout:
8513     title: ""  # No title
8514     layout: "plot-throughput"
8515
8516 -
8517   type: "plot"
8518   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
8519   algorithm: "plot_performance_box"
8520   output-file-type: ".html"
8521   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
8522   data: "plot-dpdk-throughput-latency-2n-skx"
8523   filter: "'NIC_Intel-X710' and
8524            '64B' and
8525            'BASE' and
8526            'NDRPDR' and
8527            '2T1C' and
8528            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8529   parameters:
8530   - "throughput"
8531   - "parent"
8532   traces:
8533     hoverinfo: "x+y"
8534     boxpoints: "outliers"
8535     whiskerwidth: 0
8536   layout:
8537     title: ""  # No title
8538     layout: "plot-throughput"
8539
8540 -
8541   type: "plot"
8542   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
8543   algorithm: "plot_performance_box"
8544   output-file-type: ".html"
8545   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
8546   data: "plot-dpdk-throughput-latency-2n-skx"
8547   filter: "'NIC_Intel-X710' and
8548            '64B' and
8549            'BASE' and
8550            'NDRPDR' and
8551            '4T2C' and
8552            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8553   parameters:
8554   - "throughput"
8555   - "parent"
8556   traces:
8557     hoverinfo: "x+y"
8558     boxpoints: "outliers"
8559     whiskerwidth: 0
8560   layout:
8561     title: ""  # No title
8562     layout: "plot-throughput"
8563
8564 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
8565 -
8566   type: "plot"
8567   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
8568   algorithm: "plot_performance_box"
8569   output-file-type: ".html"
8570   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
8571   data: "plot-dpdk-throughput-latency-2n-skx"
8572   filter: "'NIC_Intel-XXV710' and
8573            '64B' and
8574            'BASE' and
8575            'NDRPDR' and
8576            '2T1C' and
8577            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8578   parameters:
8579   - "throughput"
8580   - "parent"
8581   traces:
8582     hoverinfo: "x+y"
8583     boxpoints: "outliers"
8584     whiskerwidth: 0
8585   layout:
8586     title: ""  # No title
8587     layout: "plot-throughput"
8588
8589 -
8590   type: "plot"
8591   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
8592   algorithm: "plot_performance_box"
8593   output-file-type: ".html"
8594   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
8595   data: "plot-dpdk-throughput-latency-2n-skx"
8596   filter: "'NIC_Intel-XXV710' and
8597            '64B' and
8598            'BASE' and
8599            'NDRPDR' and
8600            '4T2C' and
8601            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8602   parameters:
8603   - "throughput"
8604   - "parent"
8605   traces:
8606     hoverinfo: "x+y"
8607     boxpoints: "outliers"
8608     whiskerwidth: 0
8609   layout:
8610     title: ""  # No title
8611     layout: "plot-throughput"
8612
8613 -
8614   type: "plot"
8615   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
8616   algorithm: "plot_performance_box"
8617   output-file-type: ".html"
8618   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
8619   data: "plot-dpdk-throughput-latency-2n-skx"
8620   filter: "'NIC_Intel-XXV710' and
8621            '64B' and
8622            'BASE' and
8623            'NDRPDR' and
8624            '2T1C' and
8625            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8626   parameters:
8627   - "throughput"
8628   - "parent"
8629   traces:
8630     hoverinfo: "x+y"
8631     boxpoints: "outliers"
8632     whiskerwidth: 0
8633   layout:
8634     title: ""  # No title
8635     layout: "plot-throughput"
8636
8637 -
8638   type: "plot"
8639   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
8640   algorithm: "plot_performance_box"
8641   output-file-type: ".html"
8642   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
8643   data: "plot-dpdk-throughput-latency-2n-skx"
8644   filter: "'NIC_Intel-XXV710' and
8645            '64B' and
8646            'BASE' and
8647            'NDRPDR' and
8648            '4T2C' and
8649            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8650   parameters:
8651   - "throughput"
8652   - "parent"
8653   traces:
8654     hoverinfo: "x+y"
8655     boxpoints: "outliers"
8656     whiskerwidth: 0
8657   layout:
8658     title: ""  # No title
8659     layout: "plot-throughput"
8660
8661
8662
8663
8664
8665
8666
8667
8668 ################################################################################
8669
8670 # Packet Latency - VPP L2 3n-hsw-x520
8671 -
8672   type: "plot"
8673   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
8674   algorithm: "plot_latency_box"
8675   output-file-type: ".html"
8676   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
8677   data: "plot-vpp-throughput-latency-3n-hsw"
8678   filter: "'NIC_Intel-X520-DA2' and
8679            '64B' and
8680            ('BASE' or 'SCALE') and
8681            'NDRPDR' and
8682            '1T1C' and
8683            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8684            not 'VHOST' and
8685            not 'MEMIF'"
8686   parameters:
8687   - "latency"
8688   - "parent"
8689   traces:
8690     boxmean: False
8691   layout:
8692     title: ""  # No title
8693     layout: "plot-latency"
8694
8695 -
8696   type: "plot"
8697   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
8698   algorithm: "plot_latency_box"
8699   output-file-type: ".html"
8700   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
8701   data: "plot-vpp-throughput-latency-3n-hsw"
8702   filter: "'NIC_Intel-X520-DA2' and
8703            '64B' and
8704            ('BASE' or 'SCALE') and
8705            'NDRPDR' and
8706            '2T2C' and
8707            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8708            not 'VHOST' and
8709            not 'MEMIF'"
8710   parameters:
8711   - "latency"
8712   - "parent"
8713   traces:
8714     boxmean: False
8715   layout:
8716     title: ""  # No title
8717     layout: "plot-latency"
8718
8719 -
8720   type: "plot"
8721   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
8722   algorithm: "plot_latency_box"
8723   output-file-type: ".html"
8724   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
8725   data: "plot-vpp-throughput-latency-3n-hsw"
8726   filter: "'NIC_Intel-X520-DA2' and
8727            '64B' and
8728            'FEATURE' and
8729            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8730            'NDRPDR' and
8731            '1T1C' and
8732            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8733            not 'VHOST' and
8734            not 'MEMIF'"
8735   parameters:
8736   - "latency"
8737   - "parent"
8738   traces:
8739     boxmean: False
8740   layout:
8741     title: ""  # No title
8742     layout: "plot-latency"
8743
8744 -
8745   type: "plot"
8746   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
8747   algorithm: "plot_latency_box"
8748   output-file-type: ".html"
8749   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
8750   data: "plot-vpp-throughput-latency-3n-hsw"
8751   filter: "'NIC_Intel-X520-DA2' and
8752            '64B' and
8753            'FEATURE' and
8754            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8755            'NDRPDR' and
8756            '2T2C' and
8757            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8758            not 'VHOST' and
8759            not 'MEMIF'"
8760   parameters:
8761   - "latency"
8762   - "parent"
8763   traces:
8764     boxmean: False
8765   layout:
8766     title: ""  # No title
8767     layout: "plot-latency"
8768
8769 # Packet Latency - VPP L2 3n-hsw-x710
8770 -
8771   type: "plot"
8772   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
8773   algorithm: "plot_latency_box"
8774   output-file-type: ".html"
8775   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
8776   data: "plot-vpp-throughput-latency-3n-hsw"
8777   filter: "'NIC_Intel-X710' and
8778            '64B' and
8779            ('BASE' or 'SCALE') and
8780            'NDRPDR' and
8781            '1T1C' and
8782            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8783            not 'VHOST' and
8784            not 'MEMIF'"
8785   parameters:
8786   - "latency"
8787   - "parent"
8788   traces:
8789     boxmean: False
8790   layout:
8791     title: ""  # No title
8792     layout: "plot-latency"
8793
8794 -
8795   type: "plot"
8796   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
8797   algorithm: "plot_latency_box"
8798   output-file-type: ".html"
8799   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
8800   data: "plot-vpp-throughput-latency-3n-hsw"
8801   filter: "'NIC_Intel-X710' and
8802            '64B' and
8803            ('BASE' or 'SCALE') and
8804            'NDRPDR' and
8805            '2T2C' and
8806            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8807            not 'VHOST' and
8808            not 'MEMIF'"
8809   parameters:
8810   - "latency"
8811   - "parent"
8812   traces:
8813     boxmean: False
8814   layout:
8815     title: ""  # No title
8816     layout: "plot-latency"
8817
8818 -
8819   type: "plot"
8820   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
8821   algorithm: "plot_latency_box"
8822   output-file-type: ".html"
8823   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
8824   data: "plot-vpp-throughput-latency-3n-hsw"
8825   filter: "'NIC_Intel-X710' and
8826            '64B' and
8827            'FEATURE' and
8828            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8829            'NDRPDR' and
8830            '1T1C' and
8831            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8832            not 'VHOST' and
8833            not 'MEMIF'"
8834   parameters:
8835   - "latency"
8836   - "parent"
8837   traces:
8838     boxmean: False
8839   layout:
8840     title: ""  # No title
8841     layout: "plot-latency"
8842
8843 -
8844   type: "plot"
8845   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
8846   algorithm: "plot_latency_box"
8847   output-file-type: ".html"
8848   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
8849   data: "plot-vpp-throughput-latency-3n-hsw"
8850   filter: "'NIC_Intel-X710' and
8851            '64B' and
8852            'FEATURE' and
8853            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8854            'NDRPDR' and
8855            '2T2C' and
8856            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8857            not 'VHOST' and
8858            not 'MEMIF'"
8859   parameters:
8860   - "latency"
8861   - "parent"
8862   traces:
8863     boxmean: False
8864   layout:
8865     title: ""  # No title
8866     layout: "plot-latency"
8867
8868 # Packet Latency - VPP L2 3n-hsw-xl710
8869 -
8870   type: "plot"
8871   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
8872   algorithm: "plot_latency_box"
8873   output-file-type: ".html"
8874   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
8875   data: "plot-vpp-throughput-latency-3n-hsw"
8876   filter: "'NIC_Intel-XL710' and
8877            '64B' and
8878            ('BASE' or 'SCALE') and
8879            'NDRPDR' and
8880            '1T1C' and
8881            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8882            not 'VHOST' and
8883            not 'MEMIF'"
8884   parameters:
8885   - "latency"
8886   - "parent"
8887   traces:
8888     boxmean: False
8889   layout:
8890     title: ""  # No title
8891     layout: "plot-latency"
8892
8893 -
8894   type: "plot"
8895   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
8896   algorithm: "plot_latency_box"
8897   output-file-type: ".html"
8898   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
8899   data: "plot-vpp-throughput-latency-3n-hsw"
8900   filter: "'NIC_Intel-XL710' and
8901            '64B' and
8902            ('BASE' or 'SCALE') and
8903            'NDRPDR' and
8904            '2T2C' and
8905            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8906            not 'VHOST' and
8907            not 'MEMIF'"
8908   parameters:
8909   - "latency"
8910   - "parent"
8911   traces:
8912     boxmean: False
8913   layout:
8914     title: ""  # No title
8915     layout: "plot-latency"
8916
8917 # Packet Latency - VPP L2 3n-skx-x710
8918 -
8919   type: "plot"
8920   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
8921   algorithm: "plot_latency_box"
8922   output-file-type: ".html"
8923   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
8924   data: "plot-vpp-throughput-latency-3n-skx"
8925   filter: "'NIC_Intel-X710' and
8926            '64B' and
8927            ('BASE' or 'SCALE') and
8928            'NDRPDR' and
8929            '2T1C' and
8930            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8931            not 'VHOST' and
8932            not 'MEMIF'"
8933   parameters:
8934   - "latency"
8935   - "parent"
8936   traces:
8937     boxmean: False
8938   layout:
8939     title: ""  # No title
8940     layout: "plot-latency"
8941
8942 -
8943   type: "plot"
8944   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
8945   algorithm: "plot_latency_box"
8946   output-file-type: ".html"
8947   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
8948   data: "plot-vpp-throughput-latency-3n-skx"
8949   filter: "'NIC_Intel-X710' and
8950            '64B' and
8951            ('BASE' or 'SCALE') and
8952            'NDRPDR' and
8953            '4T2C' and
8954            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8955            not 'VHOST' and
8956            not 'MEMIF'"
8957   parameters:
8958   - "latency"
8959   - "parent"
8960   traces:
8961     boxmean: False
8962   layout:
8963     title: ""  # No title
8964     layout: "plot-latency"
8965
8966 -
8967   type: "plot"
8968   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
8969   algorithm: "plot_latency_box"
8970   output-file-type: ".html"
8971   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
8972   data: "plot-vpp-throughput-latency-3n-skx"
8973   filter: "'NIC_Intel-X710' and
8974            '64B' and
8975            'FEATURE' and
8976            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8977            'NDRPDR' and
8978            '2T1C' and
8979            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8980            not 'VHOST' and
8981            not 'MEMIF'"
8982   parameters:
8983   - "latency"
8984   - "parent"
8985   traces:
8986     boxmean: False
8987   layout:
8988     title: ""  # No title
8989     layout: "plot-latency"
8990
8991 -
8992   type: "plot"
8993   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
8994   algorithm: "plot_latency_box"
8995   output-file-type: ".html"
8996   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
8997   data: "plot-vpp-throughput-latency-3n-skx"
8998   filter: "'NIC_Intel-X710' and
8999            '64B' and
9000            'FEATURE' and
9001            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9002            'NDRPDR' and
9003            '4T2C' and
9004            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9005            not 'VHOST' and
9006            not 'MEMIF'"
9007   parameters:
9008   - "latency"
9009   - "parent"
9010   traces:
9011     boxmean: False
9012   layout:
9013     title: ""  # No title
9014     layout: "plot-latency"
9015
9016 # Packet Latency - VPP L2 3n-skx-xxv710
9017 -
9018   type: "plot"
9019   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9020   algorithm: "plot_latency_box"
9021   output-file-type: ".html"
9022   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9023   data: "plot-vpp-throughput-latency-3n-skx"
9024   filter: "'NIC_Intel-XXV710' and
9025            '64B' and
9026            ('BASE' or 'SCALE') and
9027            'NDRPDR' and
9028            '2T1C' and
9029            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9030            not 'VHOST' and
9031            not 'MEMIF'"
9032   parameters:
9033   - "latency"
9034   - "parent"
9035   traces:
9036     boxmean: False
9037   layout:
9038     title: ""  # No title
9039     layout: "plot-latency"
9040
9041 -
9042   type: "plot"
9043   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9044   algorithm: "plot_latency_box"
9045   output-file-type: ".html"
9046   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9047   data: "plot-vpp-throughput-latency-3n-skx"
9048   filter: "'NIC_Intel-XXV710' and
9049            '64B' and
9050            ('BASE' or 'SCALE') and
9051            'NDRPDR' and
9052            '4T2C' and
9053            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9054            not 'VHOST' and
9055            not 'MEMIF'"
9056   parameters:
9057   - "latency"
9058   - "parent"
9059   traces:
9060     boxmean: False
9061   layout:
9062     title: ""  # No title
9063     layout: "plot-latency"
9064
9065 # Packet Latency - VPP L2 2n-skx-x710
9066 -
9067   type: "plot"
9068   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9069   algorithm: "plot_latency_box"
9070   output-file-type: ".html"
9071   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9072   data: "plot-vpp-throughput-latency-2n-skx"
9073   filter: "'NIC_Intel-X710' and
9074            '64B' and
9075            ('BASE' or 'SCALE') and
9076            'NDRPDR' and
9077            '2T1C' and
9078            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9079            not 'VHOST' and
9080            not 'MEMIF'"
9081   parameters:
9082   - "latency"
9083   - "parent"
9084   traces:
9085     boxmean: False
9086   layout:
9087     title: ""  # No title
9088     layout: "plot-latency"
9089
9090 -
9091   type: "plot"
9092   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9093   algorithm: "plot_latency_box"
9094   output-file-type: ".html"
9095   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9096   data: "plot-vpp-throughput-latency-2n-skx"
9097   filter: "'NIC_Intel-X710' and
9098            '64B' and
9099            ('BASE' or 'SCALE') and
9100            'NDRPDR' and
9101            '4T2C' and
9102            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9103            not 'VHOST' and
9104            not 'MEMIF'"
9105   parameters:
9106   - "latency"
9107   - "parent"
9108   traces:
9109     boxmean: False
9110   layout:
9111     title: ""  # No title
9112     layout: "plot-latency"
9113
9114 # Packet Latency - VPP L2 2n-skx-xxv710
9115 -
9116   type: "plot"
9117   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9118   algorithm: "plot_latency_box"
9119   output-file-type: ".html"
9120   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9121   data: "plot-vpp-throughput-latency-2n-skx"
9122   filter: "'NIC_Intel-XXV710' and
9123            '64B' and
9124            ('BASE' or 'SCALE') and
9125            'NDRPDR' and
9126            '2T1C' and
9127            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9128            not 'VHOST' and
9129            not 'MEMIF'"
9130   parameters:
9131   - "latency"
9132   - "parent"
9133   traces:
9134     boxmean: False
9135   layout:
9136     title: ""  # No title
9137     layout: "plot-latency"
9138
9139 -
9140   type: "plot"
9141   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9142   algorithm: "plot_latency_box"
9143   output-file-type: ".html"
9144   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9145   data: "plot-vpp-throughput-latency-2n-skx"
9146   filter: "'NIC_Intel-XXV710' and
9147            '64B' and
9148            ('BASE' or 'SCALE') and
9149            'NDRPDR' and
9150            '4T2C' and
9151            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9152            not 'VHOST' and
9153            not 'MEMIF'"
9154   parameters:
9155   - "latency"
9156   - "parent"
9157   traces:
9158     boxmean: False
9159   layout:
9160     title: ""  # No title
9161     layout: "plot-latency"
9162
9163 ################################################################################
9164
9165 # Packet Latency - VPP Container Memif 3n-hsw-x520
9166 -
9167   type: "plot"
9168   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9169   algorithm: "plot_latency_box"
9170   output-file-type: ".html"
9171   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9172   data: "plot-vpp-throughput-latency-3n-hsw"
9173   filter: "'NIC_Intel-X520-DA2' and
9174            '64B' and
9175            ('BASE' or 'SCALE') and
9176            'NDRPDR' and
9177            '1T1C' and
9178            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9179            not 'VHOST' and
9180            'MEMIF'"
9181   parameters:
9182   - "latency"
9183   - "parent"
9184   traces:
9185     boxmean: False
9186   layout:
9187     title: ""  # No title
9188     layout: "plot-latency"
9189
9190 -
9191   type: "plot"
9192   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9193   algorithm: "plot_latency_box"
9194   output-file-type: ".html"
9195   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9196   data: "plot-vpp-throughput-latency-3n-hsw"
9197   filter: "'NIC_Intel-X520-DA2' and
9198            '64B' and
9199            ('BASE' or 'SCALE') and
9200            'NDRPDR' and
9201            '2T2C' and
9202            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9203            not 'VHOST' and
9204            'MEMIF'"
9205   parameters:
9206   - "latency"
9207   - "parent"
9208   traces:
9209     boxmean: False
9210   layout:
9211     title: ""  # No title
9212     layout: "plot-latency"
9213
9214 # Packet Latency - VPP Container Memif 3n-hsw-x710
9215 -
9216   type: "plot"
9217   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9218   algorithm: "plot_latency_box"
9219   output-file-type: ".html"
9220   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9221   data: "plot-vpp-throughput-latency-3n-hsw"
9222   filter: "'NIC_Intel-X710' and
9223            '64B' and
9224            ('BASE' or 'SCALE') and
9225            'NDRPDR' and
9226            '1T1C' and
9227            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9228            not 'VHOST' and
9229            'MEMIF'"
9230   parameters:
9231   - "latency"
9232   - "parent"
9233   traces:
9234     boxmean: False
9235   layout:
9236     title: ""  # No title
9237     layout: "plot-latency"
9238
9239 -
9240   type: "plot"
9241   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9242   algorithm: "plot_latency_box"
9243   output-file-type: ".html"
9244   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9245   data: "plot-vpp-throughput-latency-3n-hsw"
9246   filter: "'NIC_Intel-X710' and
9247            '64B' and
9248            ('BASE' or 'SCALE') and
9249            'NDRPDR' and
9250            '2T2C' and
9251            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9252            not 'VHOST' and
9253            'MEMIF'"
9254   parameters:
9255   - "latency"
9256   - "parent"
9257   traces:
9258     boxmean: False
9259   layout:
9260     title: ""  # No title
9261     layout: "plot-latency"
9262
9263 # Packet Latency - VPP Container Memif 3n-hsw-xl710
9264 -
9265   type: "plot"
9266   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9267   algorithm: "plot_latency_box"
9268   output-file-type: ".html"
9269   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9270   data: "plot-vpp-throughput-latency-3n-hsw"
9271   filter: "'NIC_Intel-XL710' and
9272            '64B' and
9273            ('BASE' or 'SCALE') and
9274            'NDRPDR' and
9275            '1T1C' and
9276            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9277            not 'VHOST' and
9278            'MEMIF'"
9279   parameters:
9280   - "latency"
9281   - "parent"
9282   traces:
9283     boxmean: False
9284   layout:
9285     title: ""  # No title
9286     layout: "plot-latency"
9287
9288 -
9289   type: "plot"
9290   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9291   algorithm: "plot_latency_box"
9292   output-file-type: ".html"
9293   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9294   data: "plot-vpp-throughput-latency-3n-hsw"
9295   filter: "'NIC_Intel-XL710' and
9296            '64B' and
9297            ('BASE' or 'SCALE') and
9298            'NDRPDR' and
9299            '2T2C' and
9300            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9301            not 'VHOST' and
9302            'MEMIF'"
9303   parameters:
9304   - "latency"
9305   - "parent"
9306   traces:
9307     boxmean: False
9308   layout:
9309     title: ""  # No title
9310     layout: "plot-latency"
9311
9312 # Packet Latency - VPP Container Memif 3n-skx-x710
9313 -
9314   type: "plot"
9315   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9316   algorithm: "plot_latency_box"
9317   output-file-type: ".html"
9318   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9319   data: "plot-vpp-throughput-latency-3n-skx"
9320   filter: "'NIC_Intel-X710' and
9321            '64B' and
9322            ('BASE' or 'SCALE') and
9323            'NDRPDR' and
9324            '2T1C' and
9325            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9326            not 'VHOST' and
9327            'MEMIF'"
9328   parameters:
9329   - "latency"
9330   - "parent"
9331   traces:
9332     boxmean: False
9333   layout:
9334     title: ""  # No title
9335     layout: "plot-latency"
9336
9337 -
9338   type: "plot"
9339   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9340   algorithm: "plot_latency_box"
9341   output-file-type: ".html"
9342   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9343   data: "plot-vpp-throughput-latency-3n-skx"
9344   filter: "'NIC_Intel-X710' and
9345            '64B' and
9346            ('BASE' or 'SCALE') and
9347            'NDRPDR' and
9348            '4T2C' and
9349            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9350            not 'VHOST' and
9351            'MEMIF'"
9352   parameters:
9353   - "latency"
9354   - "parent"
9355   traces:
9356     boxmean: False
9357   layout:
9358     title: ""  # No title
9359     layout: "plot-latency"
9360
9361 ################################################################################
9362
9363 # Packet Latency - VPP Container Memif 3n-hsw-x520
9364 -
9365   type: "plot"
9366   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9367   algorithm: "plot_latency_box"
9368   output-file-type: ".html"
9369   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9370   data: "plot-ligato-throughput-latency-3n-hsw"
9371   filter: "'NIC_Intel-X520-DA2' and
9372            '64B' and
9373            ('BASE' or 'SCALE') and
9374            'NDRPDR' and
9375            '1T1C' and
9376            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9377            not 'VHOST' and
9378            'MEMIF'"
9379   parameters:
9380   - "latency"
9381   - "parent"
9382   traces:
9383     boxmean: False
9384   layout:
9385     title: ""  # No title
9386     layout: "plot-latency"
9387
9388 -
9389   type: "plot"
9390   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9391   algorithm: "plot_latency_box"
9392   output-file-type: ".html"
9393   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9394   data: "plot-ligato-throughput-latency-3n-hsw"
9395   filter: "'NIC_Intel-X520-DA2' and
9396            '64B' and
9397            ('BASE' or 'SCALE') and
9398            'NDRPDR' and
9399            '2T2C' and
9400            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9401            not 'VHOST' and
9402            'MEMIF'"
9403   parameters:
9404   - "latency"
9405   - "parent"
9406   traces:
9407     boxmean: False
9408   layout:
9409     title: ""  # No title
9410     layout: "plot-latency"
9411
9412 # Packet Latency - VPP Container Memif 3n-hsw-x710
9413 -
9414   type: "plot"
9415   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9416   algorithm: "plot_latency_box"
9417   output-file-type: ".html"
9418   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9419   data: "plot-ligato-throughput-latency-3n-hsw"
9420   filter: "'NIC_Intel-X710' and
9421            '64B' and
9422            ('BASE' or 'SCALE') and
9423            'NDRPDR' and
9424            '1T1C' and
9425            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9426            not 'VHOST' and
9427            'MEMIF'"
9428   parameters:
9429   - "latency"
9430   - "parent"
9431   traces:
9432     boxmean: False
9433   layout:
9434     title: ""  # No title
9435     layout: "plot-latency"
9436
9437 -
9438   type: "plot"
9439   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9440   algorithm: "plot_latency_box"
9441   output-file-type: ".html"
9442   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9443   data: "plot-ligato-throughput-latency-3n-hsw"
9444   filter: "'NIC_Intel-X710' and
9445            '64B' and
9446            ('BASE' or 'SCALE') and
9447            'NDRPDR' and
9448            '2T2C' and
9449            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9450            not 'VHOST' and
9451            'MEMIF'"
9452   parameters:
9453   - "latency"
9454   - "parent"
9455   traces:
9456     boxmean: False
9457   layout:
9458     title: ""  # No title
9459     layout: "plot-latency"
9460
9461 ################################################################################
9462
9463 # Packet Latency - VPP IPv4 3n-hsw-x520
9464 -
9465   type: "plot"
9466   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9467   algorithm: "plot_latency_box"
9468   output-file-type: ".html"
9469   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9470   data: "plot-vpp-throughput-latency-3n-hsw"
9471   filter: "'NIC_Intel-X520-DA2' and
9472            '64B' and
9473            ('BASE' or 'SCALE') and
9474            'NDRPDR' and
9475            '1T1C' and
9476            'IP4FWD' and
9477            not 'IPSEC' and
9478            not 'VHOST'"
9479   parameters:
9480   - "latency"
9481   - "parent"
9482   traces:
9483     boxmean: False
9484   layout:
9485     title: ""  # No title
9486     layout: "plot-latency"
9487
9488 -
9489   type: "plot"
9490   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9491   algorithm: "plot_latency_box"
9492   output-file-type: ".html"
9493   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9494   data: "plot-vpp-throughput-latency-3n-hsw"
9495   filter: "'NIC_Intel-X520-DA2' and
9496            '64B' and
9497            ('BASE' or 'SCALE') and
9498            'NDRPDR' and
9499            '2T2C' and
9500            'IP4FWD' and
9501            not 'IPSEC' and
9502            not 'VHOST'"
9503   parameters:
9504   - "latency"
9505   - "parent"
9506   traces:
9507     boxmean: False
9508   layout:
9509     title: ""  # No title
9510     layout: "plot-latency"
9511
9512 -
9513   type: "plot"
9514   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
9515   algorithm: "plot_latency_box"
9516   output-file-type: ".html"
9517   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
9518   data: "plot-vpp-throughput-latency-3n-hsw"
9519   filter: "'NIC_Intel-X520-DA2' and
9520            '64B' and
9521            'FEATURE' and
9522            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9523            'NDRPDR' and
9524            '1T1C' and
9525            'IP4FWD' and
9526            not 'IPSEC' and
9527            not 'VHOST'"
9528   parameters:
9529   - "latency"
9530   - "parent"
9531   traces:
9532     boxmean: False
9533   layout:
9534     title: ""  # No title
9535     layout: "plot-latency"
9536
9537 -
9538   type: "plot"
9539   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
9540   algorithm: "plot_latency_box"
9541   output-file-type: ".html"
9542   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
9543   data: "plot-vpp-throughput-latency-3n-hsw"
9544   filter: "'NIC_Intel-X520-DA2' and
9545            '64B' and
9546            'FEATURE' and
9547            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9548            'NDRPDR' and
9549            '2T2C' and
9550            'IP4FWD' and
9551            not 'IPSEC' and
9552            not 'VHOST'"
9553   parameters:
9554   - "latency"
9555   - "parent"
9556   traces:
9557     boxmean: False
9558   layout:
9559     title: ""  # No title
9560     layout: "plot-latency"
9561
9562 # Packet Latency - VPP IPv4 3n-hsw-x710
9563 -
9564   type: "plot"
9565   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9566   algorithm: "plot_latency_box"
9567   output-file-type: ".html"
9568   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9569   data: "plot-vpp-throughput-latency-3n-hsw"
9570   filter: "'NIC_Intel-X710' and
9571            '64B' and
9572            ('BASE' or 'SCALE') and
9573            'NDRPDR' and
9574            '1T1C' and
9575            'IP4FWD' and
9576            not 'IPSEC' and
9577            not 'VHOST'"
9578   parameters:
9579   - "latency"
9580   - "parent"
9581   traces:
9582     boxmean: False
9583   layout:
9584     title: ""  # No title
9585     layout: "plot-latency"
9586
9587 -
9588   type: "plot"
9589   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9590   algorithm: "plot_latency_box"
9591   output-file-type: ".html"
9592   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9593   data: "plot-vpp-throughput-latency-3n-hsw"
9594   filter: "'NIC_Intel-X710' and
9595            '64B' and
9596            ('BASE' or 'SCALE') and
9597            'NDRPDR' and
9598            '2T2C' and
9599            'IP4FWD' and
9600            not 'IPSEC' and
9601            not 'VHOST'"
9602   parameters:
9603   - "latency"
9604   - "parent"
9605   traces:
9606     boxmean: False
9607   layout:
9608     title: ""  # No title
9609     layout: "plot-latency"
9610
9611 -
9612   type: "plot"
9613   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
9614   algorithm: "plot_latency_box"
9615   output-file-type: ".html"
9616   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
9617   data: "plot-vpp-throughput-latency-3n-hsw"
9618   filter: "'NIC_Intel-X710' and
9619            '64B' and
9620            'FEATURE' and
9621            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9622            'NDRPDR' and
9623            '1T1C' and
9624            'IP4FWD' and
9625            not 'IPSEC' and
9626            not 'VHOST'"
9627   parameters:
9628   - "latency"
9629   - "parent"
9630   traces:
9631     boxmean: False
9632   layout:
9633     title: ""  # No title
9634     layout: "plot-latency"
9635
9636 -
9637   type: "plot"
9638   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
9639   algorithm: "plot_latency_box"
9640   output-file-type: ".html"
9641   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
9642   data: "plot-vpp-throughput-latency-3n-hsw"
9643   filter: "'NIC_Intel-X710' and
9644            '64B' and
9645            'FEATURE' and
9646            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9647            'NDRPDR' and
9648            '2T2C' and
9649            'IP4FWD' and
9650            not 'IPSEC' and
9651            not 'VHOST'"
9652   parameters:
9653   - "latency"
9654   - "parent"
9655   traces:
9656     boxmean: False
9657   layout:
9658     title: ""  # No title
9659     layout: "plot-latency"
9660
9661 # Packet Latency - VPP IPv4 3n-hsw-xl710
9662 -
9663   type: "plot"
9664   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9665   algorithm: "plot_latency_box"
9666   output-file-type: ".html"
9667   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9668   data: "plot-vpp-throughput-latency-3n-hsw"
9669   filter: "'NIC_Intel-XL710' and
9670            '64B' and
9671            ('BASE' or 'SCALE') and
9672            'NDRPDR' and
9673            '1T1C' and
9674            'IP4FWD' and
9675            not 'IPSEC' and
9676            not 'VHOST'"
9677   parameters:
9678   - "latency"
9679   - "parent"
9680   traces:
9681     boxmean: False
9682   layout:
9683     title: ""  # No title
9684     layout: "plot-latency"
9685
9686 -
9687   type: "plot"
9688   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9689   algorithm: "plot_latency_box"
9690   output-file-type: ".html"
9691   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9692   data: "plot-vpp-throughput-latency-3n-hsw"
9693   filter: "'NIC_Intel-XL710' and
9694            '64B' and
9695            ('BASE' or 'SCALE') and
9696            'NDRPDR' and
9697            '2T2C' and
9698            'IP4FWD' and
9699            not 'IPSEC' and
9700            not 'VHOST'"
9701   parameters:
9702   - "latency"
9703   - "parent"
9704   traces:
9705     boxmean: False
9706   layout:
9707     title: ""  # No title
9708     layout: "plot-latency"
9709
9710 # Packet Latency - VPP IPv4 3n-skx-x710
9711 -
9712   type: "plot"
9713   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9714   algorithm: "plot_latency_box"
9715   output-file-type: ".html"
9716   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9717   data: "plot-vpp-throughput-latency-3n-skx"
9718   filter: "'NIC_Intel-X710' and
9719            '64B' and
9720            ('BASE' or 'SCALE') and
9721            'NDRPDR' and
9722            '2T1C' and
9723            'IP4FWD' and
9724            not 'IPSEC' and
9725            not 'VHOST'"
9726   parameters:
9727   - "latency"
9728   - "parent"
9729   traces:
9730     boxmean: False
9731   layout:
9732     title: ""  # No title
9733     layout: "plot-latency"
9734
9735 -
9736   type: "plot"
9737   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9738   algorithm: "plot_latency_box"
9739   output-file-type: ".html"
9740   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9741   data: "plot-vpp-throughput-latency-3n-skx"
9742   filter: "'NIC_Intel-X710' and
9743            '64B' and
9744            ('BASE' or 'SCALE') and
9745            'NDRPDR' and
9746            '4T2C' and
9747            'IP4FWD' and
9748            not 'IPSEC' and
9749            not 'VHOST'"
9750   parameters:
9751   - "latency"
9752   - "parent"
9753   traces:
9754     boxmean: False
9755   layout:
9756     title: ""  # No title
9757     layout: "plot-latency"
9758
9759 -
9760   type: "plot"
9761   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
9762   algorithm: "plot_latency_box"
9763   output-file-type: ".html"
9764   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
9765   data: "plot-vpp-throughput-latency-3n-skx"
9766   filter: "'NIC_Intel-X710' and
9767            '64B' and
9768            'FEATURE' and
9769            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9770            'NDRPDR' and
9771            '2T1C' and
9772            'IP4FWD' and
9773            not 'IPSEC' and
9774            not 'VHOST'"
9775   parameters:
9776   - "latency"
9777   - "parent"
9778   traces:
9779     boxmean: False
9780   layout:
9781     title: ""  # No title
9782     layout: "plot-latency"
9783
9784 -
9785   type: "plot"
9786   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
9787   algorithm: "plot_latency_box"
9788   output-file-type: ".html"
9789   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
9790   data: "plot-vpp-throughput-latency-3n-skx"
9791   filter: "'NIC_Intel-X710' and
9792            '64B' and
9793            'FEATURE' and
9794            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9795            'NDRPDR' and
9796            '4T2C' and
9797            'IP4FWD' and
9798            not 'IPSEC' and
9799            not 'VHOST'"
9800   parameters:
9801   - "latency"
9802   - "parent"
9803   traces:
9804     boxmean: False
9805   layout:
9806     title: ""  # No title
9807     layout: "plot-latency"
9808
9809 # Packet Latency - VPP IPv4 2n-skx-x710
9810 -
9811   type: "plot"
9812   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9813   algorithm: "plot_latency_box"
9814   output-file-type: ".html"
9815   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9816   data: "plot-vpp-throughput-latency-2n-skx"
9817   filter: "'NIC_Intel-X710' and
9818            '64B' and
9819            ('BASE' or 'SCALE') and
9820            'NDRPDR' and
9821            '2T1C' and
9822            'IP4FWD' and
9823            not 'IPSEC' and
9824            not 'VHOST'"
9825   parameters:
9826   - "latency"
9827   - "parent"
9828   traces:
9829     boxmean: False
9830   layout:
9831     title: ""  # No title
9832     layout: "plot-latency"
9833
9834 -
9835   type: "plot"
9836   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9837   algorithm: "plot_latency_box"
9838   output-file-type: ".html"
9839   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9840   data: "plot-vpp-throughput-latency-2n-skx"
9841   filter: "'NIC_Intel-X710' and
9842            '64B' and
9843            ('BASE' or 'SCALE') and
9844            'NDRPDR' and
9845            '4T2C' and
9846            'IP4FWD' and
9847            not 'IPSEC' and
9848            not 'VHOST'"
9849   parameters:
9850   - "latency"
9851   - "parent"
9852   traces:
9853     boxmean: False
9854   layout:
9855     title: ""  # No title
9856     layout: "plot-latency"
9857
9858 # Packet Latency - VPP IPv4 2n-skx-xxv710
9859 -
9860   type: "plot"
9861   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9862   algorithm: "plot_latency_box"
9863   output-file-type: ".html"
9864   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9865   data: "plot-vpp-throughput-latency-2n-skx"
9866   filter: "'NIC_Intel-XXV710' and
9867            '64B' and
9868            ('BASE' or 'SCALE') and
9869            'NDRPDR' and
9870            '2T1C' and
9871            'IP4FWD' and
9872            not 'IPSEC' and
9873            not 'VHOST'"
9874   parameters:
9875   - "latency"
9876   - "parent"
9877   traces:
9878     boxmean: False
9879   layout:
9880     title: ""  # No title
9881     layout: "plot-latency"
9882
9883 -
9884   type: "plot"
9885   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9886   algorithm: "plot_latency_box"
9887   output-file-type: ".html"
9888   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9889   data: "plot-vpp-throughput-latency-2n-skx"
9890   filter: "'NIC_Intel-XXV710' and
9891            '64B' and
9892            ('BASE' or 'SCALE') and
9893            'NDRPDR' and
9894            '4T2C' and
9895            'IP4FWD' and
9896            not 'IPSEC' and
9897            not 'VHOST'"
9898   parameters:
9899   - "latency"
9900   - "parent"
9901   traces:
9902     boxmean: False
9903   layout:
9904     title: ""  # No title
9905     layout: "plot-latency"
9906
9907 ################################################################################
9908
9909 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
9910 -
9911   type: "plot"
9912   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9913   algorithm: "plot_latency_box"
9914   output-file-type: ".html"
9915   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9916   data: "plot-vpp-throughput-latency-3n-hsw"
9917   filter: "'NIC_Intel-X520-DA2' and
9918            '64B' and
9919            'ENCAP' and
9920            'NDRPDR' and
9921            '1T1C' and
9922            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
9923            not 'VHOST' and
9924            not 'IPSECHW'"
9925   parameters:
9926   - "latency"
9927   - "parent"
9928   traces:
9929     boxmean: False
9930   layout:
9931     title: ""  # No title
9932     layout: "plot-latency"
9933
9934 -
9935   type: "plot"
9936   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9937   algorithm: "plot_latency_box"
9938   output-file-type: ".html"
9939   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9940   data: "plot-vpp-throughput-latency-3n-hsw"
9941   filter: "'NIC_Intel-X520-DA2' and
9942            '64B' and
9943            'ENCAP' and
9944            'NDRPDR' and
9945            '2T2C' and
9946            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
9947            not 'VHOST' and
9948            not 'IPSECHW'"
9949   parameters:
9950   - "latency"
9951   - "parent"
9952   traces:
9953     boxmean: False
9954   layout:
9955     title: ""  # No title
9956     layout: "plot-latency"
9957
9958 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
9959 -
9960   type: "plot"
9961   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9962   algorithm: "plot_latency_box"
9963   output-file-type: ".html"
9964   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9965   data: "plot-vpp-throughput-latency-3n-hsw"
9966   filter: "'NIC_Intel-X710' and
9967            '64B' and
9968            'ENCAP' and
9969            'NDRPDR' and
9970            '1T1C' and
9971            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
9972            not 'VHOST' and
9973            not 'IPSECHW'"
9974   parameters:
9975   - "latency"
9976   - "parent"
9977   traces:
9978     boxmean: False
9979   layout:
9980     title: ""  # No title
9981     layout: "plot-latency"
9982
9983 -
9984   type: "plot"
9985   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9986   algorithm: "plot_latency_box"
9987   output-file-type: ".html"
9988   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9989   data: "plot-vpp-throughput-latency-3n-hsw"
9990   filter: "'NIC_Intel-X710' and
9991            '64B' and
9992            'ENCAP' and
9993            'NDRPDR' and
9994            '2T2C' and
9995            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
9996            not 'VHOST' and
9997            not 'IPSECHW'"
9998   parameters:
9999   - "latency"
10000   - "parent"
10001   traces:
10002     boxmean: False
10003   layout:
10004     title: ""  # No title
10005     layout: "plot-latency"
10006
10007 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
10008 -
10009   type: "plot"
10010   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10011   algorithm: "plot_latency_box"
10012   output-file-type: ".html"
10013   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10014   data: "plot-vpp-throughput-latency-3n-skx"
10015   filter: "'NIC_Intel-X710' and
10016            '64B' and
10017            'ENCAP' and
10018            'NDRPDR' and
10019            '2T1C' and
10020            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10021            not 'VHOST' and
10022            not 'IPSECHW'"
10023   parameters:
10024   - "latency"
10025   - "parent"
10026   traces:
10027     boxmean: False
10028   layout:
10029     title: ""  # No title
10030     layout: "plot-latency"
10031
10032 -
10033   type: "plot"
10034   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10035   algorithm: "plot_latency_box"
10036   output-file-type: ".html"
10037   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10038   data: "plot-vpp-throughput-latency-3n-skx"
10039   filter: "'NIC_Intel-X710' and
10040            '64B' and
10041            'ENCAP' and
10042            'NDRPDR' and
10043            '4T2C' and
10044            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10045            not 'VHOST' and
10046            not 'IPSECHW'"
10047   parameters:
10048   - "latency"
10049   - "parent"
10050   traces:
10051     boxmean: False
10052   layout:
10053     title: ""  # No title
10054     layout: "plot-latency"
10055
10056 ################################################################################
10057
10058 # Packet Latency - VPP IPv6 3n-hsw-x520
10059 -
10060   type: "plot"
10061   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10062   algorithm: "plot_latency_box"
10063   output-file-type: ".html"
10064   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10065   data: "plot-vpp-throughput-latency-3n-hsw"
10066   filter: "'NIC_Intel-X520-DA2' and
10067            '78B' and
10068            ('BASE' or 'SCALE') and
10069            'NDRPDR' and
10070            '1T1C' and
10071            'IP6FWD' and
10072            not 'SRv6' and
10073            not 'IPSEC' and
10074            not 'VHOST'"
10075   parameters:
10076   - "latency"
10077   - "parent"
10078   traces:
10079     boxmean: False
10080   layout:
10081     title: ""  # No title
10082     layout: "plot-latency"
10083
10084 -
10085   type: "plot"
10086   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10087   algorithm: "plot_latency_box"
10088   output-file-type: ".html"
10089   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10090   data: "plot-vpp-throughput-latency-3n-hsw"
10091   filter: "'NIC_Intel-X520-DA2' and
10092            '78B' and
10093            ('BASE' or 'SCALE') and
10094            'NDRPDR' and
10095            '2T2C' and
10096            'IP6FWD' and
10097            not 'SRv6' and
10098            not 'IPSEC' and
10099            not 'VHOST'"
10100   parameters:
10101   - "latency"
10102   - "parent"
10103   traces:
10104     boxmean: False
10105   layout:
10106     title: ""  # No title
10107     layout: "plot-latency"
10108
10109 # Packet Latency - VPP IPv6 3n-hsw-x710
10110 -
10111   type: "plot"
10112   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
10113   algorithm: "plot_latency_box"
10114   output-file-type: ".html"
10115   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
10116   data: "plot-vpp-throughput-latency-3n-hsw"
10117   filter: "'NIC_Intel-X710' and
10118            '78B' and
10119            ('BASE' or 'SCALE') and
10120            'NDRPDR' and
10121            '1T1C' and
10122            'IP6FWD' and
10123            not 'SRv6' and
10124            not 'IPSEC' and
10125            not 'VHOST'"
10126   parameters:
10127   - "latency"
10128   - "parent"
10129   traces:
10130     boxmean: False
10131   layout:
10132     title: ""  # No title
10133     layout: "plot-latency"
10134
10135 -
10136   type: "plot"
10137   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
10138   algorithm: "plot_latency_box"
10139   output-file-type: ".html"
10140   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
10141   data: "plot-vpp-throughput-latency-3n-hsw"
10142   filter: "'NIC_Intel-X710' and
10143            '78B' and
10144            ('BASE' or 'SCALE') and
10145            'NDRPDR' and
10146            '2T2C' and
10147            'IP6FWD' and
10148            not 'SRv6' and
10149            not 'IPSEC' and
10150            not 'VHOST'"
10151   parameters:
10152   - "latency"
10153   - "parent"
10154   traces:
10155     boxmean: False
10156   layout:
10157     title: ""  # No title
10158     layout: "plot-latency"
10159
10160 # Packet Latency - VPP IPv6 3n-hsw-xl710
10161 -
10162   type: "plot"
10163   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
10164   algorithm: "plot_latency_box"
10165   output-file-type: ".html"
10166   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
10167   data: "plot-vpp-throughput-latency-3n-hsw"
10168   filter: "'NIC_Intel-XL710' and
10169            '78B' and
10170            ('BASE' or 'SCALE') and
10171            'NDRPDR' and
10172            '1T1C' and
10173            'IP6FWD' and
10174            not 'SRv6' and
10175            not 'IPSEC' and
10176            not 'VHOST'"
10177   parameters:
10178   - "latency"
10179   - "parent"
10180   traces:
10181     boxmean: False
10182   layout:
10183     title: ""  # No title
10184     layout: "plot-latency"
10185
10186 -
10187   type: "plot"
10188   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
10189   algorithm: "plot_latency_box"
10190   output-file-type: ".html"
10191   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
10192   data: "plot-vpp-throughput-latency-3n-hsw"
10193   filter: "'NIC_Intel-XL710' and
10194            '78B' and
10195            ('BASE' or 'SCALE') and
10196            'NDRPDR' and
10197            '2T2C' and
10198            'IP6FWD' and
10199            not 'SRv6' and
10200            not 'IPSEC' and
10201            not 'VHOST'"
10202   parameters:
10203   - "latency"
10204   - "parent"
10205   traces:
10206     boxmean: False
10207   layout:
10208     title: ""  # No title
10209     layout: "plot-latency"
10210
10211 # Packet Latency - VPP IPv6 3n-skx-x710
10212 -
10213   type: "plot"
10214   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10215   algorithm: "plot_latency_box"
10216   output-file-type: ".html"
10217   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10218   data: "plot-vpp-throughput-latency-3n-skx"
10219   filter: "'NIC_Intel-X710' and
10220            '78B' and
10221            ('BASE' or 'SCALE') and
10222            'NDRPDR' and
10223            '2T1C' and
10224            'IP6FWD' and
10225            not 'SRv6' and
10226            not 'IPSEC' and
10227            not 'VHOST'"
10228   parameters:
10229   - "latency"
10230   - "parent"
10231   traces:
10232     boxmean: False
10233   layout:
10234     title: ""  # No title
10235     layout: "plot-latency"
10236
10237 -
10238   type: "plot"
10239   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10240   algorithm: "plot_latency_box"
10241   output-file-type: ".html"
10242   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10243   data: "plot-vpp-throughput-latency-3n-skx"
10244   filter: "'NIC_Intel-X710' and
10245            '78B' and
10246            ('BASE' or 'SCALE') and
10247            'NDRPDR' and
10248            '4T2C' and
10249            'IP6FWD' and
10250            not 'SRv6' and
10251            not 'IPSEC' and
10252            not 'VHOST'"
10253   parameters:
10254   - "latency"
10255   - "parent"
10256   traces:
10257     boxmean: False
10258   layout:
10259     title: ""  # No title
10260     layout: "plot-latency"
10261
10262 # Packet Latency - VPP IPv6 2n-skx-x710
10263 -
10264   type: "plot"
10265   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10266   algorithm: "plot_latency_box"
10267   output-file-type: ".html"
10268   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10269   data: "plot-vpp-throughput-latency-2n-skx"
10270   filter: "'NIC_Intel-X710' and
10271            '78B' and
10272            ('BASE' or 'SCALE') and
10273            'NDRPDR' and
10274            '2T1C' and
10275            'IP6FWD' and
10276            not 'SRv6' and
10277            not 'IPSEC' and
10278            not 'VHOST'"
10279   parameters:
10280   - "latency"
10281   - "parent"
10282   traces:
10283     boxmean: False
10284   layout:
10285     title: ""  # No title
10286     layout: "plot-latency"
10287
10288 -
10289   type: "plot"
10290   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10291   algorithm: "plot_latency_box"
10292   output-file-type: ".html"
10293   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10294   data: "plot-vpp-throughput-latency-2n-skx"
10295   filter: "'NIC_Intel-X710' and
10296            '78B' and
10297            ('BASE' or 'SCALE') and
10298            'NDRPDR' and
10299            '4T2C' and
10300            'IP6FWD' and
10301            not 'SRv6' and
10302            not 'IPSEC' and
10303            not 'VHOST'"
10304   parameters:
10305   - "latency"
10306   - "parent"
10307   traces:
10308     boxmean: False
10309   layout:
10310     title: ""  # No title
10311     layout: "plot-latency"
10312
10313 # Packet Latency - VPP IPv6 2n-skx-xxv710
10314 -
10315   type: "plot"
10316   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
10317   algorithm: "plot_latency_box"
10318   output-file-type: ".html"
10319   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
10320   data: "plot-vpp-throughput-latency-2n-skx"
10321   filter: "'NIC_Intel-XXV710' and
10322            '78B' and
10323            ('BASE' or 'SCALE') and
10324            'NDRPDR' and
10325            '2T1C' and
10326            'IP6FWD' and
10327            not 'SRv6' and
10328            not 'IPSEC' and
10329            not 'VHOST'"
10330   parameters:
10331   - "latency"
10332   - "parent"
10333   traces:
10334     boxmean: False
10335   layout:
10336     title: ""  # No title
10337     layout: "plot-latency"
10338
10339 -
10340   type: "plot"
10341   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
10342   algorithm: "plot_latency_box"
10343   output-file-type: ".html"
10344   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
10345   data: "plot-vpp-throughput-latency-2n-skx"
10346   filter: "'NIC_Intel-XXV710' and
10347            '78B' and
10348            ('BASE' or 'SCALE') and
10349            'NDRPDR' and
10350            '4T2C' and
10351            'IP6FWD' and
10352            not 'SRv6' and
10353            not 'IPSEC' and
10354            not 'VHOST'"
10355   parameters:
10356   - "latency"
10357   - "parent"
10358   traces:
10359     boxmean: False
10360   layout:
10361     title: ""  # No title
10362     layout: "plot-latency"
10363
10364 ################################################################################
10365
10366 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
10367 -
10368   type: "plot"
10369   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10370   algorithm: "plot_latency_box"
10371   output-file-type: ".html"
10372   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10373   data: "plot-vpp-throughput-latency-3n-hsw"
10374   filter: "'NIC_Intel-X520-DA2' and
10375            '78B' and
10376            'ENCAP' and
10377            'NDRPDR' and
10378            '1T1C' and
10379            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10380            not 'VHOST'"
10381   parameters:
10382   - "latency"
10383   - "parent"
10384   traces:
10385     boxmean: False
10386   layout:
10387     title: ""  # No title
10388     layout: "plot-latency"
10389
10390 -
10391   type: "plot"
10392   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10393   algorithm: "plot_latency_box"
10394   output-file-type: ".html"
10395   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10396   data: "plot-vpp-throughput-latency-3n-hsw"
10397   filter: "'NIC_Intel-X520-DA2' and
10398            '78B' and
10399            'ENCAP' and
10400            'NDRPDR' and
10401            '2T2C' and
10402            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10403            not 'VHOST'"
10404   parameters:
10405   - "latency"
10406   - "parent"
10407   traces:
10408     boxmean: False
10409   layout:
10410     title: ""  # No title
10411     layout: "plot-latency"
10412
10413 ################################################################################
10414
10415 # Packet Latency - VPP IPSec 3n-hsw-xl710
10416 -
10417   type: "plot"
10418   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10419   algorithm: "plot_latency_box"
10420   output-file-type: ".html"
10421   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10422   data: "plot-vpp-throughput-latency-3n-hsw"
10423   filter: "'NIC_Intel-XL710' and
10424            '64B' and
10425            'IP4FWD' and
10426            'NDRPDR' and
10427            '1T1C' and
10428            'IPSECHW' and
10429            ('IPSECTRAN' or 'IPSECTUN') and
10430            not 'VHOST'"
10431   parameters:
10432   - "latency"
10433   - "parent"
10434   traces:
10435     boxmean: False
10436   layout:
10437     title: ""  # No title
10438     layout: "plot-latency"
10439
10440 -
10441   type: "plot"
10442   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10443   algorithm: "plot_latency_box"
10444   output-file-type: ".html"
10445   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10446   data: "plot-vpp-throughput-latency-3n-hsw"
10447   filter: "'NIC_Intel-XL710' and
10448            '64B' and
10449            'IP4FWD' and
10450            'NDRPDR' and
10451            '2T2C' and
10452            'IPSECHW' and
10453            ('IPSECTRAN' or 'IPSECTUN') and
10454            not 'VHOST'"
10455   parameters:
10456   - "latency"
10457   - "parent"
10458   traces:
10459     boxmean: False
10460   layout:
10461     title: ""  # No title
10462     layout: "plot-latency"
10463
10464 ################################################################################
10465
10466 # Packet Latency - VPP SRv6 3n-hsw-x520
10467 -
10468   type: "plot"
10469   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
10470   algorithm: "plot_latency_box"
10471   output-file-type: ".html"
10472   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
10473   data: "plot-vpp-throughput-latency-3n-hsw"
10474   filter: "'NIC_Intel-X520-DA2' and
10475            '78B' and
10476            'FEATURE' and
10477            'NDRPDR' and
10478            '1T1C' and
10479            'IP6FWD' and
10480            'SRv6'"
10481   parameters:
10482   - "latency"
10483   - "parent"
10484   traces:
10485     boxmean: False
10486   layout:
10487     title: ""  # No title
10488     layout: "plot-latency"
10489
10490 -
10491   type: "plot"
10492   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
10493   algorithm: "plot_latency_box"
10494   output-file-type: ".html"
10495   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
10496   data: "plot-vpp-throughput-latency-3n-hsw"
10497   filter: "'NIC_Intel-X520-DA2' and
10498            '78B' and
10499            'FEATURE' and
10500            'NDRPDR' and
10501            '2T2C' and
10502            'IP6FWD' and
10503            'SRv6'"
10504   parameters:
10505   - "latency"
10506   - "parent"
10507   traces:
10508     boxmean: False
10509   layout:
10510     title: ""  # No title
10511     layout: "plot-latency"
10512
10513 ################################################################################
10514
10515 # Packet Latency - VPP vhost ip4 3n-hsw-x520
10516 -
10517   type: "plot"
10518   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10519   algorithm: "plot_latency_box"
10520   output-file-type: ".html"
10521   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10522   data: "plot-vpp-throughput-latency-3n-hsw"
10523   filter: "'NIC_Intel-X520-DA2' and
10524            '64B' and
10525            'NDRPDR' and
10526            '1T1C' and
10527            'VHOST' and
10528            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10529   parameters:
10530   - "latency"
10531   - "parent"
10532   traces:
10533     boxmean: False
10534   layout:
10535     title: ""  # No title
10536     layout: "plot-latency"
10537
10538 -
10539   type: "plot"
10540   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10541   algorithm: "plot_latency_box"
10542   output-file-type: ".html"
10543   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10544   data: "plot-vpp-throughput-latency-3n-hsw"
10545   filter: "'NIC_Intel-X520-DA2' and
10546            '64B' and
10547            'NDRPDR' and
10548            '2T2C' and
10549            'VHOST' and
10550            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10551   parameters:
10552   - "latency"
10553   - "parent"
10554   traces:
10555     boxmean: False
10556   layout:
10557     title: ""  # No title
10558     layout: "plot-latency"
10559
10560 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
10561 -
10562   type: "plot"
10563   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10564   algorithm: "plot_latency_box"
10565   output-file-type: ".html"
10566   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10567   data: "plot-vpp-throughput-latency-3n-hsw"
10568   filter: "'NIC_Intel-X520-DA2' and
10569            '64B' and
10570            'NDRPDR' and
10571            '1T1C' and
10572            'VHOST' and
10573            not 'VXLAN' and
10574            not 'IP4FWD' and
10575            not 'DOT1Q' and
10576            not '2VM'"
10577   parameters:
10578   - "latency"
10579   - "parent"
10580   traces:
10581     boxmean: False
10582   layout:
10583     title: ""  # No title
10584     layout: "plot-latency"
10585
10586 -
10587   type: "plot"
10588   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10589   algorithm: "plot_latency_box"
10590   output-file-type: ".html"
10591   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10592   data: "plot-vpp-throughput-latency-3n-hsw"
10593   filter: "'NIC_Intel-X520-DA2' and
10594            '64B' and
10595            'NDRPDR' and
10596            '2T2C' and
10597            'VHOST' and
10598            not 'VXLAN' and
10599            not 'IP4FWD' and
10600            not 'DOT1Q' and
10601            not '2VM'"
10602   parameters:
10603   - "latency"
10604   - "parent"
10605   traces:
10606     boxmean: False
10607   layout:
10608     title: ""  # No title
10609     layout: "plot-latency"
10610
10611 # Packet Latency - VPP vhost ip4 3n-hsw-x710
10612 -
10613   type: "plot"
10614   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10615   algorithm: "plot_latency_box"
10616   output-file-type: ".html"
10617   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10618   data: "plot-vpp-throughput-latency-3n-hsw"
10619   filter: "'NIC_Intel-X710' and
10620            '64B' and
10621            'NDRPDR' and
10622            '1T1C' and
10623            'VHOST' and
10624            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10625   parameters:
10626   - "latency"
10627   - "parent"
10628   traces:
10629     boxmean: False
10630   layout:
10631     title: ""  # No title
10632     layout: "plot-latency"
10633
10634 -
10635   type: "plot"
10636   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10637   algorithm: "plot_latency_box"
10638   output-file-type: ".html"
10639   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10640   data: "plot-vpp-throughput-latency-3n-hsw"
10641   filter: "'NIC_Intel-X710' and
10642            '64B' and
10643            'NDRPDR' and
10644            '2T2C' and
10645            'VHOST' and
10646            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10647   parameters:
10648   - "latency"
10649   - "parent"
10650   traces:
10651     boxmean: False
10652   layout:
10653     title: ""  # No title
10654     layout: "plot-latency"
10655
10656 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
10657 -
10658   type: "plot"
10659   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10660   algorithm: "plot_latency_box"
10661   output-file-type: ".html"
10662   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10663   data: "plot-vpp-throughput-latency-3n-hsw"
10664   filter: "'NIC_Intel-X710' and
10665            '64B' and
10666            'NDRPDR' and
10667            '1T1C' and
10668            'VHOST' and
10669            not 'VXLAN' and
10670            not 'IP4FWD' and
10671            not 'DOT1Q' and
10672            not '2VM'"
10673   parameters:
10674   - "latency"
10675   - "parent"
10676   traces:
10677     boxmean: False
10678   layout:
10679     title: ""  # No title
10680     layout: "plot-latency"
10681
10682 -
10683   type: "plot"
10684   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10685   algorithm: "plot_latency_box"
10686   output-file-type: ".html"
10687   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10688   data: "plot-vpp-throughput-latency-3n-hsw"
10689   filter: "'NIC_Intel-X710' and
10690            '64B' and
10691            'NDRPDR' and
10692            '2T2C' and
10693            'VHOST' and
10694            not 'VXLAN' and
10695            not 'IP4FWD' and
10696            not 'DOT1Q' and
10697            not '2VM'"
10698   parameters:
10699   - "latency"
10700   - "parent"
10701   traces:
10702     boxmean: False
10703   layout:
10704     title: ""  # No title
10705     layout: "plot-latency"
10706
10707 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
10708 -
10709   type: "plot"
10710   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10711   algorithm: "plot_latency_box"
10712   output-file-type: ".html"
10713   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10714   data: "plot-vpp-throughput-latency-3n-hsw"
10715   filter: "'NIC_Intel-XL710' and
10716            '64B' and
10717            'NDRPDR' and
10718            '1T1C' and
10719            'VHOST' and
10720            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10721   parameters:
10722   - "latency"
10723   - "parent"
10724   traces:
10725     boxmean: False
10726   layout:
10727     title: ""  # No title
10728     layout: "plot-latency"
10729
10730 -
10731   type: "plot"
10732   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10733   algorithm: "plot_latency_box"
10734   output-file-type: ".html"
10735   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10736   data: "plot-vpp-throughput-latency-3n-hsw"
10737   filter: "'NIC_Intel-XL710' and
10738            '64B' and
10739            'NDRPDR' and
10740            '2T2C' and
10741            'VHOST' and
10742            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10743   parameters:
10744   - "latency"
10745   - "parent"
10746   traces:
10747     boxmean: False
10748   layout:
10749     title: ""  # No title
10750     layout: "plot-latency"
10751
10752 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
10753 -
10754   type: "plot"
10755   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10756   algorithm: "plot_latency_box"
10757   output-file-type: ".html"
10758   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10759   data: "plot-vpp-throughput-latency-3n-hsw"
10760   filter: "'NIC_Intel-XL710' and
10761            '64B' and
10762            'NDRPDR' and
10763            '1T1C' and
10764            'VHOST' and
10765            not 'VXLAN' and
10766            not 'IP4FWD' and
10767            not 'DOT1Q' and
10768            not '2VM'"
10769   parameters:
10770   - "latency"
10771   - "parent"
10772   traces:
10773     boxmean: False
10774   layout:
10775     title: ""  # No title
10776     layout: "plot-latency"
10777
10778 -
10779   type: "plot"
10780   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10781   algorithm: "plot_latency_box"
10782   output-file-type: ".html"
10783   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10784   data: "plot-vpp-throughput-latency-3n-hsw"
10785   filter: "'NIC_Intel-XL710' and
10786            '64B' and
10787            'NDRPDR' and
10788            '2T2C' and
10789            'VHOST' and
10790            not 'VXLAN' and
10791            not 'IP4FWD' and
10792            not 'DOT1Q' and
10793            not '2VM'"
10794   parameters:
10795   - "latency"
10796   - "parent"
10797   traces:
10798     boxmean: False
10799   layout:
10800     title: ""  # No title
10801     layout: "plot-latency"
10802
10803 ################################################################################
10804
10805 # Packet Latency - VPP VTS 3n-hsw-x520
10806 -
10807   type: "plot"
10808   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
10809   algorithm: "plot_latency_box"
10810   output-file-type: ".html"
10811   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
10812   data: "plot-vpp-throughput-latency-3n-hsw"
10813   filter: "'NIC_Intel-X520-DA2' and
10814            '114B' and
10815            'NDRPDR' and
10816            '1T1C' and
10817            'VTS'"
10818   parameters:
10819   - "latency"
10820   - "parent"
10821   traces:
10822     boxmean: False
10823   layout:
10824     title: ""  # No title
10825     layout: "plot-latency"
10826
10827 -
10828   type: "plot"
10829   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
10830   algorithm: "plot_latency_box"
10831   output-file-type: ".html"
10832   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
10833   data: "plot-vpp-throughput-latency-3n-hsw"
10834   filter: "'NIC_Intel-X520-DA2' and
10835            '114B' and
10836            'NDRPDR' and
10837            '2T2C' and
10838            'VTS'"
10839   parameters:
10840   - "latency"
10841   - "parent"
10842   traces:
10843     boxmean: False
10844   layout:
10845     title: ""  # No title
10846     layout: "plot-latency"
10847     
10848 ################################################################################
10849
10850 # Packet Latency - DPDK l3fwd 3n-hsw-x520
10851 -
10852   type: "plot"
10853   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
10854   algorithm: "plot_latency_box"
10855   output-file-type: ".html"
10856   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
10857   data: "plot-dpdk-throughput-latency-3n-hsw"
10858   filter: "'NIC_Intel-X520-DA2' and
10859            '64B' and
10860            'BASE' and
10861            'NDRPDR' and
10862            '1T1C' and
10863            'IP4FWD'"
10864   parameters:
10865   - "latency"
10866   - "parent"
10867   traces:
10868     hoverinfo: "x+y"
10869     boxpoints: "outliers"
10870     whiskerwidth: 0
10871   layout:
10872     title: ""  # No title
10873     layout: "plot-latency"
10874
10875 -
10876   type: "plot"
10877   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
10878   algorithm: "plot_latency_box"
10879   output-file-type: ".html"
10880   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
10881   data: "plot-dpdk-throughput-latency-3n-hsw"
10882   filter: "'NIC_Intel-X520-DA2' and
10883            '64B' and
10884            'BASE' and
10885            'NDRPDR' and
10886            '2T2C' and
10887            'IP4FWD'"
10888   parameters:
10889   - "latency"
10890   - "parent"
10891   traces:
10892     hoverinfo: "x+y"
10893     boxpoints: "outliers"
10894     whiskerwidth: 0
10895   layout:
10896     title: ""  # No title
10897     layout: "plot-latency"
10898
10899 # Packet Latency - DPDK l3fwd 3n-hsw-x710
10900 -
10901   type: "plot"
10902   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
10903   algorithm: "plot_latency_box"
10904   output-file-type: ".html"
10905   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
10906   data: "plot-dpdk-throughput-latency-3n-hsw"
10907   filter: "'NIC_Intel-X710' and
10908            '64B' and
10909            'BASE' and
10910            'NDRPDR' and
10911            '1T1C' and
10912            'IP4FWD'"
10913   parameters:
10914   - "latency"
10915   - "parent"
10916   traces:
10917     hoverinfo: "x+y"
10918     boxpoints: "outliers"
10919     whiskerwidth: 0
10920   layout:
10921     title: ""  # No title
10922     layout: "plot-latency"
10923
10924 -
10925   type: "plot"
10926   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
10927   algorithm: "plot_latency_box"
10928   output-file-type: ".html"
10929   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
10930   data: "plot-dpdk-throughput-latency-3n-hsw"
10931   filter: "'NIC_Intel-X710' and
10932            '64B' and
10933            'BASE' and
10934            'NDRPDR' and
10935            '2T2C' and
10936            'IP4FWD'"
10937   parameters:
10938   - "latency"
10939   - "parent"
10940   traces:
10941     hoverinfo: "x+y"
10942     boxpoints: "outliers"
10943     whiskerwidth: 0
10944   layout:
10945     title: ""  # No title
10946     layout: "plot-latency"
10947
10948 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
10949 -
10950   type: "plot"
10951   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
10952   algorithm: "plot_latency_box"
10953   output-file-type: ".html"
10954   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
10955   data: "plot-dpdk-throughput-latency-3n-hsw"
10956   filter: "'NIC_Intel-XL710' and
10957            '64B' and
10958            'BASE' and
10959            'NDRPDR' and
10960            '1T1C' and
10961            'IP4FWD'"
10962   parameters:
10963   - "latency"
10964   - "parent"
10965   traces:
10966     hoverinfo: "x+y"
10967     boxpoints: "outliers"
10968     whiskerwidth: 0
10969   layout:
10970     title: ""  # No title
10971     layout: "plot-latency"
10972
10973 -
10974   type: "plot"
10975   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
10976   algorithm: "plot_latency_box"
10977   output-file-type: ".html"
10978   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
10979   data: "plot-dpdk-throughput-latency-3n-hsw"
10980   filter: "'NIC_Intel-XL710' and
10981            '64B' and
10982            'BASE' and
10983            'NDRPDR' and
10984            '2T2C' and
10985            'IP4FWD'"
10986   parameters:
10987   - "latency"
10988   - "parent"
10989   traces:
10990     hoverinfo: "x+y"
10991     boxpoints: "outliers"
10992     whiskerwidth: 0
10993   layout:
10994     title: ""  # No title
10995     layout: "plot-latency"
10996
10997 # Packet Latency - DPDK l3fwd 3n-skx-x710
10998 -
10999   type: "plot"
11000   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11001   algorithm: "plot_latency_box"
11002   output-file-type: ".html"
11003   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11004   data: "plot-dpdk-throughput-latency-3n-skx"
11005   filter: "'NIC_Intel-X710' and
11006            '64B' and
11007            'BASE' and
11008            'NDRPDR' and
11009            '2T1C' and
11010            'IP4FWD'"
11011   parameters:
11012   - "latency"
11013   - "parent"
11014   traces:
11015     hoverinfo: "x+y"
11016     boxpoints: "outliers"
11017     whiskerwidth: 0
11018   layout:
11019     title: ""  # No title
11020     layout: "plot-latency"
11021
11022 -
11023   type: "plot"
11024   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11025   algorithm: "plot_latency_box"
11026   output-file-type: ".html"
11027   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11028   data: "plot-dpdk-throughput-latency-3n-skx"
11029   filter: "'NIC_Intel-X710' and
11030            '64B' and
11031            'BASE' and
11032            'NDRPDR' and
11033            '4T2C' and
11034            'IP4FWD'"
11035   parameters:
11036   - "latency"
11037   - "parent"
11038   traces:
11039     hoverinfo: "x+y"
11040     boxpoints: "outliers"
11041     whiskerwidth: 0
11042   layout:
11043     title: ""  # No title
11044     layout: "plot-latency"
11045
11046 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
11047 -
11048   type: "plot"
11049   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11050   algorithm: "plot_latency_box"
11051   output-file-type: ".html"
11052   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11053   data: "plot-dpdk-throughput-latency-3n-skx"
11054   filter: "'NIC_Intel-XXV710' and
11055            '64B' and
11056            'BASE' and
11057            'NDRPDR' and
11058            '2T1C' and
11059            'IP4FWD'"
11060   parameters:
11061   - "latency"
11062   - "parent"
11063   traces:
11064     hoverinfo: "x+y"
11065     boxpoints: "outliers"
11066     whiskerwidth: 0
11067   layout:
11068     title: ""  # No title
11069     layout: "plot-latency"
11070
11071 -
11072   type: "plot"
11073   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11074   algorithm: "plot_latency_box"
11075   output-file-type: ".html"
11076   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11077   data: "plot-dpdk-throughput-latency-3n-skx"
11078   filter: "'NIC_Intel-XXV710' and
11079            '64B' and
11080            'BASE' and
11081            'NDRPDR' and
11082            '4T2C' and
11083            'IP4FWD'"
11084   parameters:
11085   - "latency"
11086   - "parent"
11087   traces:
11088     hoverinfo: "x+y"
11089     boxpoints: "outliers"
11090     whiskerwidth: 0
11091   layout:
11092     title: ""  # No title
11093     layout: "plot-latency"
11094
11095 # Packet Latency - DPDK l3fwd 2n-skx-x710
11096 -
11097   type: "plot"
11098   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11099   algorithm: "plot_latency_box"
11100   output-file-type: ".html"
11101   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11102   data: "plot-dpdk-throughput-latency-2n-skx"
11103   filter: "'NIC_Intel-X710' and
11104            '64B' and
11105            'BASE' and
11106            'NDRPDR' and
11107            '2T1C' and
11108            'IP4FWD'"
11109   parameters:
11110   - "latency"
11111   - "parent"
11112   traces:
11113     hoverinfo: "x+y"
11114     boxpoints: "outliers"
11115     whiskerwidth: 0
11116   layout:
11117     title: ""  # No title
11118     layout: "plot-latency"
11119
11120 -
11121   type: "plot"
11122   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11123   algorithm: "plot_latency_box"
11124   output-file-type: ".html"
11125   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11126   data: "plot-dpdk-throughput-latency-2n-skx"
11127   filter: "'NIC_Intel-X710' and
11128            '64B' and
11129            'BASE' and
11130            'NDRPDR' and
11131            '4T2C' and
11132            'IP4FWD'"
11133   parameters:
11134   - "latency"
11135   - "parent"
11136   traces:
11137     hoverinfo: "x+y"
11138     boxpoints: "outliers"
11139     whiskerwidth: 0
11140   layout:
11141     title: ""  # No title
11142     layout: "plot-latency"
11143
11144 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
11145 -
11146   type: "plot"
11147   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11148   algorithm: "plot_latency_box"
11149   output-file-type: ".html"
11150   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11151   data: "plot-dpdk-throughput-latency-2n-skx"
11152   filter: "'NIC_Intel-XXV710' and
11153            '64B' and
11154            'BASE' and
11155            'NDRPDR' and
11156            '2T1C' and
11157            'IP4FWD'"
11158   parameters:
11159   - "latency"
11160   - "parent"
11161   traces:
11162     hoverinfo: "x+y"
11163     boxpoints: "outliers"
11164     whiskerwidth: 0
11165   layout:
11166     title: ""  # No title
11167     layout: "plot-latency"
11168
11169 -
11170   type: "plot"
11171   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11172   algorithm: "plot_latency_box"
11173   output-file-type: ".html"
11174   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11175   data: "plot-dpdk-throughput-latency-2n-skx"
11176   filter: "'NIC_Intel-XXV710' and
11177            '64B' and
11178            'BASE' and
11179            'NDRPDR' and
11180            '4T2C' and
11181            'IP4FWD'"
11182   parameters:
11183   - "latency"
11184   - "parent"
11185   traces:
11186     hoverinfo: "x+y"
11187     boxpoints: "outliers"
11188     whiskerwidth: 0
11189   layout:
11190     title: ""  # No title
11191     layout: "plot-latency"
11192
11193 ################################################################################
11194
11195 # Packet Latency - DPDK testpmd 3n-hsw-x520
11196 -
11197   type: "plot"
11198   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
11199   algorithm: "plot_latency_box"
11200   output-file-type: ".html"
11201   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
11202   data: "plot-dpdk-throughput-latency-3n-hsw"
11203   filter: "'NIC_Intel-X520-DA2' and
11204            '64B' and
11205            'BASE' and
11206            'NDRPDR' and
11207            '1T1C' and
11208            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11209   parameters:
11210   - "latency"
11211   - "parent"
11212   traces:
11213     hoverinfo: "x+y"
11214     boxpoints: "outliers"
11215     whiskerwidth: 0
11216   layout:
11217     title: ""  # No title
11218     layout: "plot-latency"
11219
11220 -
11221   type: "plot"
11222   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
11223   algorithm: "plot_latency_box"
11224   output-file-type: ".html"
11225   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
11226   data: "plot-dpdk-throughput-latency-3n-hsw"
11227   filter: "'NIC_Intel-X520-DA2' and
11228            '64B' and
11229            'BASE' and
11230            'NDRPDR' and
11231            '2T2C' and
11232            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11233   parameters:
11234   - "latency"
11235   - "parent"
11236   traces:
11237     hoverinfo: "x+y"
11238     boxpoints: "outliers"
11239     whiskerwidth: 0
11240   layout:
11241     title: ""  # No title
11242     layout: "plot-latency"
11243
11244 # Packet Latency - DPDK testpmd 3n-hsw-x710
11245 -
11246   type: "plot"
11247   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
11248   algorithm: "plot_latency_box"
11249   output-file-type: ".html"
11250   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
11251   data: "plot-dpdk-throughput-latency-3n-hsw"
11252   filter: "'NIC_Intel-X710' and
11253            '64B' and
11254            'BASE' and
11255            'NDRPDR' and
11256            '1T1C' and
11257            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11258   parameters:
11259   - "latency"
11260   - "parent"
11261   traces:
11262     hoverinfo: "x+y"
11263     boxpoints: "outliers"
11264     whiskerwidth: 0
11265   layout:
11266     title: ""  # No title
11267     layout: "plot-latency"
11268
11269 -
11270   type: "plot"
11271   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
11272   algorithm: "plot_latency_box"
11273   output-file-type: ".html"
11274   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
11275   data: "plot-dpdk-throughput-latency-3n-hsw"
11276   filter: "'NIC_Intel-X710' and
11277            '64B' and
11278            'BASE' and
11279            'NDRPDR' and
11280            '2T2C' and
11281            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11282   parameters:
11283   - "latency"
11284   - "parent"
11285   traces:
11286     hoverinfo: "x+y"
11287     boxpoints: "outliers"
11288     whiskerwidth: 0
11289   layout:
11290     title: ""  # No title
11291     layout: "plot-latency"
11292
11293 # Packet Latency - DPDK testpmd 3n-hsw-xl710
11294 -
11295   type: "plot"
11296   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
11297   algorithm: "plot_latency_box"
11298   output-file-type: ".html"
11299   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
11300   data: "plot-dpdk-throughput-latency-3n-hsw"
11301   filter: "'NIC_Intel-XL710' and
11302            '64B' and
11303            'BASE' and
11304            'NDRPDR' and
11305            '1T1C' and
11306            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11307   parameters:
11308   - "latency"
11309   - "parent"
11310   traces:
11311     hoverinfo: "x+y"
11312     boxpoints: "outliers"
11313     whiskerwidth: 0
11314   layout:
11315     title: ""  # No title
11316     layout: "plot-latency"
11317
11318 -
11319   type: "plot"
11320   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
11321   algorithm: "plot_latency_box"
11322   output-file-type: ".html"
11323   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
11324   data: "plot-dpdk-throughput-latency-3n-hsw"
11325   filter: "'NIC_Intel-XL710' and
11326            '64B' and
11327            'BASE' and
11328            'NDRPDR' and
11329            '2T2C' and
11330            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11331   parameters:
11332   - "latency"
11333   - "parent"
11334   traces:
11335     hoverinfo: "x+y"
11336     boxpoints: "outliers"
11337     whiskerwidth: 0
11338   layout:
11339     title: ""  # No title
11340     layout: "plot-latency"
11341
11342 # Packet Latency - DPDK testpmd 3n-skx-x710
11343 -
11344   type: "plot"
11345   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11346   algorithm: "plot_latency_box"
11347   output-file-type: ".html"
11348   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11349   data: "plot-dpdk-throughput-latency-3n-skx"
11350   filter: "'NIC_Intel-X710' and
11351            '64B' and
11352            'BASE' and
11353            'NDRPDR' and
11354            '2T1C' and
11355            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11356   parameters:
11357   - "latency"
11358   - "parent"
11359   traces:
11360     hoverinfo: "x+y"
11361     boxpoints: "outliers"
11362     whiskerwidth: 0
11363   layout:
11364     title: ""  # No title
11365     layout: "plot-latency"
11366
11367 -
11368   type: "plot"
11369   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11370   algorithm: "plot_latency_box"
11371   output-file-type: ".html"
11372   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11373   data: "plot-dpdk-throughput-latency-3n-skx"
11374   filter: "'NIC_Intel-X710' and
11375            '64B' and
11376            'BASE' and
11377            'NDRPDR' and
11378            '4T2C' and
11379            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11380   parameters:
11381   - "latency"
11382   - "parent"
11383   traces:
11384     hoverinfo: "x+y"
11385     boxpoints: "outliers"
11386     whiskerwidth: 0
11387   layout:
11388     title: ""  # No title
11389     layout: "plot-latency"
11390
11391 # Packet Latency - DPDK testpmd 3n-skx-xxv710
11392 -
11393   type: "plot"
11394   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11395   algorithm: "plot_latency_box"
11396   output-file-type: ".html"
11397   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11398   data: "plot-dpdk-throughput-latency-3n-skx"
11399   filter: "'NIC_Intel-XXV710' and
11400            '64B' and
11401            'BASE' and
11402            'NDRPDR' and
11403            '2T1C' and
11404            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11405   parameters:
11406   - "latency"
11407   - "parent"
11408   traces:
11409     hoverinfo: "x+y"
11410     boxpoints: "outliers"
11411     whiskerwidth: 0
11412   layout:
11413     title: ""  # No title
11414     layout: "plot-latency"
11415
11416 -
11417   type: "plot"
11418   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11419   algorithm: "plot_latency_box"
11420   output-file-type: ".html"
11421   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11422   data: "plot-dpdk-throughput-latency-3n-skx"
11423   filter: "'NIC_Intel-XXV710' and
11424            '64B' and
11425            'BASE' and
11426            'NDRPDR' and
11427            '4T2C' and
11428            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11429   parameters:
11430   - "latency"
11431   - "parent"
11432   traces:
11433     hoverinfo: "x+y"
11434     boxpoints: "outliers"
11435     whiskerwidth: 0
11436   layout:
11437     title: ""  # No title
11438     layout: "plot-latency"
11439
11440 # Packet Latency - DPDK testpmd 2n-skx-x710
11441 -
11442   type: "plot"
11443   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11444   algorithm: "plot_latency_box"
11445   output-file-type: ".html"
11446   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11447   data: "plot-dpdk-throughput-latency-2n-skx"
11448   filter: "'NIC_Intel-X710' and
11449            '64B' and
11450            'BASE' and
11451            'NDRPDR' and
11452            '2T1C' and
11453            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11454   parameters:
11455   - "latency"
11456   - "parent"
11457   traces:
11458     hoverinfo: "x+y"
11459     boxpoints: "outliers"
11460     whiskerwidth: 0
11461   layout:
11462     title: ""  # No title
11463     layout: "plot-latency"
11464
11465 -
11466   type: "plot"
11467   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11468   algorithm: "plot_latency_box"
11469   output-file-type: ".html"
11470   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11471   data: "plot-dpdk-throughput-latency-2n-skx"
11472   filter: "'NIC_Intel-X710' and
11473            '64B' and
11474            'BASE' and
11475            'NDRPDR' and
11476            '4T2C' and
11477            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11478   parameters:
11479   - "latency"
11480   - "parent"
11481   traces:
11482     hoverinfo: "x+y"
11483     boxpoints: "outliers"
11484     whiskerwidth: 0
11485   layout:
11486     title: ""  # No title
11487     layout: "plot-latency"
11488
11489 # Packet Latency - DPDK testpmd 2n-skx-xxv710
11490 -
11491   type: "plot"
11492   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11493   algorithm: "plot_latency_box"
11494   output-file-type: ".html"
11495   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11496   data: "plot-dpdk-throughput-latency-2n-skx"
11497   filter: "'NIC_Intel-XXV710' and
11498            '64B' and
11499            'BASE' and
11500            'NDRPDR' and
11501            '2T1C' and
11502            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11503   parameters:
11504   - "latency"
11505   - "parent"
11506   traces:
11507     hoverinfo: "x+y"
11508     boxpoints: "outliers"
11509     whiskerwidth: 0
11510   layout:
11511     title: ""  # No title
11512     layout: "plot-latency"
11513
11514 -
11515   type: "plot"
11516   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11517   algorithm: "plot_latency_box"
11518   output-file-type: ".html"
11519   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11520   data: "plot-dpdk-throughput-latency-2n-skx"
11521   filter: "'NIC_Intel-XXV710' and
11522            '64B' and
11523            'BASE' and
11524            'NDRPDR' and
11525            '4T2C' and
11526            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11527   parameters:
11528   - "latency"
11529   - "parent"
11530   traces:
11531     hoverinfo: "x+y"
11532     boxpoints: "outliers"
11533     whiskerwidth: 0
11534   layout:
11535     title: ""  # No title
11536     layout: "plot-latency"
11537
11538 ################################################################################
11539
11540 # Speedup - VPP Container Memif 3n-hsw-x520
11541 -
11542   type: "plot"
11543   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11544   algorithm: "plot_throughput_speedup_analysis"
11545   output-file-type: ".html"
11546   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11547   data: "plot-throughput-speedup-analysis-3n-hsw"
11548   filter: "'NIC_Intel-X520-DA2' and
11549            '64B' and
11550            ('BASE' or 'SCALE') and
11551            'NDRPDR' and
11552            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11553            not 'VHOST' and
11554            'MEMIF'"
11555   parameters:
11556   - "throughput"
11557   - "parent"
11558   - "tags"
11559   layout:
11560     title: ""  # No title
11561     layout: "plot-throughput-speedup-analysis"
11562
11563 -
11564   type: "plot"
11565   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11566   algorithm: "plot_throughput_speedup_analysis"
11567   output-file-type: ".html"
11568   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11569   data: "plot-throughput-speedup-analysis-3n-hsw"
11570   filter: "'NIC_Intel-X520-DA2' and
11571            '64B' and
11572            ('BASE' or 'SCALE') and
11573            'NDRPDR' and
11574            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11575            not 'VHOST' and
11576            'MEMIF'"
11577   parameters:
11578   - "throughput"
11579   - "parent"
11580   - "tags"
11581   layout:
11582     title: ""  # No title
11583     layout: "plot-throughput-speedup-analysis"
11584
11585 # Speedup - VPP Container Memif 3n-hsw-x710
11586 -
11587   type: "plot"
11588   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11589   algorithm: "plot_throughput_speedup_analysis"
11590   output-file-type: ".html"
11591   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11592   data: "plot-throughput-speedup-analysis-3n-hsw"
11593   filter: "'NIC_Intel-X710' and
11594            '64B' and
11595            ('BASE' or 'SCALE') and
11596            'NDRPDR' and
11597            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11598            not 'VHOST' and
11599            'MEMIF'"
11600   parameters:
11601   - "throughput"
11602   - "parent"
11603   - "tags"
11604   layout:
11605     title: ""  # No title
11606     layout: "plot-throughput-speedup-analysis"
11607
11608 -
11609   type: "plot"
11610   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11611   algorithm: "plot_throughput_speedup_analysis"
11612   output-file-type: ".html"
11613   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11614   data: "plot-throughput-speedup-analysis-3n-hsw"
11615   filter: "'NIC_Intel-X710' and
11616            '64B' and
11617            ('BASE' or 'SCALE') and
11618            'NDRPDR' and
11619            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11620            not 'VHOST' and
11621            'MEMIF'"
11622   parameters:
11623   - "throughput"
11624   - "parent"
11625   - "tags"
11626   layout:
11627     title: ""  # No title
11628     layout: "plot-throughput-speedup-analysis"
11629
11630 # Speedup - VPP Container Memif 3n-hsw-xl710
11631 -
11632   type: "plot"
11633   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
11634   algorithm: "plot_throughput_speedup_analysis"
11635   output-file-type: ".html"
11636   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
11637   data: "plot-throughput-speedup-analysis-3n-hsw"
11638   filter: "'NIC_Intel-XL710' and
11639            '64B' and
11640            ('BASE' or 'SCALE') and
11641            'NDRPDR' and
11642            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11643            not 'VHOST' and
11644            'MEMIF'"
11645   parameters:
11646   - "throughput"
11647   - "parent"
11648   - "tags"
11649   layout:
11650     title: ""  # No title
11651     layout: "plot-throughput-speedup-analysis"
11652
11653 -
11654   type: "plot"
11655   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
11656   algorithm: "plot_throughput_speedup_analysis"
11657   output-file-type: ".html"
11658   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
11659   data: "plot-throughput-speedup-analysis-3n-hsw"
11660   filter: "'NIC_Intel-XL710' and
11661            '64B' and
11662            ('BASE' or 'SCALE') and
11663            'NDRPDR' and
11664            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11665            not 'VHOST' and
11666            'MEMIF'"
11667   parameters:
11668   - "throughput"
11669   - "parent"
11670   - "tags"
11671   layout:
11672     title: ""  # No title
11673     layout: "plot-throughput-speedup-analysis"
11674
11675 # Speedup - VPP Container Memif 3n-skx-x710
11676 -
11677   type: "plot"
11678   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
11679   algorithm: "plot_throughput_speedup_analysis"
11680   output-file-type: ".html"
11681   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
11682   data: "plot-throughput-speedup-analysis-3n-skx"
11683   filter: "'NIC_Intel-X710' and
11684            '64B' and
11685            ('BASE' or 'SCALE') and
11686            'NDRPDR' and
11687            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11688            not 'VHOST' and
11689            'MEMIF'"
11690   parameters:
11691   - "throughput"
11692   - "parent"
11693   - "tags"
11694   layout:
11695     title: ""  # No title
11696     layout: "plot-throughput-speedup-analysis"
11697
11698 -
11699   type: "plot"
11700   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
11701   algorithm: "plot_throughput_speedup_analysis"
11702   output-file-type: ".html"
11703   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
11704   data: "plot-throughput-speedup-analysis-3n-skx"
11705   filter: "'NIC_Intel-X710' and
11706            '64B' and
11707            ('BASE' or 'SCALE') and
11708            'NDRPDR' and
11709            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11710            not 'VHOST' and
11711             'MEMIF'"
11712   parameters:
11713   - "throughput"
11714   - "parent"
11715   - "tags"
11716   layout:
11717     title: ""  # No title
11718     layout: "plot-throughput-speedup-analysis"
11719
11720 ################################################################################
11721
11722 # Speedup - VPP Container k8s memif 3n-hsw-x520
11723 -
11724   type: "plot"
11725   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11726   algorithm: "plot_throughput_speedup_analysis"
11727   output-file-type: ".html"
11728   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11729   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11730   filter: "'NIC_Intel-X520-DA2' and
11731            '64B' and
11732            ('BASE' or 'SCALE') and
11733            'NDRPDR' and
11734            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11735            not 'VHOST' and
11736            'MEMIF'"
11737   parameters:
11738   - "throughput"
11739   - "parent"
11740   - "tags"
11741   layout:
11742     title: ""  # No title
11743     layout: "plot-throughput-speedup-analysis"
11744
11745 -
11746   type: "plot"
11747   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11748   algorithm: "plot_throughput_speedup_analysis"
11749   output-file-type: ".html"
11750   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11751   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11752   filter: "'NIC_Intel-X520-DA2' and
11753            '64B' and
11754            ('BASE' or 'SCALE') and
11755            'NDRPDR' and
11756            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11757            not 'VHOST' and
11758            'MEMIF'"
11759   parameters:
11760   - "throughput"
11761   - "parent"
11762   - "tags"
11763   layout:
11764     title: ""  # No title
11765     layout: "plot-throughput-speedup-analysis"
11766
11767 # Speedup - VPP Container Memif 3n-hsw-x710
11768 -
11769   type: "plot"
11770   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11771   algorithm: "plot_throughput_speedup_analysis"
11772   output-file-type: ".html"
11773   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11774   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11775   filter: "'NIC_Intel-X710' and
11776            '64B' and
11777            ('BASE' or 'SCALE') and
11778            'NDRPDR' and
11779            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11780            not 'VHOST' and
11781            'MEMIF'"
11782   parameters:
11783   - "throughput"
11784   - "parent"
11785   - "tags"
11786   layout:
11787     title: ""  # No title
11788     layout: "plot-throughput-speedup-analysis"
11789
11790 -
11791   type: "plot"
11792   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11793   algorithm: "plot_throughput_speedup_analysis"
11794   output-file-type: ".html"
11795   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11796   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11797   filter: "'NIC_Intel-X710' and
11798            '64B' and
11799            ('BASE' or 'SCALE') and
11800            'NDRPDR' and
11801            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11802            not 'VHOST' and
11803            'MEMIF'"
11804   parameters:
11805   - "throughput"
11806   - "parent"
11807   - "tags"
11808   layout:
11809     title: ""  # No title
11810     layout: "plot-throughput-speedup-analysis"
11811
11812 ################################################################################
11813
11814 # Speedup - VPP IPv4 3n-hsw-x520
11815 -
11816   type: "plot"
11817   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11818   algorithm: "plot_throughput_speedup_analysis"
11819   output-file-type: ".html"
11820   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11821   data: "plot-throughput-speedup-analysis-3n-hsw"
11822   filter: "'NIC_Intel-X520-DA2' and
11823            '64B' and
11824            ('BASE' or 'SCALE') and
11825            'NDRPDR' and
11826            'IP4FWD' and
11827            not 'IPSEC' and
11828            not 'VHOST'"
11829   parameters:
11830   - "throughput"
11831   - "parent"
11832   - "tags"
11833   layout:
11834     title: ""  # No title
11835     layout: "plot-throughput-speedup-analysis"
11836
11837 -
11838   type: "plot"
11839   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11840   algorithm: "plot_throughput_speedup_analysis"
11841   output-file-type: ".html"
11842   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11843   data: "plot-throughput-speedup-analysis-3n-hsw"
11844   filter: "'NIC_Intel-X520-DA2' and
11845            '64B' and
11846            ('BASE' or 'SCALE') and
11847            'NDRPDR' and
11848            'IP4FWD' and
11849            not 'IPSEC' and
11850            not 'VHOST'"
11851   parameters:
11852   - "throughput"
11853   - "parent"
11854   - "tags"
11855   layout:
11856     title: ""  # No title
11857     layout: "plot-throughput-speedup-analysis"
11858
11859 -
11860   type: "plot"
11861   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
11862   algorithm: "plot_throughput_speedup_analysis"
11863   output-file-type: ".html"
11864   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
11865   data: "plot-throughput-speedup-analysis-3n-hsw"
11866   filter: "'NIC_Intel-X520-DA2' and
11867            '64B' and
11868            'FEATURE' and
11869            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11870            'NDRPDR' and
11871            'IP4FWD' and
11872            not 'IPSEC' and
11873            not 'VHOST'"
11874   parameters:
11875   - "throughput"
11876   - "parent"
11877   - "tags"
11878   layout:
11879     title: ""  # No title
11880     layout: "plot-throughput-speedup-analysis"
11881
11882 -
11883   type: "plot"
11884   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
11885   algorithm: "plot_throughput_speedup_analysis"
11886   output-file-type: ".html"
11887   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
11888   data: "plot-throughput-speedup-analysis-3n-hsw"
11889   filter: "'NIC_Intel-X520-DA2' and
11890            '64B' and
11891            'FEATURE' and
11892            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11893            'NDRPDR' and
11894            'IP4FWD' and
11895            not 'IPSEC' and
11896            not 'VHOST'"
11897   parameters:
11898   - "throughput"
11899   - "parent"
11900   - "tags"
11901   layout:
11902     title: ""  # No title
11903     layout: "plot-throughput-speedup-analysis"
11904
11905 # Speedup - VPP IPv4 3n-hsw-x710
11906 -
11907   type: "plot"
11908   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11909   algorithm: "plot_throughput_speedup_analysis"
11910   output-file-type: ".html"
11911   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11912   data: "plot-throughput-speedup-analysis-3n-hsw"
11913   filter: "'NIC_Intel-X710' and
11914            '64B' and
11915            ('BASE' or 'SCALE') and
11916            'NDRPDR' and
11917            'IP4FWD' and
11918            not 'IPSEC' and
11919            not 'VHOST'"
11920   parameters:
11921   - "throughput"
11922   - "parent"
11923   - "tags"
11924   layout:
11925     title: ""  # No title
11926     layout: "plot-throughput-speedup-analysis"
11927
11928 -
11929   type: "plot"
11930   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11931   algorithm: "plot_throughput_speedup_analysis"
11932   output-file-type: ".html"
11933   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11934   data: "plot-throughput-speedup-analysis-3n-hsw"
11935   filter: "'NIC_Intel-X710' and
11936            '64B' and
11937            ('BASE' or 'SCALE') and
11938            'NDRPDR' and
11939            'IP4FWD' and
11940            not 'IPSEC' and
11941            not 'VHOST'"
11942   parameters:
11943   - "throughput"
11944   - "parent"
11945   - "tags"
11946   layout:
11947     title: ""  # No title
11948     layout: "plot-throughput-speedup-analysis"
11949
11950 -
11951   type: "plot"
11952   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
11953   algorithm: "plot_throughput_speedup_analysis"
11954   output-file-type: ".html"
11955   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
11956   data: "plot-throughput-speedup-analysis-3n-hsw"
11957   filter: "'NIC_Intel-X710' and
11958            '64B' and
11959            'FEATURE' and
11960            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11961            'NDRPDR' and
11962            'IP4FWD' and
11963            not 'IPSEC' and
11964            not 'VHOST'"
11965   parameters:
11966   - "throughput"
11967   - "parent"
11968   - "tags"
11969   layout:
11970     title: ""  # No title
11971     layout: "plot-throughput-speedup-analysis"
11972
11973 -
11974   type: "plot"
11975   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
11976   algorithm: "plot_throughput_speedup_analysis"
11977   output-file-type: ".html"
11978   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
11979   data: "plot-throughput-speedup-analysis-3n-hsw"
11980   filter: "'NIC_Intel-X710' and
11981            '64B' and
11982            'FEATURE' and
11983            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11984            'NDRPDR' and
11985            'IP4FWD' and
11986            not 'IPSEC' and
11987            not 'VHOST'"
11988   parameters:
11989   - "throughput"
11990   - "parent"
11991   - "tags"
11992   layout:
11993     title: ""  # No title
11994     layout: "plot-throughput-speedup-analysis"
11995
11996 # Speedup - VPP IPv4 3n-hsw-xl710
11997 -
11998   type: "plot"
11999   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12000   algorithm: "plot_throughput_speedup_analysis"
12001   output-file-type: ".html"
12002   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12003   data: "plot-throughput-speedup-analysis-3n-hsw"
12004   filter: "'NIC_Intel-XL710' and
12005            '64B' and
12006            ('BASE' or 'SCALE') and
12007            'NDRPDR' and
12008            'IP4FWD' and
12009            not 'IPSEC' and
12010            not 'VHOST'"
12011   parameters:
12012   - "throughput"
12013   - "parent"
12014   - "tags"
12015   layout:
12016     title: ""  # No title
12017     layout: "plot-throughput-speedup-analysis"
12018
12019 -
12020   type: "plot"
12021   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12022   algorithm: "plot_throughput_speedup_analysis"
12023   output-file-type: ".html"
12024   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12025   data: "plot-throughput-speedup-analysis-3n-hsw"
12026   filter: "'NIC_Intel-XL710' and
12027            '64B' and
12028            ('BASE' or 'SCALE') and
12029            'NDRPDR' and
12030            'IP4FWD' and
12031            not 'IPSEC' and
12032            not 'VHOST'"
12033   parameters:
12034   - "throughput"
12035   - "parent"
12036   - "tags"
12037   layout:
12038     title: ""  # No title
12039     layout: "plot-throughput-speedup-analysis"
12040
12041 # Speedup - VPP IPv4 3n-skx-x710
12042 -
12043   type: "plot"
12044   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12045   algorithm: "plot_throughput_speedup_analysis"
12046   output-file-type: ".html"
12047   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12048   data: "plot-throughput-speedup-analysis-3n-skx"
12049   filter: "'NIC_Intel-X710' and
12050            '64B' and
12051            ('BASE' or 'SCALE') and
12052            'NDRPDR' and
12053            'IP4FWD' and
12054            not 'IPSEC' and
12055            not 'VHOST'"
12056   parameters:
12057   - "throughput"
12058   - "parent"
12059   - "tags"
12060   layout:
12061     title: ""  # No title
12062     layout: "plot-throughput-speedup-analysis"
12063
12064 -
12065   type: "plot"
12066   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12067   algorithm: "plot_throughput_speedup_analysis"
12068   output-file-type: ".html"
12069   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12070   data: "plot-throughput-speedup-analysis-3n-skx"
12071   filter: "'NIC_Intel-X710' and
12072            '64B' and
12073            ('BASE' or 'SCALE') and
12074            'NDRPDR' and
12075            'IP4FWD' and
12076            not 'IPSEC' and
12077            not 'VHOST'"
12078   parameters:
12079   - "throughput"
12080   - "parent"
12081   - "tags"
12082   layout:
12083     title: ""  # No title
12084     layout: "plot-throughput-speedup-analysis"
12085
12086 -
12087   type: "plot"
12088   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
12089   algorithm: "plot_throughput_speedup_analysis"
12090   output-file-type: ".html"
12091   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
12092   data: "plot-throughput-speedup-analysis-3n-skx"
12093   filter: "'NIC_Intel-X710' and
12094            '64B' and
12095            'FEATURE' and
12096            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12097            'NDRPDR' and
12098            'IP4FWD' and
12099            not 'IPSEC' and
12100            not 'VHOST'"
12101   parameters:
12102   - "throughput"
12103   - "parent"
12104   - "tags"
12105   layout:
12106     title: ""  # No title
12107     layout: "plot-throughput-speedup-analysis"
12108
12109 -
12110   type: "plot"
12111   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
12112   algorithm: "plot_throughput_speedup_analysis"
12113   output-file-type: ".html"
12114   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
12115   data: "plot-throughput-speedup-analysis-3n-skx"
12116   filter: "'NIC_Intel-X710' and
12117            '64B' and
12118            'FEATURE' and
12119            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12120            'NDRPDR' and
12121            'IP4FWD' and
12122            not 'IPSEC' and
12123            not 'VHOST'"
12124   parameters:
12125   - "throughput"
12126   - "parent"
12127   - "tags"
12128   layout:
12129     title: ""  # No title
12130     layout: "plot-throughput-speedup-analysis"
12131
12132 # Speedup - VPP IPv4 2n-skx-x710
12133 -
12134   type: "plot"
12135   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
12136   algorithm: "plot_throughput_speedup_analysis"
12137   output-file-type: ".html"
12138   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
12139   data: "plot-throughput-speedup-analysis-2n-skx"
12140   filter: "'NIC_Intel-X710' and
12141            '64B' and
12142            ('BASE' or 'SCALE') and
12143            'NDRPDR' and
12144            'IP4FWD' and
12145            not 'IPSEC' and
12146            not 'VHOST'"
12147   parameters:
12148   - "throughput"
12149   - "parent"
12150   - "tags"
12151   layout:
12152     title: ""  # No title
12153     layout: "plot-throughput-speedup-analysis"
12154
12155 -
12156   type: "plot"
12157   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
12158   algorithm: "plot_throughput_speedup_analysis"
12159   output-file-type: ".html"
12160   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
12161   data: "plot-throughput-speedup-analysis-2n-skx"
12162   filter: "'NIC_Intel-X710' and
12163            '64B' and
12164            ('BASE' or 'SCALE') and
12165            'NDRPDR' and
12166            'IP4FWD' and
12167            not 'IPSEC' and
12168            not 'VHOST'"
12169   parameters:
12170   - "throughput"
12171   - "parent"
12172   - "tags"
12173   layout:
12174     title: ""  # No title
12175     layout: "plot-throughput-speedup-analysis"
12176
12177 # Speedup - VPP IPv4 2n-skx-xxv710
12178 -
12179   type: "plot"
12180   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
12181   algorithm: "plot_throughput_speedup_analysis"
12182   output-file-type: ".html"
12183   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
12184   data: "plot-throughput-speedup-analysis-2n-skx"
12185   filter: "'NIC_Intel-XXV710' and
12186            '64B' and
12187            ('BASE' or 'SCALE') and
12188            'NDRPDR' and
12189            'IP4FWD' and
12190            not 'IPSEC' and
12191            not 'VHOST'"
12192   parameters:
12193   - "throughput"
12194   - "parent"
12195   - "tags"
12196   layout:
12197     title: ""  # No title
12198     layout: "plot-throughput-speedup-analysis"
12199
12200 -
12201   type: "plot"
12202   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
12203   algorithm: "plot_throughput_speedup_analysis"
12204   output-file-type: ".html"
12205   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
12206   data: "plot-throughput-speedup-analysis-2n-skx"
12207   filter: "'NIC_Intel-XXV710' and
12208            '64B' and
12209            ('BASE' or 'SCALE') and
12210            'NDRPDR' and
12211            'IP4FWD' and
12212            not 'IPSEC' and
12213            not 'VHOST'"
12214   parameters:
12215   - "throughput"
12216   - "parent"
12217   - "tags"
12218   layout:
12219     title: ""  # No title
12220     layout: "plot-throughput-speedup-analysis"
12221
12222 ################################################################################
12223
12224 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
12225 -
12226   type: "plot"
12227   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12228   algorithm: "plot_throughput_speedup_analysis"
12229   output-file-type: ".html"
12230   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12231   data: "plot-throughput-speedup-analysis-3n-hsw"
12232   filter: "'NIC_Intel-X520-DA2' and
12233            '64B' and
12234            'ENCAP' and
12235            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12236            'NDRPDR' and
12237            'IP4FWD' and
12238            not 'IPSEC' and
12239            not 'VHOST'"
12240   parameters:
12241   - "throughput"
12242   - "parent"
12243   - "tags"
12244   layout:
12245     title: ""  # No title
12246     layout: "plot-throughput-speedup-analysis"
12247
12248 -
12249   type: "plot"
12250   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12251   algorithm: "plot_throughput_speedup_analysis"
12252   output-file-type: ".html"
12253   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12254   data: "plot-throughput-speedup-analysis-3n-hsw"
12255   filter: "'NIC_Intel-X520-DA2' and
12256            '64B' and
12257            'ENCAP' and
12258            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12259            'NDRPDR' and
12260            'IP4FWD' and
12261            not 'IPSEC' and
12262            not 'VHOST'"
12263   parameters:
12264   - "throughput"
12265   - "parent"
12266   - "tags"
12267   layout:
12268     title: ""  # No title
12269     layout: "plot-throughput-speedup-analysis"
12270
12271 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
12272 -
12273   type: "plot"
12274   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12275   algorithm: "plot_throughput_speedup_analysis"
12276   output-file-type: ".html"
12277   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12278   data: "plot-throughput-speedup-analysis-3n-hsw"
12279   filter: "'NIC_Intel-X710' and
12280            '64B' and
12281            'ENCAP' and
12282            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12283            'NDRPDR' and
12284            'IP4FWD' and
12285            not 'IPSEC' and
12286            not 'VHOST'"
12287   parameters:
12288   - "throughput"
12289   - "parent"
12290   - "tags"
12291   layout:
12292     title: ""  # No title
12293     layout: "plot-throughput-speedup-analysis"
12294
12295 -
12296   type: "plot"
12297   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12298   algorithm: "plot_throughput_speedup_analysis"
12299   output-file-type: ".html"
12300   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12301   data: "plot-throughput-speedup-analysis-3n-hsw"
12302   filter: "'NIC_Intel-X710' and
12303            '64B' and
12304            'ENCAP' and
12305            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12306            'NDRPDR' and
12307            'IP4FWD' and
12308            not 'IPSEC' and
12309            not 'VHOST'"
12310   parameters:
12311   - "throughput"
12312   - "parent"
12313   - "tags"
12314   layout:
12315     title: ""  # No title
12316     layout: "plot-throughput-speedup-analysis"
12317
12318 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
12319 -
12320   type: "plot"
12321   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12322   algorithm: "plot_throughput_speedup_analysis"
12323   output-file-type: ".html"
12324   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12325   data: "plot-throughput-speedup-analysis-3n-skx"
12326   filter: "'NIC_Intel-X710' and
12327            '64B' and
12328            'ENCAP' and
12329            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12330            'NDRPDR' and
12331            'IP4FWD' and
12332            not 'IPSEC' and
12333            not 'VHOST'"
12334   parameters:
12335   - "throughput"
12336   - "parent"
12337   - "tags"
12338   layout:
12339     title: ""  # No title
12340     layout: "plot-throughput-speedup-analysis"
12341
12342 -
12343   type: "plot"
12344   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12345   algorithm: "plot_throughput_speedup_analysis"
12346   output-file-type: ".html"
12347   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12348   data: "plot-throughput-speedup-analysis-3n-skx"
12349   filter: "'NIC_Intel-X710' and
12350            '64B' and
12351            'ENCAP' and
12352            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12353            'NDRPDR' and
12354            'IP4FWD' and
12355            not 'IPSEC' and
12356            not 'VHOST'"
12357   parameters:
12358   - "throughput"
12359   - "parent"
12360   - "tags"
12361   layout:
12362     title: ""  # No title
12363     layout: "plot-throughput-speedup-analysis"
12364
12365 ################################################################################
12366
12367 # Speedup - VPP IPv6 3n-hsw-x520
12368 -
12369   type: "plot"
12370   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12371   algorithm: "plot_throughput_speedup_analysis"
12372   output-file-type: ".html"
12373   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12374   data: "plot-throughput-speedup-analysis-3n-hsw"
12375   filter: "'NIC_Intel-X520-DA2' and
12376            '78B' and
12377            ('BASE' or 'SCALE') and
12378            'NDRPDR' and
12379            'IP6FWD' and
12380            not 'SRv6' and
12381            not 'IPSEC' and
12382            not 'VHOST'"
12383   parameters:
12384   - "throughput"
12385   - "parent"
12386   - "tags"
12387   layout:
12388     title: ""  # No title
12389     layout: "plot-throughput-speedup-analysis"
12390
12391 -
12392   type: "plot"
12393   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12394   algorithm: "plot_throughput_speedup_analysis"
12395   output-file-type: ".html"
12396   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12397   data: "plot-throughput-speedup-analysis-3n-hsw"
12398   filter: "'NIC_Intel-X520-DA2' and
12399            '78B' and
12400            ('BASE' or 'SCALE') and
12401            'NDRPDR' and
12402            'IP6FWD' and
12403            not 'SRv6' and
12404            not 'IPSEC' and
12405            not 'VHOST'"
12406   parameters:
12407   - "throughput"
12408   - "parent"
12409   - "tags"
12410   layout:
12411     title: ""  # No title
12412     layout: "plot-throughput-speedup-analysis"
12413
12414 # Speedup - VPP IPv6 3n-hsw-x710
12415 -
12416   type: "plot"
12417   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
12418   algorithm: "plot_throughput_speedup_analysis"
12419   output-file-type: ".html"
12420   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
12421   data: "plot-throughput-speedup-analysis-3n-hsw"
12422   filter: "'NIC_Intel-X710' and
12423            '78B' and
12424            ('BASE' or 'SCALE') and
12425            'NDRPDR' and
12426            'IP6FWD' and
12427            not 'SRv6' and
12428            not 'IPSEC' and
12429            not 'VHOST'"
12430   parameters:
12431   - "throughput"
12432   - "parent"
12433   - "tags"
12434   layout:
12435     title: ""  # No title
12436     layout: "plot-throughput-speedup-analysis"
12437
12438 -
12439   type: "plot"
12440   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
12441   algorithm: "plot_throughput_speedup_analysis"
12442   output-file-type: ".html"
12443   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
12444   data: "plot-throughput-speedup-analysis-3n-hsw"
12445   filter: "'NIC_Intel-X710' and
12446            '78B' and
12447            ('BASE' or 'SCALE') and
12448            'NDRPDR' and
12449            'IP6FWD' and
12450            not 'SRv6' and
12451            not 'IPSEC' and
12452            not 'VHOST'"
12453   parameters:
12454   - "throughput"
12455   - "parent"
12456   - "tags"
12457   layout:
12458     title: ""  # No title
12459     layout: "plot-throughput-speedup-analysis"
12460
12461 # Speedup - VPP IPv6 3n-hsw-xl710
12462 -
12463   type: "plot"
12464   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
12465   algorithm: "plot_throughput_speedup_analysis"
12466   output-file-type: ".html"
12467   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
12468   data: "plot-throughput-speedup-analysis-3n-hsw"
12469   filter: "'NIC_Intel-XL710' and
12470            '78B' and
12471            ('BASE' or 'SCALE') and
12472            'NDRPDR' and
12473            'IP6FWD' and
12474            not 'SRv6' and
12475            not 'IPSEC' and
12476            not 'VHOST'"
12477   parameters:
12478   - "throughput"
12479   - "parent"
12480   - "tags"
12481   layout:
12482     title: ""  # No title
12483     layout: "plot-throughput-speedup-analysis"
12484
12485 -
12486   type: "plot"
12487   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
12488   algorithm: "plot_throughput_speedup_analysis"
12489   output-file-type: ".html"
12490   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
12491   data: "plot-throughput-speedup-analysis-3n-hsw"
12492   filter: "'NIC_Intel-XL710' and
12493            '78B' and
12494            ('BASE' or 'SCALE') and
12495            'NDRPDR' and
12496            'IP6FWD' and
12497            not 'SRv6' and
12498            not 'IPSEC' and
12499            not 'VHOST'"
12500   parameters:
12501   - "throughput"
12502   - "parent"
12503   - "tags"
12504   layout:
12505     title: ""  # No title
12506     layout: "plot-throughput-speedup-analysis"
12507
12508 # Speedup - VPP IPv6 3n-skx-x710
12509 -
12510   type: "plot"
12511   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
12512   algorithm: "plot_throughput_speedup_analysis"
12513   output-file-type: ".html"
12514   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
12515   data: "plot-throughput-speedup-analysis-3n-skx"
12516   filter: "'NIC_Intel-X710' and
12517            '78B' and
12518            ('BASE' or 'SCALE') and
12519            'NDRPDR' and
12520            'IP6FWD' and
12521            not 'SRv6' and
12522            not 'IPSEC' and
12523            not 'VHOST'"
12524   parameters:
12525   - "throughput"
12526   - "parent"
12527   - "tags"
12528   layout:
12529     title: ""  # No title
12530     layout: "plot-throughput-speedup-analysis"
12531
12532 -
12533   type: "plot"
12534   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
12535   algorithm: "plot_throughput_speedup_analysis"
12536   output-file-type: ".html"
12537   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
12538   data: "plot-throughput-speedup-analysis-3n-skx"
12539   filter: "'NIC_Intel-X710' and
12540            '78B' and
12541            ('BASE' or 'SCALE') and
12542            'NDRPDR' and
12543            'IP6FWD' and
12544            not 'SRv6' and
12545            not 'IPSEC' and
12546            not 'VHOST'"
12547   parameters:
12548   - "throughput"
12549   - "parent"
12550   - "tags"
12551   layout:
12552     title: ""  # No title
12553     layout: "plot-throughput-speedup-analysis"
12554
12555 # Speedup - VPP IPv6 2n-skx-x710
12556 -
12557   type: "plot"
12558   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
12559   algorithm: "plot_throughput_speedup_analysis"
12560   output-file-type: ".html"
12561   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
12562   data: "plot-throughput-speedup-analysis-2n-skx"
12563   filter: "'NIC_Intel-X710' and
12564            '78B' and
12565            ('BASE' or 'SCALE') and
12566            'NDRPDR' and
12567            'IP6FWD' and
12568            not 'SRv6' and
12569            not 'IPSEC' and
12570            not 'VHOST'"
12571   parameters:
12572   - "throughput"
12573   - "parent"
12574   - "tags"
12575   layout:
12576     title: ""  # No title
12577     layout: "plot-throughput-speedup-analysis"
12578
12579 -
12580   type: "plot"
12581   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
12582   algorithm: "plot_throughput_speedup_analysis"
12583   output-file-type: ".html"
12584   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
12585   data: "plot-throughput-speedup-analysis-2n-skx"
12586   filter: "'NIC_Intel-X710' and
12587            '78B' and
12588            ('BASE' or 'SCALE') and
12589            'NDRPDR' and
12590            'IP6FWD' and
12591            not 'IPSEC' and
12592            not 'VHOST'"
12593   parameters:
12594   - "throughput"
12595   - "parent"
12596   - "tags"
12597   layout:
12598     title: ""  # No title
12599     layout: "plot-throughput-speedup-analysis"
12600
12601 # Speedup - VPP IPv6 2n-skx-xxv710
12602 -
12603   type: "plot"
12604   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
12605   algorithm: "plot_throughput_speedup_analysis"
12606   output-file-type: ".html"
12607   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
12608   data: "plot-throughput-speedup-analysis-2n-skx"
12609   filter: "'NIC_Intel-XXV710' and
12610            '78B' and
12611            ('BASE' or 'SCALE') and
12612            'NDRPDR' and
12613            'IP6FWD' and
12614            not 'SRv6' and
12615            not 'IPSEC' and
12616            not 'VHOST'"
12617   parameters:
12618   - "throughput"
12619   - "parent"
12620   - "tags"
12621   layout:
12622     title: ""  # No title
12623     layout: "plot-throughput-speedup-analysis"
12624
12625 -
12626   type: "plot"
12627   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
12628   algorithm: "plot_throughput_speedup_analysis"
12629   output-file-type: ".html"
12630   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
12631   data: "plot-throughput-speedup-analysis-2n-skx"
12632   filter: "'NIC_Intel-XXV710' and
12633            '78B' and
12634            ('BASE' or 'SCALE') and
12635            'NDRPDR' and
12636            'IP6FWD' and
12637            not 'SRv6' and
12638            not 'IPSEC' and
12639            not 'VHOST'"
12640   parameters:
12641   - "throughput"
12642   - "parent"
12643   - "tags"
12644   layout:
12645     title: ""  # No title
12646     layout: "plot-throughput-speedup-analysis"
12647
12648 ################################################################################
12649
12650 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
12651 -
12652   type: "plot"
12653   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12654   algorithm: "plot_throughput_speedup_analysis"
12655   output-file-type: ".html"
12656   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12657   data: "plot-throughput-speedup-analysis-3n-hsw"
12658   filter: "'NIC_Intel-X520-DA2' and
12659            '78B' and
12660            'ENCAP' and
12661            'NDRPDR' and
12662            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12663            not 'VHOST'"
12664   parameters:
12665   - "throughput"
12666   - "parent"
12667   - "tags"
12668   layout:
12669     title: ""  # No title
12670     layout: "plot-throughput-speedup-analysis"
12671
12672 -
12673   type: "plot"
12674   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12675   algorithm: "plot_throughput_speedup_analysis"
12676   output-file-type: ".html"
12677   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12678   data: "plot-throughput-speedup-analysis-3n-hsw"
12679   filter: "'NIC_Intel-X520-DA2' and
12680            '78B' and
12681            'ENCAP' and
12682            'NDRPDR' and
12683            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12684            not 'VHOST'"
12685   parameters:
12686   - "throughput"
12687   - "parent"
12688   - "tags"
12689   layout:
12690     title: ""  # No title
12691     layout: "plot-throughput-speedup-analysis"
12692
12693 ################################################################################
12694
12695 # Speedup - VPP IPSec 3n-hsw-xl710
12696 -
12697   type: "plot"
12698   title: "Speedup: ipsec-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12699   algorithm: "plot_throughput_speedup_analysis"
12700   output-file-type: ".html"
12701   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12702   data: "plot-throughput-speedup-analysis-3n-hsw"
12703   filter: "'NIC_Intel-XL710' and
12704            '64B' and
12705            'IP4FWD' and
12706            'NDRPDR' and
12707            'IPSECHW' and
12708            ('IPSECTRAN' or 'IPSECTUN') and
12709            not 'VHOST'"
12710   parameters:
12711   - "throughput"
12712   - "parent"
12713   - "tags"
12714   layout:
12715     title: ""  # No title
12716     layout: "plot-throughput-speedup-analysis"
12717
12718 -
12719   type: "plot"
12720   title: "Speedup: ipsec-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12721   algorithm: "plot_throughput_speedup_analysis"
12722   output-file-type: ".html"
12723   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12724   data: "plot-throughput-speedup-analysis-3n-hsw"
12725   filter: "'NIC_Intel-XL710' and
12726            '64B' and
12727            'IP4FWD' and
12728            'NDRPDR' and
12729            'IPSECHW' and
12730            ('IPSECTRAN' or 'IPSECTUN') and
12731            not 'VHOST'"
12732   parameters:
12733   - "throughput"
12734   - "parent"
12735   - "tags"
12736   layout:
12737     title: ""  # No title
12738     layout: "plot-throughput-speedup-analysis"
12739
12740 ################################################################################
12741
12742 # Speedup - VPP SRv6 3n-hsw-x520
12743 -
12744   type: "plot"
12745   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
12746   algorithm: "plot_throughput_speedup_analysis"
12747   output-file-type: ".html"
12748   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
12749   data: "plot-throughput-speedup-analysis-3n-hsw"
12750   filter: "'NIC_Intel-X520-DA2' and
12751            '78B' and
12752            'FEATURE' and
12753            'NDRPDR' and
12754            'IP6FWD' and
12755            'SRv6'"
12756   parameters:
12757   - "throughput"
12758   - "parent"
12759   - "tags"
12760   layout:
12761     title: ""  # No title
12762     layout: "plot-throughput-speedup-analysis"
12763
12764 -
12765   type: "plot"
12766   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
12767   algorithm: "plot_throughput_speedup_analysis"
12768   output-file-type: ".html"
12769   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
12770   data: "plot-throughput-speedup-analysis-3n-hsw"
12771   filter: "'NIC_Intel-X520-DA2' and
12772            '78B' and
12773            'FEATURE' and
12774            'NDRPDR' and
12775            'IP6FWD' and
12776            'SRv6'"
12777   parameters:
12778   - "throughput"
12779   - "parent"
12780   - "tags"
12781   layout:
12782     title: ""  # No title
12783     layout: "plot-throughput-speedup-analysis"
12784
12785 ################################################################################
12786
12787 # Speedup - VPP L2 3n-hsw-x520
12788 -
12789   type: "plot"
12790   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12791   algorithm: "plot_throughput_speedup_analysis"
12792   output-file-type: ".html"
12793   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12794   data: "plot-throughput-speedup-analysis-3n-hsw"
12795   filter: "'NIC_Intel-X520-DA2' and
12796            '64B' and
12797            ('BASE' or 'SCALE') and
12798            'NDRPDR' and
12799            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12800            not 'VHOST' and
12801            not 'MEMIF'"
12802   parameters:
12803   - "throughput"
12804   - "parent"
12805   - "tags"
12806   layout:
12807     title: ""  # No title
12808     layout: "plot-throughput-speedup-analysis"
12809
12810 -
12811   type: "plot"
12812   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12813   algorithm: "plot_throughput_speedup_analysis"
12814   output-file-type: ".html"
12815   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12816   data: "plot-throughput-speedup-analysis-3n-hsw"
12817   filter: "'NIC_Intel-X520-DA2' and
12818            '64B' and
12819            ('BASE' or 'SCALE') and
12820            'NDRPDR' and
12821            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12822            not 'VHOST' and
12823            not 'MEMIF'"
12824   parameters:
12825   - "throughput"
12826   - "parent"
12827   - "tags"
12828   layout:
12829     title: ""  # No title
12830     layout: "plot-throughput-speedup-analysis"
12831
12832 -
12833   type: "plot"
12834   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
12835   algorithm: "plot_throughput_speedup_analysis"
12836   output-file-type: ".html"
12837   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
12838   data: "plot-throughput-speedup-analysis-3n-hsw"
12839   filter: "'NIC_Intel-X520-DA2' and
12840            '64B' and
12841            'FEATURE' and
12842            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12843            'NDRPDR' and
12844            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12845            not 'VHOST' and
12846            not 'MEMIF'"
12847   parameters:
12848   - "throughput"
12849   - "parent"
12850   - "tags"
12851   layout:
12852     title: ""  # No title
12853     layout: "plot-throughput-speedup-analysis"
12854
12855 -
12856   type: "plot"
12857   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
12858   algorithm: "plot_throughput_speedup_analysis"
12859   output-file-type: ".html"
12860   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
12861   data: "plot-throughput-speedup-analysis-3n-hsw"
12862   filter: "'NIC_Intel-X520-DA2' and
12863            '64B' and
12864            'FEATURE' and
12865            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12866            'NDRPDR' and
12867            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12868            not 'VHOST' and
12869            not 'MEMIF'"
12870   parameters:
12871   - "throughput"
12872   - "parent"
12873   - "tags"
12874   layout:
12875     title: ""  # No title
12876     layout: "plot-throughput-speedup-analysis"
12877
12878 # Speedup - VPP L2 3n-hsw-x710
12879 -
12880   type: "plot"
12881   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12882   algorithm: "plot_throughput_speedup_analysis"
12883   output-file-type: ".html"
12884   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12885   data: "plot-throughput-speedup-analysis-3n-hsw"
12886   filter: "'NIC_Intel-X710' and
12887            '64B' and
12888            ('BASE' or 'SCALE') and
12889            'NDRPDR' and
12890            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12891            not 'VHOST' and
12892            not 'MEMIF'"
12893   parameters:
12894   - "throughput"
12895   - "parent"
12896   - "tags"
12897   layout:
12898     title: ""  # No title
12899     layout: "plot-throughput-speedup-analysis"
12900
12901 -
12902   type: "plot"
12903   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12904   algorithm: "plot_throughput_speedup_analysis"
12905   output-file-type: ".html"
12906   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12907   data: "plot-throughput-speedup-analysis-3n-hsw"
12908   filter: "'NIC_Intel-X710' and
12909            '64B' and
12910            ('BASE' or 'SCALE') and
12911            'NDRPDR' and
12912            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12913            not 'VHOST' and
12914            not 'MEMIF'"
12915   parameters:
12916   - "throughput"
12917   - "parent"
12918   - "tags"
12919   layout:
12920     title: ""  # No title
12921     layout: "plot-throughput-speedup-analysis"
12922
12923 -
12924   type: "plot"
12925   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
12926   algorithm: "plot_throughput_speedup_analysis"
12927   output-file-type: ".html"
12928   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
12929   data: "plot-throughput-speedup-analysis-3n-hsw"
12930   filter: "'NIC_Intel-X710' and
12931            '64B' and
12932            'FEATURE' and
12933            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12934            'NDRPDR' and
12935            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12936            not 'VHOST' and
12937            not 'MEMIF'"
12938   parameters:
12939   - "throughput"
12940   - "parent"
12941   - "tags"
12942   layout:
12943     title: ""  # No title
12944     layout: "plot-throughput-speedup-analysis"
12945
12946 -
12947   type: "plot"
12948   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
12949   algorithm: "plot_throughput_speedup_analysis"
12950   output-file-type: ".html"
12951   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
12952   data: "plot-throughput-speedup-analysis-3n-hsw"
12953   filter: "'NIC_Intel-X710' and
12954            '64B' and
12955            'FEATURE' and
12956            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12957            'NDRPDR' and
12958            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12959            not 'VHOST' and
12960            not 'MEMIF'"
12961   parameters:
12962   - "throughput"
12963   - "parent"
12964   - "tags"
12965   layout:
12966     title: ""  # No title
12967     layout: "plot-throughput-speedup-analysis"
12968
12969 # Speedup - VPP L2 3n-hsw-xl710
12970 -
12971   type: "plot"
12972   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12973   algorithm: "plot_throughput_speedup_analysis"
12974   output-file-type: ".html"
12975   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12976   data: "plot-throughput-speedup-analysis-3n-hsw"
12977   filter: "'NIC_Intel-XL710' and
12978            '64B' and
12979            ('BASE' or 'SCALE') and
12980            'NDRPDR' and
12981            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12982            not 'VHOST' and
12983            not 'MEMIF'"
12984   parameters:
12985   - "throughput"
12986   - "parent"
12987   - "tags"
12988   layout:
12989     title: ""  # No title
12990     layout: "plot-throughput-speedup-analysis"
12991
12992 -
12993   type: "plot"
12994   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12995   algorithm: "plot_throughput_speedup_analysis"
12996   output-file-type: ".html"
12997   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12998   data: "plot-throughput-speedup-analysis-3n-hsw"
12999   filter: "'NIC_Intel-XL710' and
13000            '64B' and
13001            ('BASE' or 'SCALE') and
13002            'NDRPDR' and
13003            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13004            not 'VHOST' and
13005            not 'MEMIF'"
13006   parameters:
13007   - "throughput"
13008   - "parent"
13009   - "tags"
13010   layout:
13011     title: ""  # No title
13012     layout: "plot-throughput-speedup-analysis"
13013
13014 # Speedup - VPP L2 3n-skx-x710
13015 -
13016   type: "plot"
13017   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13018   algorithm: "plot_throughput_speedup_analysis"
13019   output-file-type: ".html"
13020   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13021   data: "plot-throughput-speedup-analysis-3n-skx"
13022   filter: "'NIC_Intel-X710' and
13023            '64B' and
13024            ('BASE' or 'SCALE') and
13025            'NDRPDR' and
13026            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13027            not 'VHOST' and
13028            not 'MEMIF'"
13029   parameters:
13030   - "throughput"
13031   - "parent"
13032   - "tags"
13033   layout:
13034     title: ""  # No title
13035     layout: "plot-throughput-speedup-analysis"
13036
13037 -
13038   type: "plot"
13039   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13040   algorithm: "plot_throughput_speedup_analysis"
13041   output-file-type: ".html"
13042   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13043   data: "plot-throughput-speedup-analysis-3n-skx"
13044   filter: "'NIC_Intel-X710' and
13045            '64B' and
13046            ('BASE' or 'SCALE') and
13047            'NDRPDR' and
13048            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13049            not 'VHOST' and
13050            not 'MEMIF'"
13051   parameters:
13052   - "throughput"
13053   - "parent"
13054   - "tags"
13055   layout:
13056     title: ""  # No title
13057     layout: "plot-throughput-speedup-analysis"
13058
13059 -
13060   type: "plot"
13061   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
13062   algorithm: "plot_throughput_speedup_analysis"
13063   output-file-type: ".html"
13064   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
13065   data: "plot-throughput-speedup-analysis-3n-skx"
13066   filter: "'NIC_Intel-X710' and
13067            '64B' and
13068            'FEATURE' and
13069            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13070            'NDRPDR' and
13071            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13072            not 'VHOST' and
13073            not 'MEMIF'"
13074   parameters:
13075   - "throughput"
13076   - "parent"
13077   - "tags"
13078   layout:
13079     title: ""  # No title
13080     layout: "plot-throughput-speedup-analysis"
13081
13082 -
13083   type: "plot"
13084   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
13085   algorithm: "plot_throughput_speedup_analysis"
13086   output-file-type: ".html"
13087   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
13088   data: "plot-throughput-speedup-analysis-3n-skx"
13089   filter: "'NIC_Intel-X710' and
13090            '64B' and
13091            'FEATURE' and
13092            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13093            'NDRPDR' and
13094            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13095            not 'VHOST' and
13096            not 'MEMIF'"
13097   parameters:
13098   - "throughput"
13099   - "parent"
13100   - "tags"
13101   layout:
13102     title: ""  # No title
13103     layout: "plot-throughput-speedup-analysis"
13104
13105 # Speedup - VPP L2 3n-skx-xxv710
13106 -
13107   type: "plot"
13108   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13109   algorithm: "plot_throughput_speedup_analysis"
13110   output-file-type: ".html"
13111   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13112   data: "plot-throughput-speedup-analysis-3n-skx"
13113   filter: "'NIC_Intel-XXV710' and
13114            '64B' and
13115            ('BASE' or 'SCALE') and
13116            'NDRPDR' and
13117            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13118            not 'VHOST' and
13119            not 'MEMIF'"
13120   parameters:
13121   - "throughput"
13122   - "parent"
13123   - "tags"
13124   layout:
13125     title: ""  # No title
13126     layout: "plot-throughput-speedup-analysis"
13127
13128 -
13129   type: "plot"
13130   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13131   algorithm: "plot_throughput_speedup_analysis"
13132   output-file-type: ".html"
13133   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13134   data: "plot-throughput-speedup-analysis-3n-skx"
13135   filter: "'NIC_Intel-XXV710' and
13136            '64B' and
13137            ('BASE' or 'SCALE') and
13138            'NDRPDR' and
13139            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13140            not 'VHOST' and
13141            not 'MEMIF'"
13142   parameters:
13143   - "throughput"
13144   - "parent"
13145   - "tags"
13146   layout:
13147     title: ""  # No title
13148     layout: "plot-throughput-speedup-analysis"
13149
13150 # Speedup - VPP L2 2n-skx-x710
13151 -
13152   type: "plot"
13153   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
13154   algorithm: "plot_throughput_speedup_analysis"
13155   output-file-type: ".html"
13156   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
13157   data: "plot-throughput-speedup-analysis-2n-skx"
13158   filter: "'NIC_Intel-X710' and
13159            '64B' and
13160            ('BASE' or 'SCALE') and
13161            'NDRPDR' and
13162            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13163            not 'VHOST' and
13164            not 'MEMIF'"
13165   parameters:
13166   - "throughput"
13167   - "parent"
13168   - "tags"
13169   layout:
13170     title: ""  # No title
13171     layout: "plot-throughput-speedup-analysis"
13172
13173 -
13174   type: "plot"
13175   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
13176   algorithm: "plot_throughput_speedup_analysis"
13177   output-file-type: ".html"
13178   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
13179   data: "plot-throughput-speedup-analysis-2n-skx"
13180   filter: "'NIC_Intel-X710' and
13181            '64B' and
13182            ('BASE' or 'SCALE') and
13183            'NDRPDR' and
13184            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13185            not 'VHOST' and
13186            not 'MEMIF'"
13187   parameters:
13188   - "throughput"
13189   - "parent"
13190   - "tags"
13191   layout:
13192     title: ""  # No title
13193     layout: "plot-throughput-speedup-analysis"
13194
13195 # Speedup - VPP L2 2n-skx-xxv710
13196 -
13197   type: "plot"
13198   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13199   algorithm: "plot_throughput_speedup_analysis"
13200   output-file-type: ".html"
13201   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13202   data: "plot-throughput-speedup-analysis-2n-skx"
13203   filter: "'NIC_Intel-XXV710' and
13204            '64B' and
13205            ('BASE' or 'SCALE') and
13206            'NDRPDR' and
13207            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13208            not 'VHOST' and
13209            not 'MEMIF'"
13210   parameters:
13211   - "throughput"
13212   - "parent"
13213   - "tags"
13214   layout:
13215     title: ""  # No title
13216     layout: "plot-throughput-speedup-analysis"
13217
13218 -
13219   type: "plot"
13220   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13221   algorithm: "plot_throughput_speedup_analysis"
13222   output-file-type: ".html"
13223   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13224   data: "plot-throughput-speedup-analysis-2n-skx"
13225   filter: "'NIC_Intel-XXV710' and
13226            '64B' and
13227            ('BASE' or 'SCALE') and
13228            'NDRPDR' and
13229            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13230            not 'VHOST' and
13231            not 'MEMIF'"
13232   parameters:
13233   - "throughput"
13234   - "parent"
13235   - "tags"
13236   layout:
13237     title: ""  # No title
13238     layout: "plot-throughput-speedup-analysis"
13239
13240 ################################################################################
13241
13242 # Speedup - VPP vhost ip4 3n-hsw-x520
13243 -
13244   type: "plot"
13245   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13246   algorithm: "plot_throughput_speedup_analysis"
13247   output-file-type: ".html"
13248   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13249   data: "plot-throughput-speedup-analysis-3n-hsw"
13250   filter: "'NIC_Intel-X520-DA2' and
13251            '64B' and
13252            'NDRPDR' and
13253            'VHOST' and
13254            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13255   parameters:
13256   - "throughput"
13257   - "parent"
13258   - "tags"
13259   layout:
13260     title: ""  # No title
13261     layout: "plot-throughput-speedup-analysis"
13262
13263 -
13264   type: "plot"
13265   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13266   algorithm: "plot_throughput_speedup_analysis"
13267   output-file-type: ".html"
13268   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13269   data: "plot-throughput-speedup-analysis-3n-hsw"
13270   filter: "'NIC_Intel-X520-DA2' and
13271            '64B' and
13272            'NDRPDR' and
13273            'VHOST' and
13274            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13275   parameters:
13276   - "throughput"
13277   - "parent"
13278   - "tags"
13279   layout:
13280     title: ""  # No title
13281     layout: "plot-throughput-speedup-analysis"
13282
13283 # Speedup - VPP vhost l2sw 3n-hsw-x520
13284 -
13285   type: "plot"
13286   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13287   algorithm: "plot_throughput_speedup_analysis"
13288   output-file-type: ".html"
13289   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13290   data: "plot-throughput-speedup-analysis-3n-hsw"
13291   filter: "'NIC_Intel-X520-DA2' and
13292            '64B' and
13293            'NDRPDR' and
13294            'VHOST' and
13295            not 'VXLAN' and
13296            not 'IP4FWD' and
13297            not 'DOT1Q' and
13298            not '2VM'"
13299   parameters:
13300   - "throughput"
13301   - "parent"
13302   - "tags"
13303   layout:
13304     title: ""  # No title
13305     layout: "plot-throughput-speedup-analysis"
13306
13307 -
13308   type: "plot"
13309   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13310   algorithm: "plot_throughput_speedup_analysis"
13311   output-file-type: ".html"
13312   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13313   data: "plot-throughput-speedup-analysis-3n-hsw"
13314   filter: "'NIC_Intel-X520-DA2' and
13315            '64B' and
13316            'NDRPDR' and
13317            'VHOST' and
13318            not 'VXLAN' and
13319            not 'IP4FWD' and
13320            not 'DOT1Q' and
13321            not '2VM'"
13322   parameters:
13323   - "throughput"
13324   - "parent"
13325   - "tags"
13326   layout:
13327     title: ""  # No title
13328     layout: "plot-throughput-speedup-analysis"
13329
13330 # Speedup - VPP vhost ip4 3n-hsw-x710
13331 -
13332   type: "plot"
13333   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13334   algorithm: "plot_throughput_speedup_analysis"
13335   output-file-type: ".html"
13336   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13337   data: "plot-throughput-speedup-analysis-3n-hsw"
13338   filter: "'NIC_Intel-X710' and
13339            '64B' and
13340            'NDRPDR' and
13341            'VHOST' and
13342            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13343   parameters:
13344   - "throughput"
13345   - "parent"
13346   - "tags"
13347   layout:
13348     title: ""  # No title
13349     layout: "plot-throughput-speedup-analysis"
13350
13351 -
13352   type: "plot"
13353   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13354   algorithm: "plot_throughput_speedup_analysis"
13355   output-file-type: ".html"
13356   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13357   data: "plot-throughput-speedup-analysis-3n-hsw"
13358   filter: "'NIC_Intel-X710' and
13359            '64B' and
13360            'NDRPDR' and
13361            'VHOST' and
13362            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13363   parameters:
13364   - "throughput"
13365   - "parent"
13366   - "tags"
13367   layout:
13368     title: ""  # No title
13369     layout: "plot-throughput-speedup-analysis"
13370
13371 # Speedup - VPP vhost l2sw 3n-hsw-x710
13372 -
13373   type: "plot"
13374   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13375   algorithm: "plot_throughput_speedup_analysis"
13376   output-file-type: ".html"
13377   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13378   data: "plot-throughput-speedup-analysis-3n-hsw"
13379   filter: "'NIC_Intel-X710' and
13380            '64B' and
13381            'NDRPDR' and
13382            'VHOST' and
13383            not 'VXLAN' and
13384            not 'IP4FWD' and
13385            not 'DOT1Q' and
13386            not '2VM'"
13387   parameters:
13388   - "throughput"
13389   - "parent"
13390   - "tags"
13391   layout:
13392     title: ""  # No title
13393     layout: "plot-throughput-speedup-analysis"
13394
13395 -
13396   type: "plot"
13397   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13398   algorithm: "plot_throughput_speedup_analysis"
13399   output-file-type: ".html"
13400   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13401   data: "plot-throughput-speedup-analysis-3n-hsw"
13402   filter: "'NIC_Intel-X710' and
13403            '64B' and
13404            'NDRPDR' and
13405            'VHOST' and
13406            not 'VXLAN' and
13407            not 'IP4FWD' and
13408            not 'DOT1Q' and
13409            not '2VM'"
13410   parameters:
13411   - "throughput"
13412   - "parent"
13413   - "tags"
13414   layout:
13415     title: ""  # No title
13416     layout: "plot-throughput-speedup-analysis"
13417
13418 # Speedup - VPP vhost ip4 3n-hsw-xl710
13419 -
13420   type: "plot"
13421   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13422   algorithm: "plot_throughput_speedup_analysis"
13423   output-file-type: ".html"
13424   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13425   data: "plot-throughput-speedup-analysis-3n-hsw"
13426   filter: "'NIC_Intel-XL710' and
13427            '64B' and
13428            'NDRPDR' and
13429            'VHOST' and
13430            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13431   parameters:
13432   - "throughput"
13433   - "parent"
13434   - "tags"
13435   layout:
13436     title: ""  # No title
13437     layout: "plot-throughput-speedup-analysis"
13438
13439 -
13440   type: "plot"
13441   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13442   algorithm: "plot_throughput_speedup_analysis"
13443   output-file-type: ".html"
13444   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13445   data: "plot-throughput-speedup-analysis-3n-hsw"
13446   filter: "'NIC_Intel-XL710' and
13447            '64B' and
13448            'NDRPDR' and
13449            'VHOST' and
13450            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13451   parameters:
13452   - "throughput"
13453   - "parent"
13454   - "tags"
13455   layout:
13456     title: ""  # No title
13457     layout: "plot-throughput-speedup-analysis"
13458
13459 # Speedup - VPP vhost l2sw 3n-hsw-xl710
13460 -
13461   type: "plot"
13462   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13463   algorithm: "plot_throughput_speedup_analysis"
13464   output-file-type: ".html"
13465   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13466   data: "plot-throughput-speedup-analysis-3n-hsw"
13467   filter: "'NIC_Intel-XL710' and
13468            '64B' and
13469            'NDRPDR' and
13470            'VHOST' and
13471            not 'VXLAN' and
13472            not 'IP4FWD' and
13473            not 'DOT1Q' and
13474            not '2VM'"
13475   parameters:
13476   - "throughput"
13477   - "parent"
13478   - "tags"
13479   layout:
13480     title: ""  # No title
13481     layout: "plot-throughput-speedup-analysis"
13482
13483 -
13484   type: "plot"
13485   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13486   algorithm: "plot_throughput_speedup_analysis"
13487   output-file-type: ".html"
13488   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13489   data: "plot-throughput-speedup-analysis-3n-hsw"
13490   filter: "'NIC_Intel-XL710' and
13491            '64B' and
13492            'NDRPDR' and
13493            'VHOST' and
13494            not 'VXLAN' and
13495            not 'IP4FWD' and
13496            not 'DOT1Q' and
13497            not '2VM'"
13498   parameters:
13499   - "throughput"
13500   - "parent"
13501   - "tags"
13502   layout:
13503     title: ""  # No title
13504     layout: "plot-throughput-speedup-analysis"
13505
13506 # Speedup - VPP vhost l2sw 3n-hsw-x520
13507 -
13508   type: "plot"
13509   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
13510   algorithm: "plot_throughput_speedup_analysis"
13511   output-file-type: ".html"
13512   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
13513   data: "plot-throughput-speedup-analysis-3n-hsw"
13514   filter: "'NIC_Intel-X520-DA2' and
13515            '114B' and
13516            'NDRPDR' and
13517            'VTS'"
13518   parameters:
13519   - "throughput"
13520   - "parent"
13521   - "tags"
13522   layout:
13523     title: ""  # No title
13524     layout: "plot-throughput-speedup-analysis"
13525
13526 -
13527   type: "plot"
13528   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
13529   algorithm: "plot_throughput_speedup_analysis"
13530   output-file-type: ".html"
13531   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
13532   data: "plot-throughput-speedup-analysis-3n-hsw"
13533   filter: "'NIC_Intel-X520-DA2' and
13534            '114B' and
13535            'NDRPDR' and
13536            'VTS'"
13537   parameters:
13538   - "throughput"
13539   - "parent"
13540   - "tags"
13541   layout:
13542     title: ""  # No title
13543     layout: "plot-throughput-speedup-analysis"