CSIT-1226: Fix bugs in pdf version
[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         linecolor: "rgb(238, 238, 238)"
531         linewidth: 1
532         showgrid: True
533         showline: True
534         showticklabels: True
535         tickcolor: "rgb(238, 238, 238)"
536         title: "Packets Per Second [pps]"
537         zeroline: False
538       boxmode: "group"
539       boxgroupgap: 0.5
540       autosize: False
541       margin:
542         t: 50
543         b: 20
544         l: 80
545         r: 20
546       showlegend: True
547       legend:
548         orientation: "h"
549       width: 700
550       height: 1000
551
552     plot-latency:
553       xaxis:
554         autorange: True
555         fixedrange: False
556         gridcolor: "rgb(238, 238, 238)"
557         linecolor: "rgb(238, 238, 238)"
558         linewidth: 1
559         showgrid: True
560         showline: True
561         showticklabels: True
562         tickcolor: "rgb(238, 238, 238)"
563         tickmode: "linear"
564         title: "Indexed Test Cases"
565         zeroline: False
566       yaxis:
567         gridcolor: "rgb(238, 238, 238)"
568         hoverformat: ""
569         linecolor: "rgb(238, 238, 238)"
570         linewidth: 1
571         showgrid: True
572         showline: True
573         showticklabels: True
574         tickcolor: "rgb(238, 238, 238)"
575         title: "Latency min/avg/max [uSec]"
576         zeroline: False
577       boxmode: "group"
578       boxgroupgap: 0.5
579       autosize: False
580       margin:
581         t: 50
582         b: 20
583         l: 80
584         r: 20
585       showlegend: True
586       legend:
587         orientation: "h"
588       width: 700
589       height: 1000
590
591     plot-throughput-speedup-analysis:
592       xaxis:
593         autorange: True
594         fixedrange: False
595         gridcolor: "rgb(238, 238, 238)"
596         linecolor: "rgb(238, 238, 238)"
597         linewidth: 1
598         showgrid: True
599         showline: True
600         showticklabels: True
601         tickcolor: "rgb(238, 238, 238)"
602         tickmode: "linear"
603         tickangle: 270
604         zeroline: False
605       yaxis:
606         title: "Throughput speedup factor"
607         gridcolor: "rgb(238, 238, 238)"
608         hoverformat: ".4s"
609         linecolor: "rgb(238, 238, 238)"
610         linewidth: 1
611         showgrid: True
612         showline: True
613         showticklabels: True
614         tickcolor: "rgb(238, 238, 238)"
615         zeroline: False
616       legend:
617         orientation: "h"
618         xanchor: "center"
619         yanchor: "top"
620         x: 0.5
621         y: 1
622         bgcolor: "rgba(255, 255, 255, 0)"
623         bordercolor: "rgba(255, 255, 255, 0)"
624       barmode: "group"
625       bargap: 0.15
626       bargroupgap: 0.1
627       autosize: False
628       margin:
629           't': 50
630           'b': 300
631           'l': 50
632           'r': 20
633       showlegend: True
634       width: 700
635       height: 1000
636
637 -
638   type: "static"
639   src-path: "{DIR[RST]}"
640   dst-path: "{DIR[WORKING,SRC]}"
641
642 -
643   type: "input"
644   general:
645     file-name: "robot-plugin.zip"
646     file-format: ".zip"
647     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
648     extract: "robot-plugin/output.xml"
649
650   builds:
651
652     csit-vpp-perf-1801-all:
653     - 124  # sel
654     - 127  # sel
655     - 128  # sel
656     - 141  # sel
657     - 142  # sel
658     - 143  # sel
659     - 145  # sel
660     - 146  # sel
661     - 162  # sel
662     - 163  # sel
663     - 167  # sel
664     - 172  # sel acl only
665     csit-vpp-perf-1804-all:
666     - 21  # sel
667     - 22  # sel
668     - 23  # sel
669     - 24  # sel
670     - 27  # sel
671     - 28  # sel
672     - 29  # sel
673     - 30  # sel
674     - 31  # sel
675     - 35  # sel
676     # TODO: Add Data sources
677     csit-vpp-perf-verify-1807-3n-hsw:
678     - 8   # MRR full
679     - 9   # MRR sel
680     - 11  # NDRPDR full 1
681     - 15  # NDRPDR sel
682     - 16  # NDRPDR sel
683     - 19  # NDRPDR sel
684     - 24  # WRK
685     - 25  # WRK
686     csit-vpp-perf-verify-1807-3n-skx:
687     - 31  # MRR full
688     - 28  # MRR sel
689     - 32  # MRR sel
690     - 36  # MRR sel
691     - 42  # MRR sel
692     - 47  # MRR sel
693     - 48  # MRR sel
694     - 51  # MRR sel
695     - 52  # MRR sel
696     - 53  # MRR sel
697     - 54  # MRR sel
698     - 40  # NDRPDR full 1
699     - 41  # NDRPDR full 2
700     - 33  # NDRPDR sel
701     - 35  # NDRPDR sel
702     - 37  # NDRPDR sel
703     - 38  # NDRPDR sel
704     - 39  # NDRPDR sel
705     - 43  # NDRPDR sel
706     - 44  # NDRPDR sel
707     - 49  # NDRPDR sel
708     - 50  # NDRPDR sel
709     - 56  # NDRPDR sel
710     csit-vpp-perf-verify-1807-2n-skx:
711     - 27  # MRR full
712     - 31  # MRR sel
713     - 33  # MRR sel
714     - 37  # MRR sel
715     - 38  # MRR sel
716     - 41  # MRR sel
717     - 43  # MRR sel
718     - 44  # MRR sel
719     - 45  # MRR sel
720     - 46  # MRR sel
721     - 47  # MRR sel
722     - 32  # NDRPDR full
723     - 26  # NDRPDR sel
724     - 28  # NDRPDR sel
725     - 29  # NDRPDR sel
726     - 30  # NDRPDR sel
727     - 34  # NDRPDR sel
728     - 35  # NDRPDR sel
729     - 36  # NDRPDR sel
730     - 39  # NDRPDR sel
731     - 40  # NDRPDR sel
732     - 42  # NDRPDR sel
733     csit-vpp-perf-check-1801:
734     - 3   # mrr
735     - 4   # mrr
736     - 5   # mrr
737     - 6   # mrr
738     - 7   # mrr
739     - 8   # mrr
740     - 9   # mrr
741     - 11  # mrr
742     - 12  # mrr
743     - 13  # mrr
744     csit-vpp-perf-check-1804:
745     - 5   # mrr - full
746     - 6   # mrr - sel
747     - 13  # mrr - sel
748     - 14  # mrr - sel
749     - 15  # mrr - sel
750     - 16  # mrr - sel
751     - 17  # mrr - sel
752     - 19  # mrr - sel
753     - 20  # mrr - sel
754     - 21  # mrr - sel
755     - 22  # mrr - sel
756     csit-ligato-perf-1804-all:
757     - 4   # full
758     - 5   # sel
759     - 6   # sel
760     - 7   # sel
761     - 8   # sel
762     - 9   # sel
763     - 10  # sel
764     - 11  # sel
765     - 12  # sel
766     - 13  # sel
767     - 14  # sel
768     # TODO: Add Data sources
769     csit-ligato-perf-1807-all:
770     - 3   # full ?
771     - 4   # sel
772     csit-dpdk-perf-1804-all:
773     - 4
774     - 5
775     - 6
776     - 7
777     - 8
778     - 9
779     - 10
780     - 11
781     - 12
782     - 13
783     csit-dpdk-perf-verify-1807-3n-hsw:
784     - 11
785     - 12  # full
786     - 14
787     - 15
788     - 16
789     - 17
790     - 20
791     - 21
792     - 22
793     - 23
794     csit-dpdk-perf-verify-1807-3n-skx:
795     - 1
796     - 2
797     - 3
798     - 6
799     - 7
800     - 8
801     - 9
802     - 10
803     - 11
804     - 12
805     csit-dpdk-perf-verify-1807-2n-skx:
806     - 1
807     - 2
808     - 3
809     - 4
810     - 5
811     - 6
812     - 7
813     - 8
814     - 9
815     - 10
816     csit-vpp-functional-1807-ubuntu1604-virl:
817     # TODO: Add Data sources
818     - "lastSuccessfulBuild"
819     csit-vpp-functional-1807-centos7-virl:
820     # TODO: Add Data sources
821     - "lastSuccessfulBuild"
822     csit-nsh_sfc-verify-func-1807-ubuntu1604-virl:
823     - 2
824     csit-hc2vpp-verify-func-1807-ubuntu1604:
825     # TODO: Add Data sources
826     - "lastSuccessfulBuild"
827
828 -
829   type: "output"
830   output: "report"
831   format:
832     html:
833     - full
834     pdf:
835     - minimal
836
837 ################################################################################
838 ###                               T A B L E S                                ###
839 ################################################################################
840
841 ################################################################################
842 # VPP
843 -
844   type: "table"
845   title: "VPP Performance Changes 1t1c pdr"
846   algorithm: "table_performance_comparison"
847   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-pdr"
848   history:
849     -
850       title: "rls1801"
851       data:
852         csit-vpp-perf-1801-all:
853         - 124  # sel
854         - 127  # sel
855         - 128  # sel
856         - 141  # sel
857         - 142  # sel
858         - 143  # sel
859         - 145  # sel
860         - 146  # sel
861         - 162  # sel
862         - 163  # sel
863         - 167  # sel
864         - 172  # sel acl only
865   reference:
866     title: "rls1804"
867     data:
868       csit-vpp-perf-1804-all:
869       - 21  # sel
870       - 22  # sel
871       - 23  # sel
872       - 24  # sel
873       - 27  # sel
874       - 28  # sel
875       - 29  # sel
876       - 30  # sel
877       - 31  # sel
878       - 35  # sel
879   compare:
880     title: "rls1807"
881     data:
882       # TODO: Add Data sources
883       csit-vpp-perf-verify-1807-3n-hsw:
884       - 15  # NDRPDR sel
885       - 16  # NDRPDR sel
886       - 19  # NDRPDR sel
887   data: "vpp-performance-changes"
888   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
889   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
890   parameters:
891   - "name"
892   - "parent"
893   - "throughput"
894
895 -
896   type: "table"
897   title: "VPP Performance Changes 2t2c pdr"
898   algorithm: "table_performance_comparison"
899   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-pdr"
900   history:
901     -
902       title: "rls1801"
903       data:
904         csit-vpp-perf-1801-all:
905         - 124  # sel
906         - 127  # sel
907         - 128  # sel
908         - 141  # sel
909         - 142  # sel
910         - 143  # sel
911         - 145  # sel
912         - 146  # sel
913         - 162  # sel
914         - 163  # sel
915         - 167  # sel
916         - 172  # sel acl only
917   reference:
918     title: "rls1804"
919     data:
920       csit-vpp-perf-1804-all:
921       - 21  # sel
922       - 22  # sel
923       - 23  # sel
924       - 24  # sel
925       - 27  # sel
926       - 28  # sel
927       - 29  # sel
928       - 30  # sel
929       - 31  # sel
930       - 35  # sel
931   compare:
932     title: "rls1807"
933     data:
934       # TODO: Add Data sources
935       csit-vpp-perf-verify-1807-3n-hsw:
936       - 15  # NDRPDR sel
937       - 16  # NDRPDR sel
938       - 19  # NDRPDR sel
939   data: "vpp-performance-changes"
940   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
941   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
942   parameters:
943   - "name"
944   - "parent"
945   - "throughput"
946
947 -
948   type: "table"
949   title: "VPP Performance Changes 1t1c ndr"
950   algorithm: "table_performance_comparison"
951   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-ndr"
952   history:
953     -
954       title: "rls1801"
955       data:
956         csit-vpp-perf-1801-all:
957         - 124  # sel
958         - 127  # sel
959         - 128  # sel
960         - 141  # sel
961         - 142  # sel
962         - 143  # sel
963         - 145  # sel
964         - 146  # sel
965         - 162  # sel
966         - 163  # sel
967         - 167  # sel
968         - 172  # sel acl only
969   reference:
970     title: "rls1804"
971     data:
972       csit-vpp-perf-1804-all:
973       - 21  # sel
974       - 22  # sel
975       - 23  # sel
976       - 24  # sel
977       - 27  # sel
978       - 28  # sel
979       - 29  # sel
980       - 30  # sel
981       - 31  # sel
982       - 35  # sel
983   compare:
984     title: "rls1807"
985     data:
986       # TODO: Add Data sources
987       csit-vpp-perf-verify-1807-3n-hsw:
988       - 15  # NDRPDR sel
989       - 16  # NDRPDR sel
990       - 19  # NDRPDR sel
991   data: "vpp-performance-changes"
992   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
993   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
994   parameters:
995   - "name"
996   - "parent"
997   - "throughput"
998
999 -
1000   type: "table"
1001   title: "VPP Performance Changes 2t2c ndr"
1002   algorithm: "table_performance_comparison"
1003   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-ndr"
1004   history:
1005     -
1006       title: "rls1801"
1007       data:
1008         csit-vpp-perf-1801-all:
1009         - 124  # sel
1010         - 127  # sel
1011         - 128  # sel
1012         - 141  # sel
1013         - 142  # sel
1014         - 143  # sel
1015         - 145  # sel
1016         - 146  # sel
1017         - 162  # sel
1018         - 163  # sel
1019         - 167  # sel
1020         - 172  # sel acl only
1021   reference:
1022     title: "rls1804"
1023     data:
1024       csit-vpp-perf-1804-all:
1025       - 21  # sel
1026       - 22  # sel
1027       - 23  # sel
1028       - 24  # sel
1029       - 27  # sel
1030       - 28  # sel
1031       - 29  # sel
1032       - 30  # sel
1033       - 31  # sel
1034       - 35  # sel
1035   compare:
1036     title: "rls1807"
1037     data:
1038       # TODO: Add Data sources
1039       csit-vpp-perf-verify-1807-3n-hsw:
1040       - 15  # NDRPDR sel
1041       - 16  # NDRPDR sel
1042       - 19  # NDRPDR sel
1043   data: "vpp-performance-changes"
1044   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1045   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1046   parameters:
1047   - "name"
1048   - "parent"
1049   - "throughput"
1050
1051 -
1052   type: "table"
1053   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
1054   algorithm: "table_performance_comparison"
1055   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
1056   reference:
1057     title: "3-Node Hsw"
1058     data:
1059       # TODO: Add Data sources
1060       csit-vpp-perf-verify-1807-3n-hsw:
1061       - 15  # NDRPDR sel
1062       - 16  # NDRPDR sel
1063       - 19  # NDRPDR sel
1064   compare:
1065     title: "3-Node Skx"
1066     data:
1067       csit-vpp-perf-verify-1807-3n-skx:
1068       - 33  # NDRPDR sel
1069       - 35  # NDRPDR sel
1070       - 37  # NDRPDR sel
1071       - 38  # NDRPDR sel
1072       - 39  # NDRPDR sel
1073       - 43  # NDRPDR sel
1074       - 44  # NDRPDR sel
1075       - 49  # NDRPDR sel
1076       - 50  # NDRPDR sel
1077       - 56  # NDRPDR sel
1078   data: "vpp-compare-testbeds"
1079   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1080   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1081   parameters:
1082   - "name"
1083   - "parent"
1084   - "throughput"
1085
1086 -
1087   type: "table"
1088   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
1089   algorithm: "table_performance_comparison"
1090   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
1091   reference:
1092     title: "3-Node Hsw"
1093     data:
1094       # TODO: Add Data sources
1095       csit-vpp-perf-verify-1807-3n-hsw:
1096       - 15  # NDRPDR sel
1097       - 16  # NDRPDR sel
1098       - 19  # NDRPDR sel
1099   compare:
1100     title: "3-Node Skx"
1101     data:
1102       csit-vpp-perf-verify-1807-3n-skx:
1103       - 33  # NDRPDR sel
1104       - 35  # NDRPDR sel
1105       - 37  # NDRPDR sel
1106       - 38  # NDRPDR sel
1107       - 39  # NDRPDR sel
1108       - 43  # NDRPDR sel
1109       - 44  # NDRPDR sel
1110       - 49  # NDRPDR sel
1111       - 50  # NDRPDR sel
1112       - 56  # NDRPDR sel
1113   data: "vpp-compare-testbeds"
1114   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1115   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1116   parameters:
1117   - "name"
1118   - "parent"
1119   - "throughput"
1120
1121 -
1122   type: "table"
1123   title: "VPP Performance Changes - 1t1c MRR"
1124   algorithm: "table_performance_comparison"
1125   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-mrr"
1126   history:
1127     -
1128       title: "rls1801"
1129       data:
1130         csit-vpp-perf-check-1801:
1131         - 3
1132         - 4
1133         - 5
1134         - 6
1135         - 7
1136         - 8
1137         - 9
1138         - 11
1139         - 12
1140         - 13
1141   reference:
1142     title: "rls1804"
1143     data:
1144       csit-vpp-perf-check-1804:
1145       - 6   # mrr - sel
1146       - 13  # mrr - sel
1147       - 14  # mrr - sel
1148       - 15  # mrr - sel
1149       - 16  # mrr - sel
1150       - 17  # mrr - sel
1151       - 19  # mrr - sel
1152       - 20  # mrr - sel
1153       - 21  # mrr - sel
1154       - 22  # mrr - sel
1155   compare:
1156     title: "rls1807"
1157     data:
1158       # TODO: Add Data sources
1159       csit-vpp-perf-verify-1807-3n-hsw:
1160       - 9   # MRR sel
1161   data: "vpp-performance-changes-mrr"
1162   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1163   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1164   parameters:
1165   - "name"
1166   - "parent"
1167   - "result"
1168
1169 -
1170   type: "table"
1171   title: "VPP Performance Changes - 2t2c MRR"
1172   algorithm: "table_performance_comparison"
1173   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-mrr"
1174   history:
1175     -
1176       title: "rls1801"
1177       data:
1178         csit-vpp-perf-check-1801:
1179         - 3
1180         - 4
1181         - 5
1182         - 6
1183         - 7
1184         - 8
1185         - 9
1186         - 11
1187         - 12
1188         - 13
1189   reference:
1190     title: "rls1804"
1191     data:
1192       csit-vpp-perf-check-1804:
1193       - 6   # mrr - sel
1194       - 13  # mrr - sel
1195       - 14  # mrr - sel
1196       - 15  # mrr - sel
1197       - 16  # mrr - sel
1198       - 17  # mrr - sel
1199       - 19  # mrr - sel
1200       - 20  # mrr - sel
1201       - 21  # mrr - sel
1202       - 22  # mrr - sel
1203   compare:
1204     title: "rls1807"
1205     data:
1206       # TODO: Add Data sources
1207       csit-vpp-perf-verify-1807-3n-hsw:
1208       - 9   # MRR sel
1209   data: "vpp-performance-changes-mrr"
1210   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1211   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1212   parameters:
1213   - "name"
1214   - "parent"
1215   - "result"
1216
1217 -
1218   type: "table"
1219   title: "VPP Performance Changes - 4t4c MRR"
1220   algorithm: "table_performance_comparison"
1221   output-file: "{DIR[STATIC,VPP]}/performance-changes-4t4c-mrr"
1222   history:
1223     -
1224       title: "rls1801"
1225       data:
1226         csit-vpp-perf-check-1801:
1227         - 3
1228         - 4
1229         - 5
1230         - 6
1231         - 7
1232         - 8
1233         - 9
1234         - 11
1235         - 12
1236         - 13
1237   reference:
1238     title: "rls1804"
1239     data:
1240       csit-vpp-perf-check-1804:
1241       - 6   # mrr - sel
1242       - 13  # mrr - sel
1243       - 14  # mrr - sel
1244       - 15  # mrr - sel
1245       - 16  # mrr - sel
1246       - 17  # mrr - sel
1247       - 19  # mrr - sel
1248       - 20  # mrr - sel
1249       - 21  # mrr - sel
1250       - 22  # mrr - sel
1251   compare:
1252     title: "rls1807"
1253     data:
1254       # TODO: Add Data sources
1255       csit-vpp-perf-verify-1807-3n-hsw:
1256       - 9   # MRR sel
1257   data: "vpp-performance-changes-mrr"
1258   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1259   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1260   parameters:
1261   - "name"
1262   - "parent"
1263   - "result"
1264
1265 -
1266   type: "table"
1267   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
1268   algorithm: "table_performance_comparison"
1269   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
1270   reference:
1271     title: "3-Node Hsw"
1272     data:
1273       # TODO: Add Data sources
1274       csit-vpp-perf-verify-1807-3n-hsw:
1275       - 9   # MRR sel
1276   compare:
1277     title: "3-Node Skx"
1278     data:
1279       csit-vpp-perf-verify-1807-3n-skx:
1280       - 28  # MRR sel
1281       - 32  # MRR sel
1282       - 36  # MRR sel
1283       - 42  # MRR sel
1284       - 47  # MRR sel
1285       - 48  # MRR sel
1286       - 51  # MRR sel
1287       - 52  # MRR sel
1288       - 53  # MRR sel
1289       - 54  # MRR sel
1290   data: "vpp-compare-testbeds-mrr"
1291   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1292   filter: "'NIC_Intel-X710' and 'MRR'"
1293   parameters:
1294   - "name"
1295   - "parent"
1296   - "result"
1297
1298 -
1299   type: "table"
1300   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
1301   algorithm: "table_merged_details"
1302   output-file-ext: ".csv"
1303   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
1304   columns:
1305   -
1306     title: "Name"
1307     data: "data name"
1308   -
1309     title: "Documentation"
1310     data: "data doc"
1311   -
1312     title: "Status"
1313     data: "data msg"
1314   rows: "generated"
1315   data: "vpp-perf-results-3n-hsw"
1316   filter: "not 'NDRCHK' and not 'PDRCHK'"
1317   parameters:
1318   - "name"
1319   - "parent"
1320   - "doc"
1321   - "msg"
1322
1323 -
1324   type: "table"
1325   title: "Detailed Test Results - VPP Performance Results 3n-skx"
1326   algorithm: "table_merged_details"
1327   output-file-ext: ".csv"
1328   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
1329   columns:
1330   -
1331     title: "Name"
1332     data: "data name"
1333   -
1334     title: "Documentation"
1335     data: "data doc"
1336   -
1337     title: "Status"
1338     data: "data msg"
1339   rows: "generated"
1340   data: "vpp-perf-results-3n-skx"
1341   filter: "not 'NDRCHK' and not 'PDRCHK'"
1342   parameters:
1343   - "name"
1344   - "parent"
1345   - "doc"
1346   - "msg"
1347
1348 -
1349   type: "table"
1350   title: "Detailed Test Results - VPP Performance Results 2n-skx"
1351   algorithm: "table_merged_details"
1352   output-file-ext: ".csv"
1353   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
1354   columns:
1355   -
1356     title: "Name"
1357     data: "data name"
1358   -
1359     title: "Documentation"
1360     data: "data doc"
1361   -
1362     title: "Status"
1363     data: "data msg"
1364   rows: "generated"
1365   data: "vpp-perf-results-2n-skx"
1366   filter: "not 'NDRCHK' and not 'PDRCHK'"
1367   parameters:
1368   - "name"
1369   - "parent"
1370   - "doc"
1371   - "msg"
1372
1373 -
1374   type: "table"
1375   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
1376   algorithm: "table_merged_details"
1377   output-file-ext: ".csv"
1378   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
1379   columns:
1380   -
1381     title: "Name"
1382     data: "data name"
1383   -
1384     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1385     data: "data vat-history"
1386   rows: "generated"
1387   data: "vpp-perf-results-3n-hsw"
1388   filter: "not 'NDRCHK' and not 'PDRCHK'"
1389   parameters:
1390   - "parent"
1391   - "name"
1392   - "vat-history"
1393
1394 -
1395   type: "table"
1396   title: "Test configuration - VPP Performance Test Configs 3n-skx"
1397   algorithm: "table_merged_details"
1398   output-file-ext: ".csv"
1399   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
1400   columns:
1401   -
1402     title: "Name"
1403     data: "data name"
1404   -
1405     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1406     data: "data vat-history"
1407   rows: "generated"
1408   data: "vpp-perf-results-3n-skx"
1409   filter: "not 'NDRCHK' and not 'PDRCHK'"
1410   parameters:
1411   - "parent"
1412   - "name"
1413   - "vat-history"
1414
1415 -
1416   type: "table"
1417   title: "Test configuration - VPP Performance Test Configs 2n-skx"
1418   algorithm: "table_merged_details"
1419   output-file-ext: ".csv"
1420   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
1421   columns:
1422   -
1423     title: "Name"
1424     data: "data name"
1425   -
1426     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1427     data: "data vat-history"
1428   rows: "generated"
1429   data: "vpp-perf-results-2n-skx"
1430   filter: "not 'NDRCHK' and not 'PDRCHK'"
1431   parameters:
1432   - "parent"
1433   - "name"
1434   - "vat-history"
1435
1436 -
1437   type: "table"
1438   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
1439   algorithm: "table_merged_details"
1440   output-file-ext: ".csv"
1441   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
1442   columns:
1443   -
1444     title: "Name"
1445     data: "data name"
1446   -
1447     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1448     data: "data show-run"
1449   rows: "generated"
1450   data: "vpp-perf-results-3n-hsw"
1451   filter: "not 'NDRCHK' and not 'PDRCHK'"
1452   parameters:
1453   - "parent"
1454   - "name"
1455   - "show-run"
1456
1457 -
1458   type: "table"
1459   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
1460   algorithm: "table_merged_details"
1461   output-file-ext: ".csv"
1462   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
1463   columns:
1464   -
1465     title: "Name"
1466     data: "data name"
1467   -
1468     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1469     data: "data show-run"
1470   rows: "generated"
1471   data: "vpp-perf-results-3n-skx"
1472   filter: "not 'NDRCHK' and not 'PDRCHK'"
1473   parameters:
1474   - "parent"
1475   - "name"
1476   - "show-run"
1477
1478 -
1479   type: "table"
1480   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
1481   algorithm: "table_merged_details"
1482   output-file-ext: ".csv"
1483   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
1484   columns:
1485   -
1486     title: "Name"
1487     data: "data name"
1488   -
1489     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1490     data: "data show-run"
1491   rows: "generated"
1492   data: "vpp-perf-results-2n-skx"
1493   filter: "not 'NDRCHK' and not 'PDRCHK'"
1494   parameters:
1495   - "parent"
1496   - "name"
1497   - "show-run"
1498
1499 -
1500   type: "table"
1501   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
1502   algorithm: "table_details"
1503   output-file-ext: ".csv"
1504   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
1505   columns:
1506   -
1507     title: "Name"
1508     data: "data name"
1509   -
1510     title: "Documentation"
1511     data: "data doc"
1512   -
1513     title: "Status"
1514     data: "data msg"
1515   rows: "generated"
1516   data: "vpp-mrr-results-3n-hsw"
1517   filter: "'MRR'"
1518   parameters:
1519   - "name"
1520   - "parent"
1521   - "doc"
1522   - "msg"
1523
1524 -
1525   type: "table"
1526   title: "Detailed Test Results - VPP MRR Results 3n-skx"
1527   algorithm: "table_details"
1528   output-file-ext: ".csv"
1529   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
1530   columns:
1531   -
1532     title: "Name"
1533     data: "data name"
1534   -
1535     title: "Documentation"
1536     data: "data doc"
1537   -
1538     title: "Status"
1539     data: "data msg"
1540   rows: "generated"
1541   data: "vpp-mrr-results-3n-skx"
1542   filter: "'MRR'"
1543   parameters:
1544   - "name"
1545   - "parent"
1546   - "doc"
1547   - "msg"
1548
1549 -
1550   type: "table"
1551   title: "Detailed Test Results - VPP MRR Results 2n-skx"
1552   algorithm: "table_details"
1553   output-file-ext: ".csv"
1554   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
1555   columns:
1556   -
1557     title: "Name"
1558     data: "data name"
1559   -
1560     title: "Documentation"
1561     data: "data doc"
1562   -
1563     title: "Status"
1564     data: "data msg"
1565   rows: "generated"
1566   data: "vpp-mrr-results-2n-skx"
1567   filter: "'MRR'"
1568   parameters:
1569   - "name"
1570   - "parent"
1571   - "doc"
1572   - "msg"
1573
1574 -
1575   type: "table"
1576   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
1577   algorithm: "table_details"
1578   output-file-ext: ".csv"
1579   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
1580   columns:
1581   -
1582     title: "Name"
1583     data: "data name"
1584   -
1585     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1586     data: "data vat-history"
1587   rows: "generated"
1588   data: "vpp-mrr-results-3n-hsw"
1589   filter: "'MRR'"
1590   parameters:
1591   - "parent"
1592   - "name"
1593   - "vat-history"
1594
1595 -
1596   type: "table"
1597   title: "Test configuration - VPP MRR Test Configs 3n-skx"
1598   algorithm: "table_details"
1599   output-file-ext: ".csv"
1600   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
1601   columns:
1602   -
1603     title: "Name"
1604     data: "data name"
1605   -
1606     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1607     data: "data vat-history"
1608   rows: "generated"
1609   data: "vpp-mrr-results-3n-skx"
1610   filter: "'MRR'"
1611   parameters:
1612   - "parent"
1613   - "name"
1614   - "vat-history"
1615
1616 -
1617   type: "table"
1618   title: "Test configuration - VPP MRR Test Configs 2n-skx"
1619   algorithm: "table_details"
1620   output-file-ext: ".csv"
1621   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
1622   columns:
1623   -
1624     title: "Name"
1625     data: "data name"
1626   -
1627     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1628     data: "data vat-history"
1629   rows: "generated"
1630   data: "vpp-mrr-results-2n-skx"
1631   filter: "'MRR'"
1632   parameters:
1633   - "parent"
1634   - "name"
1635   - "vat-history"
1636
1637 -
1638   type: "table"
1639   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
1640   algorithm: "table_details"
1641   output-file-ext: ".csv"
1642   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
1643   columns:
1644   -
1645     title: "Name"
1646     data: "data name"
1647   -
1648     title: "Documentation"
1649     data: "data doc"
1650   -
1651     title: "Status"
1652     data: "data status"
1653   rows: "generated"
1654   data: "vpp-func-results-ubuntu"
1655   filter: "all"
1656   parameters:
1657   - "name"
1658   - "parent"
1659   - "doc"
1660   - "status"
1661
1662 -
1663   type: "table"
1664   title: "Detailed Test Results - VPP Functional Results - CentOS"
1665   algorithm: "table_details"
1666   output-file-ext: ".csv"
1667   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
1668   columns:
1669   -
1670     title: "Name"
1671     data: "data name"
1672   -
1673     title: "Documentation"
1674     data: "data doc"
1675   -
1676     title: "Status"
1677     data: "data status"
1678   rows: "generated"
1679   data:
1680     "vpp-func-results-centos"
1681   filter: "all"
1682   parameters:
1683   - "name"
1684   - "parent"
1685   - "doc"
1686   - "status"
1687
1688 -
1689   type: "table"
1690   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
1691   algorithm: "table_details"
1692   output-file-ext: ".csv"
1693   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
1694   columns:
1695   -
1696     title: "Name"
1697     data: "data name"
1698   -
1699     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1700     data: "data vat-history"
1701   rows: "generated"
1702   data: "vpp-func-results-ubuntu"
1703   filter: "all"
1704   parameters:
1705   - "parent"
1706   - "name"
1707   - "vat-history"
1708
1709 -
1710   type: "table"
1711   title: "Test configuration - VPP Functional Test Configs - CentOS"
1712   algorithm: "table_details"
1713   output-file-ext: ".csv"
1714   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
1715   columns:
1716   -
1717     title: "Name"
1718     data: "data name"
1719   -
1720     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1721     data: "data vat-history"
1722   rows: "generated"
1723   data: "vpp-func-results-centos"
1724   filter: "all"
1725   parameters:
1726   - "parent"
1727   - "name"
1728   - "vat-history"
1729
1730 -
1731   type: "table"
1732   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
1733   algorithm: "table_details"
1734   output-file-ext: ".csv"
1735   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
1736   columns:
1737   -
1738     title: "Name"
1739     data: "data name"
1740   -
1741     title: "Documentation"
1742     data: "data doc"
1743   -
1744     title: "Status"
1745     data: "data msg"
1746   rows: "generated"
1747   data: "ligato-perf-results-3n-hsw"
1748   filter: "all"
1749   parameters:
1750   - "name"
1751   - "parent"
1752   - "doc"
1753   - "msg"
1754
1755 ################################################################################
1756 # DPDK
1757 -
1758   type: "table"
1759   title: "DPDK Performance Changes 1t1c pdr"
1760   algorithm: "table_performance_comparison"
1761   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-pdr"
1762   reference:
1763     title: "rls1804"
1764     data:
1765       csit-dpdk-perf-1804-all:
1766       - 4
1767       - 5
1768       - 6
1769       - 7
1770       - 8
1771       - 9
1772       - 10
1773       - 11
1774       - 12
1775       - 13
1776   compare:
1777     title: "rls1807"
1778     data:
1779       csit-dpdk-perf-verify-1807-3n-hsw:
1780       - 11
1781       - 12  # full
1782       - 14
1783       - 15
1784       - 16
1785       - 17
1786       - 20
1787       - 21
1788       - 22
1789       - 23
1790   data: "dpdk-performance-changes"
1791   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1792   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1793   parameters:
1794   - "name"
1795   - "parent"
1796   - "throughput"
1797
1798 -
1799   type: "table"
1800   title: "DPDK Performance Changes 2t2c pdr"
1801   algorithm: "table_performance_comparison"
1802   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-pdr"
1803   reference:
1804     title: "rls1804"
1805     data:
1806       csit-dpdk-perf-1804-all:
1807       - 4
1808       - 5
1809       - 6
1810       - 7
1811       - 8
1812       - 9
1813       - 10
1814       - 11
1815       - 12
1816       - 13
1817   compare:
1818     title: "rls1807"
1819     data:
1820       csit-dpdk-perf-verify-1807-3n-hsw:
1821       - 11
1822       - 12  # full
1823       - 14
1824       - 15
1825       - 16
1826       - 17
1827       - 20
1828       - 21
1829       - 22
1830       - 23
1831   data: "dpdk-performance-changes"
1832   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1833   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1834   parameters:
1835   - "name"
1836   - "parent"
1837   - "throughput"
1838
1839 -
1840   type: "table"
1841   title: "DPDK Performance Changes 1t1c ndr"
1842   algorithm: "table_performance_comparison"
1843   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-ndr"
1844   reference:
1845     title: "rls1804"
1846     data:
1847       csit-dpdk-perf-1804-all:
1848       - 4
1849       - 5
1850       - 6
1851       - 7
1852       - 8
1853       - 9
1854       - 10
1855       - 11
1856       - 12
1857       - 13
1858   compare:
1859     title: "rls1807"
1860     data:
1861       csit-dpdk-perf-verify-1807-3n-hsw:
1862       - 11
1863       - 12  # full
1864       - 14
1865       - 15
1866       - 16
1867       - 17
1868       - 20
1869       - 21
1870       - 22
1871       - 23
1872   data: "dpdk-performance-changes"
1873   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1874   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1875   parameters:
1876   - "name"
1877   - "parent"
1878   - "throughput"
1879
1880 -
1881   type: "table"
1882   title: "DPDK Performance Changes 2t2c ndr"
1883   algorithm: "table_performance_comparison"
1884   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-ndr"
1885   reference:
1886     title: "rls1804"
1887     data:
1888       csit-dpdk-perf-1804-all:
1889       - 4
1890       - 5
1891       - 6
1892       - 7
1893       - 8
1894       - 9
1895       - 10
1896       - 11
1897       - 12
1898       - 13
1899   compare:
1900     title: "rls1807"
1901     data:
1902       csit-dpdk-perf-verify-1807-3n-hsw:
1903       - 11
1904       - 12  # full
1905       - 14
1906       - 15
1907       - 16
1908       - 17
1909       - 20
1910       - 21
1911       - 22
1912       - 23
1913   data: "dpdk-performance-changes"
1914   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1915   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1916   parameters:
1917   - "name"
1918   - "parent"
1919   - "throughput"
1920
1921 -
1922   type: "table"
1923   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
1924   algorithm: "table_performance_comparison"
1925   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
1926   reference:
1927     title: "3-Node Hsw"
1928     data:
1929       csit-dpdk-perf-verify-1807-3n-hsw:
1930       - 11
1931       - 12  # full
1932       - 14
1933       - 15
1934       - 16
1935       - 17
1936       - 20
1937       - 21
1938       - 22
1939       - 23
1940   compare:
1941     title: "3-Node Skx"
1942     data:
1943       csit-dpdk-perf-verify-1807-3n-skx:
1944       - 1
1945       - 2
1946       - 3
1947       - 6
1948       - 7
1949       - 8
1950       - 9
1951       - 10
1952       - 11
1953       - 12
1954   data: "dpdk-compare-testbeds"
1955   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1956   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1957   parameters:
1958   - "name"
1959   - "parent"
1960   - "throughput"
1961
1962 -
1963   type: "table"
1964   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
1965   algorithm: "table_performance_comparison"
1966   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
1967   reference:
1968     title: "3-Node Hsw"
1969     data:
1970       csit-dpdk-perf-verify-1807-3n-hsw:
1971       - 11
1972       - 12  # full
1973       - 14
1974       - 15
1975       - 16
1976       - 17
1977       - 20
1978       - 21
1979       - 22
1980       - 23
1981   compare:
1982     title: "3-Node Skx"
1983     data:
1984       csit-dpdk-perf-verify-1807-3n-skx:
1985       - 1
1986       - 2
1987       - 3
1988       - 6
1989       - 7
1990       - 8
1991       - 9
1992       - 10
1993       - 11
1994       - 12
1995   data: "dpdk-compare-testbeds"
1996   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1997   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1998   parameters:
1999   - "name"
2000   - "parent"
2001   - "throughput"
2002
2003 -
2004   type: "table"
2005   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
2006   algorithm: "table_performance_comparison"
2007   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
2008   reference:
2009     title: "3-Node Hsw"
2010     data:
2011       csit-dpdk-perf-verify-1807-3n-hsw:
2012       - 11
2013       - 12  # full
2014       - 14
2015       - 15
2016       - 16
2017       - 17
2018       - 20
2019       - 21
2020       - 22
2021       - 23
2022   compare:
2023     title: "3-Node Skx"
2024     data:
2025       csit-dpdk-perf-verify-1807-3n-skx:
2026       - 1
2027       - 2
2028       - 3
2029       - 6
2030       - 7
2031       - 8
2032       - 9
2033       - 10
2034       - 11
2035       - 12
2036   data: "dpdk-compare-testbeds"
2037   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2038   filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2039   parameters:
2040   - "name"
2041   - "parent"
2042   - "throughput"
2043
2044 -
2045   type: "table"
2046   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
2047   algorithm: "table_details"
2048   output-file-ext: ".csv"
2049   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2050   columns:
2051   -
2052     title: "Name"
2053     data: "data name"
2054   -
2055     title: "Status"
2056     data: "data msg"
2057   rows: "generated"
2058   data: "dpdk-perf-results-3n-hsw"
2059   filter: "all"
2060   parameters:
2061   - "name"
2062   - "parent"
2063   - "msg"
2064
2065 -
2066   type: "table"
2067   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
2068   algorithm: "table_details"
2069   output-file-ext: ".csv"
2070   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2071   columns:
2072   -
2073     title: "Name"
2074     data: "data name"
2075   -
2076     title: "Status"
2077     data: "data msg"
2078   rows: "generated"
2079   data: "dpdk-perf-results-3n-skx"
2080   filter: "all"
2081   parameters:
2082   - "name"
2083   - "parent"
2084   - "msg"
2085
2086 -
2087   type: "table"
2088   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
2089   algorithm: "table_details"
2090   output-file-ext: ".csv"
2091   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2092   columns:
2093   -
2094     title: "Name"
2095     data: "data name"
2096   -
2097     title: "Status"
2098     data: "data msg"
2099   rows: "generated"
2100   data: "dpdk-perf-results-2n-skx"
2101   filter: "all"
2102   parameters:
2103   - "name"
2104   - "parent"
2105   - "msg"
2106
2107
2108 ################################################################################
2109 # HoneyComb
2110 -
2111   type: "table"
2112   title: "Detailed Test Results - Honeycomb Functional Results"
2113   algorithm: "table_details"
2114   output-file-ext: ".csv"
2115   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
2116   columns:
2117   -
2118     title: "Name"
2119     data: "data name"
2120   -
2121     title: "Documentation"
2122     data: "data doc"
2123   -
2124     title: "Status"
2125     data: "data status"
2126   rows: "generated"
2127   data:
2128     "hc-func-results"
2129   filter: "all"
2130   parameters:
2131   - "name"
2132   - "parent"
2133   - "doc"
2134   - "status"
2135
2136 ################################################################################
2137 # NSH SFC
2138 -
2139   type: "table"
2140   title: "Detailed Test Results - NSH SFC Functional Results"
2141   algorithm: "table_details"
2142   output-file-ext: ".csv"
2143   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
2144   columns:
2145   -
2146     title: "Name"
2147     data: "data name"
2148   -
2149     title: "Documentation"
2150     data: "data doc"
2151   -
2152     title: "Status"
2153     data: "data status"
2154   rows: "generated"
2155   data:
2156     "nsh-func-results"
2157   filter: "all"
2158   parameters:
2159   - "name"
2160   - "parent"
2161   - "doc"
2162   - "status"
2163
2164 ################################################################################
2165 ###                                F I L E S                                 ###
2166 ################################################################################
2167
2168 -
2169   type: "file"
2170   title: "VPP Performance Results 3n-hsw"
2171   algorithm: "file_test_results"
2172   output-file-ext: ".rst"
2173   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2174   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"
2175   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
2176   data: "vpp-perf-results-3n-hsw"
2177   filter: "not 'NDRCHK' and not 'PDRCHK'"
2178   parameters:
2179   - "name"
2180   - "doc"
2181   - "level"
2182   - "parent"
2183   data-start-level: 3
2184
2185 -
2186   type: "file"
2187   title: "VPP Performance Results 3n-skx"
2188   algorithm: "file_test_results"
2189   output-file-ext: ".rst"
2190   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2191   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"
2192   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
2193   data: "vpp-perf-results-3n-skx"
2194   filter: "not 'NDRCHK' and not 'PDRCHK'"
2195   parameters:
2196   - "name"
2197   - "doc"
2198   - "level"
2199   - "parent"
2200   data-start-level: 3
2201
2202 -
2203   type: "file"
2204   title: "VPP Performance Results 2n-skx"
2205   algorithm: "file_test_results"
2206   output-file-ext: ".rst"
2207   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2208   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"
2209   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
2210   data: "vpp-perf-results-2n-skx"
2211   filter: "not 'NDRCHK' and not 'PDRCHK'"
2212   parameters:
2213   - "name"
2214   - "doc"
2215   - "level"
2216   - "parent"
2217   data-start-level: 3
2218
2219 -
2220   type: "file"
2221   title: "VPP Performance Configuration 3n-hsw"
2222   algorithm: "file_test_results"
2223   output-file-ext: ".rst"
2224   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
2225   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"
2226   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
2227   data: "vpp-perf-results-3n-hsw"
2228   filter: "not 'NDRCHK' and not 'PDRCHK'"
2229   parameters:
2230   - "name"
2231   - "doc"
2232   - "level"
2233   - "parent"
2234   data-start-level: 3
2235
2236 -
2237   type: "file"
2238   title: "VPP Performance Configuration 3n-skx"
2239   algorithm: "file_test_results"
2240   output-file-ext: ".rst"
2241   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
2242   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"
2243   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
2244   data: "vpp-perf-results-3n-skx"
2245   filter: "not 'NDRCHK' and not 'PDRCHK'"
2246   parameters:
2247   - "name"
2248   - "doc"
2249   - "level"
2250   - "parent"
2251   data-start-level: 3
2252
2253 -
2254   type: "file"
2255   title: "VPP Performance Configuration 2n-skx"
2256   algorithm: "file_test_results"
2257   output-file-ext: ".rst"
2258   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
2259   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"
2260   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
2261   data: "vpp-perf-results-2n-skx"
2262   filter: "not 'NDRCHK' and not 'PDRCHK'"
2263   parameters:
2264   - "name"
2265   - "doc"
2266   - "level"
2267   - "parent"
2268   data-start-level: 3
2269
2270 -
2271   type: "file"
2272   title: "VPP Performance Operational Data 3n-hsw"
2273   algorithm: "file_test_results"
2274   output-file-ext: ".rst"
2275   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
2276   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"
2277   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
2278   data: "vpp-perf-results-3n-hsw"
2279   filter: "not 'NDRCHK' and not 'PDRCHK'"
2280   parameters:
2281   - "name"
2282   - "doc"
2283   - "level"
2284   - "parent"
2285   data-start-level: 3
2286
2287 -
2288   type: "file"
2289   title: "VPP Performance Operational Data 3n-skx"
2290   algorithm: "file_test_results"
2291   output-file-ext: ".rst"
2292   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
2293   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"
2294   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
2295   data: "vpp-perf-results-3n-skx"
2296   filter: "not 'NDRCHK' and not 'PDRCHK'"
2297   parameters:
2298   - "name"
2299   - "doc"
2300   - "level"
2301   - "parent"
2302   data-start-level: 3
2303
2304 -
2305   type: "file"
2306   title: "VPP Performance Operational Data 2n-skx"
2307   algorithm: "file_test_results"
2308   output-file-ext: ".rst"
2309   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
2310   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"
2311   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
2312   data: "vpp-perf-results-2n-skx"
2313   filter: "not 'NDRCHK' and not 'PDRCHK'"
2314   parameters:
2315   - "name"
2316   - "doc"
2317   - "level"
2318   - "parent"
2319   data-start-level: 3
2320
2321 -
2322   type: "file"
2323   title: "VPP MRR Results 3n-hsw"
2324   algorithm: "file_test_results"
2325   output-file-ext: ".rst"
2326   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
2327   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"
2328   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
2329   data: "vpp-mrr-results-3n-hsw"
2330   filter: "'MRR'"
2331   parameters:
2332   - "name"
2333   - "doc"
2334   - "level"
2335   - "parent"
2336   data-start-level: 3
2337
2338 -
2339   type: "file"
2340   title: "VPP MRR Results 3n-skx"
2341   algorithm: "file_test_results"
2342   output-file-ext: ".rst"
2343   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
2344   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"
2345   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
2346   data: "vpp-mrr-results-3n-skx"
2347   filter: "'MRR'"
2348   parameters:
2349   - "name"
2350   - "doc"
2351   - "level"
2352   - "parent"
2353   data-start-level: 3
2354
2355 -
2356   type: "file"
2357   title: "VPP MRR Results 2n-skx"
2358   algorithm: "file_test_results"
2359   output-file-ext: ".rst"
2360   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
2361   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"
2362   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
2363   data: "vpp-mrr-results-2n-skx"
2364   filter: "all"
2365   parameters:
2366   - "name"
2367   - "doc"
2368   - "level"
2369   - "parent"
2370   data-start-level: 3
2371
2372 -
2373   type: "file"
2374   title: "VPP MRR Configuration 3n-hsw"
2375   algorithm: "file_test_results"
2376   output-file-ext: ".rst"
2377   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
2378   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"
2379   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
2380   data: "vpp-mrr-results-3n-hsw"
2381   filter: "'MRR'"
2382   parameters:
2383   - "name"
2384   - "doc"
2385   - "level"
2386   - "parent"
2387   data-start-level: 3
2388
2389 -
2390   type: "file"
2391   title: "VPP MRR Configuration 3n-skx"
2392   algorithm: "file_test_results"
2393   output-file-ext: ".rst"
2394   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
2395   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"
2396   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
2397   data: "vpp-mrr-results-3n-skx"
2398   filter: "'MRR'"
2399   parameters:
2400   - "name"
2401   - "doc"
2402   - "level"
2403   - "parent"
2404   data-start-level: 3
2405
2406 -
2407   type: "file"
2408   title: "VPP MRR Configuration 2n-skx"
2409   algorithm: "file_test_results"
2410   output-file-ext: ".rst"
2411   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
2412   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"
2413   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
2414   data: "vpp-mrr-results-2n-skx"
2415   filter: "'MRR'"
2416   parameters:
2417   - "name"
2418   - "doc"
2419   - "level"
2420   - "parent"
2421   data-start-level: 3
2422
2423 -
2424   type: "file"
2425   title: "VPP Functional Results - Ubuntu"
2426   algorithm: "file_test_results"
2427   output-file-ext: ".rst"
2428   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
2429   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"
2430   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
2431   data: "vpp-func-results-ubuntu"
2432   filter: "all"
2433   parameters:
2434   - "name"
2435   - "doc"
2436   - "level"
2437   - "parent"
2438   data-start-level: 4
2439
2440 -
2441   type: "file"
2442   title: "VPP Functional Results - CentOS"
2443   algorithm: "file_test_results"
2444   output-file-ext: ".rst"
2445   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
2446   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"
2447   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
2448   data:
2449     "vpp-func-results-centos"
2450   filter: "all"
2451   parameters:
2452   - "name"
2453   - "doc"
2454   - "level"
2455   - "parent"
2456   data-start-level: 4
2457
2458 -
2459   type: "file"
2460   title: "VPP Functional Configuration - Ubuntu"
2461   algorithm: "file_test_results"
2462   output-file-ext: ".rst"
2463   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
2464   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"
2465   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
2466   data: "vpp-func-results-ubuntu"
2467   filter: "all"
2468   parameters:
2469   - "name"
2470   - "doc"
2471   - "level"
2472   - "parent"
2473   data-start-level: 4
2474
2475 -
2476   type: "file"
2477   title: "VPP Functional Configuration - CentOS"
2478   algorithm: "file_test_results"
2479   output-file-ext: ".rst"
2480   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
2481   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"
2482   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
2483   data:
2484     "vpp-func-results-centos"
2485   filter: "all"
2486   parameters:
2487   - "name"
2488   - "doc"
2489   - "level"
2490   - "parent"
2491   data-start-level: 4
2492
2493 -
2494   type: "file"
2495   title: "Container Orchestrated Performance Results 3n-hsw"
2496   algorithm: "file_test_results"
2497   output-file-ext: ".rst"
2498   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
2499   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"
2500   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
2501   data: "ligato-perf-results-3n-hsw"
2502   filter: "all"
2503   parameters:
2504   - "name"
2505   - "doc"
2506   - "level"
2507   - "parent"
2508   data-start-level: 3
2509
2510 -
2511   type: "file"
2512   title: "DPDK Performance Results 3n-hsw"
2513   algorithm: "file_test_results"
2514   output-file-ext: ".rst"
2515   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2516   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"
2517   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
2518   data: "dpdk-perf-results-3n-hsw"
2519   filter: "all"
2520   parameters:
2521   - "name"
2522   - "doc"
2523   - "level"
2524   - "parent"
2525   data-start-level: 3
2526
2527 -
2528   type: "file"
2529   title: "DPDK Performance Results 3n-skx"
2530   algorithm: "file_test_results"
2531   output-file-ext: ".rst"
2532   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2533   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"
2534   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
2535   data: "dpdk-perf-results-3n-skx"
2536   filter: "all"
2537   parameters:
2538   - "name"
2539   - "doc"
2540   - "level"
2541   - "parent"
2542   data-start-level: 3
2543
2544 -
2545   type: "file"
2546   title: "DPDK Performance Results 2n-skx"
2547   algorithm: "file_test_results"
2548   output-file-ext: ".rst"
2549   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2550   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"
2551   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
2552   data: "dpdk-perf-results-2n-skx"
2553   filter: "all"
2554   parameters:
2555   - "name"
2556   - "doc"
2557   - "level"
2558   - "parent"
2559   data-start-level: 3
2560
2561 -
2562   type: "file"
2563   title: "Honeycomb Functional Results"
2564   algorithm: "file_test_results"
2565   output-file-ext: ".rst"
2566   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
2567   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"
2568   dir-tables: "{DIR[DTR,FUNC,HC]}"
2569   data:
2570     "hc-func-results"
2571   filter: "all"
2572   parameters:
2573   - "name"
2574   - "doc"
2575   - "level"
2576   - "parent"
2577   data-start-level: 3
2578
2579 -
2580   type: "file"
2581   title: "NSH SFC Functional Results"
2582   algorithm: "file_test_results"
2583   output-file-ext: ".rst"
2584   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
2585   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"
2586   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
2587   data:
2588     "nsh-func-results"
2589   filter: "all"
2590   parameters:
2591   - "name"
2592   - "doc"
2593   - "level"
2594   - "parent"
2595   data-start-level: 3
2596
2597 ################################################################################
2598 ###                                P L O T S                                 ###
2599 ################################################################################
2600
2601 ################################################################################
2602 # Plots VPP HTTP Server Performance
2603 -
2604   type: "plot"
2605   title: "VPP HTTP Server Performance"
2606   algorithm: "plot_http_server_performance_box"
2607   output-file-type: ".html"
2608   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
2609   data:
2610     "plot-vpp-http-server-performance"
2611   # Keep this formatting, the filter is enclosed with " (quotation mark) and
2612   # each tag is enclosed with ' (apostrophe).
2613   filter: "'HTTP' and 'TCP_CPS'"
2614   parameters:
2615   - "result"
2616   - "name"
2617   traces:
2618     hoverinfo: "x+y"
2619     boxpoints: "outliers"
2620     whiskerwidth: 0
2621   layout:
2622     title: "VPP HTTP Server Performance"
2623     layout:
2624       "plot-cps"
2625
2626 -
2627   type: "plot"
2628   title: "VPP HTTP Server Performance"
2629   algorithm: "plot_http_server_performance_box"
2630   output-file-type: ".html"
2631   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
2632   data:
2633     "plot-vpp-http-server-performance"
2634   filter: "'HTTP' and 'TCP_RPS'"
2635   parameters:
2636   - "result"
2637   - "name"
2638   traces:
2639     hoverinfo: "x+y"
2640     boxpoints: "outliers"
2641     whiskerwidth: 0
2642   layout:
2643     title: "VPP HTTP Server Performance"
2644     layout:
2645       "plot-rps"
2646
2647 ################################################################################
2648
2649 # Packet Throughput - VPP L2 3n-hsw-x520
2650 -
2651   type: "plot"
2652   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
2653   algorithm: "plot_performance_box"
2654   output-file-type: ".html"
2655   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
2656   data: "plot-vpp-throughput-latency-3n-hsw"
2657   filter: "'NIC_Intel-X520-DA2' and
2658            '64B' and
2659            ('BASE' or 'SCALE') and
2660            'NDRPDR' and
2661            '1T1C' and
2662            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2663            not 'VHOST' and
2664            not 'MEMIF'"
2665   parameters:
2666   - "throughput"
2667   - "parent"
2668   traces:
2669     hoverinfo: "x+y"
2670     boxpoints: "outliers"
2671     whiskerwidth: 0
2672   layout:
2673     title: ""  # No title
2674     layout: "plot-throughput"
2675
2676 -
2677   type: "plot"
2678   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
2679   algorithm: "plot_performance_box"
2680   output-file-type: ".html"
2681   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
2682   data: "plot-vpp-throughput-latency-3n-hsw"
2683   filter: "'NIC_Intel-X520-DA2' and
2684            '64B' and
2685            ('BASE' or 'SCALE') and
2686            'NDRPDR' and
2687            '1T1C' and
2688            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2689            not 'VHOST' and
2690            not 'MEMIF'"
2691   parameters:
2692   - "throughput"
2693   - "parent"
2694   traces:
2695     hoverinfo: "x+y"
2696     boxpoints: "outliers"
2697     whiskerwidth: 0
2698   layout:
2699     title: ""  # No title
2700     layout: "plot-throughput"
2701
2702 -
2703   type: "plot"
2704   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
2705   algorithm: "plot_performance_box"
2706   output-file-type: ".html"
2707   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
2708   data: "plot-vpp-throughput-latency-3n-hsw"
2709   filter: "'NIC_Intel-X520-DA2' and
2710            '64B' and
2711            ('BASE' or 'SCALE') and
2712            'NDRPDR' and
2713            '2T2C' and
2714            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2715            not 'VHOST' and
2716            not 'MEMIF'"
2717   parameters:
2718   - "throughput"
2719   - "parent"
2720   traces:
2721     hoverinfo: "x+y"
2722     boxpoints: "outliers"
2723     whiskerwidth: 0
2724   layout:
2725     title: ""  # No title
2726     layout: "plot-throughput"
2727
2728 -
2729   type: "plot"
2730   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
2731   algorithm: "plot_performance_box"
2732   output-file-type: ".html"
2733   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
2734   data: "plot-vpp-throughput-latency-3n-hsw"
2735   filter: "'NIC_Intel-X520-DA2' and
2736            '64B' and
2737            ('BASE' or 'SCALE') and
2738            'NDRPDR' and
2739            '2T2C' and
2740            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2741            not 'VHOST' and
2742            not 'MEMIF'"
2743   parameters:
2744   - "throughput"
2745   - "parent"
2746   traces:
2747     hoverinfo: "x+y"
2748     boxpoints: "outliers"
2749     whiskerwidth: 0
2750   layout:
2751     title: ""  # No title
2752     layout: "plot-throughput"
2753
2754 -
2755   type: "plot"
2756   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
2757   algorithm: "plot_performance_box"
2758   output-file-type: ".html"
2759   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
2760   data: "plot-vpp-throughput-latency-3n-hsw"
2761   filter: "'NIC_Intel-X520-DA2' and
2762            '64B' and
2763            'FEATURE' and
2764            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2765            'NDRPDR' and
2766            '1T1C' and
2767            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2768            not 'VHOST' and
2769            not 'MEMIF'"
2770   parameters:
2771   - "throughput"
2772   - "parent"
2773   traces:
2774     hoverinfo: "x+y"
2775     boxpoints: "outliers"
2776     whiskerwidth: 0
2777   layout:
2778     title: ""  # No title
2779     layout: "plot-throughput"
2780
2781 -
2782   type: "plot"
2783   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
2784   algorithm: "plot_performance_box"
2785   output-file-type: ".html"
2786   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
2787   data: "plot-vpp-throughput-latency-3n-hsw"
2788   filter: "'NIC_Intel-X520-DA2' and
2789            '64B' and
2790            'FEATURE' and
2791            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2792            'NDRPDR' and
2793            '1T1C' and
2794            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2795            not 'VHOST' and
2796            not 'MEMIF'"
2797   parameters:
2798   - "throughput"
2799   - "parent"
2800   traces:
2801     hoverinfo: "x+y"
2802     boxpoints: "outliers"
2803     whiskerwidth: 0
2804   layout:
2805     title: ""  # No title
2806     layout: "plot-throughput"
2807
2808 -
2809   type: "plot"
2810   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
2811   algorithm: "plot_performance_box"
2812   output-file-type: ".html"
2813   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
2814   data: "plot-vpp-throughput-latency-3n-hsw"
2815   filter: "'NIC_Intel-X520-DA2' and
2816            '64B' and
2817            'FEATURE' and
2818            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2819            'NDRPDR' and
2820            '2T2C' and
2821            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2822            not 'VHOST' and
2823            not 'MEMIF'"
2824   parameters:
2825   - "throughput"
2826   - "parent"
2827   traces:
2828     hoverinfo: "x+y"
2829     boxpoints: "outliers"
2830     whiskerwidth: 0
2831   layout:
2832     title: ""  # No title
2833     layout: "plot-throughput"
2834
2835 -
2836   type: "plot"
2837   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
2838   algorithm: "plot_performance_box"
2839   output-file-type: ".html"
2840   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
2841   data: "plot-vpp-throughput-latency-3n-hsw"
2842   filter: "'NIC_Intel-X520-DA2' and
2843            '64B' and
2844            'FEATURE' and
2845            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2846            'NDRPDR' and
2847            '2T2C' and
2848            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2849            not 'VHOST' and
2850            not 'MEMIF'"
2851   parameters:
2852   - "throughput"
2853   - "parent"
2854   traces:
2855     hoverinfo: "x+y"
2856     boxpoints: "outliers"
2857     whiskerwidth: 0
2858   layout:
2859     title: ""  # No title
2860     layout: "plot-throughput"
2861
2862 # Packet Throughput - VPP L2 3n-hsw-x710
2863 -
2864   type: "plot"
2865   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
2866   algorithm: "plot_performance_box"
2867   output-file-type: ".html"
2868   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
2869   data: "plot-vpp-throughput-latency-3n-hsw"
2870   filter: "'NIC_Intel-X710' and
2871            '64B' and
2872            ('BASE' or 'SCALE') and
2873            'NDRPDR' and
2874            '1T1C' and
2875            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2876            not 'VHOST' and
2877            not 'MEMIF'"
2878   parameters:
2879   - "throughput"
2880   - "parent"
2881   traces:
2882     hoverinfo: "x+y"
2883     boxpoints: "outliers"
2884     whiskerwidth: 0
2885   layout:
2886     title: ""  # No title
2887     layout: "plot-throughput"
2888
2889 -
2890   type: "plot"
2891   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
2892   algorithm: "plot_performance_box"
2893   output-file-type: ".html"
2894   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
2895   data: "plot-vpp-throughput-latency-3n-hsw"
2896   filter: "'NIC_Intel-X710' and
2897            '64B' and
2898            ('BASE' or 'SCALE') and
2899            'NDRPDR' and
2900            '1T1C' and
2901            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2902            not 'VHOST' and
2903            not 'MEMIF'"
2904   parameters:
2905   - "throughput"
2906   - "parent"
2907   traces:
2908     hoverinfo: "x+y"
2909     boxpoints: "outliers"
2910     whiskerwidth: 0
2911   layout:
2912     title: ""  # No title
2913     layout: "plot-throughput"
2914
2915 -
2916   type: "plot"
2917   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
2918   algorithm: "plot_performance_box"
2919   output-file-type: ".html"
2920   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
2921   data: "plot-vpp-throughput-latency-3n-hsw"
2922   filter: "'NIC_Intel-X710' and
2923            '64B' and
2924            ('BASE' or 'SCALE') and
2925            'NDRPDR' and
2926            '2T2C' and
2927            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2928            not 'VHOST' and
2929            not 'MEMIF'"
2930   parameters:
2931   - "throughput"
2932   - "parent"
2933   traces:
2934     hoverinfo: "x+y"
2935     boxpoints: "outliers"
2936     whiskerwidth: 0
2937   layout:
2938     title: ""  # No title
2939     layout: "plot-throughput"
2940
2941 -
2942   type: "plot"
2943   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
2944   algorithm: "plot_performance_box"
2945   output-file-type: ".html"
2946   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
2947   data: "plot-vpp-throughput-latency-3n-hsw"
2948   filter: "'NIC_Intel-X710' and
2949            '64B' and
2950            ('BASE' or 'SCALE') and
2951            'NDRPDR' and
2952            '2T2C' and
2953            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2954            not 'VHOST' and
2955            not 'MEMIF'"
2956   parameters:
2957   - "throughput"
2958   - "parent"
2959   traces:
2960     hoverinfo: "x+y"
2961     boxpoints: "outliers"
2962     whiskerwidth: 0
2963   layout:
2964     title: ""  # No title
2965     layout: "plot-throughput"
2966
2967 -
2968   type: "plot"
2969   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
2970   algorithm: "plot_performance_box"
2971   output-file-type: ".html"
2972   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
2973   data: "plot-vpp-throughput-latency-3n-hsw"
2974   filter: "'NIC_Intel-X710' and
2975            '64B' and
2976            'FEATURE' and
2977            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2978            'NDRPDR' and
2979            '1T1C' and
2980            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2981            not 'VHOST' and
2982            not 'MEMIF'"
2983   parameters:
2984   - "throughput"
2985   - "parent"
2986   traces:
2987     hoverinfo: "x+y"
2988     boxpoints: "outliers"
2989     whiskerwidth: 0
2990   layout:
2991     title: ""  # No title
2992     layout: "plot-throughput"
2993
2994 -
2995   type: "plot"
2996   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
2997   algorithm: "plot_performance_box"
2998   output-file-type: ".html"
2999   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3000   data: "plot-vpp-throughput-latency-3n-hsw"
3001   filter: "'NIC_Intel-X710' and
3002            '64B' and
3003            'FEATURE' and
3004            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3005            'NDRPDR' and
3006            '1T1C' and
3007            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3008            not 'VHOST' and
3009            not 'MEMIF'"
3010   parameters:
3011   - "throughput"
3012   - "parent"
3013   traces:
3014     hoverinfo: "x+y"
3015     boxpoints: "outliers"
3016     whiskerwidth: 0
3017   layout:
3018     title: ""  # No title
3019     layout: "plot-throughput"
3020
3021 -
3022   type: "plot"
3023   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3024   algorithm: "plot_performance_box"
3025   output-file-type: ".html"
3026   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3027   data: "plot-vpp-throughput-latency-3n-hsw"
3028   filter: "'NIC_Intel-X710' and
3029            '64B' and
3030            'FEATURE' and
3031            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3032            'NDRPDR' and
3033            '2T2C' and
3034            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3035            not 'VHOST' and
3036            not 'MEMIF'"
3037   parameters:
3038   - "throughput"
3039   - "parent"
3040   traces:
3041     hoverinfo: "x+y"
3042     boxpoints: "outliers"
3043     whiskerwidth: 0
3044   layout:
3045     title: ""  # No title
3046     layout: "plot-throughput"
3047
3048 -
3049   type: "plot"
3050   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3051   algorithm: "plot_performance_box"
3052   output-file-type: ".html"
3053   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3054   data: "plot-vpp-throughput-latency-3n-hsw"
3055   filter: "'NIC_Intel-X710' and
3056            '64B' and
3057            'FEATURE' and
3058            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3059            'NDRPDR' and
3060            '2T2C' and
3061            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3062            not 'VHOST' and
3063            not 'MEMIF'"
3064   parameters:
3065   - "throughput"
3066   - "parent"
3067   traces:
3068     hoverinfo: "x+y"
3069     boxpoints: "outliers"
3070     whiskerwidth: 0
3071   layout:
3072     title: ""  # No title
3073     layout: "plot-throughput"
3074
3075 # Packet Throughput - VPP L2 3n-hsw-xl710
3076 -
3077   type: "plot"
3078   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3079   algorithm: "plot_performance_box"
3080   output-file-type: ".html"
3081   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3082   data: "plot-vpp-throughput-latency-3n-hsw"
3083   filter: "'NIC_Intel-XL710' and
3084            '64B' and
3085            ('BASE' or 'SCALE') and
3086            'NDRPDR' and
3087            '1T1C' and
3088            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3089            not 'VHOST' and
3090            not 'MEMIF'"
3091   parameters:
3092   - "throughput"
3093   - "parent"
3094   traces:
3095     hoverinfo: "x+y"
3096     boxpoints: "outliers"
3097     whiskerwidth: 0
3098   layout:
3099     title: ""  # No title
3100     layout: "plot-throughput"
3101
3102 -
3103   type: "plot"
3104   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3105   algorithm: "plot_performance_box"
3106   output-file-type: ".html"
3107   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3108   data: "plot-vpp-throughput-latency-3n-hsw"
3109   filter: "'NIC_Intel-XL710' and
3110            '64B' and
3111            ('BASE' or 'SCALE') and
3112            'NDRPDR' and
3113            '1T1C' and
3114            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3115            not 'VHOST' and
3116            not 'MEMIF'"
3117   parameters:
3118   - "throughput"
3119   - "parent"
3120   traces:
3121     hoverinfo: "x+y"
3122     boxpoints: "outliers"
3123     whiskerwidth: 0
3124   layout:
3125     title: ""  # No title
3126     layout: "plot-throughput"
3127
3128 -
3129   type: "plot"
3130   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3131   algorithm: "plot_performance_box"
3132   output-file-type: ".html"
3133   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3134   data: "plot-vpp-throughput-latency-3n-hsw"
3135   filter: "'NIC_Intel-XL710' and
3136            '64B' and
3137            ('BASE' or 'SCALE') and
3138            'NDRPDR' and
3139            '2T2C' and
3140            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3141            not 'VHOST' and
3142            not 'MEMIF'"
3143   parameters:
3144   - "throughput"
3145   - "parent"
3146   traces:
3147     hoverinfo: "x+y"
3148     boxpoints: "outliers"
3149     whiskerwidth: 0
3150   layout:
3151     title: ""  # No title
3152     layout: "plot-throughput"
3153
3154 -
3155   type: "plot"
3156   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3157   algorithm: "plot_performance_box"
3158   output-file-type: ".html"
3159   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3160   data: "plot-vpp-throughput-latency-3n-hsw"
3161   filter: "'NIC_Intel-XL710' and
3162            '64B' and
3163            ('BASE' or 'SCALE') and
3164            'NDRPDR' and
3165            '2T2C' and
3166            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3167            not 'VHOST' and
3168            not 'MEMIF'"
3169   parameters:
3170   - "throughput"
3171   - "parent"
3172   traces:
3173     hoverinfo: "x+y"
3174     boxpoints: "outliers"
3175     whiskerwidth: 0
3176   layout:
3177     title: ""  # No title
3178     layout: "plot-throughput"
3179
3180 # Packet Throughput - VPP L2 3n-skx-x710
3181 -
3182   type: "plot"
3183   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3184   algorithm: "plot_performance_box"
3185   output-file-type: ".html"
3186   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3187   data: "plot-vpp-throughput-latency-3n-skx"
3188   filter: "'NIC_Intel-X710' and
3189            '64B' and
3190            ('BASE' or 'SCALE') and
3191            'NDRPDR' and
3192            '2T1C' and
3193            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3194            not 'VHOST' and
3195            not 'MEMIF'"
3196   parameters:
3197   - "throughput"
3198   - "parent"
3199   traces:
3200     hoverinfo: "x+y"
3201     boxpoints: "outliers"
3202     whiskerwidth: 0
3203   layout:
3204     title: ""  # No title
3205     layout: "plot-throughput"
3206
3207 -
3208   type: "plot"
3209   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3210   algorithm: "plot_performance_box"
3211   output-file-type: ".html"
3212   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3213   data: "plot-vpp-throughput-latency-3n-skx"
3214   filter: "'NIC_Intel-X710' and
3215            '64B' and
3216            ('BASE' or 'SCALE') and
3217            'NDRPDR' and
3218            '2T1C' and
3219            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3220            not 'VHOST' and
3221            not 'MEMIF'"
3222   parameters:
3223   - "throughput"
3224   - "parent"
3225   traces:
3226     hoverinfo: "x+y"
3227     boxpoints: "outliers"
3228     whiskerwidth: 0
3229   layout:
3230     title: ""  # No title
3231     layout: "plot-throughput"
3232
3233 -
3234   type: "plot"
3235   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3236   algorithm: "plot_performance_box"
3237   output-file-type: ".html"
3238   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3239   data: "plot-vpp-throughput-latency-3n-skx"
3240   filter: "'NIC_Intel-X710' and
3241            '64B' and
3242            ('BASE' or 'SCALE') and
3243            'NDRPDR' and
3244            '4T2C' and
3245            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3246            not 'VHOST' and
3247            not 'MEMIF'"
3248   parameters:
3249   - "throughput"
3250   - "parent"
3251   traces:
3252     hoverinfo: "x+y"
3253     boxpoints: "outliers"
3254     whiskerwidth: 0
3255   layout:
3256     title: ""  # No title
3257     layout: "plot-throughput"
3258
3259 -
3260   type: "plot"
3261   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3262   algorithm: "plot_performance_box"
3263   output-file-type: ".html"
3264   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3265   data: "plot-vpp-throughput-latency-3n-skx"
3266   filter: "'NIC_Intel-X710' and
3267            '64B' and
3268            ('BASE' or 'SCALE') and
3269            'NDRPDR' and
3270            '4T2C' and
3271            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3272            not 'VHOST' and
3273            not 'MEMIF'"
3274   parameters:
3275   - "throughput"
3276   - "parent"
3277   traces:
3278     hoverinfo: "x+y"
3279     boxpoints: "outliers"
3280     whiskerwidth: 0
3281   layout:
3282     title: ""  # No title
3283     layout: "plot-throughput"
3284
3285 -
3286   type: "plot"
3287   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3288   algorithm: "plot_performance_box"
3289   output-file-type: ".html"
3290   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3291   data: "plot-vpp-throughput-latency-3n-skx"
3292   filter: "'NIC_Intel-X710' and
3293            '64B' and
3294            'FEATURE' and
3295            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3296            'NDRPDR' and
3297            '2T1C' and
3298            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3299            not 'VHOST' and
3300            not 'MEMIF'"
3301   parameters:
3302   - "throughput"
3303   - "parent"
3304   traces:
3305     hoverinfo: "x+y"
3306     boxpoints: "outliers"
3307     whiskerwidth: 0
3308   layout:
3309     title: ""  # No title
3310     layout: "plot-throughput"
3311
3312 -
3313   type: "plot"
3314   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3315   algorithm: "plot_performance_box"
3316   output-file-type: ".html"
3317   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3318   data: "plot-vpp-throughput-latency-3n-skx"
3319   filter: "'NIC_Intel-X710' and
3320            '64B' and
3321            'FEATURE' and
3322            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3323            'NDRPDR' and
3324            '2T1C' and
3325            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3326            not 'VHOST' and
3327            not 'MEMIF'"
3328   parameters:
3329   - "throughput"
3330   - "parent"
3331   traces:
3332     hoverinfo: "x+y"
3333     boxpoints: "outliers"
3334     whiskerwidth: 0
3335   layout:
3336     title: ""  # No title
3337     layout: "plot-throughput"
3338
3339 -
3340   type: "plot"
3341   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
3342   algorithm: "plot_performance_box"
3343   output-file-type: ".html"
3344   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
3345   data: "plot-vpp-throughput-latency-3n-skx"
3346   filter: "'NIC_Intel-X710' and
3347            '64B' and
3348            'FEATURE' and
3349            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3350            'NDRPDR' and
3351            '4T2C' and
3352            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3353            not 'VHOST' and
3354            not 'MEMIF'"
3355   parameters:
3356   - "throughput"
3357   - "parent"
3358   traces:
3359     hoverinfo: "x+y"
3360     boxpoints: "outliers"
3361     whiskerwidth: 0
3362   layout:
3363     title: ""  # No title
3364     layout: "plot-throughput"
3365
3366 -
3367   type: "plot"
3368   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
3369   algorithm: "plot_performance_box"
3370   output-file-type: ".html"
3371   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
3372   data: "plot-vpp-throughput-latency-3n-skx"
3373   filter: "'NIC_Intel-X710' and
3374            '64B' and
3375            'FEATURE' and
3376            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3377            'NDRPDR' and
3378            '4T2C' and
3379            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3380            not 'VHOST' and
3381            not 'MEMIF'"
3382   parameters:
3383   - "throughput"
3384   - "parent"
3385   traces:
3386     hoverinfo: "x+y"
3387     boxpoints: "outliers"
3388     whiskerwidth: 0
3389   layout:
3390     title: ""  # No title
3391     layout: "plot-throughput"
3392
3393 # Packet Throughput - VPP L2 3n-skx-xxv710
3394 -
3395   type: "plot"
3396   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3397   algorithm: "plot_performance_box"
3398   output-file-type: ".html"
3399   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3400   data: "plot-vpp-throughput-latency-3n-skx"
3401   filter: "'NIC_Intel-XXV710' and
3402            '64B' and
3403            ('BASE' or 'SCALE') and
3404            'NDRPDR' and
3405            '2T1C' and
3406            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3407            not 'VHOST' and
3408            not 'MEMIF'"
3409   parameters:
3410   - "throughput"
3411   - "parent"
3412   traces:
3413     hoverinfo: "x+y"
3414     boxpoints: "outliers"
3415     whiskerwidth: 0
3416   layout:
3417     title: ""  # No title
3418     layout: "plot-throughput"
3419
3420 -
3421   type: "plot"
3422   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3423   algorithm: "plot_performance_box"
3424   output-file-type: ".html"
3425   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3426   data: "plot-vpp-throughput-latency-3n-skx"
3427   filter: "'NIC_Intel-XXV710' and
3428            '64B' and
3429            ('BASE' or 'SCALE') and
3430            'NDRPDR' and
3431            '2T1C' and
3432            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3433            not 'VHOST' and
3434            not 'MEMIF'"
3435   parameters:
3436   - "throughput"
3437   - "parent"
3438   traces:
3439     hoverinfo: "x+y"
3440     boxpoints: "outliers"
3441     whiskerwidth: 0
3442   layout:
3443     title: ""  # No title
3444     layout: "plot-throughput"
3445
3446 -
3447   type: "plot"
3448   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3449   algorithm: "plot_performance_box"
3450   output-file-type: ".html"
3451   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3452   data: "plot-vpp-throughput-latency-3n-skx"
3453   filter: "'NIC_Intel-XXV710' and
3454            '64B' and
3455            ('BASE' or 'SCALE') and
3456            'NDRPDR' and
3457            '4T2C' and
3458            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3459            not 'VHOST' and
3460            not 'MEMIF'"
3461   parameters:
3462   - "throughput"
3463   - "parent"
3464   traces:
3465     hoverinfo: "x+y"
3466     boxpoints: "outliers"
3467     whiskerwidth: 0
3468   layout:
3469     title: ""  # No title
3470     layout: "plot-throughput"
3471
3472 -
3473   type: "plot"
3474   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3475   algorithm: "plot_performance_box"
3476   output-file-type: ".html"
3477   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3478   data: "plot-vpp-throughput-latency-3n-skx"
3479   filter: "'NIC_Intel-XXV710' and
3480            '64B' and
3481            ('BASE' or 'SCALE') and
3482            'NDRPDR' and
3483            '4T2C' and
3484            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3485            not 'VHOST' and
3486            not 'MEMIF'"
3487   parameters:
3488   - "throughput"
3489   - "parent"
3490   traces:
3491     hoverinfo: "x+y"
3492     boxpoints: "outliers"
3493     whiskerwidth: 0
3494   layout:
3495     title: ""  # No title
3496     layout: "plot-throughput"
3497
3498 # Packet Throughput - VPP L2 2n-skx-x710
3499 -
3500   type: "plot"
3501   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
3502   algorithm: "plot_performance_box"
3503   output-file-type: ".html"
3504   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
3505   data: "plot-vpp-throughput-latency-2n-skx"
3506   filter: "'NIC_Intel-X710' and
3507            '64B' and
3508            ('BASE' or 'SCALE') and
3509            'NDRPDR' and
3510            '2T1C' and
3511            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3512            not 'VHOST' and
3513            not 'MEMIF'"
3514   parameters:
3515   - "throughput"
3516   - "parent"
3517   traces:
3518     hoverinfo: "x+y"
3519     boxpoints: "outliers"
3520     whiskerwidth: 0
3521   layout:
3522     title: ""  # No title
3523     layout: "plot-throughput"
3524
3525 -
3526   type: "plot"
3527   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
3528   algorithm: "plot_performance_box"
3529   output-file-type: ".html"
3530   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
3531   data: "plot-vpp-throughput-latency-2n-skx"
3532   filter: "'NIC_Intel-X710' and
3533            '64B' and
3534            ('BASE' or 'SCALE') and
3535            'NDRPDR' and
3536            '2T1C' and
3537            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3538            not 'VHOST' and
3539            not 'MEMIF'"
3540   parameters:
3541   - "throughput"
3542   - "parent"
3543   traces:
3544     hoverinfo: "x+y"
3545     boxpoints: "outliers"
3546     whiskerwidth: 0
3547   layout:
3548     title: ""  # No title
3549     layout: "plot-throughput"
3550
3551 -
3552   type: "plot"
3553   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
3554   algorithm: "plot_performance_box"
3555   output-file-type: ".html"
3556   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
3557   data: "plot-vpp-throughput-latency-2n-skx"
3558   filter: "'NIC_Intel-X710' and
3559            '64B' and
3560            ('BASE' or 'SCALE') and
3561            'NDRPDR' and
3562            '4T2C' and
3563            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3564            not 'VHOST' and
3565            not 'MEMIF'"
3566   parameters:
3567   - "throughput"
3568   - "parent"
3569   traces:
3570     hoverinfo: "x+y"
3571     boxpoints: "outliers"
3572     whiskerwidth: 0
3573   layout:
3574     title: ""  # No title
3575     layout: "plot-throughput"
3576
3577 -
3578   type: "plot"
3579   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
3580   algorithm: "plot_performance_box"
3581   output-file-type: ".html"
3582   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
3583   data: "plot-vpp-throughput-latency-2n-skx"
3584   filter: "'NIC_Intel-X710' and
3585            '64B' and
3586            ('BASE' or 'SCALE') and
3587            'NDRPDR' and
3588            '4T2C' and
3589            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3590            not 'VHOST' and
3591            not 'MEMIF'"
3592   parameters:
3593   - "throughput"
3594   - "parent"
3595   traces:
3596     hoverinfo: "x+y"
3597     boxpoints: "outliers"
3598     whiskerwidth: 0
3599   layout:
3600     title: ""  # No title
3601     layout: "plot-throughput"
3602
3603 # Packet Throughput - VPP L2 2n-skx-xxv710
3604 -
3605   type: "plot"
3606   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3607   algorithm: "plot_performance_box"
3608   output-file-type: ".html"
3609   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3610   data: "plot-vpp-throughput-latency-2n-skx"
3611   filter: "'NIC_Intel-XXV710' and
3612            '64B' and
3613            ('BASE' or 'SCALE') and
3614            'NDRPDR' and
3615            '2T1C' and
3616            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3617            not 'VHOST' and
3618            not 'MEMIF'"
3619   parameters:
3620   - "throughput"
3621   - "parent"
3622   traces:
3623     hoverinfo: "x+y"
3624     boxpoints: "outliers"
3625     whiskerwidth: 0
3626   layout:
3627     title: ""  # No title
3628     layout: "plot-throughput"
3629
3630 -
3631   type: "plot"
3632   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3633   algorithm: "plot_performance_box"
3634   output-file-type: ".html"
3635   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3636   data: "plot-vpp-throughput-latency-2n-skx"
3637   filter: "'NIC_Intel-XXV710' and
3638            '64B' and
3639            ('BASE' or 'SCALE') and
3640            'NDRPDR' and
3641            '2T1C' and
3642            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3643            not 'VHOST' and
3644            not 'MEMIF'"
3645   parameters:
3646   - "throughput"
3647   - "parent"
3648   traces:
3649     hoverinfo: "x+y"
3650     boxpoints: "outliers"
3651     whiskerwidth: 0
3652   layout:
3653     title: ""  # No title
3654     layout: "plot-throughput"
3655
3656 -
3657   type: "plot"
3658   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3659   algorithm: "plot_performance_box"
3660   output-file-type: ".html"
3661   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3662   data: "plot-vpp-throughput-latency-2n-skx"
3663   filter: "'NIC_Intel-XXV710' and
3664            '64B' and
3665            ('BASE' or 'SCALE') and
3666            'NDRPDR' and
3667            '4T2C' and
3668            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3669            not 'VHOST' and
3670            not 'MEMIF'"
3671   parameters:
3672   - "throughput"
3673   - "parent"
3674   traces:
3675     hoverinfo: "x+y"
3676     boxpoints: "outliers"
3677     whiskerwidth: 0
3678   layout:
3679     title: ""  # No title
3680     layout: "plot-throughput"
3681
3682 -
3683   type: "plot"
3684   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3685   algorithm: "plot_performance_box"
3686   output-file-type: ".html"
3687   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3688   data: "plot-vpp-throughput-latency-2n-skx"
3689   filter: "'NIC_Intel-XXV710' and
3690            '64B' and
3691            ('BASE' or 'SCALE') and
3692            'NDRPDR' and
3693            '4T2C' and
3694            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3695            not 'VHOST' and
3696            not 'MEMIF'"
3697   parameters:
3698   - "throughput"
3699   - "parent"
3700   traces:
3701     hoverinfo: "x+y"
3702     boxpoints: "outliers"
3703     whiskerwidth: 0
3704   layout:
3705     title: ""  # No title
3706     layout: "plot-throughput"
3707
3708 ################################################################################
3709
3710 # Packet Throughput - VPP Container Memif 3n-hsw-x520
3711 -
3712   type: "plot"
3713   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3714   algorithm: "plot_performance_box"
3715   output-file-type: ".html"
3716   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3717   data: "plot-vpp-throughput-latency-3n-hsw"
3718   filter: "'NIC_Intel-X520-DA2' and
3719            '64B' and
3720            ('BASE' or 'SCALE') and
3721            'NDRPDR' and
3722            '1T1C' and
3723            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3724            not 'VHOST' and
3725            'MEMIF'"
3726   parameters:
3727   - "throughput"
3728   - "parent"
3729   traces:
3730     hoverinfo: "x+y"
3731     boxpoints: "outliers"
3732     whiskerwidth: 0
3733   layout:
3734     title: ""  # No title
3735     layout: "plot-throughput"
3736
3737 -
3738   type: "plot"
3739   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3740   algorithm: "plot_performance_box"
3741   output-file-type: ".html"
3742   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3743   data: "plot-vpp-throughput-latency-3n-hsw"
3744   filter: "'NIC_Intel-X520-DA2' and
3745            '64B' and
3746            ('BASE' or 'SCALE') and
3747            'NDRPDR' and
3748            '1T1C' and
3749            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3750            not 'VHOST' and
3751            'MEMIF'"
3752   parameters:
3753   - "throughput"
3754   - "parent"
3755   traces:
3756     hoverinfo: "x+y"
3757     boxpoints: "outliers"
3758     whiskerwidth: 0
3759   layout:
3760     title: ""  # No title
3761     layout: "plot-throughput"
3762
3763 -
3764   type: "plot"
3765   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3766   algorithm: "plot_performance_box"
3767   output-file-type: ".html"
3768   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3769   data: "plot-vpp-throughput-latency-3n-hsw"
3770   filter: "'NIC_Intel-X520-DA2' and
3771            '64B' and
3772            ('BASE' or 'SCALE') and
3773            'NDRPDR' and
3774            '2T2C' and
3775            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3776            not 'VHOST' and
3777            'MEMIF'"
3778   parameters:
3779   - "throughput"
3780   - "parent"
3781   traces:
3782     hoverinfo: "x+y"
3783     boxpoints: "outliers"
3784     whiskerwidth: 0
3785   layout:
3786     title: ""  # No title
3787     layout: "plot-throughput"
3788
3789 -
3790   type: "plot"
3791   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3792   algorithm: "plot_performance_box"
3793   output-file-type: ".html"
3794   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3795   data: "plot-vpp-throughput-latency-3n-hsw"
3796   filter: "'NIC_Intel-X520-DA2' and
3797            '64B' and
3798            ('BASE' or 'SCALE') and
3799            'NDRPDR' and
3800            '2T2C' and
3801            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3802            not 'VHOST' and
3803            'MEMIF'"
3804   parameters:
3805   - "throughput"
3806   - "parent"
3807   traces:
3808     hoverinfo: "x+y"
3809     boxpoints: "outliers"
3810     whiskerwidth: 0
3811   layout:
3812     title: ""  # No title
3813     layout: "plot-throughput"
3814
3815 # Packet Throughput - VPP Container Memif 3n-hsw-x710
3816 -
3817   type: "plot"
3818   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3819   algorithm: "plot_performance_box"
3820   output-file-type: ".html"
3821   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3822   data: "plot-vpp-throughput-latency-3n-hsw"
3823   filter: "'NIC_Intel-X710' and
3824            '64B' and
3825            ('BASE' or 'SCALE') and
3826            'NDRPDR' and
3827            '1T1C' and
3828            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3829            not 'VHOST' and
3830            'MEMIF'"
3831   parameters:
3832   - "throughput"
3833   - "parent"
3834   traces:
3835     hoverinfo: "x+y"
3836     boxpoints: "outliers"
3837     whiskerwidth: 0
3838   layout:
3839     title: ""  # No title
3840     layout: "plot-throughput"
3841
3842 -
3843   type: "plot"
3844   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3845   algorithm: "plot_performance_box"
3846   output-file-type: ".html"
3847   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3848   data: "plot-vpp-throughput-latency-3n-hsw"
3849   filter: "'NIC_Intel-X710' and
3850            '64B' and
3851            ('BASE' or 'SCALE') and
3852            'NDRPDR' and
3853            '1T1C' and
3854            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3855            not 'VHOST' and
3856            'MEMIF'"
3857   parameters:
3858   - "throughput"
3859   - "parent"
3860   traces:
3861     hoverinfo: "x+y"
3862     boxpoints: "outliers"
3863     whiskerwidth: 0
3864   layout:
3865     title: ""  # No title
3866     layout: "plot-throughput"
3867
3868 -
3869   type: "plot"
3870   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3871   algorithm: "plot_performance_box"
3872   output-file-type: ".html"
3873   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3874   data: "plot-vpp-throughput-latency-3n-hsw"
3875   filter: "'NIC_Intel-X710' and
3876            '64B' and
3877            ('BASE' or 'SCALE') and
3878            'NDRPDR' and
3879            '2T2C' and
3880            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3881            not 'VHOST' and
3882            'MEMIF'"
3883   parameters:
3884   - "throughput"
3885   - "parent"
3886   traces:
3887     hoverinfo: "x+y"
3888     boxpoints: "outliers"
3889     whiskerwidth: 0
3890   layout:
3891     title: ""  # No title
3892     layout: "plot-throughput"
3893
3894 -
3895   type: "plot"
3896   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3897   algorithm: "plot_performance_box"
3898   output-file-type: ".html"
3899   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3900   data: "plot-vpp-throughput-latency-3n-hsw"
3901   filter: "'NIC_Intel-X710' and
3902            '64B' and
3903            ('BASE' or 'SCALE') and
3904            'NDRPDR' and
3905            '2T2C' and
3906            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3907            not 'VHOST' and
3908            'MEMIF'"
3909   parameters:
3910   - "throughput"
3911   - "parent"
3912   traces:
3913     hoverinfo: "x+y"
3914     boxpoints: "outliers"
3915     whiskerwidth: 0
3916   layout:
3917     title: ""  # No title
3918     layout: "plot-throughput"
3919
3920 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
3921 -
3922   type: "plot"
3923   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3924   algorithm: "plot_performance_box"
3925   output-file-type: ".html"
3926   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3927   data: "plot-vpp-throughput-latency-3n-hsw"
3928   filter: "'NIC_Intel-XL710' and
3929            '64B' and
3930            ('BASE' or 'SCALE') and
3931            'NDRPDR' and
3932            '1T1C' and
3933            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3934            not 'VHOST' and
3935            'MEMIF'"
3936   parameters:
3937   - "throughput"
3938   - "parent"
3939   traces:
3940     hoverinfo: "x+y"
3941     boxpoints: "outliers"
3942     whiskerwidth: 0
3943   layout:
3944     title: ""  # No title
3945     layout: "plot-throughput"
3946
3947 -
3948   type: "plot"
3949   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3950   algorithm: "plot_performance_box"
3951   output-file-type: ".html"
3952   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3953   data: "plot-vpp-throughput-latency-3n-hsw"
3954   filter: "'NIC_Intel-XL710' and
3955            '64B' and
3956            ('BASE' or 'SCALE') and
3957            'NDRPDR' and
3958            '1T1C' and
3959            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3960            not 'VHOST' and
3961            'MEMIF'"
3962   parameters:
3963   - "throughput"
3964   - "parent"
3965   traces:
3966     hoverinfo: "x+y"
3967     boxpoints: "outliers"
3968     whiskerwidth: 0
3969   layout:
3970     title: ""  # No title
3971     layout: "plot-throughput"
3972
3973 -
3974   type: "plot"
3975   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3976   algorithm: "plot_performance_box"
3977   output-file-type: ".html"
3978   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3979   data: "plot-vpp-throughput-latency-3n-hsw"
3980   filter: "'NIC_Intel-XL710' and
3981            '64B' and
3982            ('BASE' or 'SCALE') and
3983            'NDRPDR' and
3984            '2T2C' and
3985            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3986            not 'VHOST' and
3987            'MEMIF'"
3988   parameters:
3989   - "throughput"
3990   - "parent"
3991   traces:
3992     hoverinfo: "x+y"
3993     boxpoints: "outliers"
3994     whiskerwidth: 0
3995   layout:
3996     title: ""  # No title
3997     layout: "plot-throughput"
3998
3999 -
4000   type: "plot"
4001   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4002   algorithm: "plot_performance_box"
4003   output-file-type: ".html"
4004   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4005   data: "plot-vpp-throughput-latency-3n-hsw"
4006   filter: "'NIC_Intel-XL710' and
4007            '64B' and
4008            ('BASE' or 'SCALE') and
4009            'NDRPDR' and
4010            '2T2C' and
4011            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4012            not 'VHOST' and
4013            'MEMIF'"
4014   parameters:
4015   - "throughput"
4016   - "parent"
4017   traces:
4018     hoverinfo: "x+y"
4019     boxpoints: "outliers"
4020     whiskerwidth: 0
4021   layout:
4022     title: ""  # No title
4023     layout: "plot-throughput"
4024
4025 # Packet Throughput - VPP Container Memif 3n-skx-x710
4026 -
4027   type: "plot"
4028   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4029   algorithm: "plot_performance_box"
4030   output-file-type: ".html"
4031   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4032   data: "plot-vpp-throughput-latency-3n-skx"
4033   filter: "'NIC_Intel-X710' and
4034            '64B' and
4035            ('BASE' or 'SCALE') and
4036            'NDRPDR' and
4037            '2T1C' and
4038            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4039            not 'VHOST' and
4040            'MEMIF'"
4041   parameters:
4042   - "throughput"
4043   - "parent"
4044   traces:
4045     hoverinfo: "x+y"
4046     boxpoints: "outliers"
4047     whiskerwidth: 0
4048   layout:
4049     title: ""  # No title
4050     layout: "plot-throughput"
4051
4052 -
4053   type: "plot"
4054   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4055   algorithm: "plot_performance_box"
4056   output-file-type: ".html"
4057   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4058   data: "plot-vpp-throughput-latency-3n-skx"
4059   filter: "'NIC_Intel-X710' and
4060            '64B' and
4061            ('BASE' or 'SCALE') and
4062            'NDRPDR' and
4063            '2T1C' and
4064            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4065            not 'VHOST' and
4066             'MEMIF'"
4067   parameters:
4068   - "throughput"
4069   - "parent"
4070   traces:
4071     hoverinfo: "x+y"
4072     boxpoints: "outliers"
4073     whiskerwidth: 0
4074   layout:
4075     title: ""  # No title
4076     layout: "plot-throughput"
4077
4078 -
4079   type: "plot"
4080   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4081   algorithm: "plot_performance_box"
4082   output-file-type: ".html"
4083   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4084   data: "plot-vpp-throughput-latency-3n-skx"
4085   filter: "'NIC_Intel-X710' and
4086            '64B' and
4087            ('BASE' or 'SCALE') and
4088            'NDRPDR' and
4089            '4T2C' and
4090            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4091            not 'VHOST' and
4092            'MEMIF'"
4093   parameters:
4094   - "throughput"
4095   - "parent"
4096   traces:
4097     hoverinfo: "x+y"
4098     boxpoints: "outliers"
4099     whiskerwidth: 0
4100   layout:
4101     title: ""  # No title
4102     layout: "plot-throughput"
4103
4104 -
4105   type: "plot"
4106   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4107   algorithm: "plot_performance_box"
4108   output-file-type: ".html"
4109   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4110   data: "plot-vpp-throughput-latency-3n-skx"
4111   filter: "'NIC_Intel-X710' and
4112            '64B' and
4113            ('BASE' or 'SCALE') and
4114            'NDRPDR' and
4115            '4T2C' and
4116            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4117            not 'VHOST' and
4118            'MEMIF'"
4119   parameters:
4120   - "throughput"
4121   - "parent"
4122   traces:
4123     hoverinfo: "x+y"
4124     boxpoints: "outliers"
4125     whiskerwidth: 0
4126   layout:
4127     title: ""  # No title
4128     layout: "plot-throughput"
4129
4130 ################################################################################
4131
4132 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520
4133 -
4134   type: "plot"
4135   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4136   algorithm: "plot_performance_box"
4137   output-file-type: ".html"
4138   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4139   data: "plot-ligato-throughput-latency-3n-hsw"
4140   filter: "'NIC_Intel-X520-DA2' and
4141            '64B' and
4142            ('BASE' or 'SCALE') and
4143            'NDRPDR' and
4144            '1T1C' and
4145            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4146            not 'VHOST' and
4147            'MEMIF'"
4148   parameters:
4149   - "throughput"
4150   - "parent"
4151   traces:
4152     hoverinfo: "x+y"
4153     boxpoints: "outliers"
4154     whiskerwidth: 0
4155   layout:
4156     title: ""  # No title
4157     layout: "plot-throughput"
4158
4159 -
4160   type: "plot"
4161   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4162   algorithm: "plot_performance_box"
4163   output-file-type: ".html"
4164   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4165   data: "plot-ligato-throughput-latency-3n-hsw"
4166   filter: "'NIC_Intel-X520-DA2' and
4167            '64B' and
4168            ('BASE' or 'SCALE') and
4169            'NDRPDR' and
4170            '1T1C' and
4171            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4172            not 'VHOST' and
4173            'MEMIF'"
4174   parameters:
4175   - "throughput"
4176   - "parent"
4177   traces:
4178     hoverinfo: "x+y"
4179     boxpoints: "outliers"
4180     whiskerwidth: 0
4181   layout:
4182     title: ""  # No title
4183     layout: "plot-throughput"
4184
4185 -
4186   type: "plot"
4187   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4188   algorithm: "plot_performance_box"
4189   output-file-type: ".html"
4190   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4191   data: "plot-ligato-throughput-latency-3n-hsw"
4192   filter: "'NIC_Intel-X520-DA2' and
4193            '64B' and
4194            ('BASE' or 'SCALE') and
4195            'NDRPDR' and
4196            '2T2C' and
4197            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4198            not 'VHOST' and
4199            'MEMIF'"
4200   parameters:
4201   - "throughput"
4202   - "parent"
4203   traces:
4204     hoverinfo: "x+y"
4205     boxpoints: "outliers"
4206     whiskerwidth: 0
4207   layout:
4208     title: ""  # No title
4209     layout: "plot-throughput"
4210
4211 -
4212   type: "plot"
4213   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4214   algorithm: "plot_performance_box"
4215   output-file-type: ".html"
4216   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4217   data: "plot-ligato-throughput-latency-3n-hsw"
4218   filter: "'NIC_Intel-X520-DA2' and
4219            '64B' and
4220            ('BASE' or 'SCALE') and
4221            'NDRPDR' and
4222            '2T2C' and
4223            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4224            not 'VHOST' and
4225            'MEMIF'"
4226   parameters:
4227   - "throughput"
4228   - "parent"
4229   traces:
4230     hoverinfo: "x+y"
4231     boxpoints: "outliers"
4232     whiskerwidth: 0
4233   layout:
4234     title: ""  # No title
4235     layout: "plot-throughput"
4236
4237 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710
4238 -
4239   type: "plot"
4240   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4241   algorithm: "plot_performance_box"
4242   output-file-type: ".html"
4243   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4244   data: "plot-ligato-throughput-latency-3n-hsw"
4245   filter: "'NIC_Intel-X710' and
4246            '64B' and
4247            ('BASE' or 'SCALE') and
4248            'NDRPDR' and
4249            '1T1C' and
4250            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4251            not 'VHOST' and
4252            'MEMIF'"
4253   parameters:
4254   - "throughput"
4255   - "parent"
4256   traces:
4257     hoverinfo: "x+y"
4258     boxpoints: "outliers"
4259     whiskerwidth: 0
4260   layout:
4261     title: ""  # No title
4262     layout: "plot-throughput"
4263
4264 -
4265   type: "plot"
4266   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4267   algorithm: "plot_performance_box"
4268   output-file-type: ".html"
4269   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4270   data: "plot-ligato-throughput-latency-3n-hsw"
4271   filter: "'NIC_Intel-X710' and
4272            '64B' and
4273            ('BASE' or 'SCALE') and
4274            'NDRPDR' and
4275            '1T1C' and
4276            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4277            not 'VHOST' and
4278            'MEMIF'"
4279   parameters:
4280   - "throughput"
4281   - "parent"
4282   traces:
4283     hoverinfo: "x+y"
4284     boxpoints: "outliers"
4285     whiskerwidth: 0
4286   layout:
4287     title: ""  # No title
4288     layout: "plot-throughput"
4289
4290 -
4291   type: "plot"
4292   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4293   algorithm: "plot_performance_box"
4294   output-file-type: ".html"
4295   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4296   data: "plot-ligato-throughput-latency-3n-hsw"
4297   filter: "'NIC_Intel-X710' and
4298            '64B' and
4299            ('BASE' or 'SCALE') and
4300            'NDRPDR' and
4301            '2T2C' and
4302            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4303            not 'VHOST' and
4304            'MEMIF'"
4305   parameters:
4306   - "throughput"
4307   - "parent"
4308   traces:
4309     hoverinfo: "x+y"
4310     boxpoints: "outliers"
4311     whiskerwidth: 0
4312   layout:
4313     title: ""  # No title
4314     layout: "plot-throughput"
4315
4316 -
4317   type: "plot"
4318   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4319   algorithm: "plot_performance_box"
4320   output-file-type: ".html"
4321   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4322   data: "plot-ligato-throughput-latency-3n-hsw"
4323   filter: "'NIC_Intel-X710' and
4324            '64B' and
4325            ('BASE' or 'SCALE') and
4326            'NDRPDR' and
4327            '2T2C' and
4328            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4329            not 'VHOST' and
4330            'MEMIF'"
4331   parameters:
4332   - "throughput"
4333   - "parent"
4334   traces:
4335     hoverinfo: "x+y"
4336     boxpoints: "outliers"
4337     whiskerwidth: 0
4338   layout:
4339     title: ""  # No title
4340     layout: "plot-throughput"
4341
4342 ################################################################################
4343
4344 # Packet Throughput - VPP IPv4 3n-hsw-x520
4345 -
4346   type: "plot"
4347   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4348   algorithm: "plot_performance_box"
4349   output-file-type: ".html"
4350   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4351   data: "plot-vpp-throughput-latency-3n-hsw"
4352   filter: "'NIC_Intel-X520-DA2' and
4353            '64B' and
4354            ('BASE' or 'SCALE') and
4355            'NDRPDR' and
4356            '1T1C' and
4357            'IP4FWD' and
4358            not 'IPSEC' and
4359            not 'VHOST'"
4360   parameters:
4361   - "throughput"
4362   - "parent"
4363   traces:
4364     hoverinfo: "x+y"
4365     boxpoints: "outliers"
4366     whiskerwidth: 0
4367   layout:
4368     title: ""  # No title
4369     layout: "plot-throughput"
4370
4371 -
4372   type: "plot"
4373   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4374   algorithm: "plot_performance_box"
4375   output-file-type: ".html"
4376   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4377   data: "plot-vpp-throughput-latency-3n-hsw"
4378   filter: "'NIC_Intel-X520-DA2' and
4379            '64B' and
4380            ('BASE' or 'SCALE') and
4381            'NDRPDR' and
4382            '1T1C' and
4383            'IP4FWD' and
4384            not 'IPSEC' and
4385            not 'VHOST'"
4386   parameters:
4387   - "throughput"
4388   - "parent"
4389   traces:
4390     hoverinfo: "x+y"
4391     boxpoints: "outliers"
4392     whiskerwidth: 0
4393   layout:
4394     title: ""  # No title
4395     layout: "plot-throughput"
4396
4397 -
4398   type: "plot"
4399   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4400   algorithm: "plot_performance_box"
4401   output-file-type: ".html"
4402   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4403   data: "plot-vpp-throughput-latency-3n-hsw"
4404   filter: "'NIC_Intel-X520-DA2' and
4405            '64B' and
4406            ('BASE' or 'SCALE') and
4407            'NDRPDR' and
4408            '2T2C' and
4409            'IP4FWD' and
4410            not 'IPSEC' and
4411            not 'VHOST'"
4412   parameters:
4413   - "throughput"
4414   - "parent"
4415   traces:
4416     hoverinfo: "x+y"
4417     boxpoints: "outliers"
4418     whiskerwidth: 0
4419   layout:
4420     title: ""  # No title
4421     layout: "plot-throughput"
4422
4423 -
4424   type: "plot"
4425   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4426   algorithm: "plot_performance_box"
4427   output-file-type: ".html"
4428   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4429   data: "plot-vpp-throughput-latency-3n-hsw"
4430   filter: "'NIC_Intel-X520-DA2' and
4431            '64B' and
4432            ('BASE' or 'SCALE') and
4433            'NDRPDR' and
4434            '2T2C' and
4435            'IP4FWD' and
4436            not 'IPSEC' and
4437            not 'VHOST'"
4438   parameters:
4439   - "throughput"
4440   - "parent"
4441   traces:
4442     hoverinfo: "x+y"
4443     boxpoints: "outliers"
4444     whiskerwidth: 0
4445   layout:
4446     title: ""  # No title
4447     layout: "plot-throughput"
4448
4449 -
4450   type: "plot"
4451   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
4452   algorithm: "plot_performance_box"
4453   output-file-type: ".html"
4454   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
4455   data: "plot-vpp-throughput-latency-3n-hsw"
4456   filter: "'NIC_Intel-X520-DA2' and
4457            '64B' and
4458            'FEATURE' and
4459            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4460            'NDRPDR' and
4461            '1T1C' and
4462            'IP4FWD' and
4463            not 'IPSEC' and
4464            not 'VHOST'"
4465   parameters:
4466   - "throughput"
4467   - "parent"
4468   traces:
4469     hoverinfo: "x+y"
4470     boxpoints: "outliers"
4471     whiskerwidth: 0
4472   layout:
4473     title: ""  # No title
4474     layout: "plot-throughput"
4475
4476 -
4477   type: "plot"
4478   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
4479   algorithm: "plot_performance_box"
4480   output-file-type: ".html"
4481   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
4482   data: "plot-vpp-throughput-latency-3n-hsw"
4483   filter: "'NIC_Intel-X520-DA2' and
4484            '64B' and
4485            'FEATURE' and
4486            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4487            'NDRPDR' and
4488            '1T1C' and
4489            'IP4FWD' and
4490            not 'IPSEC' and
4491            not 'VHOST'"
4492   parameters:
4493   - "throughput"
4494   - "parent"
4495   traces:
4496     hoverinfo: "x+y"
4497     boxpoints: "outliers"
4498     whiskerwidth: 0
4499   layout:
4500     title: ""  # No title
4501     layout: "plot-throughput"
4502
4503 -
4504   type: "plot"
4505   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
4506   algorithm: "plot_performance_box"
4507   output-file-type: ".html"
4508   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
4509   data: "plot-vpp-throughput-latency-3n-hsw"
4510   filter: "'NIC_Intel-X520-DA2' and
4511            '64B' and
4512            'FEATURE' and
4513            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4514            'NDRPDR' and
4515            '2T2C' and
4516            'IP4FWD' and
4517            not 'IPSEC' and
4518            not 'VHOST'"
4519   parameters:
4520   - "throughput"
4521   - "parent"
4522   traces:
4523     hoverinfo: "x+y"
4524     boxpoints: "outliers"
4525     whiskerwidth: 0
4526   layout:
4527     title: ""  # No title
4528     layout: "plot-throughput"
4529
4530 -
4531   type: "plot"
4532   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
4533   algorithm: "plot_performance_box"
4534   output-file-type: ".html"
4535   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
4536   data: "plot-vpp-throughput-latency-3n-hsw"
4537   filter: "'NIC_Intel-X520-DA2' and
4538            '64B' and
4539            'FEATURE' and
4540            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4541            'NDRPDR' and
4542            '2T2C' and
4543            'IP4FWD' and
4544            not 'IPSEC' and
4545            not 'VHOST'"
4546   parameters:
4547   - "throughput"
4548   - "parent"
4549   traces:
4550     hoverinfo: "x+y"
4551     boxpoints: "outliers"
4552     whiskerwidth: 0
4553   layout:
4554     title: ""  # No title
4555     layout: "plot-throughput"
4556
4557 # Packet Throughput - VPP IPv4 3n-hsw-x710
4558 -
4559   type: "plot"
4560   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4561   algorithm: "plot_performance_box"
4562   output-file-type: ".html"
4563   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4564   data: "plot-vpp-throughput-latency-3n-hsw"
4565   filter: "'NIC_Intel-X710' and
4566            '64B' and
4567            ('BASE' or 'SCALE') and
4568            'NDRPDR' and
4569            '1T1C' and
4570            'IP4FWD' and
4571            not 'IPSEC' and
4572            not 'VHOST'"
4573   parameters:
4574   - "throughput"
4575   - "parent"
4576   traces:
4577     hoverinfo: "x+y"
4578     boxpoints: "outliers"
4579     whiskerwidth: 0
4580   layout:
4581     title: ""  # No title
4582     layout: "plot-throughput"
4583
4584 -
4585   type: "plot"
4586   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4587   algorithm: "plot_performance_box"
4588   output-file-type: ".html"
4589   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4590   data: "plot-vpp-throughput-latency-3n-hsw"
4591   filter: "'NIC_Intel-X710' and
4592            '64B' and
4593            ('BASE' or 'SCALE') and
4594            'NDRPDR' and
4595            '1T1C' and
4596            'IP4FWD' and
4597            not 'IPSEC' and
4598            not 'VHOST'"
4599   parameters:
4600   - "throughput"
4601   - "parent"
4602   traces:
4603     hoverinfo: "x+y"
4604     boxpoints: "outliers"
4605     whiskerwidth: 0
4606   layout:
4607     title: ""  # No title
4608     layout: "plot-throughput"
4609
4610 -
4611   type: "plot"
4612   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4613   algorithm: "plot_performance_box"
4614   output-file-type: ".html"
4615   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4616   data: "plot-vpp-throughput-latency-3n-hsw"
4617   filter: "'NIC_Intel-X710' and
4618            '64B' and
4619            ('BASE' or 'SCALE') and
4620            'NDRPDR' and
4621            '2T2C' and
4622            'IP4FWD' and
4623            not 'IPSEC' and
4624            not 'VHOST'"
4625   parameters:
4626   - "throughput"
4627   - "parent"
4628   traces:
4629     hoverinfo: "x+y"
4630     boxpoints: "outliers"
4631     whiskerwidth: 0
4632   layout:
4633     title: ""  # No title
4634     layout: "plot-throughput"
4635
4636 -
4637   type: "plot"
4638   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4639   algorithm: "plot_performance_box"
4640   output-file-type: ".html"
4641   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4642   data: "plot-vpp-throughput-latency-3n-hsw"
4643   filter: "'NIC_Intel-X710' and
4644            '64B' and
4645            ('BASE' or 'SCALE') and
4646            'NDRPDR' and
4647            '2T2C' and
4648            'IP4FWD' and
4649            not 'IPSEC' and
4650            not 'VHOST'"
4651   parameters:
4652   - "throughput"
4653   - "parent"
4654   traces:
4655     hoverinfo: "x+y"
4656     boxpoints: "outliers"
4657     whiskerwidth: 0
4658   layout:
4659     title: ""  # No title
4660     layout: "plot-throughput"
4661
4662 -
4663   type: "plot"
4664   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
4665   algorithm: "plot_performance_box"
4666   output-file-type: ".html"
4667   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
4668   data: "plot-vpp-throughput-latency-3n-hsw"
4669   filter: "'NIC_Intel-X710' and
4670            '64B' and
4671            'FEATURE' and
4672            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4673            'NDRPDR' and
4674            '1T1C' and
4675            'IP4FWD' and
4676            not 'IPSEC' and
4677            not 'VHOST'"
4678   parameters:
4679   - "throughput"
4680   - "parent"
4681   traces:
4682     hoverinfo: "x+y"
4683     boxpoints: "outliers"
4684     whiskerwidth: 0
4685   layout:
4686     title: ""  # No title
4687     layout: "plot-throughput"
4688
4689 -
4690   type: "plot"
4691   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
4692   algorithm: "plot_performance_box"
4693   output-file-type: ".html"
4694   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
4695   data: "plot-vpp-throughput-latency-3n-hsw"
4696   filter: "'NIC_Intel-X710' and
4697            '64B' and
4698            'FEATURE' and
4699            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4700            'NDRPDR' and
4701            '1T1C' and
4702            'IP4FWD' and
4703            not 'IPSEC' and
4704            not 'VHOST'"
4705   parameters:
4706   - "throughput"
4707   - "parent"
4708   traces:
4709     hoverinfo: "x+y"
4710     boxpoints: "outliers"
4711     whiskerwidth: 0
4712   layout:
4713     title: ""  # No title
4714     layout: "plot-throughput"
4715
4716 -
4717   type: "plot"
4718   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
4719   algorithm: "plot_performance_box"
4720   output-file-type: ".html"
4721   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
4722   data: "plot-vpp-throughput-latency-3n-hsw"
4723   filter: "'NIC_Intel-X710' and
4724            '64B' and
4725            'FEATURE' and
4726            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4727            'NDRPDR' and
4728            '2T2C' and
4729            'IP4FWD' and
4730            not 'IPSEC' and
4731            not 'VHOST'"
4732   parameters:
4733   - "throughput"
4734   - "parent"
4735   traces:
4736     hoverinfo: "x+y"
4737     boxpoints: "outliers"
4738     whiskerwidth: 0
4739   layout:
4740     title: ""  # No title
4741     layout: "plot-throughput"
4742
4743 -
4744   type: "plot"
4745   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
4746   algorithm: "plot_performance_box"
4747   output-file-type: ".html"
4748   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
4749   data: "plot-vpp-throughput-latency-3n-hsw"
4750   filter: "'NIC_Intel-X710' and
4751            '64B' and
4752            'FEATURE' and
4753            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4754            'NDRPDR' and
4755            '2T2C' and
4756            'IP4FWD' and
4757            not 'IPSEC' and
4758            not 'VHOST'"
4759   parameters:
4760   - "throughput"
4761   - "parent"
4762   traces:
4763     hoverinfo: "x+y"
4764     boxpoints: "outliers"
4765     whiskerwidth: 0
4766   layout:
4767     title: ""  # No title
4768     layout: "plot-throughput"
4769
4770 # Packet Throughput - VPP IPv4 3n-hsw-xl710
4771 -
4772   type: "plot"
4773   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4774   algorithm: "plot_performance_box"
4775   output-file-type: ".html"
4776   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4777   data: "plot-vpp-throughput-latency-3n-hsw"
4778   filter: "'NIC_Intel-XL710' and
4779            '64B' and
4780            ('BASE' or 'SCALE') and
4781            'NDRPDR' and
4782            '1T1C' and
4783            'IP4FWD' and
4784            not 'IPSEC' and
4785            not 'VHOST'"
4786   parameters:
4787   - "throughput"
4788   - "parent"
4789   traces:
4790     hoverinfo: "x+y"
4791     boxpoints: "outliers"
4792     whiskerwidth: 0
4793   layout:
4794     title: ""  # No title
4795     layout: "plot-throughput"
4796
4797 -
4798   type: "plot"
4799   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4800   algorithm: "plot_performance_box"
4801   output-file-type: ".html"
4802   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4803   data: "plot-vpp-throughput-latency-3n-hsw"
4804   filter: "'NIC_Intel-XL710' and
4805            '64B' and
4806            ('BASE' or 'SCALE') and
4807            'NDRPDR' and
4808            '1T1C' and
4809            'IP4FWD' and
4810            not 'IPSEC' and
4811            not 'VHOST'"
4812   parameters:
4813   - "throughput"
4814   - "parent"
4815   traces:
4816     hoverinfo: "x+y"
4817     boxpoints: "outliers"
4818     whiskerwidth: 0
4819   layout:
4820     title: ""  # No title
4821     layout: "plot-throughput"
4822
4823 -
4824   type: "plot"
4825   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4826   algorithm: "plot_performance_box"
4827   output-file-type: ".html"
4828   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4829   data: "plot-vpp-throughput-latency-3n-hsw"
4830   filter: "'NIC_Intel-XL710' and
4831            '64B' and
4832            ('BASE' or 'SCALE') and
4833            'NDRPDR' and
4834            '2T2C' and
4835            'IP4FWD' and
4836            not 'IPSEC' and
4837            not 'VHOST'"
4838   parameters:
4839   - "throughput"
4840   - "parent"
4841   traces:
4842     hoverinfo: "x+y"
4843     boxpoints: "outliers"
4844     whiskerwidth: 0
4845   layout:
4846     title: ""  # No title
4847     layout: "plot-throughput"
4848
4849 -
4850   type: "plot"
4851   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4852   algorithm: "plot_performance_box"
4853   output-file-type: ".html"
4854   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4855   data: "plot-vpp-throughput-latency-3n-hsw"
4856   filter: "'NIC_Intel-XL710' and
4857            '64B' and
4858            ('BASE' or 'SCALE') and
4859            'NDRPDR' and
4860            '2T2C' and
4861            'IP4FWD' and
4862            not 'IPSEC' and
4863            not 'VHOST'"
4864   parameters:
4865   - "throughput"
4866   - "parent"
4867   traces:
4868     hoverinfo: "x+y"
4869     boxpoints: "outliers"
4870     whiskerwidth: 0
4871   layout:
4872     title: ""  # No title
4873     layout: "plot-throughput"
4874
4875 # Packet Throughput - VPP IPv4 3n-skx-x710
4876 -
4877   type: "plot"
4878   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4879   algorithm: "plot_performance_box"
4880   output-file-type: ".html"
4881   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4882   data: "plot-vpp-throughput-latency-3n-skx"
4883   filter: "'NIC_Intel-X710' and
4884            '64B' and
4885            ('BASE' or 'SCALE') and
4886            'NDRPDR' and
4887            '2T1C' and
4888            'IP4FWD' and
4889            not 'IPSEC' and
4890            not 'VHOST'"
4891   parameters:
4892   - "throughput"
4893   - "parent"
4894   traces:
4895     hoverinfo: "x+y"
4896     boxpoints: "outliers"
4897     whiskerwidth: 0
4898   layout:
4899     title: ""  # No title
4900     layout: "plot-throughput"
4901
4902 -
4903   type: "plot"
4904   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4905   algorithm: "plot_performance_box"
4906   output-file-type: ".html"
4907   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4908   data: "plot-vpp-throughput-latency-3n-skx"
4909   filter: "'NIC_Intel-X710' and
4910            '64B' and
4911            ('BASE' or 'SCALE') and
4912            'NDRPDR' and
4913            '2T1C' and
4914            'IP4FWD' and
4915            not 'IPSEC' and
4916            not 'VHOST'"
4917   parameters:
4918   - "throughput"
4919   - "parent"
4920   traces:
4921     hoverinfo: "x+y"
4922     boxpoints: "outliers"
4923     whiskerwidth: 0
4924   layout:
4925     title: ""  # No title
4926     layout: "plot-throughput"
4927
4928 -
4929   type: "plot"
4930   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4931   algorithm: "plot_performance_box"
4932   output-file-type: ".html"
4933   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4934   data: "plot-vpp-throughput-latency-3n-skx"
4935   filter: "'NIC_Intel-X710' and
4936            '64B' and
4937            ('BASE' or 'SCALE') and
4938            'NDRPDR' and
4939            '4T2C' and
4940            'IP4FWD' and
4941            not 'IPSEC' and
4942            not 'VHOST'"
4943   parameters:
4944   - "throughput"
4945   - "parent"
4946   traces:
4947     hoverinfo: "x+y"
4948     boxpoints: "outliers"
4949     whiskerwidth: 0
4950   layout:
4951     title: ""  # No title
4952     layout: "plot-throughput"
4953
4954 -
4955   type: "plot"
4956   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4957   algorithm: "plot_performance_box"
4958   output-file-type: ".html"
4959   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4960   data: "plot-vpp-throughput-latency-3n-skx"
4961   filter: "'NIC_Intel-X710' and
4962            '64B' and
4963            ('BASE' or 'SCALE') and
4964            'NDRPDR' and
4965            '4T2C' and
4966            'IP4FWD' and
4967            not 'IPSEC' and
4968            not 'VHOST'"
4969   parameters:
4970   - "throughput"
4971   - "parent"
4972   traces:
4973     hoverinfo: "x+y"
4974     boxpoints: "outliers"
4975     whiskerwidth: 0
4976   layout:
4977     title: ""  # No title
4978     layout: "plot-throughput"
4979
4980 -
4981   type: "plot"
4982   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
4983   algorithm: "plot_performance_box"
4984   output-file-type: ".html"
4985   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
4986   data: "plot-vpp-throughput-latency-3n-skx"
4987   filter: "'NIC_Intel-X710' and
4988            '64B' and
4989            'FEATURE' and
4990            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4991            'NDRPDR' and
4992            '2T1C' and
4993            'IP4FWD' and
4994            not 'IPSEC' and
4995            not 'VHOST'"
4996   parameters:
4997   - "throughput"
4998   - "parent"
4999   traces:
5000     hoverinfo: "x+y"
5001     boxpoints: "outliers"
5002     whiskerwidth: 0
5003   layout:
5004     title: ""  # No title
5005     layout: "plot-throughput"
5006
5007 -
5008   type: "plot"
5009   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
5010   algorithm: "plot_performance_box"
5011   output-file-type: ".html"
5012   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
5013   data: "plot-vpp-throughput-latency-3n-skx"
5014   filter: "'NIC_Intel-X710' and
5015            '64B' and
5016            'FEATURE' and
5017            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5018            'NDRPDR' and
5019            '2T1C' and
5020            'IP4FWD' and
5021            not 'IPSEC' and
5022            not 'VHOST'"
5023   parameters:
5024   - "throughput"
5025   - "parent"
5026   traces:
5027     hoverinfo: "x+y"
5028     boxpoints: "outliers"
5029     whiskerwidth: 0
5030   layout:
5031     title: ""  # No title
5032     layout: "plot-throughput"
5033
5034 -
5035   type: "plot"
5036   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
5037   algorithm: "plot_performance_box"
5038   output-file-type: ".html"
5039   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
5040   data: "plot-vpp-throughput-latency-3n-skx"
5041   filter: "'NIC_Intel-X710' and
5042            '64B' and
5043            'FEATURE' and
5044            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5045            'NDRPDR' and
5046            '4T2C' and
5047            'IP4FWD' and
5048            not 'IPSEC' and
5049            not 'VHOST'"
5050   parameters:
5051   - "throughput"
5052   - "parent"
5053   traces:
5054     hoverinfo: "x+y"
5055     boxpoints: "outliers"
5056     whiskerwidth: 0
5057   layout:
5058     title: ""  # No title
5059     layout: "plot-throughput"
5060
5061 -
5062   type: "plot"
5063   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
5064   algorithm: "plot_performance_box"
5065   output-file-type: ".html"
5066   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
5067   data: "plot-vpp-throughput-latency-3n-skx"
5068   filter: "'NIC_Intel-X710' and
5069            '64B' and
5070            'FEATURE' and
5071            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5072            'NDRPDR' and
5073            '4T2C' and
5074            'IP4FWD' and
5075            not 'IPSEC' and
5076            not 'VHOST'"
5077   parameters:
5078   - "throughput"
5079   - "parent"
5080   traces:
5081     hoverinfo: "x+y"
5082     boxpoints: "outliers"
5083     whiskerwidth: 0
5084   layout:
5085     title: ""  # No title
5086     layout: "plot-throughput"
5087
5088 # Packet Throughput - VPP IPv4 2n-skx-x710
5089 -
5090   type: "plot"
5091   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5092   algorithm: "plot_performance_box"
5093   output-file-type: ".html"
5094   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5095   data: "plot-vpp-throughput-latency-2n-skx"
5096   filter: "'NIC_Intel-X710' and
5097            '64B' and
5098            ('BASE' or 'SCALE') and
5099            'NDRPDR' and
5100            '2T1C' and
5101            'IP4FWD' and
5102            not 'IPSEC' and
5103            not 'VHOST'"
5104   parameters:
5105   - "throughput"
5106   - "parent"
5107   traces:
5108     hoverinfo: "x+y"
5109     boxpoints: "outliers"
5110     whiskerwidth: 0
5111   layout:
5112     title: ""  # No title
5113     layout: "plot-throughput"
5114
5115 -
5116   type: "plot"
5117   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5118   algorithm: "plot_performance_box"
5119   output-file-type: ".html"
5120   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5121   data: "plot-vpp-throughput-latency-2n-skx"
5122   filter: "'NIC_Intel-X710' and
5123            '64B' and
5124            ('BASE' or 'SCALE') and
5125            'NDRPDR' and
5126            '2T1C' and
5127            'IP4FWD' and
5128            not 'IPSEC' and
5129            not 'VHOST'"
5130   parameters:
5131   - "throughput"
5132   - "parent"
5133   traces:
5134     hoverinfo: "x+y"
5135     boxpoints: "outliers"
5136     whiskerwidth: 0
5137   layout:
5138     title: ""  # No title
5139     layout: "plot-throughput"
5140
5141 -
5142   type: "plot"
5143   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5144   algorithm: "plot_performance_box"
5145   output-file-type: ".html"
5146   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5147   data: "plot-vpp-throughput-latency-2n-skx"
5148   filter: "'NIC_Intel-X710' and
5149            '64B' and
5150            ('BASE' or 'SCALE') and
5151            'NDRPDR' and
5152            '4T2C' and
5153            'IP4FWD' and
5154            not 'IPSEC' and
5155            not 'VHOST'"
5156   parameters:
5157   - "throughput"
5158   - "parent"
5159   traces:
5160     hoverinfo: "x+y"
5161     boxpoints: "outliers"
5162     whiskerwidth: 0
5163   layout:
5164     title: ""  # No title
5165     layout: "plot-throughput"
5166
5167 -
5168   type: "plot"
5169   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5170   algorithm: "plot_performance_box"
5171   output-file-type: ".html"
5172   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5173   data: "plot-vpp-throughput-latency-2n-skx"
5174   filter: "'NIC_Intel-X710' and
5175            '64B' and
5176            ('BASE' or 'SCALE') and
5177            'NDRPDR' and
5178            '4T2C' and
5179            'IP4FWD' and
5180            not 'IPSEC' and
5181            not 'VHOST'"
5182   parameters:
5183   - "throughput"
5184   - "parent"
5185   traces:
5186     hoverinfo: "x+y"
5187     boxpoints: "outliers"
5188     whiskerwidth: 0
5189   layout:
5190     title: ""  # No title
5191     layout: "plot-throughput"
5192
5193 # Packet Throughput - VPP IPv4 2n-skx-xxv710
5194 -
5195   type: "plot"
5196   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5197   algorithm: "plot_performance_box"
5198   output-file-type: ".html"
5199   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5200   data: "plot-vpp-throughput-latency-2n-skx"
5201   filter: "'NIC_Intel-XXV710' and
5202            '64B' and
5203            ('BASE' or 'SCALE') and
5204            'NDRPDR' and
5205            '2T1C' and
5206            'IP4FWD' and
5207            not 'IPSEC' and
5208            not 'VHOST'"
5209   parameters:
5210   - "throughput"
5211   - "parent"
5212   traces:
5213     hoverinfo: "x+y"
5214     boxpoints: "outliers"
5215     whiskerwidth: 0
5216   layout:
5217     title: ""  # No title
5218     layout: "plot-throughput"
5219
5220 -
5221   type: "plot"
5222   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5223   algorithm: "plot_performance_box"
5224   output-file-type: ".html"
5225   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5226   data: "plot-vpp-throughput-latency-2n-skx"
5227   filter: "'NIC_Intel-XXV710' and
5228            '64B' and
5229            ('BASE' or 'SCALE') and
5230            'NDRPDR' and
5231            '2T1C' and
5232            'IP4FWD' and
5233            not 'IPSEC' and
5234            not 'VHOST'"
5235   parameters:
5236   - "throughput"
5237   - "parent"
5238   traces:
5239     hoverinfo: "x+y"
5240     boxpoints: "outliers"
5241     whiskerwidth: 0
5242   layout:
5243     title: ""  # No title
5244     layout: "plot-throughput"
5245
5246 -
5247   type: "plot"
5248   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5249   algorithm: "plot_performance_box"
5250   output-file-type: ".html"
5251   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5252   data: "plot-vpp-throughput-latency-2n-skx"
5253   filter: "'NIC_Intel-XXV710' and
5254            '64B' and
5255            ('BASE' or 'SCALE') and
5256            'NDRPDR' and
5257            '4T2C' and
5258            'IP4FWD' and
5259            not 'IPSEC' and
5260            not 'VHOST'"
5261   parameters:
5262   - "throughput"
5263   - "parent"
5264   traces:
5265     hoverinfo: "x+y"
5266     boxpoints: "outliers"
5267     whiskerwidth: 0
5268   layout:
5269     title: ""  # No title
5270     layout: "plot-throughput"
5271
5272 -
5273   type: "plot"
5274   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5275   algorithm: "plot_performance_box"
5276   output-file-type: ".html"
5277   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5278   data: "plot-vpp-throughput-latency-2n-skx"
5279   filter: "'NIC_Intel-XXV710' and
5280            '64B' and
5281            ('BASE' or 'SCALE') and
5282            'NDRPDR' and
5283            '4T2C' and
5284            'IP4FWD' and
5285            not 'IPSEC' and
5286            not 'VHOST'"
5287   parameters:
5288   - "throughput"
5289   - "parent"
5290   traces:
5291     hoverinfo: "x+y"
5292     boxpoints: "outliers"
5293     whiskerwidth: 0
5294   layout:
5295     title: ""  # No title
5296     layout: "plot-throughput"
5297
5298 ################################################################################
5299
5300 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520
5301 -
5302   type: "plot"
5303   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5304   algorithm: "plot_performance_box"
5305   output-file-type: ".html"
5306   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5307   data: "plot-vpp-throughput-latency-3n-hsw"
5308   filter: "'NIC_Intel-X520-DA2' and
5309            '64B' and
5310            'ENCAP' and
5311            'NDRPDR' and
5312            '1T1C' and
5313            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5314            not 'VHOST' and
5315            not 'IPSECHW'"
5316   parameters:
5317   - "throughput"
5318   - "parent"
5319   traces:
5320     hoverinfo: "x+y"
5321     boxpoints: "outliers"
5322     whiskerwidth: 0
5323   layout:
5324     title: ""  # No title
5325     layout: "plot-throughput"
5326
5327 -
5328   type: "plot"
5329   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5330   algorithm: "plot_performance_box"
5331   output-file-type: ".html"
5332   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5333   data: "plot-vpp-throughput-latency-3n-hsw"
5334   filter: "'NIC_Intel-X520-DA2' and
5335            '64B' and
5336            'ENCAP' and
5337            'NDRPDR' and
5338            '1T1C' and
5339            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5340            not 'VHOST' and
5341            not 'IPSECHW'"
5342   parameters:
5343   - "throughput"
5344   - "parent"
5345   traces:
5346     hoverinfo: "x+y"
5347     boxpoints: "outliers"
5348     whiskerwidth: 0
5349   layout:
5350     title: ""  # No title
5351     layout: "plot-throughput"
5352
5353 -
5354   type: "plot"
5355   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5356   algorithm: "plot_performance_box"
5357   output-file-type: ".html"
5358   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5359   data: "plot-vpp-throughput-latency-3n-hsw"
5360   filter: "'NIC_Intel-X520-DA2' and
5361            '64B' and
5362            'ENCAP' and
5363            'NDRPDR' and
5364            '2T2C' and
5365            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5366            not 'VHOST' and
5367            not 'IPSECHW'"
5368   parameters:
5369   - "throughput"
5370   - "parent"
5371   traces:
5372     hoverinfo: "x+y"
5373     boxpoints: "outliers"
5374     whiskerwidth: 0
5375   layout:
5376     title: ""  # No title
5377     layout: "plot-throughput"
5378
5379 -
5380   type: "plot"
5381   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5382   algorithm: "plot_performance_box"
5383   output-file-type: ".html"
5384   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5385   data: "plot-vpp-throughput-latency-3n-hsw"
5386   filter: "'NIC_Intel-X520-DA2' and
5387            '64B' and
5388            'ENCAP' and
5389            'NDRPDR' and
5390            '2T2C' and
5391            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5392            not 'VHOST' and
5393            not 'IPSECHW'"
5394   parameters:
5395   - "throughput"
5396   - "parent"
5397   traces:
5398     hoverinfo: "x+y"
5399     boxpoints: "outliers"
5400     whiskerwidth: 0
5401   layout:
5402     title: ""  # No title
5403     layout: "plot-throughput"
5404
5405 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710
5406 -
5407   type: "plot"
5408   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5409   algorithm: "plot_performance_box"
5410   output-file-type: ".html"
5411   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5412   data: "plot-vpp-throughput-latency-3n-hsw"
5413   filter: "'NIC_Intel-X710' and
5414            '64B' and
5415            'ENCAP' and
5416            'NDRPDR' and
5417            '1T1C' and
5418            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5419            not 'VHOST' and
5420            not 'IPSECHW'"
5421   parameters:
5422   - "throughput"
5423   - "parent"
5424   traces:
5425     hoverinfo: "x+y"
5426     boxpoints: "outliers"
5427     whiskerwidth: 0
5428   layout:
5429     title: ""  # No title
5430     layout: "plot-throughput"
5431
5432 -
5433   type: "plot"
5434   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5435   algorithm: "plot_performance_box"
5436   output-file-type: ".html"
5437   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5438   data: "plot-vpp-throughput-latency-3n-hsw"
5439   filter: "'NIC_Intel-X710' and
5440            '64B' and
5441            'ENCAP' and
5442            'NDRPDR' and
5443            '1T1C' and
5444            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5445            not 'VHOST' and
5446            not 'IPSECHW'"
5447   parameters:
5448   - "throughput"
5449   - "parent"
5450   traces:
5451     hoverinfo: "x+y"
5452     boxpoints: "outliers"
5453     whiskerwidth: 0
5454   layout:
5455     title: ""  # No title
5456     layout: "plot-throughput"
5457
5458 -
5459   type: "plot"
5460   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5461   algorithm: "plot_performance_box"
5462   output-file-type: ".html"
5463   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5464   data: "plot-vpp-throughput-latency-3n-hsw"
5465   filter: "'NIC_Intel-X710' and
5466            '64B' and
5467            'ENCAP' and
5468            'NDRPDR' and
5469            '2T2C' and
5470            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5471            not 'VHOST' and
5472            not 'IPSECHW'"
5473   parameters:
5474   - "throughput"
5475   - "parent"
5476   traces:
5477     hoverinfo: "x+y"
5478     boxpoints: "outliers"
5479     whiskerwidth: 0
5480   layout:
5481     title: ""  # No title
5482     layout: "plot-throughput"
5483
5484 -
5485   type: "plot"
5486   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5487   algorithm: "plot_performance_box"
5488   output-file-type: ".html"
5489   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5490   data: "plot-vpp-throughput-latency-3n-hsw"
5491   filter: "'NIC_Intel-X710' and
5492            '64B' and
5493            'ENCAP' and
5494            'NDRPDR' and
5495            '2T2C' and
5496            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5497            not 'VHOST' and
5498            not 'IPSECHW'"
5499   parameters:
5500   - "throughput"
5501   - "parent"
5502   traces:
5503     hoverinfo: "x+y"
5504     boxpoints: "outliers"
5505     whiskerwidth: 0
5506   layout:
5507     title: ""  # No title
5508     layout: "plot-throughput"
5509
5510 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710
5511 -
5512   type: "plot"
5513   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5514   algorithm: "plot_performance_box"
5515   output-file-type: ".html"
5516   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5517   data: "plot-vpp-throughput-latency-3n-skx"
5518   filter: "'NIC_Intel-X710' and
5519            '64B' and
5520            'ENCAP' and
5521            'NDRPDR' and
5522            '2T1C' and
5523            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5524            not 'VHOST' and
5525            not 'IPSECHW'"
5526   parameters:
5527   - "throughput"
5528   - "parent"
5529   traces:
5530     hoverinfo: "x+y"
5531     boxpoints: "outliers"
5532     whiskerwidth: 0
5533   layout:
5534     title: ""  # No title
5535     layout: "plot-throughput"
5536
5537 -
5538   type: "plot"
5539   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5540   algorithm: "plot_performance_box"
5541   output-file-type: ".html"
5542   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5543   data: "plot-vpp-throughput-latency-3n-skx"
5544   filter: "'NIC_Intel-X710' and
5545            '64B' and
5546            'ENCAP' and
5547            'NDRPDR' and
5548            '2T1C' and
5549            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5550            not 'VHOST' and
5551            not 'IPSECHW'"
5552   parameters:
5553   - "throughput"
5554   - "parent"
5555   traces:
5556     hoverinfo: "x+y"
5557     boxpoints: "outliers"
5558     whiskerwidth: 0
5559   layout:
5560     title: ""  # No title
5561     layout: "plot-throughput"
5562
5563 -
5564   type: "plot"
5565   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5566   algorithm: "plot_performance_box"
5567   output-file-type: ".html"
5568   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5569   data: "plot-vpp-throughput-latency-3n-skx"
5570   filter: "'NIC_Intel-X710' and
5571            '64B' and
5572            'ENCAP' and
5573            'NDRPDR' and
5574            '4T2C' and
5575            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5576            not 'VHOST' and
5577            not 'IPSECHW'"
5578   parameters:
5579   - "throughput"
5580   - "parent"
5581   traces:
5582     hoverinfo: "x+y"
5583     boxpoints: "outliers"
5584     whiskerwidth: 0
5585   layout:
5586     title: ""  # No title
5587     layout: "plot-throughput"
5588
5589 -
5590   type: "plot"
5591   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5592   algorithm: "plot_performance_box"
5593   output-file-type: ".html"
5594   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5595   data: "plot-vpp-throughput-latency-3n-skx"
5596   filter: "'NIC_Intel-X710' and
5597            '64B' and
5598            'ENCAP' and
5599            'NDRPDR' and
5600            '4T2C' and
5601            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5602            not 'VHOST' and
5603            not 'IPSECHW'"
5604   parameters:
5605   - "throughput"
5606   - "parent"
5607   traces:
5608     hoverinfo: "x+y"
5609     boxpoints: "outliers"
5610     whiskerwidth: 0
5611   layout:
5612     title: ""  # No title
5613     layout: "plot-throughput"
5614
5615 ################################################################################
5616
5617 # Packet Throughput - VPP IPv6 3n-hsw-x520
5618 -
5619   type: "plot"
5620   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
5621   algorithm: "plot_performance_box"
5622   output-file-type: ".html"
5623   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
5624   data: "plot-vpp-throughput-latency-3n-hsw"
5625   filter: "'NIC_Intel-X520-DA2' and
5626            '78B' and
5627            ('BASE' or 'SCALE') and
5628            'NDRPDR' and
5629            '1T1C' and
5630            'IP6FWD' and
5631            not 'SRv6' and
5632            not 'IPSEC' and
5633            not 'VHOST'"
5634   parameters:
5635   - "throughput"
5636   - "parent"
5637   traces:
5638     hoverinfo: "x+y"
5639     boxpoints: "outliers"
5640     whiskerwidth: 0
5641   layout:
5642     title: ""  # No title
5643     layout: "plot-throughput"
5644
5645 -
5646   type: "plot"
5647   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
5648   algorithm: "plot_performance_box"
5649   output-file-type: ".html"
5650   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
5651   data: "plot-vpp-throughput-latency-3n-hsw"
5652   filter: "'NIC_Intel-X520-DA2' and
5653            '78B' and
5654            ('BASE' or 'SCALE') and
5655            'NDRPDR' and
5656            '1T1C' and
5657            'IP6FWD' and
5658            not 'SRv6' and
5659            not 'IPSEC' and
5660            not 'VHOST'"
5661   parameters:
5662   - "throughput"
5663   - "parent"
5664   traces:
5665     hoverinfo: "x+y"
5666     boxpoints: "outliers"
5667     whiskerwidth: 0
5668   layout:
5669     title: ""  # No title
5670     layout: "plot-throughput"
5671
5672 -
5673   type: "plot"
5674   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
5675   algorithm: "plot_performance_box"
5676   output-file-type: ".html"
5677   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
5678   data: "plot-vpp-throughput-latency-3n-hsw"
5679   filter: "'NIC_Intel-X520-DA2' and
5680            '78B' and
5681            ('BASE' or 'SCALE') and
5682            'NDRPDR' and
5683            '2T2C' and
5684            'IP6FWD' and
5685            not 'SRv6' and
5686            not 'IPSEC' and
5687            not 'VHOST'"
5688   parameters:
5689   - "throughput"
5690   - "parent"
5691   traces:
5692     hoverinfo: "x+y"
5693     boxpoints: "outliers"
5694     whiskerwidth: 0
5695   layout:
5696     title: ""  # No title
5697     layout: "plot-throughput"
5698
5699 -
5700   type: "plot"
5701   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
5702   algorithm: "plot_performance_box"
5703   output-file-type: ".html"
5704   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
5705   data: "plot-vpp-throughput-latency-3n-hsw"
5706   filter: "'NIC_Intel-X520-DA2' and
5707            '78B' and
5708            ('BASE' or 'SCALE') and
5709            'NDRPDR' and
5710            '2T2C' and
5711            'IP6FWD' and
5712            not 'SRv6' and
5713            not 'IPSEC' and
5714            not 'VHOST'"
5715   parameters:
5716   - "throughput"
5717   - "parent"
5718   traces:
5719     hoverinfo: "x+y"
5720     boxpoints: "outliers"
5721     whiskerwidth: 0
5722   layout:
5723     title: ""  # No title
5724     layout: "plot-throughput"
5725
5726 # Packet Throughput - VPP IPv6 3n-hsw-x710
5727 -
5728   type: "plot"
5729   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
5730   algorithm: "plot_performance_box"
5731   output-file-type: ".html"
5732   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
5733   data: "plot-vpp-throughput-latency-3n-hsw"
5734   filter: "'NIC_Intel-X710' and
5735            '78B' and
5736            ('BASE' or 'SCALE') and
5737            'NDRPDR' and
5738            '1T1C' and
5739            'IP6FWD' and
5740            not 'SRv6' and
5741            not 'IPSEC' and
5742            not 'VHOST'"
5743   parameters:
5744   - "throughput"
5745   - "parent"
5746   traces:
5747     hoverinfo: "x+y"
5748     boxpoints: "outliers"
5749     whiskerwidth: 0
5750   layout:
5751     title: ""  # No title
5752     layout: "plot-throughput"
5753
5754 -
5755   type: "plot"
5756   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
5757   algorithm: "plot_performance_box"
5758   output-file-type: ".html"
5759   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
5760   data: "plot-vpp-throughput-latency-3n-hsw"
5761   filter: "'NIC_Intel-X710' and
5762            '78B' and
5763            ('BASE' or 'SCALE') and
5764            'NDRPDR' and
5765            '1T1C' and
5766            'IP6FWD' and
5767            not 'SRv6' and
5768            not 'IPSEC' and
5769            not 'VHOST'"
5770   parameters:
5771   - "throughput"
5772   - "parent"
5773   traces:
5774     hoverinfo: "x+y"
5775     boxpoints: "outliers"
5776     whiskerwidth: 0
5777   layout:
5778     title: ""  # No title
5779     layout: "plot-throughput"
5780
5781 -
5782   type: "plot"
5783   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
5784   algorithm: "plot_performance_box"
5785   output-file-type: ".html"
5786   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
5787   data: "plot-vpp-throughput-latency-3n-hsw"
5788   filter: "'NIC_Intel-X710' and
5789            '78B' and
5790            ('BASE' or 'SCALE') and
5791            'NDRPDR' and
5792            '2T2C' and
5793            'IP6FWD' and
5794            not 'SRv6' and
5795            not 'IPSEC' and
5796            not 'VHOST'"
5797   parameters:
5798   - "throughput"
5799   - "parent"
5800   traces:
5801     hoverinfo: "x+y"
5802     boxpoints: "outliers"
5803     whiskerwidth: 0
5804   layout:
5805     title: ""  # No title
5806     layout: "plot-throughput"
5807
5808 -
5809   type: "plot"
5810   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
5811   algorithm: "plot_performance_box"
5812   output-file-type: ".html"
5813   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
5814   data: "plot-vpp-throughput-latency-3n-hsw"
5815   filter: "'NIC_Intel-X710' and
5816            '78B' and
5817            ('BASE' or 'SCALE') and
5818            'NDRPDR' and
5819            '2T2C' and
5820            'IP6FWD' and
5821            not 'SRv6' and
5822            not 'IPSEC' and
5823            not 'VHOST'"
5824   parameters:
5825   - "throughput"
5826   - "parent"
5827   traces:
5828     hoverinfo: "x+y"
5829     boxpoints: "outliers"
5830     whiskerwidth: 0
5831   layout:
5832     title: ""  # No title
5833     layout: "plot-throughput"
5834
5835 # Packet Throughput - VPP IPv6 3n-hsw-xl710
5836 -
5837   type: "plot"
5838   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
5839   algorithm: "plot_performance_box"
5840   output-file-type: ".html"
5841   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
5842   data: "plot-vpp-throughput-latency-3n-hsw"
5843   filter: "'NIC_Intel-XL710' and
5844            '78B' and
5845            ('BASE' or 'SCALE') and
5846            'NDRPDR' and
5847            '1T1C' and
5848            'IP6FWD' and
5849            not 'SRv6' and
5850            not 'IPSEC' and
5851            not 'VHOST'"
5852   parameters:
5853   - "throughput"
5854   - "parent"
5855   traces:
5856     hoverinfo: "x+y"
5857     boxpoints: "outliers"
5858     whiskerwidth: 0
5859   layout:
5860     title: ""  # No title
5861     layout: "plot-throughput"
5862
5863 -
5864   type: "plot"
5865   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
5866   algorithm: "plot_performance_box"
5867   output-file-type: ".html"
5868   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
5869   data: "plot-vpp-throughput-latency-3n-hsw"
5870   filter: "'NIC_Intel-XL710' and
5871            '78B' and
5872            ('BASE' or 'SCALE') and
5873            'NDRPDR' and
5874            '1T1C' and
5875            'IP6FWD' and
5876            not 'SRv6' and
5877            not 'IPSEC' and
5878            not 'VHOST'"
5879   parameters:
5880   - "throughput"
5881   - "parent"
5882   traces:
5883     hoverinfo: "x+y"
5884     boxpoints: "outliers"
5885     whiskerwidth: 0
5886   layout:
5887     title: ""  # No title
5888     layout: "plot-throughput"
5889
5890 -
5891   type: "plot"
5892   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
5893   algorithm: "plot_performance_box"
5894   output-file-type: ".html"
5895   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
5896   data: "plot-vpp-throughput-latency-3n-hsw"
5897   filter: "'NIC_Intel-XL710' and
5898            '78B' and
5899            ('BASE' or 'SCALE') and
5900            'NDRPDR' and
5901            '2T2C' and
5902            'IP6FWD' and
5903            not 'SRv6' and
5904            not 'IPSEC' and
5905            not 'VHOST'"
5906   parameters:
5907   - "throughput"
5908   - "parent"
5909   traces:
5910     hoverinfo: "x+y"
5911     boxpoints: "outliers"
5912     whiskerwidth: 0
5913   layout:
5914     title: ""  # No title
5915     layout: "plot-throughput"
5916
5917 -
5918   type: "plot"
5919   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
5920   algorithm: "plot_performance_box"
5921   output-file-type: ".html"
5922   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
5923   data: "plot-vpp-throughput-latency-3n-hsw"
5924   filter: "'NIC_Intel-XL710' and
5925            '78B' and
5926            ('BASE' or 'SCALE') and
5927            'NDRPDR' and
5928            '2T2C' and
5929            'IP6FWD' and
5930            not 'SRv6' and
5931            not 'IPSEC' and
5932            not 'VHOST'"
5933   parameters:
5934   - "throughput"
5935   - "parent"
5936   traces:
5937     hoverinfo: "x+y"
5938     boxpoints: "outliers"
5939     whiskerwidth: 0
5940   layout:
5941     title: ""  # No title
5942     layout: "plot-throughput"
5943
5944 # Packet Throughput - VPP IPv6 3n-skx-x710
5945 -
5946   type: "plot"
5947   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
5948   algorithm: "plot_performance_box"
5949   output-file-type: ".html"
5950   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
5951   data: "plot-vpp-throughput-latency-3n-skx"
5952   filter: "'NIC_Intel-X710' and
5953            '78B' and
5954            ('BASE' or 'SCALE') and
5955            'NDRPDR' and
5956            '2T1C' and
5957            'IP6FWD' and
5958            not 'SRv6' and
5959            not 'IPSEC' and
5960            not 'VHOST'"
5961   parameters:
5962   - "throughput"
5963   - "parent"
5964   traces:
5965     hoverinfo: "x+y"
5966     boxpoints: "outliers"
5967     whiskerwidth: 0
5968   layout:
5969     title: ""  # No title
5970     layout: "plot-throughput"
5971
5972 -
5973   type: "plot"
5974   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
5975   algorithm: "plot_performance_box"
5976   output-file-type: ".html"
5977   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
5978   data: "plot-vpp-throughput-latency-3n-skx"
5979   filter: "'NIC_Intel-X710' and
5980            '78B' and
5981            ('BASE' or 'SCALE') and
5982            'NDRPDR' and
5983            '2T1C' and
5984            'IP6FWD' and
5985            not 'SRv6' and
5986            not 'IPSEC' and
5987            not 'VHOST'"
5988   parameters:
5989   - "throughput"
5990   - "parent"
5991   traces:
5992     hoverinfo: "x+y"
5993     boxpoints: "outliers"
5994     whiskerwidth: 0
5995   layout:
5996     title: ""  # No title
5997     layout: "plot-throughput"
5998
5999 -
6000   type: "plot"
6001   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
6002   algorithm: "plot_performance_box"
6003   output-file-type: ".html"
6004   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
6005   data: "plot-vpp-throughput-latency-3n-skx"
6006   filter: "'NIC_Intel-X710' and
6007            '78B' and
6008            ('BASE' or 'SCALE') and
6009            'NDRPDR' and
6010            '4T2C' and
6011            'IP6FWD' and
6012            not 'SRv6' and
6013            not 'IPSEC' and
6014            not 'VHOST'"
6015   parameters:
6016   - "throughput"
6017   - "parent"
6018   traces:
6019     hoverinfo: "x+y"
6020     boxpoints: "outliers"
6021     whiskerwidth: 0
6022   layout:
6023     title: ""  # No title
6024     layout: "plot-throughput"
6025
6026 -
6027   type: "plot"
6028   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
6029   algorithm: "plot_performance_box"
6030   output-file-type: ".html"
6031   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
6032   data: "plot-vpp-throughput-latency-3n-skx"
6033   filter: "'NIC_Intel-X710' and
6034            '78B' and
6035            ('BASE' or 'SCALE') and
6036            'NDRPDR' and
6037            '4T2C' and
6038            'IP6FWD' and
6039            not 'SRv6' and
6040            not 'IPSEC' and
6041            not 'VHOST'"
6042   parameters:
6043   - "throughput"
6044   - "parent"
6045   traces:
6046     hoverinfo: "x+y"
6047     boxpoints: "outliers"
6048     whiskerwidth: 0
6049   layout:
6050     title: ""  # No title
6051     layout: "plot-throughput"
6052
6053 # Packet Throughput - VPP IPv6 2n-skx-x710
6054 -
6055   type: "plot"
6056   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
6057   algorithm: "plot_performance_box"
6058   output-file-type: ".html"
6059   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
6060   data: "plot-vpp-throughput-latency-2n-skx"
6061   filter: "'NIC_Intel-X710' and
6062            '78B' and
6063            ('BASE' or 'SCALE') and
6064            'NDRPDR' and
6065            '2T1C' and
6066            'IP6FWD' and
6067            not 'SRv6' and
6068            not 'IPSEC' and
6069            not 'VHOST'"
6070   parameters:
6071   - "throughput"
6072   - "parent"
6073   traces:
6074     hoverinfo: "x+y"
6075     boxpoints: "outliers"
6076     whiskerwidth: 0
6077   layout:
6078     title: ""  # No title
6079     layout: "plot-throughput"
6080
6081 -
6082   type: "plot"
6083   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
6084   algorithm: "plot_performance_box"
6085   output-file-type: ".html"
6086   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
6087   data: "plot-vpp-throughput-latency-2n-skx"
6088   filter: "'NIC_Intel-X710' and
6089            '78B' and
6090            ('BASE' or 'SCALE') and
6091            'NDRPDR' and
6092            '2T1C' and
6093            'IP6FWD' and
6094            not 'IPSEC' and
6095            not 'VHOST'"
6096   parameters:
6097   - "throughput"
6098   - "parent"
6099   traces:
6100     hoverinfo: "x+y"
6101     boxpoints: "outliers"
6102     whiskerwidth: 0
6103   layout:
6104     title: ""  # No title
6105     layout: "plot-throughput"
6106
6107 -
6108   type: "plot"
6109   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
6110   algorithm: "plot_performance_box"
6111   output-file-type: ".html"
6112   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
6113   data: "plot-vpp-throughput-latency-2n-skx"
6114   filter: "'NIC_Intel-X710' and
6115            '78B' and
6116            ('BASE' or 'SCALE') and
6117            'NDRPDR' and
6118            '4T2C' and
6119            'IP6FWD' and
6120            not 'SRv6' and
6121            not 'IPSEC' and
6122            not 'VHOST'"
6123   parameters:
6124   - "throughput"
6125   - "parent"
6126   traces:
6127     hoverinfo: "x+y"
6128     boxpoints: "outliers"
6129     whiskerwidth: 0
6130   layout:
6131     title: ""  # No title
6132     layout: "plot-throughput"
6133
6134 -
6135   type: "plot"
6136   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
6137   algorithm: "plot_performance_box"
6138   output-file-type: ".html"
6139   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
6140   data: "plot-vpp-throughput-latency-2n-skx"
6141   filter: "'NIC_Intel-X710' and
6142            '78B' and
6143            ('BASE' or 'SCALE') and
6144            'NDRPDR' and
6145            '4T2C' and
6146            'IP6FWD' and
6147            not 'SRv6' and
6148            not 'IPSEC' and
6149            not 'VHOST'"
6150   parameters:
6151   - "throughput"
6152   - "parent"
6153   traces:
6154     hoverinfo: "x+y"
6155     boxpoints: "outliers"
6156     whiskerwidth: 0
6157   layout:
6158     title: ""  # No title
6159     layout: "plot-throughput"
6160
6161 # Packet Throughput - VPP IPv6 2n-skx-xxv710
6162 -
6163   type: "plot"
6164   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
6165   algorithm: "plot_performance_box"
6166   output-file-type: ".html"
6167   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
6168   data: "plot-vpp-throughput-latency-2n-skx"
6169   filter: "'NIC_Intel-XXV710' and
6170            '78B' and
6171            ('BASE' or 'SCALE') and
6172            'NDRPDR' and
6173            '2T1C' and
6174            'IP6FWD' and
6175            not 'SRv6' and
6176            not 'IPSEC' and
6177            not 'VHOST'"
6178   parameters:
6179   - "throughput"
6180   - "parent"
6181   traces:
6182     hoverinfo: "x+y"
6183     boxpoints: "outliers"
6184     whiskerwidth: 0
6185   layout:
6186     title: ""  # No title
6187     layout: "plot-throughput"
6188
6189 -
6190   type: "plot"
6191   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
6192   algorithm: "plot_performance_box"
6193   output-file-type: ".html"
6194   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
6195   data: "plot-vpp-throughput-latency-2n-skx"
6196   filter: "'NIC_Intel-XXV710' and
6197            '78B' and
6198            ('BASE' or 'SCALE') and
6199            'NDRPDR' and
6200            '2T1C' and
6201            'IP6FWD' and
6202            not 'SRv6' and
6203            not 'IPSEC' and
6204            not 'VHOST'"
6205   parameters:
6206   - "throughput"
6207   - "parent"
6208   traces:
6209     hoverinfo: "x+y"
6210     boxpoints: "outliers"
6211     whiskerwidth: 0
6212   layout:
6213     title: ""  # No title
6214     layout: "plot-throughput"
6215
6216 -
6217   type: "plot"
6218   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
6219   algorithm: "plot_performance_box"
6220   output-file-type: ".html"
6221   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
6222   data: "plot-vpp-throughput-latency-2n-skx"
6223   filter: "'NIC_Intel-XXV710' and
6224            '78B' and
6225            ('BASE' or 'SCALE') and
6226            'NDRPDR' and
6227            '4T2C' and
6228            'IP6FWD' and
6229            not 'SRv6' and
6230            not 'IPSEC' and
6231            not 'VHOST'"
6232   parameters:
6233   - "throughput"
6234   - "parent"
6235   traces:
6236     hoverinfo: "x+y"
6237     boxpoints: "outliers"
6238     whiskerwidth: 0
6239   layout:
6240     title: ""  # No title
6241     layout: "plot-throughput"
6242
6243 -
6244   type: "plot"
6245   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
6246   algorithm: "plot_performance_box"
6247   output-file-type: ".html"
6248   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
6249   data: "plot-vpp-throughput-latency-2n-skx"
6250   filter: "'NIC_Intel-XXV710' and
6251            '78B' and
6252            ('BASE' or 'SCALE') and
6253            'NDRPDR' and
6254            '4T2C' and
6255            'IP6FWD' and
6256            not 'SRv6' and
6257            not 'IPSEC' and
6258            not 'VHOST'"
6259   parameters:
6260   - "throughput"
6261   - "parent"
6262   traces:
6263     hoverinfo: "x+y"
6264     boxpoints: "outliers"
6265     whiskerwidth: 0
6266   layout:
6267     title: ""  # No title
6268     layout: "plot-throughput"
6269
6270 ################################################################################
6271
6272 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
6273 -
6274   type: "plot"
6275   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
6276   algorithm: "plot_performance_box"
6277   output-file-type: ".html"
6278   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
6279   data: "plot-vpp-throughput-latency-3n-hsw"
6280   filter: "'NIC_Intel-X520-DA2' and
6281            '78B' and
6282            'ENCAP' and
6283            'NDRPDR' and
6284            '1T1C' and
6285            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6286            not 'VHOST'"
6287   parameters:
6288   - "throughput"
6289   - "parent"
6290   traces:
6291     hoverinfo: "x+y"
6292     boxpoints: "outliers"
6293     whiskerwidth: 0
6294   layout:
6295     title: ""  # No title
6296     layout: "plot-throughput"
6297
6298 -
6299   type: "plot"
6300   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
6301   algorithm: "plot_performance_box"
6302   output-file-type: ".html"
6303   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
6304   data: "plot-vpp-throughput-latency-3n-hsw"
6305   filter: "'NIC_Intel-X520-DA2' and
6306            '78B' and
6307            'ENCAP' and
6308            'NDRPDR' and
6309            '1T1C' and
6310            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6311            not 'VHOST'"
6312   parameters:
6313   - "throughput"
6314   - "parent"
6315   traces:
6316     hoverinfo: "x+y"
6317     boxpoints: "outliers"
6318     whiskerwidth: 0
6319   layout:
6320     title: ""  # No title
6321     layout: "plot-throughput"
6322
6323 -
6324   type: "plot"
6325   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
6326   algorithm: "plot_performance_box"
6327   output-file-type: ".html"
6328   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
6329   data: "plot-vpp-throughput-latency-3n-hsw"
6330   filter: "'NIC_Intel-X520-DA2' and
6331            '78B' and
6332            'ENCAP' and
6333            'NDRPDR' and
6334            '2T2C' and
6335            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6336            not 'VHOST'"
6337   parameters:
6338   - "throughput"
6339   - "parent"
6340   traces:
6341     hoverinfo: "x+y"
6342     boxpoints: "outliers"
6343     whiskerwidth: 0
6344   layout:
6345     title: ""  # No title
6346     layout: "plot-throughput"
6347
6348 -
6349   type: "plot"
6350   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
6351   algorithm: "plot_performance_box"
6352   output-file-type: ".html"
6353   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
6354   data: "plot-vpp-throughput-latency-3n-hsw"
6355   filter: "'NIC_Intel-X520-DA2' and
6356            '78B' and
6357            'ENCAP' and
6358            'NDRPDR' and
6359            '2T2C' and
6360            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6361            not 'VHOST'"
6362   parameters:
6363   - "throughput"
6364   - "parent"
6365   traces:
6366     hoverinfo: "x+y"
6367     boxpoints: "outliers"
6368     whiskerwidth: 0
6369   layout:
6370     title: ""  # No title
6371     layout: "plot-throughput"
6372
6373 ################################################################################
6374
6375 # Packet Throughput - VPP IPSec 3n-hsw-xl710
6376 -
6377   type: "plot"
6378   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6379   algorithm: "plot_performance_box"
6380   output-file-type: ".html"
6381   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6382   data: "plot-vpp-throughput-latency-3n-hsw"
6383   filter: "'NIC_Intel-XL710' and
6384            '64B' and
6385            'IP4FWD' and
6386            'NDRPDR' and
6387            '1T1C' and
6388            'IPSECHW' and
6389            ('IPSECTRAN' or 'IPSECTUN') and
6390            not 'VHOST'"
6391   parameters:
6392   - "throughput"
6393   - "parent"
6394   traces:
6395     hoverinfo: "x+y"
6396     boxpoints: "outliers"
6397     whiskerwidth: 0
6398   layout:
6399     title: ""  # No title
6400     layout: "plot-throughput"
6401
6402 -
6403   type: "plot"
6404   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6405   algorithm: "plot_performance_box"
6406   output-file-type: ".html"
6407   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6408   data: "plot-vpp-throughput-latency-3n-hsw"
6409   filter: "'NIC_Intel-XL710' and
6410            '64B' and
6411            'IP4FWD' and
6412            'NDRPDR' and
6413            '1T1C' and
6414            'IPSECHW' and
6415            ('IPSECTRAN' or 'IPSECTUN') and
6416            not 'VHOST'"
6417   parameters:
6418   - "throughput"
6419   - "parent"
6420   traces:
6421     hoverinfo: "x+y"
6422     boxpoints: "outliers"
6423     whiskerwidth: 0
6424   layout:
6425     title: ""  # No title
6426     layout: "plot-throughput"
6427
6428 -
6429   type: "plot"
6430   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6431   algorithm: "plot_performance_box"
6432   output-file-type: ".html"
6433   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6434   data: "plot-vpp-throughput-latency-3n-hsw"
6435   filter: "'NIC_Intel-XL710' and
6436            '64B' and
6437            'IP4FWD' and
6438            'NDRPDR' and
6439            '2T2C' and
6440            'IPSECHW' and
6441            ('IPSECTRAN' or 'IPSECTUN') and
6442            not 'VHOST'"
6443   parameters:
6444   - "throughput"
6445   - "parent"
6446   traces:
6447     hoverinfo: "x+y"
6448     boxpoints: "outliers"
6449     whiskerwidth: 0
6450   layout:
6451     title: ""  # No title
6452     layout: "plot-throughput"
6453
6454 -
6455   type: "plot"
6456   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6457   algorithm: "plot_performance_box"
6458   output-file-type: ".html"
6459   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6460   data: "plot-vpp-throughput-latency-3n-hsw"
6461   filter: "'NIC_Intel-XL710' and
6462            '64B' and
6463            'IP4FWD' and
6464            'NDRPDR' and
6465            '2T2C' and
6466            'IPSECHW' and
6467            ('IPSECTRAN' or 'IPSECTUN') and
6468            not 'VHOST'"
6469   parameters:
6470   - "throughput"
6471   - "parent"
6472   traces:
6473     hoverinfo: "x+y"
6474     boxpoints: "outliers"
6475     whiskerwidth: 0
6476   layout:
6477     title: ""  # No title
6478     layout: "plot-throughput"
6479
6480 ################################################################################
6481
6482 # Packet Throughput - VPP SRv6 3n-hsw-x520
6483 -
6484   type: "plot"
6485   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
6486   algorithm: "plot_performance_box"
6487   output-file-type: ".html"
6488   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
6489   data: "plot-vpp-throughput-latency-3n-hsw"
6490   filter: "'NIC_Intel-X520-DA2' and
6491            '78B' and
6492            'FEATURE' and
6493            'NDRPDR' and
6494            '1T1C' and
6495            'IP6FWD' and
6496            'SRv6'"
6497   parameters:
6498   - "throughput"
6499   - "parent"
6500   traces:
6501     hoverinfo: "x+y"
6502     boxpoints: "outliers"
6503     whiskerwidth: 0
6504   layout:
6505     title: ""  # No title
6506     layout: "plot-throughput"
6507
6508 -
6509   type: "plot"
6510   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
6511   algorithm: "plot_performance_box"
6512   output-file-type: ".html"
6513   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
6514   data: "plot-vpp-throughput-latency-3n-hsw"
6515   filter: "'NIC_Intel-X520-DA2' and
6516            '78B' and
6517            'FEATURE' and
6518            'NDRPDR' and
6519            '1T1C' and
6520            'IP6FWD' and
6521            'SRv6'"
6522   parameters:
6523   - "throughput"
6524   - "parent"
6525   traces:
6526     hoverinfo: "x+y"
6527     boxpoints: "outliers"
6528     whiskerwidth: 0
6529   layout:
6530     title: ""  # No title
6531     layout: "plot-throughput"
6532
6533 -
6534   type: "plot"
6535   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
6536   algorithm: "plot_performance_box"
6537   output-file-type: ".html"
6538   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
6539   data: "plot-vpp-throughput-latency-3n-hsw"
6540   filter: "'NIC_Intel-X520-DA2' and
6541            '78B' and
6542            'FEATURE' and
6543            'NDRPDR' and
6544            '2T2C' and
6545            'IP6FWD' and
6546            'SRv6'"
6547   parameters:
6548   - "throughput"
6549   - "parent"
6550   traces:
6551     hoverinfo: "x+y"
6552     boxpoints: "outliers"
6553     whiskerwidth: 0
6554   layout:
6555     title: ""  # No title
6556     layout: "plot-throughput"
6557
6558 -
6559   type: "plot"
6560   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
6561   algorithm: "plot_performance_box"
6562   output-file-type: ".html"
6563   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
6564   data: "plot-vpp-throughput-latency-3n-hsw"
6565   filter: "'NIC_Intel-X520-DA2' and
6566            '78B' and
6567            'FEATURE' and
6568            'NDRPDR' and
6569            '2T2C' and
6570            'IP6FWD' and
6571            'SRv6'"
6572   parameters:
6573   - "throughput"
6574   - "parent"
6575   traces:
6576     hoverinfo: "x+y"
6577     boxpoints: "outliers"
6578     whiskerwidth: 0
6579   layout:
6580     title: ""  # No title
6581     layout: "plot-throughput"
6582
6583 ################################################################################
6584
6585 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
6586 -
6587   type: "plot"
6588   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6589   algorithm: "plot_performance_box"
6590   output-file-type: ".html"
6591   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6592   data: "plot-vpp-throughput-latency-3n-hsw"
6593   filter: "'NIC_Intel-X520-DA2' and
6594            '64B' and
6595            'NDRPDR' and
6596            '1T1C' and
6597            'VHOST' and
6598            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6599   parameters:
6600   - "throughput"
6601   - "parent"
6602   traces:
6603     hoverinfo: "x+y"
6604     boxpoints: "outliers"
6605     whiskerwidth: 0
6606   layout:
6607     title: ""  # No title
6608     layout: "plot-throughput"
6609
6610 -
6611   type: "plot"
6612   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6613   algorithm: "plot_performance_box"
6614   output-file-type: ".html"
6615   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6616   data: "plot-vpp-throughput-latency-3n-hsw"
6617   filter: "'NIC_Intel-X520-DA2' and
6618            '64B' and
6619            'NDRPDR' and
6620            '2T2C' and
6621            'VHOST' and
6622            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6623   parameters:
6624   - "throughput"
6625   - "parent"
6626   traces:
6627     hoverinfo: "x+y"
6628     boxpoints: "outliers"
6629     whiskerwidth: 0
6630   layout:
6631     title: ""  # No title
6632     layout: "plot-throughput"
6633
6634 -
6635   type: "plot"
6636   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6637   algorithm: "plot_performance_box"
6638   output-file-type: ".html"
6639   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6640   data: "plot-vpp-throughput-latency-3n-hsw"
6641   filter: "'NIC_Intel-X520-DA2' and
6642            '64B' and
6643            'NDRPDR' and
6644            '1T1C' and
6645            'VHOST' and
6646            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6647   parameters:
6648   - "throughput"
6649   - "parent"
6650   traces:
6651     hoverinfo: "x+y"
6652     boxpoints: "outliers"
6653     whiskerwidth: 0
6654   layout:
6655     title: ""  # No title
6656     layout: "plot-throughput"
6657
6658 -
6659   type: "plot"
6660   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6661   algorithm: "plot_performance_box"
6662   output-file-type: ".html"
6663   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6664   data: "plot-vpp-throughput-latency-3n-hsw"
6665   filter: "'NIC_Intel-X520-DA2' and
6666            '64B' and
6667            'NDRPDR' and
6668            '2T2C' and
6669            'VHOST' and
6670            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6671   parameters:
6672   - "throughput"
6673   - "parent"
6674   traces:
6675     hoverinfo: "x+y"
6676     boxpoints: "outliers"
6677     whiskerwidth: 0
6678   layout:
6679     title: ""  # No title
6680     layout: "plot-throughput"
6681
6682 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
6683 -
6684   type: "plot"
6685   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6686   algorithm: "plot_performance_box"
6687   output-file-type: ".html"
6688   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6689   data: "plot-vpp-throughput-latency-3n-hsw"
6690   filter: "'NIC_Intel-X520-DA2' and
6691            '64B' and
6692            'NDRPDR' and
6693            '1T1C' and
6694            'VHOST' and
6695            not 'VXLAN' and
6696            not 'IP4FWD' and
6697            not 'DOT1Q' and
6698            not '2VM'"
6699   parameters:
6700   - "throughput"
6701   - "parent"
6702   traces:
6703     hoverinfo: "x+y"
6704     boxpoints: "outliers"
6705     whiskerwidth: 0
6706   layout:
6707     title: ""  # No title
6708     layout: "plot-throughput"
6709
6710 -
6711   type: "plot"
6712   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6713   algorithm: "plot_performance_box"
6714   output-file-type: ".html"
6715   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6716   data: "plot-vpp-throughput-latency-3n-hsw"
6717   filter: "'NIC_Intel-X520-DA2' and
6718            '64B' and
6719            'NDRPDR' and
6720            '2T2C' and
6721            'VHOST' and
6722            not 'VXLAN' and
6723            not 'IP4FWD' and
6724            not 'DOT1Q' and
6725            not '2VM'"
6726   parameters:
6727   - "throughput"
6728   - "parent"
6729   traces:
6730     hoverinfo: "x+y"
6731     boxpoints: "outliers"
6732     whiskerwidth: 0
6733   layout:
6734     title: ""  # No title
6735     layout: "plot-throughput"
6736
6737 -
6738   type: "plot"
6739   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6740   algorithm: "plot_performance_box"
6741   output-file-type: ".html"
6742   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6743   data: "plot-vpp-throughput-latency-3n-hsw"
6744   filter: "'NIC_Intel-X520-DA2' and
6745            '64B' and
6746            'NDRPDR' and
6747            '1T1C' and
6748            'VHOST' and
6749            not 'VXLAN' and
6750            not 'IP4FWD' and
6751            not 'DOT1Q' and
6752            not '2VM'"
6753   parameters:
6754   - "throughput"
6755   - "parent"
6756   traces:
6757     hoverinfo: "x+y"
6758     boxpoints: "outliers"
6759     whiskerwidth: 0
6760   layout:
6761     title: ""  # No title
6762     layout: "plot-throughput"
6763
6764 -
6765   type: "plot"
6766   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6767   algorithm: "plot_performance_box"
6768   output-file-type: ".html"
6769   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6770   data: "plot-vpp-throughput-latency-3n-hsw"
6771   filter: "'NIC_Intel-X520-DA2' and
6772            '64B' and
6773            'NDRPDR' and
6774            '2T2C' and
6775            'VHOST' and
6776            not 'VXLAN' and
6777            not 'IP4FWD' and
6778            not 'DOT1Q' and
6779            not '2VM'"
6780   parameters:
6781   - "throughput"
6782   - "parent"
6783   traces:
6784     hoverinfo: "x+y"
6785     boxpoints: "outliers"
6786     whiskerwidth: 0
6787   layout:
6788     title: ""  # No title
6789     layout: "plot-throughput"
6790
6791 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
6792 -
6793   type: "plot"
6794   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6795   algorithm: "plot_performance_box"
6796   output-file-type: ".html"
6797   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6798   data: "plot-vpp-throughput-latency-3n-hsw"
6799   filter: "'NIC_Intel-X710' and
6800            '64B' and
6801            'NDRPDR' and
6802            '1T1C' and
6803            'VHOST' and
6804            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6805   parameters:
6806   - "throughput"
6807   - "parent"
6808   traces:
6809     hoverinfo: "x+y"
6810     boxpoints: "outliers"
6811     whiskerwidth: 0
6812   layout:
6813     title: ""  # No title
6814     layout: "plot-throughput"
6815
6816 -
6817   type: "plot"
6818   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6819   algorithm: "plot_performance_box"
6820   output-file-type: ".html"
6821   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6822   data: "plot-vpp-throughput-latency-3n-hsw"
6823   filter: "'NIC_Intel-X710' and
6824            '64B' and
6825            'NDRPDR' and
6826            '2T2C' and
6827            'VHOST' and
6828            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6829   parameters:
6830   - "throughput"
6831   - "parent"
6832   traces:
6833     hoverinfo: "x+y"
6834     boxpoints: "outliers"
6835     whiskerwidth: 0
6836   layout:
6837     title: ""  # No title
6838     layout: "plot-throughput"
6839
6840 -
6841   type: "plot"
6842   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6843   algorithm: "plot_performance_box"
6844   output-file-type: ".html"
6845   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6846   data: "plot-vpp-throughput-latency-3n-hsw"
6847   filter: "'NIC_Intel-X710' and
6848            '64B' and
6849            'NDRPDR' and
6850            '1T1C' and
6851            'VHOST' and
6852            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6853   parameters:
6854   - "throughput"
6855   - "parent"
6856   traces:
6857     hoverinfo: "x+y"
6858     boxpoints: "outliers"
6859     whiskerwidth: 0
6860   layout:
6861     title: ""  # No title
6862     layout: "plot-throughput"
6863
6864 -
6865   type: "plot"
6866   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6867   algorithm: "plot_performance_box"
6868   output-file-type: ".html"
6869   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6870   data: "plot-vpp-throughput-latency-3n-hsw"
6871   filter: "'NIC_Intel-X710' and
6872            '64B' and
6873            'NDRPDR' and
6874            '2T2C' and
6875            'VHOST' and
6876            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6877   parameters:
6878   - "throughput"
6879   - "parent"
6880   traces:
6881     hoverinfo: "x+y"
6882     boxpoints: "outliers"
6883     whiskerwidth: 0
6884   layout:
6885     title: ""  # No title
6886     layout: "plot-throughput"
6887
6888 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
6889 -
6890   type: "plot"
6891   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6892   algorithm: "plot_performance_box"
6893   output-file-type: ".html"
6894   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6895   data: "plot-vpp-throughput-latency-3n-hsw"
6896   filter: "'NIC_Intel-X710' and
6897            '64B' and
6898            'NDRPDR' and
6899            '1T1C' and
6900            'VHOST' and
6901            not 'VXLAN' and
6902            not 'IP4FWD' and
6903            not 'DOT1Q' and
6904            not '2VM'"
6905   parameters:
6906   - "throughput"
6907   - "parent"
6908   traces:
6909     hoverinfo: "x+y"
6910     boxpoints: "outliers"
6911     whiskerwidth: 0
6912   layout:
6913     title: ""  # No title
6914     layout: "plot-throughput"
6915
6916 -
6917   type: "plot"
6918   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6919   algorithm: "plot_performance_box"
6920   output-file-type: ".html"
6921   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6922   data: "plot-vpp-throughput-latency-3n-hsw"
6923   filter: "'NIC_Intel-X710' and
6924            '64B' and
6925            'NDRPDR' and
6926            '2T2C' and
6927            'VHOST' and
6928            not 'VXLAN' and
6929            not 'IP4FWD' and
6930            not 'DOT1Q' and
6931            not '2VM'"
6932   parameters:
6933   - "throughput"
6934   - "parent"
6935   traces:
6936     hoverinfo: "x+y"
6937     boxpoints: "outliers"
6938     whiskerwidth: 0
6939   layout:
6940     title: ""  # No title
6941     layout: "plot-throughput"
6942
6943 -
6944   type: "plot"
6945   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6946   algorithm: "plot_performance_box"
6947   output-file-type: ".html"
6948   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6949   data: "plot-vpp-throughput-latency-3n-hsw"
6950   filter: "'NIC_Intel-X710' and
6951            '64B' and
6952            'NDRPDR' and
6953            '1T1C' and
6954            'VHOST' and
6955            not 'VXLAN' and
6956            not 'IP4FWD' and
6957            not 'DOT1Q' and
6958            not '2VM'"
6959   parameters:
6960   - "throughput"
6961   - "parent"
6962   traces:
6963     hoverinfo: "x+y"
6964     boxpoints: "outliers"
6965     whiskerwidth: 0
6966   layout:
6967     title: ""  # No title
6968     layout: "plot-throughput"
6969
6970 -
6971   type: "plot"
6972   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6973   algorithm: "plot_performance_box"
6974   output-file-type: ".html"
6975   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6976   data: "plot-vpp-throughput-latency-3n-hsw"
6977   filter: "'NIC_Intel-X710' and
6978            '64B' and
6979            'NDRPDR' and
6980            '2T2C' and
6981            'VHOST' and
6982            not 'VXLAN' and
6983            not 'IP4FWD' and
6984            not 'DOT1Q' and
6985            not '2VM'"
6986   parameters:
6987   - "throughput"
6988   - "parent"
6989   traces:
6990     hoverinfo: "x+y"
6991     boxpoints: "outliers"
6992     whiskerwidth: 0
6993   layout:
6994     title: ""  # No title
6995     layout: "plot-throughput"
6996
6997 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
6998 -
6999   type: "plot"
7000   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7001   algorithm: "plot_performance_box"
7002   output-file-type: ".html"
7003   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7004   data: "plot-vpp-throughput-latency-3n-hsw"
7005   filter: "'NIC_Intel-XL710' and
7006            '64B' and
7007            'NDRPDR' and
7008            '1T1C' and
7009            'VHOST' and
7010            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7011   parameters:
7012   - "throughput"
7013   - "parent"
7014   traces:
7015     hoverinfo: "x+y"
7016     boxpoints: "outliers"
7017     whiskerwidth: 0
7018   layout:
7019     title: ""  # No title
7020     layout: "plot-throughput"
7021
7022 -
7023   type: "plot"
7024   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7025   algorithm: "plot_performance_box"
7026   output-file-type: ".html"
7027   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7028   data: "plot-vpp-throughput-latency-3n-hsw"
7029   filter: "'NIC_Intel-XL710' and
7030            '64B' and
7031            'NDRPDR' and
7032            '2T2C' and
7033            'VHOST' and
7034            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7035   parameters:
7036   - "throughput"
7037   - "parent"
7038   traces:
7039     hoverinfo: "x+y"
7040     boxpoints: "outliers"
7041     whiskerwidth: 0
7042   layout:
7043     title: ""  # No title
7044     layout: "plot-throughput"
7045
7046 -
7047   type: "plot"
7048   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7049   algorithm: "plot_performance_box"
7050   output-file-type: ".html"
7051   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7052   data: "plot-vpp-throughput-latency-3n-hsw"
7053   filter: "'NIC_Intel-XL710' and
7054            '64B' and
7055            'NDRPDR' and
7056            '1T1C' and
7057            'VHOST' and
7058            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7059   parameters:
7060   - "throughput"
7061   - "parent"
7062   traces:
7063     hoverinfo: "x+y"
7064     boxpoints: "outliers"
7065     whiskerwidth: 0
7066   layout:
7067     title: ""  # No title
7068     layout: "plot-throughput"
7069
7070 -
7071   type: "plot"
7072   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7073   algorithm: "plot_performance_box"
7074   output-file-type: ".html"
7075   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7076   data: "plot-vpp-throughput-latency-3n-hsw"
7077   filter: "'NIC_Intel-XL710' and
7078            '64B' and
7079            'NDRPDR' and
7080            '2T2C' and
7081            'VHOST' and
7082            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7083   parameters:
7084   - "throughput"
7085   - "parent"
7086   traces:
7087     hoverinfo: "x+y"
7088     boxpoints: "outliers"
7089     whiskerwidth: 0
7090   layout:
7091     title: ""  # No title
7092     layout: "plot-throughput"
7093
7094 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
7095 -
7096   type: "plot"
7097   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7098   algorithm: "plot_performance_box"
7099   output-file-type: ".html"
7100   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7101   data: "plot-vpp-throughput-latency-3n-hsw"
7102   filter: "'NIC_Intel-XL710' and
7103            '64B' and
7104            'NDRPDR' and
7105            '1T1C' and
7106            'VHOST' and
7107            not 'VXLAN' and
7108            not 'IP4FWD' and
7109            not 'DOT1Q' and
7110            not '2VM'"
7111   parameters:
7112   - "throughput"
7113   - "parent"
7114   traces:
7115     hoverinfo: "x+y"
7116     boxpoints: "outliers"
7117     whiskerwidth: 0
7118   layout:
7119     title: ""  # No title
7120     layout: "plot-throughput"
7121
7122 -
7123   type: "plot"
7124   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7125   algorithm: "plot_performance_box"
7126   output-file-type: ".html"
7127   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7128   data: "plot-vpp-throughput-latency-3n-hsw"
7129   filter: "'NIC_Intel-XL710' and
7130            '64B' and
7131            'NDRPDR' and
7132            '2T2C' and
7133            'VHOST' and
7134            not 'VXLAN' and
7135            not 'IP4FWD' and
7136            not 'DOT1Q' and
7137            not '2VM'"
7138   parameters:
7139   - "throughput"
7140   - "parent"
7141   traces:
7142     hoverinfo: "x+y"
7143     boxpoints: "outliers"
7144     whiskerwidth: 0
7145   layout:
7146     title: ""  # No title
7147     layout: "plot-throughput"
7148
7149 -
7150   type: "plot"
7151   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7152   algorithm: "plot_performance_box"
7153   output-file-type: ".html"
7154   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7155   data: "plot-vpp-throughput-latency-3n-hsw"
7156   filter: "'NIC_Intel-XL710' and
7157            '64B' and
7158            'NDRPDR' and
7159            '1T1C' and
7160            'VHOST' and
7161            not 'VXLAN' and
7162            not 'IP4FWD' and
7163            not 'DOT1Q' and
7164            not '2VM'"
7165   parameters:
7166   - "throughput"
7167   - "parent"
7168   traces:
7169     hoverinfo: "x+y"
7170     boxpoints: "outliers"
7171     whiskerwidth: 0
7172   layout:
7173     title: ""  # No title
7174     layout: "plot-throughput"
7175
7176 -
7177   type: "plot"
7178   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7179   algorithm: "plot_performance_box"
7180   output-file-type: ".html"
7181   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7182   data: "plot-vpp-throughput-latency-3n-hsw"
7183   filter: "'NIC_Intel-XL710' and
7184            '64B' and
7185            'NDRPDR' and
7186            '2T2C' and
7187            'VHOST' and
7188            not 'VXLAN' and
7189            not 'IP4FWD' and
7190            not 'DOT1Q' and
7191            not '2VM'"
7192   parameters:
7193   - "throughput"
7194   - "parent"
7195   traces:
7196     hoverinfo: "x+y"
7197     boxpoints: "outliers"
7198     whiskerwidth: 0
7199   layout:
7200     title: ""  # No title
7201     layout: "plot-throughput"
7202
7203 ################################################################################
7204
7205 # Packet Throughput - VPP VTS 3n-hsw-x520
7206 -
7207   type: "plot"
7208   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
7209   algorithm: "plot_performance_box"
7210   output-file-type: ".html"
7211   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
7212   data: "plot-vpp-throughput-latency-3n-hsw"
7213   filter: "'NIC_Intel-X520-DA2' and
7214            '114B' and
7215            'NDRPDR' and
7216            '1T1C' and
7217            'VTS'"
7218   parameters:
7219   - "throughput"
7220   - "parent"
7221   traces:
7222     hoverinfo: "x+y"
7223     boxpoints: "outliers"
7224     whiskerwidth: 0
7225   layout:
7226     title: ""  # No title
7227     layout: "plot-throughput"
7228
7229 -
7230   type: "plot"
7231   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
7232   algorithm: "plot_performance_box"
7233   output-file-type: ".html"
7234   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
7235   data: "plot-vpp-throughput-latency-3n-hsw"
7236   filter: "'NIC_Intel-X520-DA2' and
7237            '114B' and
7238            'NDRPDR' and
7239            '2T2C' and
7240            'VTS'"
7241   parameters:
7242   - "throughput"
7243   - "parent"
7244   traces:
7245     hoverinfo: "x+y"
7246     boxpoints: "outliers"
7247     whiskerwidth: 0
7248   layout:
7249     title: ""  # No title
7250     layout: "plot-throughput"
7251
7252 -
7253   type: "plot"
7254   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
7255   algorithm: "plot_performance_box"
7256   output-file-type: ".html"
7257   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
7258   data: "plot-vpp-throughput-latency-3n-hsw"
7259   filter: "'NIC_Intel-X520-DA2' and
7260            '114B' and
7261            'NDRPDR' and
7262            '1T1C' and
7263            'VTS'"
7264   parameters:
7265   - "throughput"
7266   - "parent"
7267   traces:
7268     hoverinfo: "x+y"
7269     boxpoints: "outliers"
7270     whiskerwidth: 0
7271   layout:
7272     title: ""  # No title
7273     layout: "plot-throughput"
7274
7275 -
7276   type: "plot"
7277   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
7278   algorithm: "plot_performance_box"
7279   output-file-type: ".html"
7280   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
7281   data: "plot-vpp-throughput-latency-3n-hsw"
7282   filter: "'NIC_Intel-X520-DA2' and
7283            '114B' and
7284            'NDRPDR' and
7285            '2T2C' and
7286            'VTS'"
7287   parameters:
7288   - "throughput"
7289   - "parent"
7290   traces:
7291     hoverinfo: "x+y"
7292     boxpoints: "outliers"
7293     whiskerwidth: 0
7294   layout:
7295     title: ""  # No title
7296     layout: "plot-throughput"
7297
7298 ################################################################################
7299
7300 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
7301 -
7302   type: "plot"
7303   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
7304   algorithm: "plot_performance_box"
7305   output-file-type: ".html"
7306   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
7307   data: "plot-dpdk-throughput-latency-3n-hsw"
7308   filter: "'NIC_Intel-X520-DA2' and
7309            '64B' and
7310            'BASE' and
7311            'NDRPDR' and
7312            '1T1C' and
7313            'IP4FWD'"
7314   parameters:
7315   - "throughput"
7316   - "parent"
7317   traces:
7318     hoverinfo: "x+y"
7319     boxpoints: "outliers"
7320     whiskerwidth: 0
7321   layout:
7322     title: ""  # No title
7323     layout: "plot-throughput"
7324
7325 -
7326   type: "plot"
7327   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
7328   algorithm: "plot_performance_box"
7329   output-file-type: ".html"
7330   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
7331   data: "plot-dpdk-throughput-latency-3n-hsw"
7332   filter: "'NIC_Intel-X520-DA2' and
7333            '64B' and
7334            'BASE' and
7335            'NDRPDR' and
7336            '2T2C' and
7337            'IP4FWD'"
7338   parameters:
7339   - "throughput"
7340   - "parent"
7341   traces:
7342     hoverinfo: "x+y"
7343     boxpoints: "outliers"
7344     whiskerwidth: 0
7345   layout:
7346     title: ""  # No title
7347     layout: "plot-throughput"
7348
7349 -
7350   type: "plot"
7351   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
7352   algorithm: "plot_performance_box"
7353   output-file-type: ".html"
7354   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
7355   data: "plot-dpdk-throughput-latency-3n-hsw"
7356   filter: "'NIC_Intel-X520-DA2' and
7357            '64B' and
7358            'BASE' and
7359            'NDRPDR' and
7360            '1T1C' and
7361            'IP4FWD'"
7362   parameters:
7363   - "throughput"
7364   - "parent"
7365   traces:
7366     hoverinfo: "x+y"
7367     boxpoints: "outliers"
7368     whiskerwidth: 0
7369   layout:
7370     title: ""  # No title
7371     layout: "plot-throughput"
7372
7373 -
7374   type: "plot"
7375   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
7376   algorithm: "plot_performance_box"
7377   output-file-type: ".html"
7378   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
7379   data: "plot-dpdk-throughput-latency-3n-hsw"
7380   filter: "'NIC_Intel-X520-DA2' and
7381            '64B' and
7382            'BASE' and
7383            'NDRPDR' and
7384            '2T2C' and
7385            'IP4FWD'"
7386   parameters:
7387   - "throughput"
7388   - "parent"
7389   traces:
7390     hoverinfo: "x+y"
7391     boxpoints: "outliers"
7392     whiskerwidth: 0
7393   layout:
7394     title: ""  # No title
7395     layout: "plot-throughput"
7396
7397 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
7398 -
7399   type: "plot"
7400   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
7401   algorithm: "plot_performance_box"
7402   output-file-type: ".html"
7403   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
7404   data: "plot-dpdk-throughput-latency-3n-hsw"
7405   filter: "'NIC_Intel-X710' and
7406            '64B' and
7407            'BASE' and
7408            'NDRPDR' and
7409            '1T1C' and
7410            'IP4FWD'"
7411   parameters:
7412   - "throughput"
7413   - "parent"
7414   traces:
7415     hoverinfo: "x+y"
7416     boxpoints: "outliers"
7417     whiskerwidth: 0
7418   layout:
7419     title: ""  # No title
7420     layout: "plot-throughput"
7421
7422 -
7423   type: "plot"
7424   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
7425   algorithm: "plot_performance_box"
7426   output-file-type: ".html"
7427   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
7428   data: "plot-dpdk-throughput-latency-3n-hsw"
7429   filter: "'NIC_Intel-X710' and
7430            '64B' and
7431            'BASE' and
7432            'NDRPDR' and
7433            '2T2C' and
7434            'IP4FWD'"
7435   parameters:
7436   - "throughput"
7437   - "parent"
7438   traces:
7439     hoverinfo: "x+y"
7440     boxpoints: "outliers"
7441     whiskerwidth: 0
7442   layout:
7443     title: ""  # No title
7444     layout: "plot-throughput"
7445
7446 -
7447   type: "plot"
7448   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
7449   algorithm: "plot_performance_box"
7450   output-file-type: ".html"
7451   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
7452   data: "plot-dpdk-throughput-latency-3n-hsw"
7453   filter: "'NIC_Intel-X710' and
7454            '64B' and
7455            'BASE' and
7456            'NDRPDR' and
7457            '1T1C' and
7458            'IP4FWD'"
7459   parameters:
7460   - "throughput"
7461   - "parent"
7462   traces:
7463     hoverinfo: "x+y"
7464     boxpoints: "outliers"
7465     whiskerwidth: 0
7466   layout:
7467     title: ""  # No title
7468     layout: "plot-throughput"
7469
7470 -
7471   type: "plot"
7472   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
7473   algorithm: "plot_performance_box"
7474   output-file-type: ".html"
7475   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
7476   data: "plot-dpdk-throughput-latency-3n-hsw"
7477   filter: "'NIC_Intel-X710' and
7478            '64B' and
7479            'BASE' and
7480            'NDRPDR' and
7481            '2T2C' and
7482            'IP4FWD'"
7483   parameters:
7484   - "throughput"
7485   - "parent"
7486   traces:
7487     hoverinfo: "x+y"
7488     boxpoints: "outliers"
7489     whiskerwidth: 0
7490   layout:
7491     title: ""  # No title
7492     layout: "plot-throughput"
7493
7494 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
7495 -
7496   type: "plot"
7497   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
7498   algorithm: "plot_performance_box"
7499   output-file-type: ".html"
7500   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
7501   data: "plot-dpdk-throughput-latency-3n-hsw"
7502   filter: "'NIC_Intel-XL710' and
7503            '64B' and
7504            'BASE' and
7505            'NDRPDR' and
7506            '1T1C' and
7507            'IP4FWD'"
7508   parameters:
7509   - "throughput"
7510   - "parent"
7511   traces:
7512     hoverinfo: "x+y"
7513     boxpoints: "outliers"
7514     whiskerwidth: 0
7515   layout:
7516     title: ""  # No title
7517     layout: "plot-throughput"
7518
7519 -
7520   type: "plot"
7521   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
7522   algorithm: "plot_performance_box"
7523   output-file-type: ".html"
7524   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
7525   data: "plot-dpdk-throughput-latency-3n-hsw"
7526   filter: "'NIC_Intel-XL710' and
7527            '64B' and
7528            'BASE' and
7529            'NDRPDR' and
7530            '2T2C' and
7531            'IP4FWD'"
7532   parameters:
7533   - "throughput"
7534   - "parent"
7535   traces:
7536     hoverinfo: "x+y"
7537     boxpoints: "outliers"
7538     whiskerwidth: 0
7539   layout:
7540     title: ""  # No title
7541     layout: "plot-throughput"
7542
7543 -
7544   type: "plot"
7545   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
7546   algorithm: "plot_performance_box"
7547   output-file-type: ".html"
7548   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
7549   data: "plot-dpdk-throughput-latency-3n-hsw"
7550   filter: "'NIC_Intel-XL710' and
7551            '64B' and
7552            'BASE' and
7553            'NDRPDR' and
7554            '1T1C' and
7555            'IP4FWD'"
7556   parameters:
7557   - "throughput"
7558   - "parent"
7559   traces:
7560     hoverinfo: "x+y"
7561     boxpoints: "outliers"
7562     whiskerwidth: 0
7563   layout:
7564     title: ""  # No title
7565     layout: "plot-throughput"
7566
7567 -
7568   type: "plot"
7569   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
7570   algorithm: "plot_performance_box"
7571   output-file-type: ".html"
7572   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
7573   data: "plot-dpdk-throughput-latency-3n-hsw"
7574   filter: "'NIC_Intel-XL710' and
7575            '64B' and
7576            'BASE' and
7577            'NDRPDR' and
7578            '2T2C' and
7579            'IP4FWD'"
7580   parameters:
7581   - "throughput"
7582   - "parent"
7583   traces:
7584     hoverinfo: "x+y"
7585     boxpoints: "outliers"
7586     whiskerwidth: 0
7587   layout:
7588     title: ""  # No title
7589     layout: "plot-throughput"
7590
7591 # Packet Throughput - DPDK l3fwd 3n-skx-x710
7592 -
7593   type: "plot"
7594   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
7595   algorithm: "plot_performance_box"
7596   output-file-type: ".html"
7597   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
7598   data: "plot-dpdk-throughput-latency-3n-skx"
7599   filter: "'NIC_Intel-X710' and
7600            '64B' and
7601            'BASE' and
7602            'NDRPDR' and
7603            '2T1C' and
7604            'IP4FWD'"
7605   parameters:
7606   - "throughput"
7607   - "parent"
7608   traces:
7609     hoverinfo: "x+y"
7610     boxpoints: "outliers"
7611     whiskerwidth: 0
7612   layout:
7613     title: ""  # No title
7614     layout: "plot-throughput"
7615
7616 -
7617   type: "plot"
7618   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
7619   algorithm: "plot_performance_box"
7620   output-file-type: ".html"
7621   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
7622   data: "plot-dpdk-throughput-latency-3n-skx"
7623   filter: "'NIC_Intel-X710' and
7624            '64B' and
7625            'BASE' and
7626            'NDRPDR' and
7627            '4T2C' and
7628            'IP4FWD'"
7629   parameters:
7630   - "throughput"
7631   - "parent"
7632   traces:
7633     hoverinfo: "x+y"
7634     boxpoints: "outliers"
7635     whiskerwidth: 0
7636   layout:
7637     title: ""  # No title
7638     layout: "plot-throughput"
7639
7640 -
7641   type: "plot"
7642   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
7643   algorithm: "plot_performance_box"
7644   output-file-type: ".html"
7645   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
7646   data: "plot-dpdk-throughput-latency-3n-skx"
7647   filter: "'NIC_Intel-X710' and
7648            '64B' and
7649            'BASE' and
7650            'NDRPDR' and
7651            '2T1C' and
7652            'IP4FWD'"
7653   parameters:
7654   - "throughput"
7655   - "parent"
7656   traces:
7657     hoverinfo: "x+y"
7658     boxpoints: "outliers"
7659     whiskerwidth: 0
7660   layout:
7661     title: ""  # No title
7662     layout: "plot-throughput"
7663
7664 -
7665   type: "plot"
7666   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
7667   algorithm: "plot_performance_box"
7668   output-file-type: ".html"
7669   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
7670   data: "plot-dpdk-throughput-latency-3n-skx"
7671   filter: "'NIC_Intel-X710' and
7672            '64B' and
7673            'BASE' and
7674            'NDRPDR' and
7675            '4T2C' and
7676            'IP4FWD'"
7677   parameters:
7678   - "throughput"
7679   - "parent"
7680   traces:
7681     hoverinfo: "x+y"
7682     boxpoints: "outliers"
7683     whiskerwidth: 0
7684   layout:
7685     title: ""  # No title
7686     layout: "plot-throughput"
7687
7688 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
7689 -
7690   type: "plot"
7691   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
7692   algorithm: "plot_performance_box"
7693   output-file-type: ".html"
7694   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
7695   data: "plot-dpdk-throughput-latency-3n-skx"
7696   filter: "'NIC_Intel-XXV710' and
7697            '64B' and
7698            'BASE' and
7699            'NDRPDR' and
7700            '2T1C' and
7701            'IP4FWD'"
7702   parameters:
7703   - "throughput"
7704   - "parent"
7705   traces:
7706     hoverinfo: "x+y"
7707     boxpoints: "outliers"
7708     whiskerwidth: 0
7709   layout:
7710     title: ""  # No title
7711     layout: "plot-throughput"
7712
7713 -
7714   type: "plot"
7715   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
7716   algorithm: "plot_performance_box"
7717   output-file-type: ".html"
7718   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
7719   data: "plot-dpdk-throughput-latency-3n-skx"
7720   filter: "'NIC_Intel-XXV710' and
7721            '64B' and
7722            'BASE' and
7723            'NDRPDR' and
7724            '4T2C' and
7725            'IP4FWD'"
7726   parameters:
7727   - "throughput"
7728   - "parent"
7729   traces:
7730     hoverinfo: "x+y"
7731     boxpoints: "outliers"
7732     whiskerwidth: 0
7733   layout:
7734     title: ""  # No title
7735     layout: "plot-throughput"
7736
7737 -
7738   type: "plot"
7739   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
7740   algorithm: "plot_performance_box"
7741   output-file-type: ".html"
7742   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
7743   data: "plot-dpdk-throughput-latency-3n-skx"
7744   filter: "'NIC_Intel-XXV710' and
7745            '64B' and
7746            'BASE' and
7747            'NDRPDR' and
7748            '2T1C' and
7749            'IP4FWD'"
7750   parameters:
7751   - "throughput"
7752   - "parent"
7753   traces:
7754     hoverinfo: "x+y"
7755     boxpoints: "outliers"
7756     whiskerwidth: 0
7757   layout:
7758     title: ""  # No title
7759     layout: "plot-throughput"
7760
7761 -
7762   type: "plot"
7763   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
7764   algorithm: "plot_performance_box"
7765   output-file-type: ".html"
7766   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
7767   data: "plot-dpdk-throughput-latency-3n-skx"
7768   filter: "'NIC_Intel-XXV710' and
7769            '64B' and
7770            'BASE' and
7771            'NDRPDR' and
7772            '4T2C' and
7773            'IP4FWD'"
7774   parameters:
7775   - "throughput"
7776   - "parent"
7777   traces:
7778     hoverinfo: "x+y"
7779     boxpoints: "outliers"
7780     whiskerwidth: 0
7781   layout:
7782     title: ""  # No title
7783     layout: "plot-throughput"
7784
7785 # Packet Throughput - DPDK l3fwd 2n-skx-x710
7786 -
7787   type: "plot"
7788   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
7789   algorithm: "plot_performance_box"
7790   output-file-type: ".html"
7791   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
7792   data: "plot-dpdk-throughput-latency-2n-skx"
7793   filter: "'NIC_Intel-X710' and
7794            '64B' and
7795            'BASE' and
7796            'NDRPDR' and
7797            '2T1C' and
7798            'IP4FWD'"
7799   parameters:
7800   - "throughput"
7801   - "parent"
7802   traces:
7803     hoverinfo: "x+y"
7804     boxpoints: "outliers"
7805     whiskerwidth: 0
7806   layout:
7807     title: ""  # No title
7808     layout: "plot-throughput"
7809
7810 -
7811   type: "plot"
7812   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
7813   algorithm: "plot_performance_box"
7814   output-file-type: ".html"
7815   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
7816   data: "plot-dpdk-throughput-latency-2n-skx"
7817   filter: "'NIC_Intel-X710' and
7818            '64B' and
7819            'BASE' and
7820            'NDRPDR' and
7821            '4T2C' and
7822            'IP4FWD'"
7823   parameters:
7824   - "throughput"
7825   - "parent"
7826   traces:
7827     hoverinfo: "x+y"
7828     boxpoints: "outliers"
7829     whiskerwidth: 0
7830   layout:
7831     title: ""  # No title
7832     layout: "plot-throughput"
7833
7834 -
7835   type: "plot"
7836   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
7837   algorithm: "plot_performance_box"
7838   output-file-type: ".html"
7839   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
7840   data: "plot-dpdk-throughput-latency-2n-skx"
7841   filter: "'NIC_Intel-X710' and
7842            '64B' and
7843            'BASE' and
7844            'NDRPDR' and
7845            '2T1C' and
7846            'IP4FWD'"
7847   parameters:
7848   - "throughput"
7849   - "parent"
7850   traces:
7851     hoverinfo: "x+y"
7852     boxpoints: "outliers"
7853     whiskerwidth: 0
7854   layout:
7855     title: ""  # No title
7856     layout: "plot-throughput"
7857
7858 -
7859   type: "plot"
7860   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
7861   algorithm: "plot_performance_box"
7862   output-file-type: ".html"
7863   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
7864   data: "plot-dpdk-throughput-latency-2n-skx"
7865   filter: "'NIC_Intel-X710' and
7866            '64B' and
7867            'BASE' and
7868            'NDRPDR' and
7869            '4T2C' and
7870            'IP4FWD'"
7871   parameters:
7872   - "throughput"
7873   - "parent"
7874   traces:
7875     hoverinfo: "x+y"
7876     boxpoints: "outliers"
7877     whiskerwidth: 0
7878   layout:
7879     title: ""  # No title
7880     layout: "plot-throughput"
7881
7882 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
7883 -
7884   type: "plot"
7885   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
7886   algorithm: "plot_performance_box"
7887   output-file-type: ".html"
7888   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
7889   data: "plot-dpdk-throughput-latency-2n-skx"
7890   filter: "'NIC_Intel-XXV710' and
7891            '64B' and
7892            'BASE' and
7893            'NDRPDR' and
7894            '2T1C' and
7895            'IP4FWD'"
7896   parameters:
7897   - "throughput"
7898   - "parent"
7899   traces:
7900     hoverinfo: "x+y"
7901     boxpoints: "outliers"
7902     whiskerwidth: 0
7903   layout:
7904     title: ""  # No title
7905     layout: "plot-throughput"
7906
7907 -
7908   type: "plot"
7909   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
7910   algorithm: "plot_performance_box"
7911   output-file-type: ".html"
7912   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
7913   data: "plot-dpdk-throughput-latency-2n-skx"
7914   filter: "'NIC_Intel-XXV710' and
7915            '64B' and
7916            'BASE' and
7917            'NDRPDR' and
7918            '4T2C' and
7919            'IP4FWD'"
7920   parameters:
7921   - "throughput"
7922   - "parent"
7923   traces:
7924     hoverinfo: "x+y"
7925     boxpoints: "outliers"
7926     whiskerwidth: 0
7927   layout:
7928     title: ""  # No title
7929     layout: "plot-throughput"
7930
7931 -
7932   type: "plot"
7933   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
7934   algorithm: "plot_performance_box"
7935   output-file-type: ".html"
7936   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
7937   data: "plot-dpdk-throughput-latency-2n-skx"
7938   filter: "'NIC_Intel-XXV710' and
7939            '64B' and
7940            'BASE' and
7941            'NDRPDR' and
7942            '2T1C' and
7943            'IP4FWD'"
7944   parameters:
7945   - "throughput"
7946   - "parent"
7947   traces:
7948     hoverinfo: "x+y"
7949     boxpoints: "outliers"
7950     whiskerwidth: 0
7951   layout:
7952     title: ""  # No title
7953     layout: "plot-throughput"
7954
7955 -
7956   type: "plot"
7957   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
7958   algorithm: "plot_performance_box"
7959   output-file-type: ".html"
7960   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
7961   data: "plot-dpdk-throughput-latency-2n-skx"
7962   filter: "'NIC_Intel-XXV710' and
7963            '64B' and
7964            'BASE' and
7965            'NDRPDR' and
7966            '4T2C' and
7967            'IP4FWD'"
7968   parameters:
7969   - "throughput"
7970   - "parent"
7971   traces:
7972     hoverinfo: "x+y"
7973     boxpoints: "outliers"
7974     whiskerwidth: 0
7975   layout:
7976     title: ""  # No title
7977     layout: "plot-throughput"
7978
7979 ################################################################################
7980
7981 # Packet Throughput - DPDK testpmd 3n-hsw-x520
7982 -
7983   type: "plot"
7984   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
7985   algorithm: "plot_performance_box"
7986   output-file-type: ".html"
7987   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
7988   data: "plot-dpdk-throughput-latency-3n-hsw"
7989   filter: "'NIC_Intel-X520-DA2' and
7990            '64B' and
7991            'BASE' and
7992            'NDRPDR' and
7993            '1T1C' and
7994            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7995   parameters:
7996   - "throughput"
7997   - "parent"
7998   traces:
7999     hoverinfo: "x+y"
8000     boxpoints: "outliers"
8001     whiskerwidth: 0
8002   layout:
8003     title: ""  # No title
8004     layout: "plot-throughput"
8005
8006 -
8007   type: "plot"
8008   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
8009   algorithm: "plot_performance_box"
8010   output-file-type: ".html"
8011   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
8012   data: "plot-dpdk-throughput-latency-3n-hsw"
8013   filter: "'NIC_Intel-X520-DA2' and
8014            '64B' and
8015            'BASE' and
8016            'NDRPDR' and
8017            '2T2C' and
8018            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8019   parameters:
8020   - "throughput"
8021   - "parent"
8022   traces:
8023     hoverinfo: "x+y"
8024     boxpoints: "outliers"
8025     whiskerwidth: 0
8026   layout:
8027     title: ""  # No title
8028     layout: "plot-throughput"
8029
8030 -
8031   type: "plot"
8032   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
8033   algorithm: "plot_performance_box"
8034   output-file-type: ".html"
8035   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
8036   data: "plot-dpdk-throughput-latency-3n-hsw"
8037   filter: "'NIC_Intel-X520-DA2' and
8038            '64B' and
8039            'BASE' and
8040            'NDRPDR' and
8041            '1T1C' and
8042            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8043   parameters:
8044   - "throughput"
8045   - "parent"
8046   traces:
8047     hoverinfo: "x+y"
8048     boxpoints: "outliers"
8049     whiskerwidth: 0
8050   layout:
8051     title: ""  # No title
8052     layout: "plot-throughput"
8053
8054 -
8055   type: "plot"
8056   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
8057   algorithm: "plot_performance_box"
8058   output-file-type: ".html"
8059   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
8060   data: "plot-dpdk-throughput-latency-3n-hsw"
8061   filter: "'NIC_Intel-X520-DA2' and
8062            '64B' and
8063            'BASE' and
8064            'NDRPDR' and
8065            '2T2C' and
8066            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8067   parameters:
8068   - "throughput"
8069   - "parent"
8070   traces:
8071     hoverinfo: "x+y"
8072     boxpoints: "outliers"
8073     whiskerwidth: 0
8074   layout:
8075     title: ""  # No title
8076     layout: "plot-throughput"
8077
8078 # Packet Throughput - DPDK testpmd 3n-hsw-x710
8079 -
8080   type: "plot"
8081   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
8082   algorithm: "plot_performance_box"
8083   output-file-type: ".html"
8084   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
8085   data: "plot-dpdk-throughput-latency-3n-hsw"
8086   filter: "'NIC_Intel-X710' and
8087            '64B' and
8088            'BASE' and
8089            'NDRPDR' and
8090            '1T1C' and
8091            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8092   parameters:
8093   - "throughput"
8094   - "parent"
8095   traces:
8096     hoverinfo: "x+y"
8097     boxpoints: "outliers"
8098     whiskerwidth: 0
8099   layout:
8100     title: ""  # No title
8101     layout: "plot-throughput"
8102
8103 -
8104   type: "plot"
8105   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
8106   algorithm: "plot_performance_box"
8107   output-file-type: ".html"
8108   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
8109   data: "plot-dpdk-throughput-latency-3n-hsw"
8110   filter: "'NIC_Intel-X710' and
8111            '64B' and
8112            'BASE' and
8113            'NDRPDR' and
8114            '2T2C' and
8115            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8116   parameters:
8117   - "throughput"
8118   - "parent"
8119   traces:
8120     hoverinfo: "x+y"
8121     boxpoints: "outliers"
8122     whiskerwidth: 0
8123   layout:
8124     title: ""  # No title
8125     layout: "plot-throughput"
8126
8127 -
8128   type: "plot"
8129   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
8130   algorithm: "plot_performance_box"
8131   output-file-type: ".html"
8132   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
8133   data: "plot-dpdk-throughput-latency-3n-hsw"
8134   filter: "'NIC_Intel-X710' and
8135            '64B' and
8136            'BASE' and
8137            'NDRPDR' and
8138            '1T1C' and
8139            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8140   parameters:
8141   - "throughput"
8142   - "parent"
8143   traces:
8144     hoverinfo: "x+y"
8145     boxpoints: "outliers"
8146     whiskerwidth: 0
8147   layout:
8148     title: ""  # No title
8149     layout: "plot-throughput"
8150
8151 -
8152   type: "plot"
8153   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
8154   algorithm: "plot_performance_box"
8155   output-file-type: ".html"
8156   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
8157   data: "plot-dpdk-throughput-latency-3n-hsw"
8158   filter: "'NIC_Intel-X710' and
8159            '64B' and
8160            'BASE' and
8161            'NDRPDR' and
8162            '2T2C' and
8163            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8164   parameters:
8165   - "throughput"
8166   - "parent"
8167   traces:
8168     hoverinfo: "x+y"
8169     boxpoints: "outliers"
8170     whiskerwidth: 0
8171   layout:
8172     title: ""  # No title
8173     layout: "plot-throughput"
8174
8175 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
8176 -
8177   type: "plot"
8178   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
8179   algorithm: "plot_performance_box"
8180   output-file-type: ".html"
8181   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
8182   data: "plot-dpdk-throughput-latency-3n-hsw"
8183   filter: "'NIC_Intel-XL710' and
8184            '64B' and
8185            'BASE' and
8186            'NDRPDR' and
8187            '1T1C' and
8188            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8189   parameters:
8190   - "throughput"
8191   - "parent"
8192   traces:
8193     hoverinfo: "x+y"
8194     boxpoints: "outliers"
8195     whiskerwidth: 0
8196   layout:
8197     title: ""  # No title
8198     layout: "plot-throughput"
8199
8200 -
8201   type: "plot"
8202   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
8203   algorithm: "plot_performance_box"
8204   output-file-type: ".html"
8205   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
8206   data: "plot-dpdk-throughput-latency-3n-hsw"
8207   filter: "'NIC_Intel-XL710' and
8208            '64B' and
8209            'BASE' and
8210            'NDRPDR' and
8211            '2T2C' and
8212            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8213   parameters:
8214   - "throughput"
8215   - "parent"
8216   traces:
8217     hoverinfo: "x+y"
8218     boxpoints: "outliers"
8219     whiskerwidth: 0
8220   layout:
8221     title: ""  # No title
8222     layout: "plot-throughput"
8223
8224 -
8225   type: "plot"
8226   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
8227   algorithm: "plot_performance_box"
8228   output-file-type: ".html"
8229   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
8230   data: "plot-dpdk-throughput-latency-3n-hsw"
8231   filter: "'NIC_Intel-XL710' and
8232            '64B' and
8233            'BASE' and
8234            'NDRPDR' and
8235            '1T1C' and
8236            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8237   parameters:
8238   - "throughput"
8239   - "parent"
8240   traces:
8241     hoverinfo: "x+y"
8242     boxpoints: "outliers"
8243     whiskerwidth: 0
8244   layout:
8245     title: ""  # No title
8246     layout: "plot-throughput"
8247
8248 -
8249   type: "plot"
8250   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
8251   algorithm: "plot_performance_box"
8252   output-file-type: ".html"
8253   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
8254   data: "plot-dpdk-throughput-latency-3n-hsw"
8255   filter: "'NIC_Intel-XL710' and
8256            '64B' and
8257            'BASE' and
8258            'NDRPDR' and
8259            '2T2C' and
8260            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8261   parameters:
8262   - "throughput"
8263   - "parent"
8264   traces:
8265     hoverinfo: "x+y"
8266     boxpoints: "outliers"
8267     whiskerwidth: 0
8268   layout:
8269     title: ""  # No title
8270     layout: "plot-throughput"
8271
8272 # Packet Throughput - DPDK testpmd 3n-skx-x710
8273 -
8274   type: "plot"
8275   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
8276   algorithm: "plot_performance_box"
8277   output-file-type: ".html"
8278   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
8279   data: "plot-dpdk-throughput-latency-3n-skx"
8280   filter: "'NIC_Intel-X710' and
8281            '64B' and
8282            'BASE' and
8283            'NDRPDR' and
8284            '2T1C' and
8285            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8286   parameters:
8287   - "throughput"
8288   - "parent"
8289   traces:
8290     hoverinfo: "x+y"
8291     boxpoints: "outliers"
8292     whiskerwidth: 0
8293   layout:
8294     title: ""  # No title
8295     layout: "plot-throughput"
8296
8297 -
8298   type: "plot"
8299   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
8300   algorithm: "plot_performance_box"
8301   output-file-type: ".html"
8302   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
8303   data: "plot-dpdk-throughput-latency-3n-skx"
8304   filter: "'NIC_Intel-X710' and
8305            '64B' and
8306            'BASE' and
8307            'NDRPDR' and
8308            '4T2C' and
8309            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8310   parameters:
8311   - "throughput"
8312   - "parent"
8313   traces:
8314     hoverinfo: "x+y"
8315     boxpoints: "outliers"
8316     whiskerwidth: 0
8317   layout:
8318     title: ""  # No title
8319     layout: "plot-throughput"
8320
8321 -
8322   type: "plot"
8323   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
8324   algorithm: "plot_performance_box"
8325   output-file-type: ".html"
8326   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
8327   data: "plot-dpdk-throughput-latency-3n-skx"
8328   filter: "'NIC_Intel-X710' and
8329            '64B' and
8330            'BASE' and
8331            'NDRPDR' and
8332            '2T1C' and
8333            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8334   parameters:
8335   - "throughput"
8336   - "parent"
8337   traces:
8338     hoverinfo: "x+y"
8339     boxpoints: "outliers"
8340     whiskerwidth: 0
8341   layout:
8342     title: ""  # No title
8343     layout: "plot-throughput"
8344
8345 -
8346   type: "plot"
8347   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
8348   algorithm: "plot_performance_box"
8349   output-file-type: ".html"
8350   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
8351   data: "plot-dpdk-throughput-latency-3n-skx"
8352   filter: "'NIC_Intel-X710' and
8353            '64B' and
8354            'BASE' and
8355            'NDRPDR' and
8356            '4T2C' and
8357            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8358   parameters:
8359   - "throughput"
8360   - "parent"
8361   traces:
8362     hoverinfo: "x+y"
8363     boxpoints: "outliers"
8364     whiskerwidth: 0
8365   layout:
8366     title: ""  # No title
8367     layout: "plot-throughput"
8368
8369 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
8370 -
8371   type: "plot"
8372   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
8373   algorithm: "plot_performance_box"
8374   output-file-type: ".html"
8375   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
8376   data: "plot-dpdk-throughput-latency-3n-skx"
8377   filter: "'NIC_Intel-XXV710' and
8378            '64B' and
8379            'BASE' and
8380            'NDRPDR' and
8381            '2T1C' and
8382            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8383   parameters:
8384   - "throughput"
8385   - "parent"
8386   traces:
8387     hoverinfo: "x+y"
8388     boxpoints: "outliers"
8389     whiskerwidth: 0
8390   layout:
8391     title: ""  # No title
8392     layout: "plot-throughput"
8393
8394 -
8395   type: "plot"
8396   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
8397   algorithm: "plot_performance_box"
8398   output-file-type: ".html"
8399   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
8400   data: "plot-dpdk-throughput-latency-3n-skx"
8401   filter: "'NIC_Intel-XXV710' and
8402            '64B' and
8403            'BASE' and
8404            'NDRPDR' and
8405            '4T2C' and
8406            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8407   parameters:
8408   - "throughput"
8409   - "parent"
8410   traces:
8411     hoverinfo: "x+y"
8412     boxpoints: "outliers"
8413     whiskerwidth: 0
8414   layout:
8415     title: ""  # No title
8416     layout: "plot-throughput"
8417
8418 -
8419   type: "plot"
8420   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
8421   algorithm: "plot_performance_box"
8422   output-file-type: ".html"
8423   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
8424   data: "plot-dpdk-throughput-latency-3n-skx"
8425   filter: "'NIC_Intel-XXV710' and
8426            '64B' and
8427            'BASE' and
8428            'NDRPDR' and
8429            '2T1C' and
8430            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8431   parameters:
8432   - "throughput"
8433   - "parent"
8434   traces:
8435     hoverinfo: "x+y"
8436     boxpoints: "outliers"
8437     whiskerwidth: 0
8438   layout:
8439     title: ""  # No title
8440     layout: "plot-throughput"
8441
8442 -
8443   type: "plot"
8444   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
8445   algorithm: "plot_performance_box"
8446   output-file-type: ".html"
8447   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
8448   data: "plot-dpdk-throughput-latency-3n-skx"
8449   filter: "'NIC_Intel-XXV710' and
8450            '64B' and
8451            'BASE' and
8452            'NDRPDR' and
8453            '4T2C' and
8454            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8455   parameters:
8456   - "throughput"
8457   - "parent"
8458   traces:
8459     hoverinfo: "x+y"
8460     boxpoints: "outliers"
8461     whiskerwidth: 0
8462   layout:
8463     title: ""  # No title
8464     layout: "plot-throughput"
8465
8466 # Packet Throughput - DPDK testpmd 2n-skx-x710
8467 -
8468   type: "plot"
8469   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
8470   algorithm: "plot_performance_box"
8471   output-file-type: ".html"
8472   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
8473   data: "plot-dpdk-throughput-latency-2n-skx"
8474   filter: "'NIC_Intel-X710' and
8475            '64B' and
8476            'BASE' and
8477            'NDRPDR' and
8478            '2T1C' and
8479            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8480   parameters:
8481   - "throughput"
8482   - "parent"
8483   traces:
8484     hoverinfo: "x+y"
8485     boxpoints: "outliers"
8486     whiskerwidth: 0
8487   layout:
8488     title: ""  # No title
8489     layout: "plot-throughput"
8490
8491 -
8492   type: "plot"
8493   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
8494   algorithm: "plot_performance_box"
8495   output-file-type: ".html"
8496   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
8497   data: "plot-dpdk-throughput-latency-2n-skx"
8498   filter: "'NIC_Intel-X710' and
8499            '64B' and
8500            'BASE' and
8501            'NDRPDR' and
8502            '4T2C' and
8503            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8504   parameters:
8505   - "throughput"
8506   - "parent"
8507   traces:
8508     hoverinfo: "x+y"
8509     boxpoints: "outliers"
8510     whiskerwidth: 0
8511   layout:
8512     title: ""  # No title
8513     layout: "plot-throughput"
8514
8515 -
8516   type: "plot"
8517   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
8518   algorithm: "plot_performance_box"
8519   output-file-type: ".html"
8520   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
8521   data: "plot-dpdk-throughput-latency-2n-skx"
8522   filter: "'NIC_Intel-X710' and
8523            '64B' and
8524            'BASE' and
8525            'NDRPDR' and
8526            '2T1C' and
8527            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8528   parameters:
8529   - "throughput"
8530   - "parent"
8531   traces:
8532     hoverinfo: "x+y"
8533     boxpoints: "outliers"
8534     whiskerwidth: 0
8535   layout:
8536     title: ""  # No title
8537     layout: "plot-throughput"
8538
8539 -
8540   type: "plot"
8541   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
8542   algorithm: "plot_performance_box"
8543   output-file-type: ".html"
8544   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
8545   data: "plot-dpdk-throughput-latency-2n-skx"
8546   filter: "'NIC_Intel-X710' and
8547            '64B' and
8548            'BASE' and
8549            'NDRPDR' and
8550            '4T2C' and
8551            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8552   parameters:
8553   - "throughput"
8554   - "parent"
8555   traces:
8556     hoverinfo: "x+y"
8557     boxpoints: "outliers"
8558     whiskerwidth: 0
8559   layout:
8560     title: ""  # No title
8561     layout: "plot-throughput"
8562
8563 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
8564 -
8565   type: "plot"
8566   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
8567   algorithm: "plot_performance_box"
8568   output-file-type: ".html"
8569   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
8570   data: "plot-dpdk-throughput-latency-2n-skx"
8571   filter: "'NIC_Intel-XXV710' and
8572            '64B' and
8573            'BASE' and
8574            'NDRPDR' and
8575            '2T1C' and
8576            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8577   parameters:
8578   - "throughput"
8579   - "parent"
8580   traces:
8581     hoverinfo: "x+y"
8582     boxpoints: "outliers"
8583     whiskerwidth: 0
8584   layout:
8585     title: ""  # No title
8586     layout: "plot-throughput"
8587
8588 -
8589   type: "plot"
8590   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
8591   algorithm: "plot_performance_box"
8592   output-file-type: ".html"
8593   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
8594   data: "plot-dpdk-throughput-latency-2n-skx"
8595   filter: "'NIC_Intel-XXV710' and
8596            '64B' and
8597            'BASE' and
8598            'NDRPDR' and
8599            '4T2C' and
8600            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8601   parameters:
8602   - "throughput"
8603   - "parent"
8604   traces:
8605     hoverinfo: "x+y"
8606     boxpoints: "outliers"
8607     whiskerwidth: 0
8608   layout:
8609     title: ""  # No title
8610     layout: "plot-throughput"
8611
8612 -
8613   type: "plot"
8614   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
8615   algorithm: "plot_performance_box"
8616   output-file-type: ".html"
8617   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
8618   data: "plot-dpdk-throughput-latency-2n-skx"
8619   filter: "'NIC_Intel-XXV710' and
8620            '64B' and
8621            'BASE' and
8622            'NDRPDR' and
8623            '2T1C' and
8624            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8625   parameters:
8626   - "throughput"
8627   - "parent"
8628   traces:
8629     hoverinfo: "x+y"
8630     boxpoints: "outliers"
8631     whiskerwidth: 0
8632   layout:
8633     title: ""  # No title
8634     layout: "plot-throughput"
8635
8636 -
8637   type: "plot"
8638   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
8639   algorithm: "plot_performance_box"
8640   output-file-type: ".html"
8641   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
8642   data: "plot-dpdk-throughput-latency-2n-skx"
8643   filter: "'NIC_Intel-XXV710' and
8644            '64B' and
8645            'BASE' and
8646            'NDRPDR' and
8647            '4T2C' and
8648            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8649   parameters:
8650   - "throughput"
8651   - "parent"
8652   traces:
8653     hoverinfo: "x+y"
8654     boxpoints: "outliers"
8655     whiskerwidth: 0
8656   layout:
8657     title: ""  # No title
8658     layout: "plot-throughput"
8659
8660
8661
8662
8663
8664
8665
8666
8667 ################################################################################
8668
8669 # Packet Latency - VPP L2 3n-hsw-x520
8670 -
8671   type: "plot"
8672   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
8673   algorithm: "plot_latency_box"
8674   output-file-type: ".html"
8675   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
8676   data: "plot-vpp-throughput-latency-3n-hsw"
8677   filter: "'NIC_Intel-X520-DA2' and
8678            '64B' and
8679            ('BASE' or 'SCALE') and
8680            'NDRPDR' and
8681            '1T1C' and
8682            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8683            not 'VHOST' and
8684            not 'MEMIF'"
8685   parameters:
8686   - "latency"
8687   - "parent"
8688   traces:
8689     boxmean: False
8690   layout:
8691     title: ""  # No title
8692     layout: "plot-latency"
8693
8694 -
8695   type: "plot"
8696   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
8697   algorithm: "plot_latency_box"
8698   output-file-type: ".html"
8699   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
8700   data: "plot-vpp-throughput-latency-3n-hsw"
8701   filter: "'NIC_Intel-X520-DA2' and
8702            '64B' and
8703            ('BASE' or 'SCALE') and
8704            'NDRPDR' and
8705            '2T2C' and
8706            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8707            not 'VHOST' and
8708            not 'MEMIF'"
8709   parameters:
8710   - "latency"
8711   - "parent"
8712   traces:
8713     boxmean: False
8714   layout:
8715     title: ""  # No title
8716     layout: "plot-latency"
8717
8718 -
8719   type: "plot"
8720   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
8721   algorithm: "plot_latency_box"
8722   output-file-type: ".html"
8723   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
8724   data: "plot-vpp-throughput-latency-3n-hsw"
8725   filter: "'NIC_Intel-X520-DA2' and
8726            '64B' and
8727            'FEATURE' and
8728            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8729            'NDRPDR' and
8730            '1T1C' and
8731            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8732            not 'VHOST' and
8733            not 'MEMIF'"
8734   parameters:
8735   - "latency"
8736   - "parent"
8737   traces:
8738     boxmean: False
8739   layout:
8740     title: ""  # No title
8741     layout: "plot-latency"
8742
8743 -
8744   type: "plot"
8745   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
8746   algorithm: "plot_latency_box"
8747   output-file-type: ".html"
8748   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
8749   data: "plot-vpp-throughput-latency-3n-hsw"
8750   filter: "'NIC_Intel-X520-DA2' and
8751            '64B' and
8752            'FEATURE' and
8753            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8754            'NDRPDR' and
8755            '2T2C' and
8756            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8757            not 'VHOST' and
8758            not 'MEMIF'"
8759   parameters:
8760   - "latency"
8761   - "parent"
8762   traces:
8763     boxmean: False
8764   layout:
8765     title: ""  # No title
8766     layout: "plot-latency"
8767
8768 # Packet Latency - VPP L2 3n-hsw-x710
8769 -
8770   type: "plot"
8771   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
8772   algorithm: "plot_latency_box"
8773   output-file-type: ".html"
8774   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
8775   data: "plot-vpp-throughput-latency-3n-hsw"
8776   filter: "'NIC_Intel-X710' and
8777            '64B' and
8778            ('BASE' or 'SCALE') and
8779            'NDRPDR' and
8780            '1T1C' and
8781            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8782            not 'VHOST' and
8783            not 'MEMIF'"
8784   parameters:
8785   - "latency"
8786   - "parent"
8787   traces:
8788     boxmean: False
8789   layout:
8790     title: ""  # No title
8791     layout: "plot-latency"
8792
8793 -
8794   type: "plot"
8795   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
8796   algorithm: "plot_latency_box"
8797   output-file-type: ".html"
8798   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
8799   data: "plot-vpp-throughput-latency-3n-hsw"
8800   filter: "'NIC_Intel-X710' and
8801            '64B' and
8802            ('BASE' or 'SCALE') and
8803            'NDRPDR' and
8804            '2T2C' and
8805            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8806            not 'VHOST' and
8807            not 'MEMIF'"
8808   parameters:
8809   - "latency"
8810   - "parent"
8811   traces:
8812     boxmean: False
8813   layout:
8814     title: ""  # No title
8815     layout: "plot-latency"
8816
8817 -
8818   type: "plot"
8819   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
8820   algorithm: "plot_latency_box"
8821   output-file-type: ".html"
8822   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
8823   data: "plot-vpp-throughput-latency-3n-hsw"
8824   filter: "'NIC_Intel-X710' and
8825            '64B' and
8826            'FEATURE' and
8827            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8828            'NDRPDR' and
8829            '1T1C' and
8830            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8831            not 'VHOST' and
8832            not 'MEMIF'"
8833   parameters:
8834   - "latency"
8835   - "parent"
8836   traces:
8837     boxmean: False
8838   layout:
8839     title: ""  # No title
8840     layout: "plot-latency"
8841
8842 -
8843   type: "plot"
8844   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
8845   algorithm: "plot_latency_box"
8846   output-file-type: ".html"
8847   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
8848   data: "plot-vpp-throughput-latency-3n-hsw"
8849   filter: "'NIC_Intel-X710' and
8850            '64B' and
8851            'FEATURE' and
8852            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8853            'NDRPDR' and
8854            '2T2C' and
8855            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8856            not 'VHOST' and
8857            not 'MEMIF'"
8858   parameters:
8859   - "latency"
8860   - "parent"
8861   traces:
8862     boxmean: False
8863   layout:
8864     title: ""  # No title
8865     layout: "plot-latency"
8866
8867 # Packet Latency - VPP L2 3n-hsw-xl710
8868 -
8869   type: "plot"
8870   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
8871   algorithm: "plot_latency_box"
8872   output-file-type: ".html"
8873   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
8874   data: "plot-vpp-throughput-latency-3n-hsw"
8875   filter: "'NIC_Intel-XL710' and
8876            '64B' and
8877            ('BASE' or 'SCALE') and
8878            'NDRPDR' and
8879            '1T1C' and
8880            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8881            not 'VHOST' and
8882            not 'MEMIF'"
8883   parameters:
8884   - "latency"
8885   - "parent"
8886   traces:
8887     boxmean: False
8888   layout:
8889     title: ""  # No title
8890     layout: "plot-latency"
8891
8892 -
8893   type: "plot"
8894   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
8895   algorithm: "plot_latency_box"
8896   output-file-type: ".html"
8897   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
8898   data: "plot-vpp-throughput-latency-3n-hsw"
8899   filter: "'NIC_Intel-XL710' and
8900            '64B' and
8901            ('BASE' or 'SCALE') and
8902            'NDRPDR' and
8903            '2T2C' and
8904            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8905            not 'VHOST' and
8906            not 'MEMIF'"
8907   parameters:
8908   - "latency"
8909   - "parent"
8910   traces:
8911     boxmean: False
8912   layout:
8913     title: ""  # No title
8914     layout: "plot-latency"
8915
8916 # Packet Latency - VPP L2 3n-skx-x710
8917 -
8918   type: "plot"
8919   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
8920   algorithm: "plot_latency_box"
8921   output-file-type: ".html"
8922   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
8923   data: "plot-vpp-throughput-latency-3n-skx"
8924   filter: "'NIC_Intel-X710' and
8925            '64B' and
8926            ('BASE' or 'SCALE') and
8927            'NDRPDR' and
8928            '2T1C' and
8929            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8930            not 'VHOST' and
8931            not 'MEMIF'"
8932   parameters:
8933   - "latency"
8934   - "parent"
8935   traces:
8936     boxmean: False
8937   layout:
8938     title: ""  # No title
8939     layout: "plot-latency"
8940
8941 -
8942   type: "plot"
8943   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
8944   algorithm: "plot_latency_box"
8945   output-file-type: ".html"
8946   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
8947   data: "plot-vpp-throughput-latency-3n-skx"
8948   filter: "'NIC_Intel-X710' and
8949            '64B' and
8950            ('BASE' or 'SCALE') and
8951            'NDRPDR' and
8952            '4T2C' and
8953            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8954            not 'VHOST' and
8955            not 'MEMIF'"
8956   parameters:
8957   - "latency"
8958   - "parent"
8959   traces:
8960     boxmean: False
8961   layout:
8962     title: ""  # No title
8963     layout: "plot-latency"
8964
8965 -
8966   type: "plot"
8967   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
8968   algorithm: "plot_latency_box"
8969   output-file-type: ".html"
8970   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
8971   data: "plot-vpp-throughput-latency-3n-skx"
8972   filter: "'NIC_Intel-X710' and
8973            '64B' and
8974            'FEATURE' and
8975            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8976            'NDRPDR' and
8977            '2T1C' and
8978            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8979            not 'VHOST' and
8980            not 'MEMIF'"
8981   parameters:
8982   - "latency"
8983   - "parent"
8984   traces:
8985     boxmean: False
8986   layout:
8987     title: ""  # No title
8988     layout: "plot-latency"
8989
8990 -
8991   type: "plot"
8992   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
8993   algorithm: "plot_latency_box"
8994   output-file-type: ".html"
8995   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
8996   data: "plot-vpp-throughput-latency-3n-skx"
8997   filter: "'NIC_Intel-X710' and
8998            '64B' and
8999            'FEATURE' and
9000            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9001            'NDRPDR' and
9002            '4T2C' and
9003            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9004            not 'VHOST' and
9005            not 'MEMIF'"
9006   parameters:
9007   - "latency"
9008   - "parent"
9009   traces:
9010     boxmean: False
9011   layout:
9012     title: ""  # No title
9013     layout: "plot-latency"
9014
9015 # Packet Latency - VPP L2 3n-skx-xxv710
9016 -
9017   type: "plot"
9018   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9019   algorithm: "plot_latency_box"
9020   output-file-type: ".html"
9021   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9022   data: "plot-vpp-throughput-latency-3n-skx"
9023   filter: "'NIC_Intel-XXV710' and
9024            '64B' and
9025            ('BASE' or 'SCALE') and
9026            'NDRPDR' and
9027            '2T1C' and
9028            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9029            not 'VHOST' and
9030            not 'MEMIF'"
9031   parameters:
9032   - "latency"
9033   - "parent"
9034   traces:
9035     boxmean: False
9036   layout:
9037     title: ""  # No title
9038     layout: "plot-latency"
9039
9040 -
9041   type: "plot"
9042   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9043   algorithm: "plot_latency_box"
9044   output-file-type: ".html"
9045   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9046   data: "plot-vpp-throughput-latency-3n-skx"
9047   filter: "'NIC_Intel-XXV710' and
9048            '64B' and
9049            ('BASE' or 'SCALE') and
9050            'NDRPDR' and
9051            '4T2C' and
9052            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9053            not 'VHOST' and
9054            not 'MEMIF'"
9055   parameters:
9056   - "latency"
9057   - "parent"
9058   traces:
9059     boxmean: False
9060   layout:
9061     title: ""  # No title
9062     layout: "plot-latency"
9063
9064 # Packet Latency - VPP L2 2n-skx-x710
9065 -
9066   type: "plot"
9067   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9068   algorithm: "plot_latency_box"
9069   output-file-type: ".html"
9070   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9071   data: "plot-vpp-throughput-latency-2n-skx"
9072   filter: "'NIC_Intel-X710' and
9073            '64B' and
9074            ('BASE' or 'SCALE') and
9075            'NDRPDR' and
9076            '2T1C' and
9077            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9078            not 'VHOST' and
9079            not 'MEMIF'"
9080   parameters:
9081   - "latency"
9082   - "parent"
9083   traces:
9084     boxmean: False
9085   layout:
9086     title: ""  # No title
9087     layout: "plot-latency"
9088
9089 -
9090   type: "plot"
9091   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9092   algorithm: "plot_latency_box"
9093   output-file-type: ".html"
9094   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9095   data: "plot-vpp-throughput-latency-2n-skx"
9096   filter: "'NIC_Intel-X710' and
9097            '64B' and
9098            ('BASE' or 'SCALE') and
9099            'NDRPDR' and
9100            '4T2C' and
9101            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9102            not 'VHOST' and
9103            not 'MEMIF'"
9104   parameters:
9105   - "latency"
9106   - "parent"
9107   traces:
9108     boxmean: False
9109   layout:
9110     title: ""  # No title
9111     layout: "plot-latency"
9112
9113 # Packet Latency - VPP L2 2n-skx-xxv710
9114 -
9115   type: "plot"
9116   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9117   algorithm: "plot_latency_box"
9118   output-file-type: ".html"
9119   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9120   data: "plot-vpp-throughput-latency-2n-skx"
9121   filter: "'NIC_Intel-XXV710' and
9122            '64B' and
9123            ('BASE' or 'SCALE') and
9124            'NDRPDR' and
9125            '2T1C' and
9126            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9127            not 'VHOST' and
9128            not 'MEMIF'"
9129   parameters:
9130   - "latency"
9131   - "parent"
9132   traces:
9133     boxmean: False
9134   layout:
9135     title: ""  # No title
9136     layout: "plot-latency"
9137
9138 -
9139   type: "plot"
9140   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9141   algorithm: "plot_latency_box"
9142   output-file-type: ".html"
9143   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9144   data: "plot-vpp-throughput-latency-2n-skx"
9145   filter: "'NIC_Intel-XXV710' and
9146            '64B' and
9147            ('BASE' or 'SCALE') and
9148            'NDRPDR' and
9149            '4T2C' and
9150            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9151            not 'VHOST' and
9152            not 'MEMIF'"
9153   parameters:
9154   - "latency"
9155   - "parent"
9156   traces:
9157     boxmean: False
9158   layout:
9159     title: ""  # No title
9160     layout: "plot-latency"
9161
9162 ################################################################################
9163
9164 # Packet Latency - VPP Container Memif 3n-hsw-x520
9165 -
9166   type: "plot"
9167   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9168   algorithm: "plot_latency_box"
9169   output-file-type: ".html"
9170   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9171   data: "plot-vpp-throughput-latency-3n-hsw"
9172   filter: "'NIC_Intel-X520-DA2' and
9173            '64B' and
9174            ('BASE' or 'SCALE') and
9175            'NDRPDR' and
9176            '1T1C' and
9177            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9178            not 'VHOST' and
9179            'MEMIF'"
9180   parameters:
9181   - "latency"
9182   - "parent"
9183   traces:
9184     boxmean: False
9185   layout:
9186     title: ""  # No title
9187     layout: "plot-latency"
9188
9189 -
9190   type: "plot"
9191   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9192   algorithm: "plot_latency_box"
9193   output-file-type: ".html"
9194   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9195   data: "plot-vpp-throughput-latency-3n-hsw"
9196   filter: "'NIC_Intel-X520-DA2' and
9197            '64B' and
9198            ('BASE' or 'SCALE') and
9199            'NDRPDR' and
9200            '2T2C' and
9201            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9202            not 'VHOST' and
9203            'MEMIF'"
9204   parameters:
9205   - "latency"
9206   - "parent"
9207   traces:
9208     boxmean: False
9209   layout:
9210     title: ""  # No title
9211     layout: "plot-latency"
9212
9213 # Packet Latency - VPP Container Memif 3n-hsw-x710
9214 -
9215   type: "plot"
9216   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9217   algorithm: "plot_latency_box"
9218   output-file-type: ".html"
9219   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9220   data: "plot-vpp-throughput-latency-3n-hsw"
9221   filter: "'NIC_Intel-X710' and
9222            '64B' and
9223            ('BASE' or 'SCALE') and
9224            'NDRPDR' and
9225            '1T1C' and
9226            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9227            not 'VHOST' and
9228            'MEMIF'"
9229   parameters:
9230   - "latency"
9231   - "parent"
9232   traces:
9233     boxmean: False
9234   layout:
9235     title: ""  # No title
9236     layout: "plot-latency"
9237
9238 -
9239   type: "plot"
9240   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9241   algorithm: "plot_latency_box"
9242   output-file-type: ".html"
9243   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9244   data: "plot-vpp-throughput-latency-3n-hsw"
9245   filter: "'NIC_Intel-X710' and
9246            '64B' and
9247            ('BASE' or 'SCALE') and
9248            'NDRPDR' and
9249            '2T2C' and
9250            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9251            not 'VHOST' and
9252            'MEMIF'"
9253   parameters:
9254   - "latency"
9255   - "parent"
9256   traces:
9257     boxmean: False
9258   layout:
9259     title: ""  # No title
9260     layout: "plot-latency"
9261
9262 # Packet Latency - VPP Container Memif 3n-hsw-xl710
9263 -
9264   type: "plot"
9265   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9266   algorithm: "plot_latency_box"
9267   output-file-type: ".html"
9268   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9269   data: "plot-vpp-throughput-latency-3n-hsw"
9270   filter: "'NIC_Intel-XL710' and
9271            '64B' and
9272            ('BASE' or 'SCALE') and
9273            'NDRPDR' and
9274            '1T1C' and
9275            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9276            not 'VHOST' and
9277            'MEMIF'"
9278   parameters:
9279   - "latency"
9280   - "parent"
9281   traces:
9282     boxmean: False
9283   layout:
9284     title: ""  # No title
9285     layout: "plot-latency"
9286
9287 -
9288   type: "plot"
9289   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9290   algorithm: "plot_latency_box"
9291   output-file-type: ".html"
9292   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9293   data: "plot-vpp-throughput-latency-3n-hsw"
9294   filter: "'NIC_Intel-XL710' and
9295            '64B' and
9296            ('BASE' or 'SCALE') and
9297            'NDRPDR' and
9298            '2T2C' and
9299            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9300            not 'VHOST' and
9301            'MEMIF'"
9302   parameters:
9303   - "latency"
9304   - "parent"
9305   traces:
9306     boxmean: False
9307   layout:
9308     title: ""  # No title
9309     layout: "plot-latency"
9310
9311 # Packet Latency - VPP Container Memif 3n-skx-x710
9312 -
9313   type: "plot"
9314   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9315   algorithm: "plot_latency_box"
9316   output-file-type: ".html"
9317   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9318   data: "plot-vpp-throughput-latency-3n-skx"
9319   filter: "'NIC_Intel-X710' and
9320            '64B' and
9321            ('BASE' or 'SCALE') and
9322            'NDRPDR' and
9323            '2T1C' and
9324            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9325            not 'VHOST' and
9326            'MEMIF'"
9327   parameters:
9328   - "latency"
9329   - "parent"
9330   traces:
9331     boxmean: False
9332   layout:
9333     title: ""  # No title
9334     layout: "plot-latency"
9335
9336 -
9337   type: "plot"
9338   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9339   algorithm: "plot_latency_box"
9340   output-file-type: ".html"
9341   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9342   data: "plot-vpp-throughput-latency-3n-skx"
9343   filter: "'NIC_Intel-X710' and
9344            '64B' and
9345            ('BASE' or 'SCALE') and
9346            'NDRPDR' and
9347            '4T2C' and
9348            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9349            not 'VHOST' and
9350            'MEMIF'"
9351   parameters:
9352   - "latency"
9353   - "parent"
9354   traces:
9355     boxmean: False
9356   layout:
9357     title: ""  # No title
9358     layout: "plot-latency"
9359
9360 ################################################################################
9361
9362 # Packet Latency - VPP Container Memif 3n-hsw-x520
9363 -
9364   type: "plot"
9365   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9366   algorithm: "plot_latency_box"
9367   output-file-type: ".html"
9368   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9369   data: "plot-ligato-throughput-latency-3n-hsw"
9370   filter: "'NIC_Intel-X520-DA2' and
9371            '64B' and
9372            ('BASE' or 'SCALE') and
9373            'NDRPDR' and
9374            '1T1C' and
9375            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9376            not 'VHOST' and
9377            'MEMIF'"
9378   parameters:
9379   - "latency"
9380   - "parent"
9381   traces:
9382     boxmean: False
9383   layout:
9384     title: ""  # No title
9385     layout: "plot-latency"
9386
9387 -
9388   type: "plot"
9389   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9390   algorithm: "plot_latency_box"
9391   output-file-type: ".html"
9392   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9393   data: "plot-ligato-throughput-latency-3n-hsw"
9394   filter: "'NIC_Intel-X520-DA2' and
9395            '64B' and
9396            ('BASE' or 'SCALE') and
9397            'NDRPDR' and
9398            '2T2C' and
9399            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9400            not 'VHOST' and
9401            'MEMIF'"
9402   parameters:
9403   - "latency"
9404   - "parent"
9405   traces:
9406     boxmean: False
9407   layout:
9408     title: ""  # No title
9409     layout: "plot-latency"
9410
9411 # Packet Latency - VPP Container Memif 3n-hsw-x710
9412 -
9413   type: "plot"
9414   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9415   algorithm: "plot_latency_box"
9416   output-file-type: ".html"
9417   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9418   data: "plot-ligato-throughput-latency-3n-hsw"
9419   filter: "'NIC_Intel-X710' and
9420            '64B' and
9421            ('BASE' or 'SCALE') and
9422            'NDRPDR' and
9423            '1T1C' and
9424            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9425            not 'VHOST' and
9426            'MEMIF'"
9427   parameters:
9428   - "latency"
9429   - "parent"
9430   traces:
9431     boxmean: False
9432   layout:
9433     title: ""  # No title
9434     layout: "plot-latency"
9435
9436 -
9437   type: "plot"
9438   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9439   algorithm: "plot_latency_box"
9440   output-file-type: ".html"
9441   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9442   data: "plot-ligato-throughput-latency-3n-hsw"
9443   filter: "'NIC_Intel-X710' and
9444            '64B' and
9445            ('BASE' or 'SCALE') and
9446            'NDRPDR' and
9447            '2T2C' and
9448            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9449            not 'VHOST' and
9450            'MEMIF'"
9451   parameters:
9452   - "latency"
9453   - "parent"
9454   traces:
9455     boxmean: False
9456   layout:
9457     title: ""  # No title
9458     layout: "plot-latency"
9459
9460 ################################################################################
9461
9462 # Packet Latency - VPP IPv4 3n-hsw-x520
9463 -
9464   type: "plot"
9465   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9466   algorithm: "plot_latency_box"
9467   output-file-type: ".html"
9468   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9469   data: "plot-vpp-throughput-latency-3n-hsw"
9470   filter: "'NIC_Intel-X520-DA2' and
9471            '64B' and
9472            ('BASE' or 'SCALE') and
9473            'NDRPDR' and
9474            '1T1C' and
9475            'IP4FWD' and
9476            not 'IPSEC' and
9477            not 'VHOST'"
9478   parameters:
9479   - "latency"
9480   - "parent"
9481   traces:
9482     boxmean: False
9483   layout:
9484     title: ""  # No title
9485     layout: "plot-latency"
9486
9487 -
9488   type: "plot"
9489   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9490   algorithm: "plot_latency_box"
9491   output-file-type: ".html"
9492   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9493   data: "plot-vpp-throughput-latency-3n-hsw"
9494   filter: "'NIC_Intel-X520-DA2' and
9495            '64B' and
9496            ('BASE' or 'SCALE') and
9497            'NDRPDR' and
9498            '2T2C' and
9499            'IP4FWD' and
9500            not 'IPSEC' and
9501            not 'VHOST'"
9502   parameters:
9503   - "latency"
9504   - "parent"
9505   traces:
9506     boxmean: False
9507   layout:
9508     title: ""  # No title
9509     layout: "plot-latency"
9510
9511 -
9512   type: "plot"
9513   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
9514   algorithm: "plot_latency_box"
9515   output-file-type: ".html"
9516   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
9517   data: "plot-vpp-throughput-latency-3n-hsw"
9518   filter: "'NIC_Intel-X520-DA2' and
9519            '64B' and
9520            'FEATURE' and
9521            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9522            'NDRPDR' and
9523            '1T1C' and
9524            'IP4FWD' and
9525            not 'IPSEC' and
9526            not 'VHOST'"
9527   parameters:
9528   - "latency"
9529   - "parent"
9530   traces:
9531     boxmean: False
9532   layout:
9533     title: ""  # No title
9534     layout: "plot-latency"
9535
9536 -
9537   type: "plot"
9538   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
9539   algorithm: "plot_latency_box"
9540   output-file-type: ".html"
9541   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
9542   data: "plot-vpp-throughput-latency-3n-hsw"
9543   filter: "'NIC_Intel-X520-DA2' and
9544            '64B' and
9545            'FEATURE' and
9546            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9547            'NDRPDR' and
9548            '2T2C' and
9549            'IP4FWD' and
9550            not 'IPSEC' and
9551            not 'VHOST'"
9552   parameters:
9553   - "latency"
9554   - "parent"
9555   traces:
9556     boxmean: False
9557   layout:
9558     title: ""  # No title
9559     layout: "plot-latency"
9560
9561 # Packet Latency - VPP IPv4 3n-hsw-x710
9562 -
9563   type: "plot"
9564   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9565   algorithm: "plot_latency_box"
9566   output-file-type: ".html"
9567   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9568   data: "plot-vpp-throughput-latency-3n-hsw"
9569   filter: "'NIC_Intel-X710' and
9570            '64B' and
9571            ('BASE' or 'SCALE') and
9572            'NDRPDR' and
9573            '1T1C' and
9574            'IP4FWD' and
9575            not 'IPSEC' and
9576            not 'VHOST'"
9577   parameters:
9578   - "latency"
9579   - "parent"
9580   traces:
9581     boxmean: False
9582   layout:
9583     title: ""  # No title
9584     layout: "plot-latency"
9585
9586 -
9587   type: "plot"
9588   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9589   algorithm: "plot_latency_box"
9590   output-file-type: ".html"
9591   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9592   data: "plot-vpp-throughput-latency-3n-hsw"
9593   filter: "'NIC_Intel-X710' and
9594            '64B' and
9595            ('BASE' or 'SCALE') and
9596            'NDRPDR' and
9597            '2T2C' and
9598            'IP4FWD' and
9599            not 'IPSEC' and
9600            not 'VHOST'"
9601   parameters:
9602   - "latency"
9603   - "parent"
9604   traces:
9605     boxmean: False
9606   layout:
9607     title: ""  # No title
9608     layout: "plot-latency"
9609
9610 -
9611   type: "plot"
9612   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
9613   algorithm: "plot_latency_box"
9614   output-file-type: ".html"
9615   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
9616   data: "plot-vpp-throughput-latency-3n-hsw"
9617   filter: "'NIC_Intel-X710' and
9618            '64B' and
9619            'FEATURE' and
9620            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9621            'NDRPDR' and
9622            '1T1C' and
9623            'IP4FWD' and
9624            not 'IPSEC' and
9625            not 'VHOST'"
9626   parameters:
9627   - "latency"
9628   - "parent"
9629   traces:
9630     boxmean: False
9631   layout:
9632     title: ""  # No title
9633     layout: "plot-latency"
9634
9635 -
9636   type: "plot"
9637   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
9638   algorithm: "plot_latency_box"
9639   output-file-type: ".html"
9640   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
9641   data: "plot-vpp-throughput-latency-3n-hsw"
9642   filter: "'NIC_Intel-X710' and
9643            '64B' and
9644            'FEATURE' and
9645            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9646            'NDRPDR' and
9647            '2T2C' and
9648            'IP4FWD' and
9649            not 'IPSEC' and
9650            not 'VHOST'"
9651   parameters:
9652   - "latency"
9653   - "parent"
9654   traces:
9655     boxmean: False
9656   layout:
9657     title: ""  # No title
9658     layout: "plot-latency"
9659
9660 # Packet Latency - VPP IPv4 3n-hsw-xl710
9661 -
9662   type: "plot"
9663   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9664   algorithm: "plot_latency_box"
9665   output-file-type: ".html"
9666   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9667   data: "plot-vpp-throughput-latency-3n-hsw"
9668   filter: "'NIC_Intel-XL710' and
9669            '64B' and
9670            ('BASE' or 'SCALE') and
9671            'NDRPDR' and
9672            '1T1C' and
9673            'IP4FWD' and
9674            not 'IPSEC' and
9675            not 'VHOST'"
9676   parameters:
9677   - "latency"
9678   - "parent"
9679   traces:
9680     boxmean: False
9681   layout:
9682     title: ""  # No title
9683     layout: "plot-latency"
9684
9685 -
9686   type: "plot"
9687   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9688   algorithm: "plot_latency_box"
9689   output-file-type: ".html"
9690   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9691   data: "plot-vpp-throughput-latency-3n-hsw"
9692   filter: "'NIC_Intel-XL710' and
9693            '64B' and
9694            ('BASE' or 'SCALE') and
9695            'NDRPDR' and
9696            '2T2C' and
9697            'IP4FWD' and
9698            not 'IPSEC' and
9699            not 'VHOST'"
9700   parameters:
9701   - "latency"
9702   - "parent"
9703   traces:
9704     boxmean: False
9705   layout:
9706     title: ""  # No title
9707     layout: "plot-latency"
9708
9709 # Packet Latency - VPP IPv4 3n-skx-x710
9710 -
9711   type: "plot"
9712   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9713   algorithm: "plot_latency_box"
9714   output-file-type: ".html"
9715   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9716   data: "plot-vpp-throughput-latency-3n-skx"
9717   filter: "'NIC_Intel-X710' and
9718            '64B' and
9719            ('BASE' or 'SCALE') and
9720            'NDRPDR' and
9721            '2T1C' and
9722            'IP4FWD' and
9723            not 'IPSEC' and
9724            not 'VHOST'"
9725   parameters:
9726   - "latency"
9727   - "parent"
9728   traces:
9729     boxmean: False
9730   layout:
9731     title: ""  # No title
9732     layout: "plot-latency"
9733
9734 -
9735   type: "plot"
9736   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9737   algorithm: "plot_latency_box"
9738   output-file-type: ".html"
9739   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9740   data: "plot-vpp-throughput-latency-3n-skx"
9741   filter: "'NIC_Intel-X710' and
9742            '64B' and
9743            ('BASE' or 'SCALE') and
9744            'NDRPDR' and
9745            '4T2C' and
9746            'IP4FWD' and
9747            not 'IPSEC' and
9748            not 'VHOST'"
9749   parameters:
9750   - "latency"
9751   - "parent"
9752   traces:
9753     boxmean: False
9754   layout:
9755     title: ""  # No title
9756     layout: "plot-latency"
9757
9758 -
9759   type: "plot"
9760   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
9761   algorithm: "plot_latency_box"
9762   output-file-type: ".html"
9763   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
9764   data: "plot-vpp-throughput-latency-3n-skx"
9765   filter: "'NIC_Intel-X710' and
9766            '64B' and
9767            'FEATURE' and
9768            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9769            'NDRPDR' and
9770            '2T1C' and
9771            'IP4FWD' and
9772            not 'IPSEC' and
9773            not 'VHOST'"
9774   parameters:
9775   - "latency"
9776   - "parent"
9777   traces:
9778     boxmean: False
9779   layout:
9780     title: ""  # No title
9781     layout: "plot-latency"
9782
9783 -
9784   type: "plot"
9785   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
9786   algorithm: "plot_latency_box"
9787   output-file-type: ".html"
9788   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
9789   data: "plot-vpp-throughput-latency-3n-skx"
9790   filter: "'NIC_Intel-X710' and
9791            '64B' and
9792            'FEATURE' and
9793            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9794            'NDRPDR' and
9795            '4T2C' and
9796            'IP4FWD' and
9797            not 'IPSEC' and
9798            not 'VHOST'"
9799   parameters:
9800   - "latency"
9801   - "parent"
9802   traces:
9803     boxmean: False
9804   layout:
9805     title: ""  # No title
9806     layout: "plot-latency"
9807
9808 # Packet Latency - VPP IPv4 2n-skx-x710
9809 -
9810   type: "plot"
9811   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9812   algorithm: "plot_latency_box"
9813   output-file-type: ".html"
9814   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9815   data: "plot-vpp-throughput-latency-2n-skx"
9816   filter: "'NIC_Intel-X710' and
9817            '64B' and
9818            ('BASE' or 'SCALE') and
9819            'NDRPDR' and
9820            '2T1C' and
9821            'IP4FWD' and
9822            not 'IPSEC' and
9823            not 'VHOST'"
9824   parameters:
9825   - "latency"
9826   - "parent"
9827   traces:
9828     boxmean: False
9829   layout:
9830     title: ""  # No title
9831     layout: "plot-latency"
9832
9833 -
9834   type: "plot"
9835   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9836   algorithm: "plot_latency_box"
9837   output-file-type: ".html"
9838   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9839   data: "plot-vpp-throughput-latency-2n-skx"
9840   filter: "'NIC_Intel-X710' and
9841            '64B' and
9842            ('BASE' or 'SCALE') and
9843            'NDRPDR' and
9844            '4T2C' and
9845            'IP4FWD' and
9846            not 'IPSEC' and
9847            not 'VHOST'"
9848   parameters:
9849   - "latency"
9850   - "parent"
9851   traces:
9852     boxmean: False
9853   layout:
9854     title: ""  # No title
9855     layout: "plot-latency"
9856
9857 # Packet Latency - VPP IPv4 2n-skx-xxv710
9858 -
9859   type: "plot"
9860   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9861   algorithm: "plot_latency_box"
9862   output-file-type: ".html"
9863   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9864   data: "plot-vpp-throughput-latency-2n-skx"
9865   filter: "'NIC_Intel-XXV710' and
9866            '64B' and
9867            ('BASE' or 'SCALE') and
9868            'NDRPDR' and
9869            '2T1C' and
9870            'IP4FWD' and
9871            not 'IPSEC' and
9872            not 'VHOST'"
9873   parameters:
9874   - "latency"
9875   - "parent"
9876   traces:
9877     boxmean: False
9878   layout:
9879     title: ""  # No title
9880     layout: "plot-latency"
9881
9882 -
9883   type: "plot"
9884   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9885   algorithm: "plot_latency_box"
9886   output-file-type: ".html"
9887   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9888   data: "plot-vpp-throughput-latency-2n-skx"
9889   filter: "'NIC_Intel-XXV710' and
9890            '64B' and
9891            ('BASE' or 'SCALE') and
9892            'NDRPDR' and
9893            '4T2C' and
9894            'IP4FWD' and
9895            not 'IPSEC' and
9896            not 'VHOST'"
9897   parameters:
9898   - "latency"
9899   - "parent"
9900   traces:
9901     boxmean: False
9902   layout:
9903     title: ""  # No title
9904     layout: "plot-latency"
9905
9906 ################################################################################
9907
9908 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
9909 -
9910   type: "plot"
9911   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9912   algorithm: "plot_latency_box"
9913   output-file-type: ".html"
9914   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9915   data: "plot-vpp-throughput-latency-3n-hsw"
9916   filter: "'NIC_Intel-X520-DA2' and
9917            '64B' and
9918            'ENCAP' and
9919            'NDRPDR' and
9920            '1T1C' and
9921            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
9922            not 'VHOST' and
9923            not 'IPSECHW'"
9924   parameters:
9925   - "latency"
9926   - "parent"
9927   traces:
9928     boxmean: False
9929   layout:
9930     title: ""  # No title
9931     layout: "plot-latency"
9932
9933 -
9934   type: "plot"
9935   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9936   algorithm: "plot_latency_box"
9937   output-file-type: ".html"
9938   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9939   data: "plot-vpp-throughput-latency-3n-hsw"
9940   filter: "'NIC_Intel-X520-DA2' and
9941            '64B' and
9942            'ENCAP' and
9943            'NDRPDR' and
9944            '2T2C' and
9945            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
9946            not 'VHOST' and
9947            not 'IPSECHW'"
9948   parameters:
9949   - "latency"
9950   - "parent"
9951   traces:
9952     boxmean: False
9953   layout:
9954     title: ""  # No title
9955     layout: "plot-latency"
9956
9957 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
9958 -
9959   type: "plot"
9960   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9961   algorithm: "plot_latency_box"
9962   output-file-type: ".html"
9963   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9964   data: "plot-vpp-throughput-latency-3n-hsw"
9965   filter: "'NIC_Intel-X710' and
9966            '64B' and
9967            'ENCAP' and
9968            'NDRPDR' and
9969            '1T1C' and
9970            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
9971            not 'VHOST' and
9972            not 'IPSECHW'"
9973   parameters:
9974   - "latency"
9975   - "parent"
9976   traces:
9977     boxmean: False
9978   layout:
9979     title: ""  # No title
9980     layout: "plot-latency"
9981
9982 -
9983   type: "plot"
9984   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9985   algorithm: "plot_latency_box"
9986   output-file-type: ".html"
9987   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9988   data: "plot-vpp-throughput-latency-3n-hsw"
9989   filter: "'NIC_Intel-X710' and
9990            '64B' and
9991            'ENCAP' and
9992            'NDRPDR' and
9993            '2T2C' and
9994            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
9995            not 'VHOST' and
9996            not 'IPSECHW'"
9997   parameters:
9998   - "latency"
9999   - "parent"
10000   traces:
10001     boxmean: False
10002   layout:
10003     title: ""  # No title
10004     layout: "plot-latency"
10005
10006 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
10007 -
10008   type: "plot"
10009   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10010   algorithm: "plot_latency_box"
10011   output-file-type: ".html"
10012   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10013   data: "plot-vpp-throughput-latency-3n-skx"
10014   filter: "'NIC_Intel-X710' and
10015            '64B' and
10016            'ENCAP' and
10017            'NDRPDR' and
10018            '2T1C' and
10019            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10020            not 'VHOST' and
10021            not 'IPSECHW'"
10022   parameters:
10023   - "latency"
10024   - "parent"
10025   traces:
10026     boxmean: False
10027   layout:
10028     title: ""  # No title
10029     layout: "plot-latency"
10030
10031 -
10032   type: "plot"
10033   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10034   algorithm: "plot_latency_box"
10035   output-file-type: ".html"
10036   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10037   data: "plot-vpp-throughput-latency-3n-skx"
10038   filter: "'NIC_Intel-X710' and
10039            '64B' and
10040            'ENCAP' and
10041            'NDRPDR' and
10042            '4T2C' and
10043            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10044            not 'VHOST' and
10045            not 'IPSECHW'"
10046   parameters:
10047   - "latency"
10048   - "parent"
10049   traces:
10050     boxmean: False
10051   layout:
10052     title: ""  # No title
10053     layout: "plot-latency"
10054
10055 ################################################################################
10056
10057 # Packet Latency - VPP IPv6 3n-hsw-x520
10058 -
10059   type: "plot"
10060   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10061   algorithm: "plot_latency_box"
10062   output-file-type: ".html"
10063   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10064   data: "plot-vpp-throughput-latency-3n-hsw"
10065   filter: "'NIC_Intel-X520-DA2' and
10066            '78B' and
10067            ('BASE' or 'SCALE') and
10068            'NDRPDR' and
10069            '1T1C' and
10070            'IP6FWD' and
10071            not 'SRv6' and
10072            not 'IPSEC' and
10073            not 'VHOST'"
10074   parameters:
10075   - "latency"
10076   - "parent"
10077   traces:
10078     boxmean: False
10079   layout:
10080     title: ""  # No title
10081     layout: "plot-latency"
10082
10083 -
10084   type: "plot"
10085   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10086   algorithm: "plot_latency_box"
10087   output-file-type: ".html"
10088   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10089   data: "plot-vpp-throughput-latency-3n-hsw"
10090   filter: "'NIC_Intel-X520-DA2' and
10091            '78B' and
10092            ('BASE' or 'SCALE') and
10093            'NDRPDR' and
10094            '2T2C' and
10095            'IP6FWD' and
10096            not 'SRv6' and
10097            not 'IPSEC' and
10098            not 'VHOST'"
10099   parameters:
10100   - "latency"
10101   - "parent"
10102   traces:
10103     boxmean: False
10104   layout:
10105     title: ""  # No title
10106     layout: "plot-latency"
10107
10108 # Packet Latency - VPP IPv6 3n-hsw-x710
10109 -
10110   type: "plot"
10111   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
10112   algorithm: "plot_latency_box"
10113   output-file-type: ".html"
10114   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
10115   data: "plot-vpp-throughput-latency-3n-hsw"
10116   filter: "'NIC_Intel-X710' and
10117            '78B' and
10118            ('BASE' or 'SCALE') and
10119            'NDRPDR' and
10120            '1T1C' and
10121            'IP6FWD' and
10122            not 'SRv6' and
10123            not 'IPSEC' and
10124            not 'VHOST'"
10125   parameters:
10126   - "latency"
10127   - "parent"
10128   traces:
10129     boxmean: False
10130   layout:
10131     title: ""  # No title
10132     layout: "plot-latency"
10133
10134 -
10135   type: "plot"
10136   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
10137   algorithm: "plot_latency_box"
10138   output-file-type: ".html"
10139   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
10140   data: "plot-vpp-throughput-latency-3n-hsw"
10141   filter: "'NIC_Intel-X710' and
10142            '78B' and
10143            ('BASE' or 'SCALE') and
10144            'NDRPDR' and
10145            '2T2C' and
10146            'IP6FWD' and
10147            not 'SRv6' and
10148            not 'IPSEC' and
10149            not 'VHOST'"
10150   parameters:
10151   - "latency"
10152   - "parent"
10153   traces:
10154     boxmean: False
10155   layout:
10156     title: ""  # No title
10157     layout: "plot-latency"
10158
10159 # Packet Latency - VPP IPv6 3n-hsw-xl710
10160 -
10161   type: "plot"
10162   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
10163   algorithm: "plot_latency_box"
10164   output-file-type: ".html"
10165   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
10166   data: "plot-vpp-throughput-latency-3n-hsw"
10167   filter: "'NIC_Intel-XL710' and
10168            '78B' and
10169            ('BASE' or 'SCALE') and
10170            'NDRPDR' and
10171            '1T1C' and
10172            'IP6FWD' and
10173            not 'SRv6' and
10174            not 'IPSEC' and
10175            not 'VHOST'"
10176   parameters:
10177   - "latency"
10178   - "parent"
10179   traces:
10180     boxmean: False
10181   layout:
10182     title: ""  # No title
10183     layout: "plot-latency"
10184
10185 -
10186   type: "plot"
10187   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
10188   algorithm: "plot_latency_box"
10189   output-file-type: ".html"
10190   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
10191   data: "plot-vpp-throughput-latency-3n-hsw"
10192   filter: "'NIC_Intel-XL710' and
10193            '78B' and
10194            ('BASE' or 'SCALE') and
10195            'NDRPDR' and
10196            '2T2C' and
10197            'IP6FWD' and
10198            not 'SRv6' and
10199            not 'IPSEC' and
10200            not 'VHOST'"
10201   parameters:
10202   - "latency"
10203   - "parent"
10204   traces:
10205     boxmean: False
10206   layout:
10207     title: ""  # No title
10208     layout: "plot-latency"
10209
10210 # Packet Latency - VPP IPv6 3n-skx-x710
10211 -
10212   type: "plot"
10213   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10214   algorithm: "plot_latency_box"
10215   output-file-type: ".html"
10216   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10217   data: "plot-vpp-throughput-latency-3n-skx"
10218   filter: "'NIC_Intel-X710' and
10219            '78B' and
10220            ('BASE' or 'SCALE') and
10221            'NDRPDR' and
10222            '2T1C' and
10223            'IP6FWD' and
10224            not 'SRv6' and
10225            not 'IPSEC' and
10226            not 'VHOST'"
10227   parameters:
10228   - "latency"
10229   - "parent"
10230   traces:
10231     boxmean: False
10232   layout:
10233     title: ""  # No title
10234     layout: "plot-latency"
10235
10236 -
10237   type: "plot"
10238   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10239   algorithm: "plot_latency_box"
10240   output-file-type: ".html"
10241   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10242   data: "plot-vpp-throughput-latency-3n-skx"
10243   filter: "'NIC_Intel-X710' and
10244            '78B' and
10245            ('BASE' or 'SCALE') and
10246            'NDRPDR' and
10247            '4T2C' and
10248            'IP6FWD' and
10249            not 'SRv6' and
10250            not 'IPSEC' and
10251            not 'VHOST'"
10252   parameters:
10253   - "latency"
10254   - "parent"
10255   traces:
10256     boxmean: False
10257   layout:
10258     title: ""  # No title
10259     layout: "plot-latency"
10260
10261 # Packet Latency - VPP IPv6 2n-skx-x710
10262 -
10263   type: "plot"
10264   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10265   algorithm: "plot_latency_box"
10266   output-file-type: ".html"
10267   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10268   data: "plot-vpp-throughput-latency-2n-skx"
10269   filter: "'NIC_Intel-X710' and
10270            '78B' and
10271            ('BASE' or 'SCALE') and
10272            'NDRPDR' and
10273            '2T1C' and
10274            'IP6FWD' and
10275            not 'SRv6' and
10276            not 'IPSEC' and
10277            not 'VHOST'"
10278   parameters:
10279   - "latency"
10280   - "parent"
10281   traces:
10282     boxmean: False
10283   layout:
10284     title: ""  # No title
10285     layout: "plot-latency"
10286
10287 -
10288   type: "plot"
10289   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10290   algorithm: "plot_latency_box"
10291   output-file-type: ".html"
10292   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10293   data: "plot-vpp-throughput-latency-2n-skx"
10294   filter: "'NIC_Intel-X710' and
10295            '78B' and
10296            ('BASE' or 'SCALE') and
10297            'NDRPDR' and
10298            '4T2C' and
10299            'IP6FWD' and
10300            not 'SRv6' and
10301            not 'IPSEC' and
10302            not 'VHOST'"
10303   parameters:
10304   - "latency"
10305   - "parent"
10306   traces:
10307     boxmean: False
10308   layout:
10309     title: ""  # No title
10310     layout: "plot-latency"
10311
10312 # Packet Latency - VPP IPv6 2n-skx-xxv710
10313 -
10314   type: "plot"
10315   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
10316   algorithm: "plot_latency_box"
10317   output-file-type: ".html"
10318   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
10319   data: "plot-vpp-throughput-latency-2n-skx"
10320   filter: "'NIC_Intel-XXV710' and
10321            '78B' and
10322            ('BASE' or 'SCALE') and
10323            'NDRPDR' and
10324            '2T1C' and
10325            'IP6FWD' and
10326            not 'SRv6' and
10327            not 'IPSEC' and
10328            not 'VHOST'"
10329   parameters:
10330   - "latency"
10331   - "parent"
10332   traces:
10333     boxmean: False
10334   layout:
10335     title: ""  # No title
10336     layout: "plot-latency"
10337
10338 -
10339   type: "plot"
10340   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
10341   algorithm: "plot_latency_box"
10342   output-file-type: ".html"
10343   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
10344   data: "plot-vpp-throughput-latency-2n-skx"
10345   filter: "'NIC_Intel-XXV710' and
10346            '78B' and
10347            ('BASE' or 'SCALE') and
10348            'NDRPDR' and
10349            '4T2C' and
10350            'IP6FWD' and
10351            not 'SRv6' and
10352            not 'IPSEC' and
10353            not 'VHOST'"
10354   parameters:
10355   - "latency"
10356   - "parent"
10357   traces:
10358     boxmean: False
10359   layout:
10360     title: ""  # No title
10361     layout: "plot-latency"
10362
10363 ################################################################################
10364
10365 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
10366 -
10367   type: "plot"
10368   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10369   algorithm: "plot_latency_box"
10370   output-file-type: ".html"
10371   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10372   data: "plot-vpp-throughput-latency-3n-hsw"
10373   filter: "'NIC_Intel-X520-DA2' and
10374            '78B' and
10375            'ENCAP' and
10376            'NDRPDR' and
10377            '1T1C' and
10378            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10379            not 'VHOST'"
10380   parameters:
10381   - "latency"
10382   - "parent"
10383   traces:
10384     boxmean: False
10385   layout:
10386     title: ""  # No title
10387     layout: "plot-latency"
10388
10389 -
10390   type: "plot"
10391   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10392   algorithm: "plot_latency_box"
10393   output-file-type: ".html"
10394   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10395   data: "plot-vpp-throughput-latency-3n-hsw"
10396   filter: "'NIC_Intel-X520-DA2' and
10397            '78B' and
10398            'ENCAP' and
10399            'NDRPDR' and
10400            '2T2C' and
10401            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10402            not 'VHOST'"
10403   parameters:
10404   - "latency"
10405   - "parent"
10406   traces:
10407     boxmean: False
10408   layout:
10409     title: ""  # No title
10410     layout: "plot-latency"
10411
10412 ################################################################################
10413
10414 # Packet Latency - VPP IPSec 3n-hsw-xl710
10415 -
10416   type: "plot"
10417   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10418   algorithm: "plot_latency_box"
10419   output-file-type: ".html"
10420   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10421   data: "plot-vpp-throughput-latency-3n-hsw"
10422   filter: "'NIC_Intel-XL710' and
10423            '64B' and
10424            'IP4FWD' and
10425            'NDRPDR' and
10426            '1T1C' and
10427            'IPSECHW' and
10428            ('IPSECTRAN' or 'IPSECTUN') and
10429            not 'VHOST'"
10430   parameters:
10431   - "latency"
10432   - "parent"
10433   traces:
10434     boxmean: False
10435   layout:
10436     title: ""  # No title
10437     layout: "plot-latency"
10438
10439 -
10440   type: "plot"
10441   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10442   algorithm: "plot_latency_box"
10443   output-file-type: ".html"
10444   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10445   data: "plot-vpp-throughput-latency-3n-hsw"
10446   filter: "'NIC_Intel-XL710' and
10447            '64B' and
10448            'IP4FWD' and
10449            'NDRPDR' and
10450            '2T2C' and
10451            'IPSECHW' and
10452            ('IPSECTRAN' or 'IPSECTUN') and
10453            not 'VHOST'"
10454   parameters:
10455   - "latency"
10456   - "parent"
10457   traces:
10458     boxmean: False
10459   layout:
10460     title: ""  # No title
10461     layout: "plot-latency"
10462
10463 ################################################################################
10464
10465 # Packet Latency - VPP SRv6 3n-hsw-x520
10466 -
10467   type: "plot"
10468   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
10469   algorithm: "plot_latency_box"
10470   output-file-type: ".html"
10471   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
10472   data: "plot-vpp-throughput-latency-3n-hsw"
10473   filter: "'NIC_Intel-X520-DA2' and
10474            '78B' and
10475            'FEATURE' and
10476            'NDRPDR' and
10477            '1T1C' and
10478            'IP6FWD' and
10479            'SRv6'"
10480   parameters:
10481   - "latency"
10482   - "parent"
10483   traces:
10484     boxmean: False
10485   layout:
10486     title: ""  # No title
10487     layout: "plot-latency"
10488
10489 -
10490   type: "plot"
10491   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
10492   algorithm: "plot_latency_box"
10493   output-file-type: ".html"
10494   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
10495   data: "plot-vpp-throughput-latency-3n-hsw"
10496   filter: "'NIC_Intel-X520-DA2' and
10497            '78B' and
10498            'FEATURE' and
10499            'NDRPDR' and
10500            '2T2C' and
10501            'IP6FWD' and
10502            'SRv6'"
10503   parameters:
10504   - "latency"
10505   - "parent"
10506   traces:
10507     boxmean: False
10508   layout:
10509     title: ""  # No title
10510     layout: "plot-latency"
10511
10512 ################################################################################
10513
10514 # Packet Latency - VPP vhost ip4 3n-hsw-x520
10515 -
10516   type: "plot"
10517   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10518   algorithm: "plot_latency_box"
10519   output-file-type: ".html"
10520   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10521   data: "plot-vpp-throughput-latency-3n-hsw"
10522   filter: "'NIC_Intel-X520-DA2' and
10523            '64B' and
10524            'NDRPDR' and
10525            '1T1C' and
10526            'VHOST' and
10527            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10528   parameters:
10529   - "latency"
10530   - "parent"
10531   traces:
10532     boxmean: False
10533   layout:
10534     title: ""  # No title
10535     layout: "plot-latency"
10536
10537 -
10538   type: "plot"
10539   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10540   algorithm: "plot_latency_box"
10541   output-file-type: ".html"
10542   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10543   data: "plot-vpp-throughput-latency-3n-hsw"
10544   filter: "'NIC_Intel-X520-DA2' and
10545            '64B' and
10546            'NDRPDR' and
10547            '2T2C' and
10548            'VHOST' and
10549            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10550   parameters:
10551   - "latency"
10552   - "parent"
10553   traces:
10554     boxmean: False
10555   layout:
10556     title: ""  # No title
10557     layout: "plot-latency"
10558
10559 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
10560 -
10561   type: "plot"
10562   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10563   algorithm: "plot_latency_box"
10564   output-file-type: ".html"
10565   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10566   data: "plot-vpp-throughput-latency-3n-hsw"
10567   filter: "'NIC_Intel-X520-DA2' and
10568            '64B' and
10569            'NDRPDR' and
10570            '1T1C' and
10571            'VHOST' and
10572            not 'VXLAN' and
10573            not 'IP4FWD' and
10574            not 'DOT1Q' and
10575            not '2VM'"
10576   parameters:
10577   - "latency"
10578   - "parent"
10579   traces:
10580     boxmean: False
10581   layout:
10582     title: ""  # No title
10583     layout: "plot-latency"
10584
10585 -
10586   type: "plot"
10587   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10588   algorithm: "plot_latency_box"
10589   output-file-type: ".html"
10590   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10591   data: "plot-vpp-throughput-latency-3n-hsw"
10592   filter: "'NIC_Intel-X520-DA2' and
10593            '64B' and
10594            'NDRPDR' and
10595            '2T2C' and
10596            'VHOST' and
10597            not 'VXLAN' and
10598            not 'IP4FWD' and
10599            not 'DOT1Q' and
10600            not '2VM'"
10601   parameters:
10602   - "latency"
10603   - "parent"
10604   traces:
10605     boxmean: False
10606   layout:
10607     title: ""  # No title
10608     layout: "plot-latency"
10609
10610 # Packet Latency - VPP vhost ip4 3n-hsw-x710
10611 -
10612   type: "plot"
10613   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10614   algorithm: "plot_latency_box"
10615   output-file-type: ".html"
10616   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10617   data: "plot-vpp-throughput-latency-3n-hsw"
10618   filter: "'NIC_Intel-X710' and
10619            '64B' and
10620            'NDRPDR' and
10621            '1T1C' and
10622            'VHOST' and
10623            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10624   parameters:
10625   - "latency"
10626   - "parent"
10627   traces:
10628     boxmean: False
10629   layout:
10630     title: ""  # No title
10631     layout: "plot-latency"
10632
10633 -
10634   type: "plot"
10635   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10636   algorithm: "plot_latency_box"
10637   output-file-type: ".html"
10638   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10639   data: "plot-vpp-throughput-latency-3n-hsw"
10640   filter: "'NIC_Intel-X710' and
10641            '64B' and
10642            'NDRPDR' and
10643            '2T2C' and
10644            'VHOST' and
10645            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10646   parameters:
10647   - "latency"
10648   - "parent"
10649   traces:
10650     boxmean: False
10651   layout:
10652     title: ""  # No title
10653     layout: "plot-latency"
10654
10655 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
10656 -
10657   type: "plot"
10658   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10659   algorithm: "plot_latency_box"
10660   output-file-type: ".html"
10661   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10662   data: "plot-vpp-throughput-latency-3n-hsw"
10663   filter: "'NIC_Intel-X710' and
10664            '64B' and
10665            'NDRPDR' and
10666            '1T1C' and
10667            'VHOST' and
10668            not 'VXLAN' and
10669            not 'IP4FWD' and
10670            not 'DOT1Q' and
10671            not '2VM'"
10672   parameters:
10673   - "latency"
10674   - "parent"
10675   traces:
10676     boxmean: False
10677   layout:
10678     title: ""  # No title
10679     layout: "plot-latency"
10680
10681 -
10682   type: "plot"
10683   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10684   algorithm: "plot_latency_box"
10685   output-file-type: ".html"
10686   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10687   data: "plot-vpp-throughput-latency-3n-hsw"
10688   filter: "'NIC_Intel-X710' and
10689            '64B' and
10690            'NDRPDR' and
10691            '2T2C' and
10692            'VHOST' and
10693            not 'VXLAN' and
10694            not 'IP4FWD' and
10695            not 'DOT1Q' and
10696            not '2VM'"
10697   parameters:
10698   - "latency"
10699   - "parent"
10700   traces:
10701     boxmean: False
10702   layout:
10703     title: ""  # No title
10704     layout: "plot-latency"
10705
10706 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
10707 -
10708   type: "plot"
10709   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10710   algorithm: "plot_latency_box"
10711   output-file-type: ".html"
10712   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10713   data: "plot-vpp-throughput-latency-3n-hsw"
10714   filter: "'NIC_Intel-XL710' and
10715            '64B' and
10716            'NDRPDR' and
10717            '1T1C' and
10718            'VHOST' and
10719            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10720   parameters:
10721   - "latency"
10722   - "parent"
10723   traces:
10724     boxmean: False
10725   layout:
10726     title: ""  # No title
10727     layout: "plot-latency"
10728
10729 -
10730   type: "plot"
10731   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10732   algorithm: "plot_latency_box"
10733   output-file-type: ".html"
10734   output-file: "{DIR[STATIC,VPP]}/ip4-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10735   data: "plot-vpp-throughput-latency-3n-hsw"
10736   filter: "'NIC_Intel-XL710' and
10737            '64B' and
10738            'NDRPDR' and
10739            '2T2C' and
10740            'VHOST' and
10741            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10742   parameters:
10743   - "latency"
10744   - "parent"
10745   traces:
10746     boxmean: False
10747   layout:
10748     title: ""  # No title
10749     layout: "plot-latency"
10750
10751 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
10752 -
10753   type: "plot"
10754   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10755   algorithm: "plot_latency_box"
10756   output-file-type: ".html"
10757   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10758   data: "plot-vpp-throughput-latency-3n-hsw"
10759   filter: "'NIC_Intel-XL710' and
10760            '64B' and
10761            'NDRPDR' and
10762            '1T1C' and
10763            'VHOST' and
10764            not 'VXLAN' and
10765            not 'IP4FWD' and
10766            not 'DOT1Q' and
10767            not '2VM'"
10768   parameters:
10769   - "latency"
10770   - "parent"
10771   traces:
10772     boxmean: False
10773   layout:
10774     title: ""  # No title
10775     layout: "plot-latency"
10776
10777 -
10778   type: "plot"
10779   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10780   algorithm: "plot_latency_box"
10781   output-file-type: ".html"
10782   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10783   data: "plot-vpp-throughput-latency-3n-hsw"
10784   filter: "'NIC_Intel-XL710' and
10785            '64B' and
10786            'NDRPDR' and
10787            '2T2C' and
10788            'VHOST' and
10789            not 'VXLAN' and
10790            not 'IP4FWD' and
10791            not 'DOT1Q' and
10792            not '2VM'"
10793   parameters:
10794   - "latency"
10795   - "parent"
10796   traces:
10797     boxmean: False
10798   layout:
10799     title: ""  # No title
10800     layout: "plot-latency"
10801
10802 ################################################################################
10803
10804 # Packet Latency - VPP VTS 3n-hsw-x520
10805 -
10806   type: "plot"
10807   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
10808   algorithm: "plot_latency_box"
10809   output-file-type: ".html"
10810   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
10811   data: "plot-vpp-throughput-latency-3n-hsw"
10812   filter: "'NIC_Intel-X520-DA2' and
10813            '114B' and
10814            'NDRPDR' and
10815            '1T1C' and
10816            'VTS'"
10817   parameters:
10818   - "latency"
10819   - "parent"
10820   traces:
10821     boxmean: False
10822   layout:
10823     title: ""  # No title
10824     layout: "plot-latency"
10825
10826 -
10827   type: "plot"
10828   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
10829   algorithm: "plot_latency_box"
10830   output-file-type: ".html"
10831   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
10832   data: "plot-vpp-throughput-latency-3n-hsw"
10833   filter: "'NIC_Intel-X520-DA2' and
10834            '114B' and
10835            'NDRPDR' and
10836            '2T2C' and
10837            'VTS'"
10838   parameters:
10839   - "latency"
10840   - "parent"
10841   traces:
10842     boxmean: False
10843   layout:
10844     title: ""  # No title
10845     layout: "plot-latency"
10846     
10847 ################################################################################
10848
10849 # Packet Latency - DPDK l3fwd 3n-hsw-x520
10850 -
10851   type: "plot"
10852   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
10853   algorithm: "plot_latency_box"
10854   output-file-type: ".html"
10855   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
10856   data: "plot-dpdk-throughput-latency-3n-hsw"
10857   filter: "'NIC_Intel-X520-DA2' and
10858            '64B' and
10859            'BASE' and
10860            'NDRPDR' and
10861            '1T1C' and
10862            'IP4FWD'"
10863   parameters:
10864   - "latency"
10865   - "parent"
10866   traces:
10867     hoverinfo: "x+y"
10868     boxpoints: "outliers"
10869     whiskerwidth: 0
10870   layout:
10871     title: ""  # No title
10872     layout: "plot-latency"
10873
10874 -
10875   type: "plot"
10876   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
10877   algorithm: "plot_latency_box"
10878   output-file-type: ".html"
10879   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
10880   data: "plot-dpdk-throughput-latency-3n-hsw"
10881   filter: "'NIC_Intel-X520-DA2' and
10882            '64B' and
10883            'BASE' and
10884            'NDRPDR' and
10885            '2T2C' and
10886            'IP4FWD'"
10887   parameters:
10888   - "latency"
10889   - "parent"
10890   traces:
10891     hoverinfo: "x+y"
10892     boxpoints: "outliers"
10893     whiskerwidth: 0
10894   layout:
10895     title: ""  # No title
10896     layout: "plot-latency"
10897
10898 # Packet Latency - DPDK l3fwd 3n-hsw-x710
10899 -
10900   type: "plot"
10901   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
10902   algorithm: "plot_latency_box"
10903   output-file-type: ".html"
10904   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
10905   data: "plot-dpdk-throughput-latency-3n-hsw"
10906   filter: "'NIC_Intel-X710' and
10907            '64B' and
10908            'BASE' and
10909            'NDRPDR' and
10910            '1T1C' and
10911            'IP4FWD'"
10912   parameters:
10913   - "latency"
10914   - "parent"
10915   traces:
10916     hoverinfo: "x+y"
10917     boxpoints: "outliers"
10918     whiskerwidth: 0
10919   layout:
10920     title: ""  # No title
10921     layout: "plot-latency"
10922
10923 -
10924   type: "plot"
10925   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
10926   algorithm: "plot_latency_box"
10927   output-file-type: ".html"
10928   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
10929   data: "plot-dpdk-throughput-latency-3n-hsw"
10930   filter: "'NIC_Intel-X710' and
10931            '64B' and
10932            'BASE' and
10933            'NDRPDR' and
10934            '2T2C' and
10935            'IP4FWD'"
10936   parameters:
10937   - "latency"
10938   - "parent"
10939   traces:
10940     hoverinfo: "x+y"
10941     boxpoints: "outliers"
10942     whiskerwidth: 0
10943   layout:
10944     title: ""  # No title
10945     layout: "plot-latency"
10946
10947 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
10948 -
10949   type: "plot"
10950   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
10951   algorithm: "plot_latency_box"
10952   output-file-type: ".html"
10953   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
10954   data: "plot-dpdk-throughput-latency-3n-hsw"
10955   filter: "'NIC_Intel-XL710' and
10956            '64B' and
10957            'BASE' and
10958            'NDRPDR' and
10959            '1T1C' and
10960            'IP4FWD'"
10961   parameters:
10962   - "latency"
10963   - "parent"
10964   traces:
10965     hoverinfo: "x+y"
10966     boxpoints: "outliers"
10967     whiskerwidth: 0
10968   layout:
10969     title: ""  # No title
10970     layout: "plot-latency"
10971
10972 -
10973   type: "plot"
10974   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
10975   algorithm: "plot_latency_box"
10976   output-file-type: ".html"
10977   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
10978   data: "plot-dpdk-throughput-latency-3n-hsw"
10979   filter: "'NIC_Intel-XL710' and
10980            '64B' and
10981            'BASE' and
10982            'NDRPDR' and
10983            '2T2C' and
10984            'IP4FWD'"
10985   parameters:
10986   - "latency"
10987   - "parent"
10988   traces:
10989     hoverinfo: "x+y"
10990     boxpoints: "outliers"
10991     whiskerwidth: 0
10992   layout:
10993     title: ""  # No title
10994     layout: "plot-latency"
10995
10996 # Packet Latency - DPDK l3fwd 3n-skx-x710
10997 -
10998   type: "plot"
10999   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11000   algorithm: "plot_latency_box"
11001   output-file-type: ".html"
11002   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11003   data: "plot-dpdk-throughput-latency-3n-skx"
11004   filter: "'NIC_Intel-X710' and
11005            '64B' and
11006            'BASE' and
11007            'NDRPDR' and
11008            '2T1C' and
11009            'IP4FWD'"
11010   parameters:
11011   - "latency"
11012   - "parent"
11013   traces:
11014     hoverinfo: "x+y"
11015     boxpoints: "outliers"
11016     whiskerwidth: 0
11017   layout:
11018     title: ""  # No title
11019     layout: "plot-latency"
11020
11021 -
11022   type: "plot"
11023   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11024   algorithm: "plot_latency_box"
11025   output-file-type: ".html"
11026   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11027   data: "plot-dpdk-throughput-latency-3n-skx"
11028   filter: "'NIC_Intel-X710' and
11029            '64B' and
11030            'BASE' and
11031            'NDRPDR' and
11032            '4T2C' and
11033            'IP4FWD'"
11034   parameters:
11035   - "latency"
11036   - "parent"
11037   traces:
11038     hoverinfo: "x+y"
11039     boxpoints: "outliers"
11040     whiskerwidth: 0
11041   layout:
11042     title: ""  # No title
11043     layout: "plot-latency"
11044
11045 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
11046 -
11047   type: "plot"
11048   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11049   algorithm: "plot_latency_box"
11050   output-file-type: ".html"
11051   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11052   data: "plot-dpdk-throughput-latency-3n-skx"
11053   filter: "'NIC_Intel-XXV710' and
11054            '64B' and
11055            'BASE' and
11056            'NDRPDR' and
11057            '2T1C' and
11058            'IP4FWD'"
11059   parameters:
11060   - "latency"
11061   - "parent"
11062   traces:
11063     hoverinfo: "x+y"
11064     boxpoints: "outliers"
11065     whiskerwidth: 0
11066   layout:
11067     title: ""  # No title
11068     layout: "plot-latency"
11069
11070 -
11071   type: "plot"
11072   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11073   algorithm: "plot_latency_box"
11074   output-file-type: ".html"
11075   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11076   data: "plot-dpdk-throughput-latency-3n-skx"
11077   filter: "'NIC_Intel-XXV710' and
11078            '64B' and
11079            'BASE' and
11080            'NDRPDR' and
11081            '4T2C' and
11082            'IP4FWD'"
11083   parameters:
11084   - "latency"
11085   - "parent"
11086   traces:
11087     hoverinfo: "x+y"
11088     boxpoints: "outliers"
11089     whiskerwidth: 0
11090   layout:
11091     title: ""  # No title
11092     layout: "plot-latency"
11093
11094 # Packet Latency - DPDK l3fwd 2n-skx-x710
11095 -
11096   type: "plot"
11097   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11098   algorithm: "plot_latency_box"
11099   output-file-type: ".html"
11100   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11101   data: "plot-dpdk-throughput-latency-2n-skx"
11102   filter: "'NIC_Intel-X710' and
11103            '64B' and
11104            'BASE' and
11105            'NDRPDR' and
11106            '2T1C' and
11107            'IP4FWD'"
11108   parameters:
11109   - "latency"
11110   - "parent"
11111   traces:
11112     hoverinfo: "x+y"
11113     boxpoints: "outliers"
11114     whiskerwidth: 0
11115   layout:
11116     title: ""  # No title
11117     layout: "plot-latency"
11118
11119 -
11120   type: "plot"
11121   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11122   algorithm: "plot_latency_box"
11123   output-file-type: ".html"
11124   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11125   data: "plot-dpdk-throughput-latency-2n-skx"
11126   filter: "'NIC_Intel-X710' and
11127            '64B' and
11128            'BASE' and
11129            'NDRPDR' and
11130            '4T2C' and
11131            'IP4FWD'"
11132   parameters:
11133   - "latency"
11134   - "parent"
11135   traces:
11136     hoverinfo: "x+y"
11137     boxpoints: "outliers"
11138     whiskerwidth: 0
11139   layout:
11140     title: ""  # No title
11141     layout: "plot-latency"
11142
11143 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
11144 -
11145   type: "plot"
11146   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11147   algorithm: "plot_latency_box"
11148   output-file-type: ".html"
11149   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11150   data: "plot-dpdk-throughput-latency-2n-skx"
11151   filter: "'NIC_Intel-XXV710' and
11152            '64B' and
11153            'BASE' and
11154            'NDRPDR' and
11155            '2T1C' and
11156            'IP4FWD'"
11157   parameters:
11158   - "latency"
11159   - "parent"
11160   traces:
11161     hoverinfo: "x+y"
11162     boxpoints: "outliers"
11163     whiskerwidth: 0
11164   layout:
11165     title: ""  # No title
11166     layout: "plot-latency"
11167
11168 -
11169   type: "plot"
11170   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11171   algorithm: "plot_latency_box"
11172   output-file-type: ".html"
11173   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11174   data: "plot-dpdk-throughput-latency-2n-skx"
11175   filter: "'NIC_Intel-XXV710' and
11176            '64B' and
11177            'BASE' and
11178            'NDRPDR' and
11179            '4T2C' and
11180            'IP4FWD'"
11181   parameters:
11182   - "latency"
11183   - "parent"
11184   traces:
11185     hoverinfo: "x+y"
11186     boxpoints: "outliers"
11187     whiskerwidth: 0
11188   layout:
11189     title: ""  # No title
11190     layout: "plot-latency"
11191
11192 ################################################################################
11193
11194 # Packet Latency - DPDK testpmd 3n-hsw-x520
11195 -
11196   type: "plot"
11197   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
11198   algorithm: "plot_latency_box"
11199   output-file-type: ".html"
11200   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
11201   data: "plot-dpdk-throughput-latency-3n-hsw"
11202   filter: "'NIC_Intel-X520-DA2' and
11203            '64B' and
11204            'BASE' and
11205            'NDRPDR' and
11206            '1T1C' and
11207            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11208   parameters:
11209   - "latency"
11210   - "parent"
11211   traces:
11212     hoverinfo: "x+y"
11213     boxpoints: "outliers"
11214     whiskerwidth: 0
11215   layout:
11216     title: ""  # No title
11217     layout: "plot-latency"
11218
11219 -
11220   type: "plot"
11221   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
11222   algorithm: "plot_latency_box"
11223   output-file-type: ".html"
11224   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
11225   data: "plot-dpdk-throughput-latency-3n-hsw"
11226   filter: "'NIC_Intel-X520-DA2' and
11227            '64B' and
11228            'BASE' and
11229            'NDRPDR' and
11230            '2T2C' and
11231            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11232   parameters:
11233   - "latency"
11234   - "parent"
11235   traces:
11236     hoverinfo: "x+y"
11237     boxpoints: "outliers"
11238     whiskerwidth: 0
11239   layout:
11240     title: ""  # No title
11241     layout: "plot-latency"
11242
11243 # Packet Latency - DPDK testpmd 3n-hsw-x710
11244 -
11245   type: "plot"
11246   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
11247   algorithm: "plot_latency_box"
11248   output-file-type: ".html"
11249   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
11250   data: "plot-dpdk-throughput-latency-3n-hsw"
11251   filter: "'NIC_Intel-X710' and
11252            '64B' and
11253            'BASE' and
11254            'NDRPDR' and
11255            '1T1C' and
11256            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11257   parameters:
11258   - "latency"
11259   - "parent"
11260   traces:
11261     hoverinfo: "x+y"
11262     boxpoints: "outliers"
11263     whiskerwidth: 0
11264   layout:
11265     title: ""  # No title
11266     layout: "plot-latency"
11267
11268 -
11269   type: "plot"
11270   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
11271   algorithm: "plot_latency_box"
11272   output-file-type: ".html"
11273   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
11274   data: "plot-dpdk-throughput-latency-3n-hsw"
11275   filter: "'NIC_Intel-X710' and
11276            '64B' and
11277            'BASE' and
11278            'NDRPDR' and
11279            '2T2C' and
11280            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11281   parameters:
11282   - "latency"
11283   - "parent"
11284   traces:
11285     hoverinfo: "x+y"
11286     boxpoints: "outliers"
11287     whiskerwidth: 0
11288   layout:
11289     title: ""  # No title
11290     layout: "plot-latency"
11291
11292 # Packet Latency - DPDK testpmd 3n-hsw-xl710
11293 -
11294   type: "plot"
11295   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
11296   algorithm: "plot_latency_box"
11297   output-file-type: ".html"
11298   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
11299   data: "plot-dpdk-throughput-latency-3n-hsw"
11300   filter: "'NIC_Intel-XL710' and
11301            '64B' and
11302            'BASE' and
11303            'NDRPDR' and
11304            '1T1C' and
11305            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11306   parameters:
11307   - "latency"
11308   - "parent"
11309   traces:
11310     hoverinfo: "x+y"
11311     boxpoints: "outliers"
11312     whiskerwidth: 0
11313   layout:
11314     title: ""  # No title
11315     layout: "plot-latency"
11316
11317 -
11318   type: "plot"
11319   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
11320   algorithm: "plot_latency_box"
11321   output-file-type: ".html"
11322   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
11323   data: "plot-dpdk-throughput-latency-3n-hsw"
11324   filter: "'NIC_Intel-XL710' and
11325            '64B' and
11326            'BASE' and
11327            'NDRPDR' and
11328            '2T2C' and
11329            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11330   parameters:
11331   - "latency"
11332   - "parent"
11333   traces:
11334     hoverinfo: "x+y"
11335     boxpoints: "outliers"
11336     whiskerwidth: 0
11337   layout:
11338     title: ""  # No title
11339     layout: "plot-latency"
11340
11341 # Packet Latency - DPDK testpmd 3n-skx-x710
11342 -
11343   type: "plot"
11344   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11345   algorithm: "plot_latency_box"
11346   output-file-type: ".html"
11347   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11348   data: "plot-dpdk-throughput-latency-3n-skx"
11349   filter: "'NIC_Intel-X710' and
11350            '64B' and
11351            'BASE' and
11352            'NDRPDR' and
11353            '2T1C' and
11354            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11355   parameters:
11356   - "latency"
11357   - "parent"
11358   traces:
11359     hoverinfo: "x+y"
11360     boxpoints: "outliers"
11361     whiskerwidth: 0
11362   layout:
11363     title: ""  # No title
11364     layout: "plot-latency"
11365
11366 -
11367   type: "plot"
11368   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11369   algorithm: "plot_latency_box"
11370   output-file-type: ".html"
11371   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11372   data: "plot-dpdk-throughput-latency-3n-skx"
11373   filter: "'NIC_Intel-X710' and
11374            '64B' and
11375            'BASE' and
11376            'NDRPDR' and
11377            '4T2C' and
11378            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11379   parameters:
11380   - "latency"
11381   - "parent"
11382   traces:
11383     hoverinfo: "x+y"
11384     boxpoints: "outliers"
11385     whiskerwidth: 0
11386   layout:
11387     title: ""  # No title
11388     layout: "plot-latency"
11389
11390 # Packet Latency - DPDK testpmd 3n-skx-xxv710
11391 -
11392   type: "plot"
11393   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11394   algorithm: "plot_latency_box"
11395   output-file-type: ".html"
11396   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11397   data: "plot-dpdk-throughput-latency-3n-skx"
11398   filter: "'NIC_Intel-XXV710' and
11399            '64B' and
11400            'BASE' and
11401            'NDRPDR' and
11402            '2T1C' and
11403            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11404   parameters:
11405   - "latency"
11406   - "parent"
11407   traces:
11408     hoverinfo: "x+y"
11409     boxpoints: "outliers"
11410     whiskerwidth: 0
11411   layout:
11412     title: ""  # No title
11413     layout: "plot-latency"
11414
11415 -
11416   type: "plot"
11417   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11418   algorithm: "plot_latency_box"
11419   output-file-type: ".html"
11420   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11421   data: "plot-dpdk-throughput-latency-3n-skx"
11422   filter: "'NIC_Intel-XXV710' and
11423            '64B' and
11424            'BASE' and
11425            'NDRPDR' and
11426            '4T2C' and
11427            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11428   parameters:
11429   - "latency"
11430   - "parent"
11431   traces:
11432     hoverinfo: "x+y"
11433     boxpoints: "outliers"
11434     whiskerwidth: 0
11435   layout:
11436     title: ""  # No title
11437     layout: "plot-latency"
11438
11439 # Packet Latency - DPDK testpmd 2n-skx-x710
11440 -
11441   type: "plot"
11442   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11443   algorithm: "plot_latency_box"
11444   output-file-type: ".html"
11445   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11446   data: "plot-dpdk-throughput-latency-2n-skx"
11447   filter: "'NIC_Intel-X710' and
11448            '64B' and
11449            'BASE' and
11450            'NDRPDR' and
11451            '2T1C' and
11452            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11453   parameters:
11454   - "latency"
11455   - "parent"
11456   traces:
11457     hoverinfo: "x+y"
11458     boxpoints: "outliers"
11459     whiskerwidth: 0
11460   layout:
11461     title: ""  # No title
11462     layout: "plot-latency"
11463
11464 -
11465   type: "plot"
11466   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11467   algorithm: "plot_latency_box"
11468   output-file-type: ".html"
11469   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11470   data: "plot-dpdk-throughput-latency-2n-skx"
11471   filter: "'NIC_Intel-X710' and
11472            '64B' and
11473            'BASE' and
11474            'NDRPDR' and
11475            '4T2C' and
11476            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11477   parameters:
11478   - "latency"
11479   - "parent"
11480   traces:
11481     hoverinfo: "x+y"
11482     boxpoints: "outliers"
11483     whiskerwidth: 0
11484   layout:
11485     title: ""  # No title
11486     layout: "plot-latency"
11487
11488 # Packet Latency - DPDK testpmd 2n-skx-xxv710
11489 -
11490   type: "plot"
11491   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11492   algorithm: "plot_latency_box"
11493   output-file-type: ".html"
11494   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11495   data: "plot-dpdk-throughput-latency-2n-skx"
11496   filter: "'NIC_Intel-XXV710' and
11497            '64B' and
11498            'BASE' and
11499            'NDRPDR' and
11500            '2T1C' and
11501            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11502   parameters:
11503   - "latency"
11504   - "parent"
11505   traces:
11506     hoverinfo: "x+y"
11507     boxpoints: "outliers"
11508     whiskerwidth: 0
11509   layout:
11510     title: ""  # No title
11511     layout: "plot-latency"
11512
11513 -
11514   type: "plot"
11515   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11516   algorithm: "plot_latency_box"
11517   output-file-type: ".html"
11518   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11519   data: "plot-dpdk-throughput-latency-2n-skx"
11520   filter: "'NIC_Intel-XXV710' and
11521            '64B' and
11522            'BASE' and
11523            'NDRPDR' and
11524            '4T2C' and
11525            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11526   parameters:
11527   - "latency"
11528   - "parent"
11529   traces:
11530     hoverinfo: "x+y"
11531     boxpoints: "outliers"
11532     whiskerwidth: 0
11533   layout:
11534     title: ""  # No title
11535     layout: "plot-latency"
11536
11537 ################################################################################
11538
11539 # Speedup - VPP Container Memif 3n-hsw-x520
11540 -
11541   type: "plot"
11542   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11543   algorithm: "plot_throughput_speedup_analysis"
11544   output-file-type: ".html"
11545   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11546   data: "plot-throughput-speedup-analysis-3n-hsw"
11547   filter: "'NIC_Intel-X520-DA2' and
11548            '64B' and
11549            ('BASE' or 'SCALE') and
11550            'NDRPDR' and
11551            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11552            not 'VHOST' and
11553            'MEMIF'"
11554   parameters:
11555   - "throughput"
11556   - "parent"
11557   - "tags"
11558   layout:
11559     title: ""  # No title
11560     layout: "plot-throughput-speedup-analysis"
11561
11562 -
11563   type: "plot"
11564   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11565   algorithm: "plot_throughput_speedup_analysis"
11566   output-file-type: ".html"
11567   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11568   data: "plot-throughput-speedup-analysis-3n-hsw"
11569   filter: "'NIC_Intel-X520-DA2' and
11570            '64B' and
11571            ('BASE' or 'SCALE') and
11572            'NDRPDR' and
11573            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11574            not 'VHOST' and
11575            'MEMIF'"
11576   parameters:
11577   - "throughput"
11578   - "parent"
11579   - "tags"
11580   layout:
11581     title: ""  # No title
11582     layout: "plot-throughput-speedup-analysis"
11583
11584 # Speedup - VPP Container Memif 3n-hsw-x710
11585 -
11586   type: "plot"
11587   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11588   algorithm: "plot_throughput_speedup_analysis"
11589   output-file-type: ".html"
11590   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11591   data: "plot-throughput-speedup-analysis-3n-hsw"
11592   filter: "'NIC_Intel-X710' and
11593            '64B' and
11594            ('BASE' or 'SCALE') and
11595            'NDRPDR' and
11596            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11597            not 'VHOST' and
11598            'MEMIF'"
11599   parameters:
11600   - "throughput"
11601   - "parent"
11602   - "tags"
11603   layout:
11604     title: ""  # No title
11605     layout: "plot-throughput-speedup-analysis"
11606
11607 -
11608   type: "plot"
11609   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11610   algorithm: "plot_throughput_speedup_analysis"
11611   output-file-type: ".html"
11612   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11613   data: "plot-throughput-speedup-analysis-3n-hsw"
11614   filter: "'NIC_Intel-X710' and
11615            '64B' and
11616            ('BASE' or 'SCALE') and
11617            'NDRPDR' and
11618            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11619            not 'VHOST' and
11620            'MEMIF'"
11621   parameters:
11622   - "throughput"
11623   - "parent"
11624   - "tags"
11625   layout:
11626     title: ""  # No title
11627     layout: "plot-throughput-speedup-analysis"
11628
11629 # Speedup - VPP Container Memif 3n-hsw-xl710
11630 -
11631   type: "plot"
11632   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
11633   algorithm: "plot_throughput_speedup_analysis"
11634   output-file-type: ".html"
11635   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
11636   data: "plot-throughput-speedup-analysis-3n-hsw"
11637   filter: "'NIC_Intel-XL710' and
11638            '64B' and
11639            ('BASE' or 'SCALE') and
11640            'NDRPDR' and
11641            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11642            not 'VHOST' and
11643            'MEMIF'"
11644   parameters:
11645   - "throughput"
11646   - "parent"
11647   - "tags"
11648   layout:
11649     title: ""  # No title
11650     layout: "plot-throughput-speedup-analysis"
11651
11652 -
11653   type: "plot"
11654   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
11655   algorithm: "plot_throughput_speedup_analysis"
11656   output-file-type: ".html"
11657   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
11658   data: "plot-throughput-speedup-analysis-3n-hsw"
11659   filter: "'NIC_Intel-XL710' and
11660            '64B' and
11661            ('BASE' or 'SCALE') and
11662            'NDRPDR' and
11663            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11664            not 'VHOST' and
11665            'MEMIF'"
11666   parameters:
11667   - "throughput"
11668   - "parent"
11669   - "tags"
11670   layout:
11671     title: ""  # No title
11672     layout: "plot-throughput-speedup-analysis"
11673
11674 # Speedup - VPP Container Memif 3n-skx-x710
11675 -
11676   type: "plot"
11677   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
11678   algorithm: "plot_throughput_speedup_analysis"
11679   output-file-type: ".html"
11680   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
11681   data: "plot-throughput-speedup-analysis-3n-skx"
11682   filter: "'NIC_Intel-X710' and
11683            '64B' and
11684            ('BASE' or 'SCALE') and
11685            'NDRPDR' and
11686            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11687            not 'VHOST' and
11688            'MEMIF'"
11689   parameters:
11690   - "throughput"
11691   - "parent"
11692   - "tags"
11693   layout:
11694     title: ""  # No title
11695     layout: "plot-throughput-speedup-analysis"
11696
11697 -
11698   type: "plot"
11699   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
11700   algorithm: "plot_throughput_speedup_analysis"
11701   output-file-type: ".html"
11702   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
11703   data: "plot-throughput-speedup-analysis-3n-skx"
11704   filter: "'NIC_Intel-X710' and
11705            '64B' and
11706            ('BASE' or 'SCALE') and
11707            'NDRPDR' and
11708            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11709            not 'VHOST' and
11710             'MEMIF'"
11711   parameters:
11712   - "throughput"
11713   - "parent"
11714   - "tags"
11715   layout:
11716     title: ""  # No title
11717     layout: "plot-throughput-speedup-analysis"
11718
11719 ################################################################################
11720
11721 # Speedup - VPP Container k8s memif 3n-hsw-x520
11722 -
11723   type: "plot"
11724   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11725   algorithm: "plot_throughput_speedup_analysis"
11726   output-file-type: ".html"
11727   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11728   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11729   filter: "'NIC_Intel-X520-DA2' and
11730            '64B' and
11731            ('BASE' or 'SCALE') and
11732            'NDRPDR' and
11733            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11734            not 'VHOST' and
11735            'MEMIF'"
11736   parameters:
11737   - "throughput"
11738   - "parent"
11739   - "tags"
11740   layout:
11741     title: ""  # No title
11742     layout: "plot-throughput-speedup-analysis"
11743
11744 -
11745   type: "plot"
11746   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11747   algorithm: "plot_throughput_speedup_analysis"
11748   output-file-type: ".html"
11749   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11750   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11751   filter: "'NIC_Intel-X520-DA2' and
11752            '64B' and
11753            ('BASE' or 'SCALE') and
11754            'NDRPDR' and
11755            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11756            not 'VHOST' and
11757            'MEMIF'"
11758   parameters:
11759   - "throughput"
11760   - "parent"
11761   - "tags"
11762   layout:
11763     title: ""  # No title
11764     layout: "plot-throughput-speedup-analysis"
11765
11766 # Speedup - VPP Container Memif 3n-hsw-x710
11767 -
11768   type: "plot"
11769   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11770   algorithm: "plot_throughput_speedup_analysis"
11771   output-file-type: ".html"
11772   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11773   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11774   filter: "'NIC_Intel-X710' and
11775            '64B' and
11776            ('BASE' or 'SCALE') and
11777            'NDRPDR' and
11778            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11779            not 'VHOST' and
11780            'MEMIF'"
11781   parameters:
11782   - "throughput"
11783   - "parent"
11784   - "tags"
11785   layout:
11786     title: ""  # No title
11787     layout: "plot-throughput-speedup-analysis"
11788
11789 -
11790   type: "plot"
11791   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11792   algorithm: "plot_throughput_speedup_analysis"
11793   output-file-type: ".html"
11794   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11795   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11796   filter: "'NIC_Intel-X710' and
11797            '64B' and
11798            ('BASE' or 'SCALE') and
11799            'NDRPDR' and
11800            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11801            not 'VHOST' and
11802            'MEMIF'"
11803   parameters:
11804   - "throughput"
11805   - "parent"
11806   - "tags"
11807   layout:
11808     title: ""  # No title
11809     layout: "plot-throughput-speedup-analysis"
11810
11811 ################################################################################
11812
11813 # Speedup - VPP IPv4 3n-hsw-x520
11814 -
11815   type: "plot"
11816   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11817   algorithm: "plot_throughput_speedup_analysis"
11818   output-file-type: ".html"
11819   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11820   data: "plot-throughput-speedup-analysis-3n-hsw"
11821   filter: "'NIC_Intel-X520-DA2' and
11822            '64B' and
11823            ('BASE' or 'SCALE') and
11824            'NDRPDR' and
11825            'IP4FWD' and
11826            not 'IPSEC' and
11827            not 'VHOST'"
11828   parameters:
11829   - "throughput"
11830   - "parent"
11831   - "tags"
11832   layout:
11833     title: ""  # No title
11834     layout: "plot-throughput-speedup-analysis"
11835
11836 -
11837   type: "plot"
11838   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11839   algorithm: "plot_throughput_speedup_analysis"
11840   output-file-type: ".html"
11841   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11842   data: "plot-throughput-speedup-analysis-3n-hsw"
11843   filter: "'NIC_Intel-X520-DA2' and
11844            '64B' and
11845            ('BASE' or 'SCALE') and
11846            'NDRPDR' and
11847            'IP4FWD' and
11848            not 'IPSEC' and
11849            not 'VHOST'"
11850   parameters:
11851   - "throughput"
11852   - "parent"
11853   - "tags"
11854   layout:
11855     title: ""  # No title
11856     layout: "plot-throughput-speedup-analysis"
11857
11858 -
11859   type: "plot"
11860   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
11861   algorithm: "plot_throughput_speedup_analysis"
11862   output-file-type: ".html"
11863   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
11864   data: "plot-throughput-speedup-analysis-3n-hsw"
11865   filter: "'NIC_Intel-X520-DA2' and
11866            '64B' and
11867            'FEATURE' and
11868            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11869            'NDRPDR' and
11870            'IP4FWD' and
11871            not 'IPSEC' and
11872            not 'VHOST'"
11873   parameters:
11874   - "throughput"
11875   - "parent"
11876   - "tags"
11877   layout:
11878     title: ""  # No title
11879     layout: "plot-throughput-speedup-analysis"
11880
11881 -
11882   type: "plot"
11883   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
11884   algorithm: "plot_throughput_speedup_analysis"
11885   output-file-type: ".html"
11886   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
11887   data: "plot-throughput-speedup-analysis-3n-hsw"
11888   filter: "'NIC_Intel-X520-DA2' and
11889            '64B' and
11890            'FEATURE' and
11891            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11892            'NDRPDR' and
11893            'IP4FWD' and
11894            not 'IPSEC' and
11895            not 'VHOST'"
11896   parameters:
11897   - "throughput"
11898   - "parent"
11899   - "tags"
11900   layout:
11901     title: ""  # No title
11902     layout: "plot-throughput-speedup-analysis"
11903
11904 # Speedup - VPP IPv4 3n-hsw-x710
11905 -
11906   type: "plot"
11907   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11908   algorithm: "plot_throughput_speedup_analysis"
11909   output-file-type: ".html"
11910   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11911   data: "plot-throughput-speedup-analysis-3n-hsw"
11912   filter: "'NIC_Intel-X710' and
11913            '64B' and
11914            ('BASE' or 'SCALE') and
11915            'NDRPDR' and
11916            'IP4FWD' and
11917            not 'IPSEC' and
11918            not 'VHOST'"
11919   parameters:
11920   - "throughput"
11921   - "parent"
11922   - "tags"
11923   layout:
11924     title: ""  # No title
11925     layout: "plot-throughput-speedup-analysis"
11926
11927 -
11928   type: "plot"
11929   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11930   algorithm: "plot_throughput_speedup_analysis"
11931   output-file-type: ".html"
11932   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11933   data: "plot-throughput-speedup-analysis-3n-hsw"
11934   filter: "'NIC_Intel-X710' and
11935            '64B' and
11936            ('BASE' or 'SCALE') and
11937            'NDRPDR' and
11938            'IP4FWD' and
11939            not 'IPSEC' and
11940            not 'VHOST'"
11941   parameters:
11942   - "throughput"
11943   - "parent"
11944   - "tags"
11945   layout:
11946     title: ""  # No title
11947     layout: "plot-throughput-speedup-analysis"
11948
11949 -
11950   type: "plot"
11951   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
11952   algorithm: "plot_throughput_speedup_analysis"
11953   output-file-type: ".html"
11954   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
11955   data: "plot-throughput-speedup-analysis-3n-hsw"
11956   filter: "'NIC_Intel-X710' and
11957            '64B' and
11958            'FEATURE' and
11959            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11960            'NDRPDR' and
11961            'IP4FWD' and
11962            not 'IPSEC' and
11963            not 'VHOST'"
11964   parameters:
11965   - "throughput"
11966   - "parent"
11967   - "tags"
11968   layout:
11969     title: ""  # No title
11970     layout: "plot-throughput-speedup-analysis"
11971
11972 -
11973   type: "plot"
11974   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
11975   algorithm: "plot_throughput_speedup_analysis"
11976   output-file-type: ".html"
11977   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
11978   data: "plot-throughput-speedup-analysis-3n-hsw"
11979   filter: "'NIC_Intel-X710' and
11980            '64B' and
11981            'FEATURE' and
11982            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11983            'NDRPDR' and
11984            'IP4FWD' and
11985            not 'IPSEC' and
11986            not 'VHOST'"
11987   parameters:
11988   - "throughput"
11989   - "parent"
11990   - "tags"
11991   layout:
11992     title: ""  # No title
11993     layout: "plot-throughput-speedup-analysis"
11994
11995 # Speedup - VPP IPv4 3n-hsw-xl710
11996 -
11997   type: "plot"
11998   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
11999   algorithm: "plot_throughput_speedup_analysis"
12000   output-file-type: ".html"
12001   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12002   data: "plot-throughput-speedup-analysis-3n-hsw"
12003   filter: "'NIC_Intel-XL710' and
12004            '64B' and
12005            ('BASE' or 'SCALE') and
12006            'NDRPDR' and
12007            'IP4FWD' and
12008            not 'IPSEC' and
12009            not 'VHOST'"
12010   parameters:
12011   - "throughput"
12012   - "parent"
12013   - "tags"
12014   layout:
12015     title: ""  # No title
12016     layout: "plot-throughput-speedup-analysis"
12017
12018 -
12019   type: "plot"
12020   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12021   algorithm: "plot_throughput_speedup_analysis"
12022   output-file-type: ".html"
12023   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12024   data: "plot-throughput-speedup-analysis-3n-hsw"
12025   filter: "'NIC_Intel-XL710' and
12026            '64B' and
12027            ('BASE' or 'SCALE') and
12028            'NDRPDR' and
12029            'IP4FWD' and
12030            not 'IPSEC' and
12031            not 'VHOST'"
12032   parameters:
12033   - "throughput"
12034   - "parent"
12035   - "tags"
12036   layout:
12037     title: ""  # No title
12038     layout: "plot-throughput-speedup-analysis"
12039
12040 # Speedup - VPP IPv4 3n-skx-x710
12041 -
12042   type: "plot"
12043   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12044   algorithm: "plot_throughput_speedup_analysis"
12045   output-file-type: ".html"
12046   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12047   data: "plot-throughput-speedup-analysis-3n-skx"
12048   filter: "'NIC_Intel-X710' and
12049            '64B' and
12050            ('BASE' or 'SCALE') and
12051            'NDRPDR' and
12052            'IP4FWD' and
12053            not 'IPSEC' and
12054            not 'VHOST'"
12055   parameters:
12056   - "throughput"
12057   - "parent"
12058   - "tags"
12059   layout:
12060     title: ""  # No title
12061     layout: "plot-throughput-speedup-analysis"
12062
12063 -
12064   type: "plot"
12065   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12066   algorithm: "plot_throughput_speedup_analysis"
12067   output-file-type: ".html"
12068   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12069   data: "plot-throughput-speedup-analysis-3n-skx"
12070   filter: "'NIC_Intel-X710' and
12071            '64B' and
12072            ('BASE' or 'SCALE') and
12073            'NDRPDR' and
12074            'IP4FWD' and
12075            not 'IPSEC' and
12076            not 'VHOST'"
12077   parameters:
12078   - "throughput"
12079   - "parent"
12080   - "tags"
12081   layout:
12082     title: ""  # No title
12083     layout: "plot-throughput-speedup-analysis"
12084
12085 -
12086   type: "plot"
12087   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
12088   algorithm: "plot_throughput_speedup_analysis"
12089   output-file-type: ".html"
12090   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
12091   data: "plot-throughput-speedup-analysis-3n-skx"
12092   filter: "'NIC_Intel-X710' and
12093            '64B' and
12094            'FEATURE' and
12095            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12096            'NDRPDR' and
12097            'IP4FWD' and
12098            not 'IPSEC' and
12099            not 'VHOST'"
12100   parameters:
12101   - "throughput"
12102   - "parent"
12103   - "tags"
12104   layout:
12105     title: ""  # No title
12106     layout: "plot-throughput-speedup-analysis"
12107
12108 -
12109   type: "plot"
12110   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
12111   algorithm: "plot_throughput_speedup_analysis"
12112   output-file-type: ".html"
12113   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
12114   data: "plot-throughput-speedup-analysis-3n-skx"
12115   filter: "'NIC_Intel-X710' and
12116            '64B' and
12117            'FEATURE' and
12118            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12119            'NDRPDR' and
12120            'IP4FWD' and
12121            not 'IPSEC' and
12122            not 'VHOST'"
12123   parameters:
12124   - "throughput"
12125   - "parent"
12126   - "tags"
12127   layout:
12128     title: ""  # No title
12129     layout: "plot-throughput-speedup-analysis"
12130
12131 # Speedup - VPP IPv4 2n-skx-x710
12132 -
12133   type: "plot"
12134   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
12135   algorithm: "plot_throughput_speedup_analysis"
12136   output-file-type: ".html"
12137   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
12138   data: "plot-throughput-speedup-analysis-2n-skx"
12139   filter: "'NIC_Intel-X710' and
12140            '64B' and
12141            ('BASE' or 'SCALE') and
12142            'NDRPDR' and
12143            'IP4FWD' and
12144            not 'IPSEC' and
12145            not 'VHOST'"
12146   parameters:
12147   - "throughput"
12148   - "parent"
12149   - "tags"
12150   layout:
12151     title: ""  # No title
12152     layout: "plot-throughput-speedup-analysis"
12153
12154 -
12155   type: "plot"
12156   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
12157   algorithm: "plot_throughput_speedup_analysis"
12158   output-file-type: ".html"
12159   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
12160   data: "plot-throughput-speedup-analysis-2n-skx"
12161   filter: "'NIC_Intel-X710' and
12162            '64B' and
12163            ('BASE' or 'SCALE') and
12164            'NDRPDR' and
12165            'IP4FWD' and
12166            not 'IPSEC' and
12167            not 'VHOST'"
12168   parameters:
12169   - "throughput"
12170   - "parent"
12171   - "tags"
12172   layout:
12173     title: ""  # No title
12174     layout: "plot-throughput-speedup-analysis"
12175
12176 # Speedup - VPP IPv4 2n-skx-xxv710
12177 -
12178   type: "plot"
12179   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
12180   algorithm: "plot_throughput_speedup_analysis"
12181   output-file-type: ".html"
12182   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
12183   data: "plot-throughput-speedup-analysis-2n-skx"
12184   filter: "'NIC_Intel-XXV710' and
12185            '64B' and
12186            ('BASE' or 'SCALE') and
12187            'NDRPDR' and
12188            'IP4FWD' and
12189            not 'IPSEC' and
12190            not 'VHOST'"
12191   parameters:
12192   - "throughput"
12193   - "parent"
12194   - "tags"
12195   layout:
12196     title: ""  # No title
12197     layout: "plot-throughput-speedup-analysis"
12198
12199 -
12200   type: "plot"
12201   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
12202   algorithm: "plot_throughput_speedup_analysis"
12203   output-file-type: ".html"
12204   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
12205   data: "plot-throughput-speedup-analysis-2n-skx"
12206   filter: "'NIC_Intel-XXV710' and
12207            '64B' and
12208            ('BASE' or 'SCALE') and
12209            'NDRPDR' and
12210            'IP4FWD' and
12211            not 'IPSEC' and
12212            not 'VHOST'"
12213   parameters:
12214   - "throughput"
12215   - "parent"
12216   - "tags"
12217   layout:
12218     title: ""  # No title
12219     layout: "plot-throughput-speedup-analysis"
12220
12221 ################################################################################
12222
12223 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
12224 -
12225   type: "plot"
12226   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12227   algorithm: "plot_throughput_speedup_analysis"
12228   output-file-type: ".html"
12229   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12230   data: "plot-throughput-speedup-analysis-3n-hsw"
12231   filter: "'NIC_Intel-X520-DA2' and
12232            '64B' and
12233            'ENCAP' and
12234            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12235            'NDRPDR' and
12236            'IP4FWD' and
12237            not 'IPSEC' and
12238            not 'VHOST'"
12239   parameters:
12240   - "throughput"
12241   - "parent"
12242   - "tags"
12243   layout:
12244     title: ""  # No title
12245     layout: "plot-throughput-speedup-analysis"
12246
12247 -
12248   type: "plot"
12249   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12250   algorithm: "plot_throughput_speedup_analysis"
12251   output-file-type: ".html"
12252   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12253   data: "plot-throughput-speedup-analysis-3n-hsw"
12254   filter: "'NIC_Intel-X520-DA2' and
12255            '64B' and
12256            'ENCAP' and
12257            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12258            'NDRPDR' and
12259            'IP4FWD' and
12260            not 'IPSEC' and
12261            not 'VHOST'"
12262   parameters:
12263   - "throughput"
12264   - "parent"
12265   - "tags"
12266   layout:
12267     title: ""  # No title
12268     layout: "plot-throughput-speedup-analysis"
12269
12270 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
12271 -
12272   type: "plot"
12273   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12274   algorithm: "plot_throughput_speedup_analysis"
12275   output-file-type: ".html"
12276   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12277   data: "plot-throughput-speedup-analysis-3n-hsw"
12278   filter: "'NIC_Intel-X710' and
12279            '64B' and
12280            'ENCAP' and
12281            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12282            'NDRPDR' and
12283            'IP4FWD' and
12284            not 'IPSEC' and
12285            not 'VHOST'"
12286   parameters:
12287   - "throughput"
12288   - "parent"
12289   - "tags"
12290   layout:
12291     title: ""  # No title
12292     layout: "plot-throughput-speedup-analysis"
12293
12294 -
12295   type: "plot"
12296   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12297   algorithm: "plot_throughput_speedup_analysis"
12298   output-file-type: ".html"
12299   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12300   data: "plot-throughput-speedup-analysis-3n-hsw"
12301   filter: "'NIC_Intel-X710' and
12302            '64B' and
12303            'ENCAP' and
12304            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12305            'NDRPDR' and
12306            'IP4FWD' and
12307            not 'IPSEC' and
12308            not 'VHOST'"
12309   parameters:
12310   - "throughput"
12311   - "parent"
12312   - "tags"
12313   layout:
12314     title: ""  # No title
12315     layout: "plot-throughput-speedup-analysis"
12316
12317 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
12318 -
12319   type: "plot"
12320   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12321   algorithm: "plot_throughput_speedup_analysis"
12322   output-file-type: ".html"
12323   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12324   data: "plot-throughput-speedup-analysis-3n-skx"
12325   filter: "'NIC_Intel-X710' and
12326            '64B' and
12327            'ENCAP' and
12328            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12329            'NDRPDR' and
12330            'IP4FWD' and
12331            not 'IPSEC' and
12332            not 'VHOST'"
12333   parameters:
12334   - "throughput"
12335   - "parent"
12336   - "tags"
12337   layout:
12338     title: ""  # No title
12339     layout: "plot-throughput-speedup-analysis"
12340
12341 -
12342   type: "plot"
12343   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12344   algorithm: "plot_throughput_speedup_analysis"
12345   output-file-type: ".html"
12346   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12347   data: "plot-throughput-speedup-analysis-3n-skx"
12348   filter: "'NIC_Intel-X710' and
12349            '64B' and
12350            'ENCAP' and
12351            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12352            'NDRPDR' and
12353            'IP4FWD' and
12354            not 'IPSEC' and
12355            not 'VHOST'"
12356   parameters:
12357   - "throughput"
12358   - "parent"
12359   - "tags"
12360   layout:
12361     title: ""  # No title
12362     layout: "plot-throughput-speedup-analysis"
12363
12364 ################################################################################
12365
12366 # Speedup - VPP IPv6 3n-hsw-x520
12367 -
12368   type: "plot"
12369   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12370   algorithm: "plot_throughput_speedup_analysis"
12371   output-file-type: ".html"
12372   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12373   data: "plot-throughput-speedup-analysis-3n-hsw"
12374   filter: "'NIC_Intel-X520-DA2' and
12375            '78B' and
12376            ('BASE' or 'SCALE') and
12377            'NDRPDR' and
12378            'IP6FWD' and
12379            not 'SRv6' and
12380            not 'IPSEC' and
12381            not 'VHOST'"
12382   parameters:
12383   - "throughput"
12384   - "parent"
12385   - "tags"
12386   layout:
12387     title: ""  # No title
12388     layout: "plot-throughput-speedup-analysis"
12389
12390 -
12391   type: "plot"
12392   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12393   algorithm: "plot_throughput_speedup_analysis"
12394   output-file-type: ".html"
12395   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12396   data: "plot-throughput-speedup-analysis-3n-hsw"
12397   filter: "'NIC_Intel-X520-DA2' and
12398            '78B' and
12399            ('BASE' or 'SCALE') and
12400            'NDRPDR' and
12401            'IP6FWD' and
12402            not 'SRv6' and
12403            not 'IPSEC' and
12404            not 'VHOST'"
12405   parameters:
12406   - "throughput"
12407   - "parent"
12408   - "tags"
12409   layout:
12410     title: ""  # No title
12411     layout: "plot-throughput-speedup-analysis"
12412
12413 # Speedup - VPP IPv6 3n-hsw-x710
12414 -
12415   type: "plot"
12416   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
12417   algorithm: "plot_throughput_speedup_analysis"
12418   output-file-type: ".html"
12419   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
12420   data: "plot-throughput-speedup-analysis-3n-hsw"
12421   filter: "'NIC_Intel-X710' and
12422            '78B' and
12423            ('BASE' or 'SCALE') and
12424            'NDRPDR' and
12425            'IP6FWD' and
12426            not 'SRv6' and
12427            not 'IPSEC' and
12428            not 'VHOST'"
12429   parameters:
12430   - "throughput"
12431   - "parent"
12432   - "tags"
12433   layout:
12434     title: ""  # No title
12435     layout: "plot-throughput-speedup-analysis"
12436
12437 -
12438   type: "plot"
12439   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
12440   algorithm: "plot_throughput_speedup_analysis"
12441   output-file-type: ".html"
12442   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
12443   data: "plot-throughput-speedup-analysis-3n-hsw"
12444   filter: "'NIC_Intel-X710' and
12445            '78B' and
12446            ('BASE' or 'SCALE') and
12447            'NDRPDR' and
12448            'IP6FWD' and
12449            not 'SRv6' and
12450            not 'IPSEC' and
12451            not 'VHOST'"
12452   parameters:
12453   - "throughput"
12454   - "parent"
12455   - "tags"
12456   layout:
12457     title: ""  # No title
12458     layout: "plot-throughput-speedup-analysis"
12459
12460 # Speedup - VPP IPv6 3n-hsw-xl710
12461 -
12462   type: "plot"
12463   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
12464   algorithm: "plot_throughput_speedup_analysis"
12465   output-file-type: ".html"
12466   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
12467   data: "plot-throughput-speedup-analysis-3n-hsw"
12468   filter: "'NIC_Intel-XL710' and
12469            '78B' and
12470            ('BASE' or 'SCALE') and
12471            'NDRPDR' and
12472            'IP6FWD' and
12473            not 'SRv6' and
12474            not 'IPSEC' and
12475            not 'VHOST'"
12476   parameters:
12477   - "throughput"
12478   - "parent"
12479   - "tags"
12480   layout:
12481     title: ""  # No title
12482     layout: "plot-throughput-speedup-analysis"
12483
12484 -
12485   type: "plot"
12486   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
12487   algorithm: "plot_throughput_speedup_analysis"
12488   output-file-type: ".html"
12489   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
12490   data: "plot-throughput-speedup-analysis-3n-hsw"
12491   filter: "'NIC_Intel-XL710' and
12492            '78B' and
12493            ('BASE' or 'SCALE') and
12494            'NDRPDR' and
12495            'IP6FWD' and
12496            not 'SRv6' and
12497            not 'IPSEC' and
12498            not 'VHOST'"
12499   parameters:
12500   - "throughput"
12501   - "parent"
12502   - "tags"
12503   layout:
12504     title: ""  # No title
12505     layout: "plot-throughput-speedup-analysis"
12506
12507 # Speedup - VPP IPv6 3n-skx-x710
12508 -
12509   type: "plot"
12510   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
12511   algorithm: "plot_throughput_speedup_analysis"
12512   output-file-type: ".html"
12513   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
12514   data: "plot-throughput-speedup-analysis-3n-skx"
12515   filter: "'NIC_Intel-X710' and
12516            '78B' and
12517            ('BASE' or 'SCALE') and
12518            'NDRPDR' and
12519            'IP6FWD' and
12520            not 'SRv6' and
12521            not 'IPSEC' and
12522            not 'VHOST'"
12523   parameters:
12524   - "throughput"
12525   - "parent"
12526   - "tags"
12527   layout:
12528     title: ""  # No title
12529     layout: "plot-throughput-speedup-analysis"
12530
12531 -
12532   type: "plot"
12533   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
12534   algorithm: "plot_throughput_speedup_analysis"
12535   output-file-type: ".html"
12536   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
12537   data: "plot-throughput-speedup-analysis-3n-skx"
12538   filter: "'NIC_Intel-X710' and
12539            '78B' and
12540            ('BASE' or 'SCALE') and
12541            'NDRPDR' and
12542            'IP6FWD' and
12543            not 'SRv6' and
12544            not 'IPSEC' and
12545            not 'VHOST'"
12546   parameters:
12547   - "throughput"
12548   - "parent"
12549   - "tags"
12550   layout:
12551     title: ""  # No title
12552     layout: "plot-throughput-speedup-analysis"
12553
12554 # Speedup - VPP IPv6 2n-skx-x710
12555 -
12556   type: "plot"
12557   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
12558   algorithm: "plot_throughput_speedup_analysis"
12559   output-file-type: ".html"
12560   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
12561   data: "plot-throughput-speedup-analysis-2n-skx"
12562   filter: "'NIC_Intel-X710' and
12563            '78B' and
12564            ('BASE' or 'SCALE') and
12565            'NDRPDR' and
12566            'IP6FWD' and
12567            not 'SRv6' and
12568            not 'IPSEC' and
12569            not 'VHOST'"
12570   parameters:
12571   - "throughput"
12572   - "parent"
12573   - "tags"
12574   layout:
12575     title: ""  # No title
12576     layout: "plot-throughput-speedup-analysis"
12577
12578 -
12579   type: "plot"
12580   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
12581   algorithm: "plot_throughput_speedup_analysis"
12582   output-file-type: ".html"
12583   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
12584   data: "plot-throughput-speedup-analysis-2n-skx"
12585   filter: "'NIC_Intel-X710' and
12586            '78B' and
12587            ('BASE' or 'SCALE') and
12588            'NDRPDR' and
12589            'IP6FWD' and
12590            not 'IPSEC' and
12591            not 'VHOST'"
12592   parameters:
12593   - "throughput"
12594   - "parent"
12595   - "tags"
12596   layout:
12597     title: ""  # No title
12598     layout: "plot-throughput-speedup-analysis"
12599
12600 # Speedup - VPP IPv6 2n-skx-xxv710
12601 -
12602   type: "plot"
12603   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
12604   algorithm: "plot_throughput_speedup_analysis"
12605   output-file-type: ".html"
12606   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
12607   data: "plot-throughput-speedup-analysis-2n-skx"
12608   filter: "'NIC_Intel-XXV710' and
12609            '78B' and
12610            ('BASE' or 'SCALE') and
12611            'NDRPDR' and
12612            'IP6FWD' and
12613            not 'SRv6' and
12614            not 'IPSEC' and
12615            not 'VHOST'"
12616   parameters:
12617   - "throughput"
12618   - "parent"
12619   - "tags"
12620   layout:
12621     title: ""  # No title
12622     layout: "plot-throughput-speedup-analysis"
12623
12624 -
12625   type: "plot"
12626   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
12627   algorithm: "plot_throughput_speedup_analysis"
12628   output-file-type: ".html"
12629   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
12630   data: "plot-throughput-speedup-analysis-2n-skx"
12631   filter: "'NIC_Intel-XXV710' and
12632            '78B' and
12633            ('BASE' or 'SCALE') and
12634            'NDRPDR' and
12635            'IP6FWD' and
12636            not 'SRv6' and
12637            not 'IPSEC' and
12638            not 'VHOST'"
12639   parameters:
12640   - "throughput"
12641   - "parent"
12642   - "tags"
12643   layout:
12644     title: ""  # No title
12645     layout: "plot-throughput-speedup-analysis"
12646
12647 ################################################################################
12648
12649 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
12650 -
12651   type: "plot"
12652   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12653   algorithm: "plot_throughput_speedup_analysis"
12654   output-file-type: ".html"
12655   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12656   data: "plot-throughput-speedup-analysis-3n-hsw"
12657   filter: "'NIC_Intel-X520-DA2' and
12658            '78B' and
12659            'ENCAP' and
12660            'NDRPDR' and
12661            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12662            not 'VHOST'"
12663   parameters:
12664   - "throughput"
12665   - "parent"
12666   - "tags"
12667   layout:
12668     title: ""  # No title
12669     layout: "plot-throughput-speedup-analysis"
12670
12671 -
12672   type: "plot"
12673   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12674   algorithm: "plot_throughput_speedup_analysis"
12675   output-file-type: ".html"
12676   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12677   data: "plot-throughput-speedup-analysis-3n-hsw"
12678   filter: "'NIC_Intel-X520-DA2' and
12679            '78B' and
12680            'ENCAP' and
12681            'NDRPDR' and
12682            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12683            not 'VHOST'"
12684   parameters:
12685   - "throughput"
12686   - "parent"
12687   - "tags"
12688   layout:
12689     title: ""  # No title
12690     layout: "plot-throughput-speedup-analysis"
12691
12692 ################################################################################
12693
12694 # Speedup - VPP IPSec 3n-hsw-xl710
12695 -
12696   type: "plot"
12697   title: "Speedup: ipsec-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12698   algorithm: "plot_throughput_speedup_analysis"
12699   output-file-type: ".html"
12700   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12701   data: "plot-throughput-speedup-analysis-3n-hsw"
12702   filter: "'NIC_Intel-XL710' and
12703            '64B' and
12704            'IP4FWD' and
12705            'NDRPDR' and
12706            'IPSECHW' and
12707            ('IPSECTRAN' or 'IPSECTUN') and
12708            not 'VHOST'"
12709   parameters:
12710   - "throughput"
12711   - "parent"
12712   - "tags"
12713   layout:
12714     title: ""  # No title
12715     layout: "plot-throughput-speedup-analysis"
12716
12717 -
12718   type: "plot"
12719   title: "Speedup: ipsec-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12720   algorithm: "plot_throughput_speedup_analysis"
12721   output-file-type: ".html"
12722   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12723   data: "plot-throughput-speedup-analysis-3n-hsw"
12724   filter: "'NIC_Intel-XL710' and
12725            '64B' and
12726            'IP4FWD' and
12727            'NDRPDR' and
12728            'IPSECHW' and
12729            ('IPSECTRAN' or 'IPSECTUN') and
12730            not 'VHOST'"
12731   parameters:
12732   - "throughput"
12733   - "parent"
12734   - "tags"
12735   layout:
12736     title: ""  # No title
12737     layout: "plot-throughput-speedup-analysis"
12738
12739 ################################################################################
12740
12741 # Speedup - VPP SRv6 3n-hsw-x520
12742 -
12743   type: "plot"
12744   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
12745   algorithm: "plot_throughput_speedup_analysis"
12746   output-file-type: ".html"
12747   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
12748   data: "plot-throughput-speedup-analysis-3n-hsw"
12749   filter: "'NIC_Intel-X520-DA2' and
12750            '78B' and
12751            'FEATURE' and
12752            'NDRPDR' and
12753            'IP6FWD' and
12754            'SRv6'"
12755   parameters:
12756   - "throughput"
12757   - "parent"
12758   - "tags"
12759   layout:
12760     title: ""  # No title
12761     layout: "plot-throughput-speedup-analysis"
12762
12763 -
12764   type: "plot"
12765   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
12766   algorithm: "plot_throughput_speedup_analysis"
12767   output-file-type: ".html"
12768   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
12769   data: "plot-throughput-speedup-analysis-3n-hsw"
12770   filter: "'NIC_Intel-X520-DA2' and
12771            '78B' and
12772            'FEATURE' and
12773            'NDRPDR' and
12774            'IP6FWD' and
12775            'SRv6'"
12776   parameters:
12777   - "throughput"
12778   - "parent"
12779   - "tags"
12780   layout:
12781     title: ""  # No title
12782     layout: "plot-throughput-speedup-analysis"
12783
12784 ################################################################################
12785
12786 # Speedup - VPP L2 3n-hsw-x520
12787 -
12788   type: "plot"
12789   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12790   algorithm: "plot_throughput_speedup_analysis"
12791   output-file-type: ".html"
12792   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12793   data: "plot-throughput-speedup-analysis-3n-hsw"
12794   filter: "'NIC_Intel-X520-DA2' and
12795            '64B' and
12796            ('BASE' or 'SCALE') and
12797            'NDRPDR' and
12798            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12799            not 'VHOST' and
12800            not 'MEMIF'"
12801   parameters:
12802   - "throughput"
12803   - "parent"
12804   - "tags"
12805   layout:
12806     title: ""  # No title
12807     layout: "plot-throughput-speedup-analysis"
12808
12809 -
12810   type: "plot"
12811   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12812   algorithm: "plot_throughput_speedup_analysis"
12813   output-file-type: ".html"
12814   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12815   data: "plot-throughput-speedup-analysis-3n-hsw"
12816   filter: "'NIC_Intel-X520-DA2' and
12817            '64B' and
12818            ('BASE' or 'SCALE') and
12819            'NDRPDR' and
12820            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12821            not 'VHOST' and
12822            not 'MEMIF'"
12823   parameters:
12824   - "throughput"
12825   - "parent"
12826   - "tags"
12827   layout:
12828     title: ""  # No title
12829     layout: "plot-throughput-speedup-analysis"
12830
12831 -
12832   type: "plot"
12833   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
12834   algorithm: "plot_throughput_speedup_analysis"
12835   output-file-type: ".html"
12836   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
12837   data: "plot-throughput-speedup-analysis-3n-hsw"
12838   filter: "'NIC_Intel-X520-DA2' and
12839            '64B' and
12840            'FEATURE' and
12841            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12842            'NDRPDR' and
12843            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12844            not 'VHOST' and
12845            not 'MEMIF'"
12846   parameters:
12847   - "throughput"
12848   - "parent"
12849   - "tags"
12850   layout:
12851     title: ""  # No title
12852     layout: "plot-throughput-speedup-analysis"
12853
12854 -
12855   type: "plot"
12856   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
12857   algorithm: "plot_throughput_speedup_analysis"
12858   output-file-type: ".html"
12859   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
12860   data: "plot-throughput-speedup-analysis-3n-hsw"
12861   filter: "'NIC_Intel-X520-DA2' and
12862            '64B' and
12863            'FEATURE' and
12864            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12865            'NDRPDR' and
12866            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12867            not 'VHOST' and
12868            not 'MEMIF'"
12869   parameters:
12870   - "throughput"
12871   - "parent"
12872   - "tags"
12873   layout:
12874     title: ""  # No title
12875     layout: "plot-throughput-speedup-analysis"
12876
12877 # Speedup - VPP L2 3n-hsw-x710
12878 -
12879   type: "plot"
12880   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12881   algorithm: "plot_throughput_speedup_analysis"
12882   output-file-type: ".html"
12883   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12884   data: "plot-throughput-speedup-analysis-3n-hsw"
12885   filter: "'NIC_Intel-X710' and
12886            '64B' and
12887            ('BASE' or 'SCALE') and
12888            'NDRPDR' and
12889            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12890            not 'VHOST' and
12891            not 'MEMIF'"
12892   parameters:
12893   - "throughput"
12894   - "parent"
12895   - "tags"
12896   layout:
12897     title: ""  # No title
12898     layout: "plot-throughput-speedup-analysis"
12899
12900 -
12901   type: "plot"
12902   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12903   algorithm: "plot_throughput_speedup_analysis"
12904   output-file-type: ".html"
12905   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12906   data: "plot-throughput-speedup-analysis-3n-hsw"
12907   filter: "'NIC_Intel-X710' and
12908            '64B' and
12909            ('BASE' or 'SCALE') and
12910            'NDRPDR' and
12911            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12912            not 'VHOST' and
12913            not 'MEMIF'"
12914   parameters:
12915   - "throughput"
12916   - "parent"
12917   - "tags"
12918   layout:
12919     title: ""  # No title
12920     layout: "plot-throughput-speedup-analysis"
12921
12922 -
12923   type: "plot"
12924   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
12925   algorithm: "plot_throughput_speedup_analysis"
12926   output-file-type: ".html"
12927   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
12928   data: "plot-throughput-speedup-analysis-3n-hsw"
12929   filter: "'NIC_Intel-X710' and
12930            '64B' and
12931            'FEATURE' and
12932            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12933            'NDRPDR' and
12934            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12935            not 'VHOST' and
12936            not 'MEMIF'"
12937   parameters:
12938   - "throughput"
12939   - "parent"
12940   - "tags"
12941   layout:
12942     title: ""  # No title
12943     layout: "plot-throughput-speedup-analysis"
12944
12945 -
12946   type: "plot"
12947   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
12948   algorithm: "plot_throughput_speedup_analysis"
12949   output-file-type: ".html"
12950   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
12951   data: "plot-throughput-speedup-analysis-3n-hsw"
12952   filter: "'NIC_Intel-X710' and
12953            '64B' and
12954            'FEATURE' and
12955            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12956            'NDRPDR' and
12957            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12958            not 'VHOST' and
12959            not 'MEMIF'"
12960   parameters:
12961   - "throughput"
12962   - "parent"
12963   - "tags"
12964   layout:
12965     title: ""  # No title
12966     layout: "plot-throughput-speedup-analysis"
12967
12968 # Speedup - VPP L2 3n-hsw-xl710
12969 -
12970   type: "plot"
12971   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12972   algorithm: "plot_throughput_speedup_analysis"
12973   output-file-type: ".html"
12974   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12975   data: "plot-throughput-speedup-analysis-3n-hsw"
12976   filter: "'NIC_Intel-XL710' and
12977            '64B' and
12978            ('BASE' or 'SCALE') and
12979            'NDRPDR' and
12980            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12981            not 'VHOST' and
12982            not 'MEMIF'"
12983   parameters:
12984   - "throughput"
12985   - "parent"
12986   - "tags"
12987   layout:
12988     title: ""  # No title
12989     layout: "plot-throughput-speedup-analysis"
12990
12991 -
12992   type: "plot"
12993   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12994   algorithm: "plot_throughput_speedup_analysis"
12995   output-file-type: ".html"
12996   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12997   data: "plot-throughput-speedup-analysis-3n-hsw"
12998   filter: "'NIC_Intel-XL710' and
12999            '64B' and
13000            ('BASE' or 'SCALE') and
13001            'NDRPDR' and
13002            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13003            not 'VHOST' and
13004            not 'MEMIF'"
13005   parameters:
13006   - "throughput"
13007   - "parent"
13008   - "tags"
13009   layout:
13010     title: ""  # No title
13011     layout: "plot-throughput-speedup-analysis"
13012
13013 # Speedup - VPP L2 3n-skx-x710
13014 -
13015   type: "plot"
13016   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13017   algorithm: "plot_throughput_speedup_analysis"
13018   output-file-type: ".html"
13019   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13020   data: "plot-throughput-speedup-analysis-3n-skx"
13021   filter: "'NIC_Intel-X710' and
13022            '64B' and
13023            ('BASE' or 'SCALE') and
13024            'NDRPDR' and
13025            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13026            not 'VHOST' and
13027            not 'MEMIF'"
13028   parameters:
13029   - "throughput"
13030   - "parent"
13031   - "tags"
13032   layout:
13033     title: ""  # No title
13034     layout: "plot-throughput-speedup-analysis"
13035
13036 -
13037   type: "plot"
13038   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13039   algorithm: "plot_throughput_speedup_analysis"
13040   output-file-type: ".html"
13041   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13042   data: "plot-throughput-speedup-analysis-3n-skx"
13043   filter: "'NIC_Intel-X710' and
13044            '64B' and
13045            ('BASE' or 'SCALE') and
13046            'NDRPDR' and
13047            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13048            not 'VHOST' and
13049            not 'MEMIF'"
13050   parameters:
13051   - "throughput"
13052   - "parent"
13053   - "tags"
13054   layout:
13055     title: ""  # No title
13056     layout: "plot-throughput-speedup-analysis"
13057
13058 -
13059   type: "plot"
13060   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
13061   algorithm: "plot_throughput_speedup_analysis"
13062   output-file-type: ".html"
13063   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
13064   data: "plot-throughput-speedup-analysis-3n-skx"
13065   filter: "'NIC_Intel-X710' and
13066            '64B' and
13067            'FEATURE' and
13068            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13069            'NDRPDR' and
13070            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13071            not 'VHOST' and
13072            not 'MEMIF'"
13073   parameters:
13074   - "throughput"
13075   - "parent"
13076   - "tags"
13077   layout:
13078     title: ""  # No title
13079     layout: "plot-throughput-speedup-analysis"
13080
13081 -
13082   type: "plot"
13083   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
13084   algorithm: "plot_throughput_speedup_analysis"
13085   output-file-type: ".html"
13086   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
13087   data: "plot-throughput-speedup-analysis-3n-skx"
13088   filter: "'NIC_Intel-X710' and
13089            '64B' and
13090            'FEATURE' and
13091            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13092            'NDRPDR' and
13093            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13094            not 'VHOST' and
13095            not 'MEMIF'"
13096   parameters:
13097   - "throughput"
13098   - "parent"
13099   - "tags"
13100   layout:
13101     title: ""  # No title
13102     layout: "plot-throughput-speedup-analysis"
13103
13104 # Speedup - VPP L2 3n-skx-xxv710
13105 -
13106   type: "plot"
13107   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13108   algorithm: "plot_throughput_speedup_analysis"
13109   output-file-type: ".html"
13110   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13111   data: "plot-throughput-speedup-analysis-3n-skx"
13112   filter: "'NIC_Intel-XXV710' and
13113            '64B' and
13114            ('BASE' or 'SCALE') and
13115            'NDRPDR' and
13116            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13117            not 'VHOST' and
13118            not 'MEMIF'"
13119   parameters:
13120   - "throughput"
13121   - "parent"
13122   - "tags"
13123   layout:
13124     title: ""  # No title
13125     layout: "plot-throughput-speedup-analysis"
13126
13127 -
13128   type: "plot"
13129   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13130   algorithm: "plot_throughput_speedup_analysis"
13131   output-file-type: ".html"
13132   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13133   data: "plot-throughput-speedup-analysis-3n-skx"
13134   filter: "'NIC_Intel-XXV710' and
13135            '64B' and
13136            ('BASE' or 'SCALE') and
13137            'NDRPDR' and
13138            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13139            not 'VHOST' and
13140            not 'MEMIF'"
13141   parameters:
13142   - "throughput"
13143   - "parent"
13144   - "tags"
13145   layout:
13146     title: ""  # No title
13147     layout: "plot-throughput-speedup-analysis"
13148
13149 # Speedup - VPP L2 2n-skx-x710
13150 -
13151   type: "plot"
13152   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
13153   algorithm: "plot_throughput_speedup_analysis"
13154   output-file-type: ".html"
13155   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
13156   data: "plot-throughput-speedup-analysis-2n-skx"
13157   filter: "'NIC_Intel-X710' and
13158            '64B' and
13159            ('BASE' or 'SCALE') and
13160            'NDRPDR' and
13161            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13162            not 'VHOST' and
13163            not 'MEMIF'"
13164   parameters:
13165   - "throughput"
13166   - "parent"
13167   - "tags"
13168   layout:
13169     title: ""  # No title
13170     layout: "plot-throughput-speedup-analysis"
13171
13172 -
13173   type: "plot"
13174   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
13175   algorithm: "plot_throughput_speedup_analysis"
13176   output-file-type: ".html"
13177   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
13178   data: "plot-throughput-speedup-analysis-2n-skx"
13179   filter: "'NIC_Intel-X710' and
13180            '64B' and
13181            ('BASE' or 'SCALE') and
13182            'NDRPDR' and
13183            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13184            not 'VHOST' and
13185            not 'MEMIF'"
13186   parameters:
13187   - "throughput"
13188   - "parent"
13189   - "tags"
13190   layout:
13191     title: ""  # No title
13192     layout: "plot-throughput-speedup-analysis"
13193
13194 # Speedup - VPP L2 2n-skx-xxv710
13195 -
13196   type: "plot"
13197   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13198   algorithm: "plot_throughput_speedup_analysis"
13199   output-file-type: ".html"
13200   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13201   data: "plot-throughput-speedup-analysis-2n-skx"
13202   filter: "'NIC_Intel-XXV710' and
13203            '64B' and
13204            ('BASE' or 'SCALE') and
13205            'NDRPDR' and
13206            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13207            not 'VHOST' and
13208            not 'MEMIF'"
13209   parameters:
13210   - "throughput"
13211   - "parent"
13212   - "tags"
13213   layout:
13214     title: ""  # No title
13215     layout: "plot-throughput-speedup-analysis"
13216
13217 -
13218   type: "plot"
13219   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13220   algorithm: "plot_throughput_speedup_analysis"
13221   output-file-type: ".html"
13222   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13223   data: "plot-throughput-speedup-analysis-2n-skx"
13224   filter: "'NIC_Intel-XXV710' and
13225            '64B' and
13226            ('BASE' or 'SCALE') and
13227            'NDRPDR' and
13228            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13229            not 'VHOST' and
13230            not 'MEMIF'"
13231   parameters:
13232   - "throughput"
13233   - "parent"
13234   - "tags"
13235   layout:
13236     title: ""  # No title
13237     layout: "plot-throughput-speedup-analysis"
13238
13239 ################################################################################
13240
13241 # Speedup - VPP vhost ip4 3n-hsw-x520
13242 -
13243   type: "plot"
13244   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13245   algorithm: "plot_throughput_speedup_analysis"
13246   output-file-type: ".html"
13247   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13248   data: "plot-throughput-speedup-analysis-3n-hsw"
13249   filter: "'NIC_Intel-X520-DA2' and
13250            '64B' and
13251            'NDRPDR' and
13252            'VHOST' and
13253            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13254   parameters:
13255   - "throughput"
13256   - "parent"
13257   - "tags"
13258   layout:
13259     title: ""  # No title
13260     layout: "plot-throughput-speedup-analysis"
13261
13262 -
13263   type: "plot"
13264   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13265   algorithm: "plot_throughput_speedup_analysis"
13266   output-file-type: ".html"
13267   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13268   data: "plot-throughput-speedup-analysis-3n-hsw"
13269   filter: "'NIC_Intel-X520-DA2' and
13270            '64B' and
13271            'NDRPDR' and
13272            'VHOST' and
13273            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13274   parameters:
13275   - "throughput"
13276   - "parent"
13277   - "tags"
13278   layout:
13279     title: ""  # No title
13280     layout: "plot-throughput-speedup-analysis"
13281
13282 # Speedup - VPP vhost l2sw 3n-hsw-x520
13283 -
13284   type: "plot"
13285   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13286   algorithm: "plot_throughput_speedup_analysis"
13287   output-file-type: ".html"
13288   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13289   data: "plot-throughput-speedup-analysis-3n-hsw"
13290   filter: "'NIC_Intel-X520-DA2' and
13291            '64B' and
13292            'NDRPDR' and
13293            'VHOST' and
13294            not 'VXLAN' and
13295            not 'IP4FWD' and
13296            not 'DOT1Q' and
13297            not '2VM'"
13298   parameters:
13299   - "throughput"
13300   - "parent"
13301   - "tags"
13302   layout:
13303     title: ""  # No title
13304     layout: "plot-throughput-speedup-analysis"
13305
13306 -
13307   type: "plot"
13308   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13309   algorithm: "plot_throughput_speedup_analysis"
13310   output-file-type: ".html"
13311   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13312   data: "plot-throughput-speedup-analysis-3n-hsw"
13313   filter: "'NIC_Intel-X520-DA2' and
13314            '64B' and
13315            'NDRPDR' and
13316            'VHOST' and
13317            not 'VXLAN' and
13318            not 'IP4FWD' and
13319            not 'DOT1Q' and
13320            not '2VM'"
13321   parameters:
13322   - "throughput"
13323   - "parent"
13324   - "tags"
13325   layout:
13326     title: ""  # No title
13327     layout: "plot-throughput-speedup-analysis"
13328
13329 # Speedup - VPP vhost ip4 3n-hsw-x710
13330 -
13331   type: "plot"
13332   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13333   algorithm: "plot_throughput_speedup_analysis"
13334   output-file-type: ".html"
13335   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13336   data: "plot-throughput-speedup-analysis-3n-hsw"
13337   filter: "'NIC_Intel-X710' and
13338            '64B' and
13339            'NDRPDR' and
13340            'VHOST' and
13341            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13342   parameters:
13343   - "throughput"
13344   - "parent"
13345   - "tags"
13346   layout:
13347     title: ""  # No title
13348     layout: "plot-throughput-speedup-analysis"
13349
13350 -
13351   type: "plot"
13352   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13353   algorithm: "plot_throughput_speedup_analysis"
13354   output-file-type: ".html"
13355   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13356   data: "plot-throughput-speedup-analysis-3n-hsw"
13357   filter: "'NIC_Intel-X710' and
13358            '64B' and
13359            'NDRPDR' and
13360            'VHOST' and
13361            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13362   parameters:
13363   - "throughput"
13364   - "parent"
13365   - "tags"
13366   layout:
13367     title: ""  # No title
13368     layout: "plot-throughput-speedup-analysis"
13369
13370 # Speedup - VPP vhost l2sw 3n-hsw-x710
13371 -
13372   type: "plot"
13373   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13374   algorithm: "plot_throughput_speedup_analysis"
13375   output-file-type: ".html"
13376   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13377   data: "plot-throughput-speedup-analysis-3n-hsw"
13378   filter: "'NIC_Intel-X710' and
13379            '64B' and
13380            'NDRPDR' and
13381            'VHOST' and
13382            not 'VXLAN' and
13383            not 'IP4FWD' and
13384            not 'DOT1Q' and
13385            not '2VM'"
13386   parameters:
13387   - "throughput"
13388   - "parent"
13389   - "tags"
13390   layout:
13391     title: ""  # No title
13392     layout: "plot-throughput-speedup-analysis"
13393
13394 -
13395   type: "plot"
13396   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13397   algorithm: "plot_throughput_speedup_analysis"
13398   output-file-type: ".html"
13399   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13400   data: "plot-throughput-speedup-analysis-3n-hsw"
13401   filter: "'NIC_Intel-X710' and
13402            '64B' and
13403            'NDRPDR' and
13404            'VHOST' and
13405            not 'VXLAN' and
13406            not 'IP4FWD' and
13407            not 'DOT1Q' and
13408            not '2VM'"
13409   parameters:
13410   - "throughput"
13411   - "parent"
13412   - "tags"
13413   layout:
13414     title: ""  # No title
13415     layout: "plot-throughput-speedup-analysis"
13416
13417 # Speedup - VPP vhost ip4 3n-hsw-xl710
13418 -
13419   type: "plot"
13420   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13421   algorithm: "plot_throughput_speedup_analysis"
13422   output-file-type: ".html"
13423   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13424   data: "plot-throughput-speedup-analysis-3n-hsw"
13425   filter: "'NIC_Intel-XL710' and
13426            '64B' and
13427            'NDRPDR' and
13428            'VHOST' and
13429            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13430   parameters:
13431   - "throughput"
13432   - "parent"
13433   - "tags"
13434   layout:
13435     title: ""  # No title
13436     layout: "plot-throughput-speedup-analysis"
13437
13438 -
13439   type: "plot"
13440   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13441   algorithm: "plot_throughput_speedup_analysis"
13442   output-file-type: ".html"
13443   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13444   data: "plot-throughput-speedup-analysis-3n-hsw"
13445   filter: "'NIC_Intel-XL710' and
13446            '64B' and
13447            'NDRPDR' and
13448            'VHOST' and
13449            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13450   parameters:
13451   - "throughput"
13452   - "parent"
13453   - "tags"
13454   layout:
13455     title: ""  # No title
13456     layout: "plot-throughput-speedup-analysis"
13457
13458 # Speedup - VPP vhost l2sw 3n-hsw-xl710
13459 -
13460   type: "plot"
13461   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13462   algorithm: "plot_throughput_speedup_analysis"
13463   output-file-type: ".html"
13464   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13465   data: "plot-throughput-speedup-analysis-3n-hsw"
13466   filter: "'NIC_Intel-XL710' and
13467            '64B' and
13468            'NDRPDR' and
13469            'VHOST' and
13470            not 'VXLAN' and
13471            not 'IP4FWD' and
13472            not 'DOT1Q' and
13473            not '2VM'"
13474   parameters:
13475   - "throughput"
13476   - "parent"
13477   - "tags"
13478   layout:
13479     title: ""  # No title
13480     layout: "plot-throughput-speedup-analysis"
13481
13482 -
13483   type: "plot"
13484   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13485   algorithm: "plot_throughput_speedup_analysis"
13486   output-file-type: ".html"
13487   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13488   data: "plot-throughput-speedup-analysis-3n-hsw"
13489   filter: "'NIC_Intel-XL710' and
13490            '64B' and
13491            'NDRPDR' and
13492            'VHOST' and
13493            not 'VXLAN' and
13494            not 'IP4FWD' and
13495            not 'DOT1Q' and
13496            not '2VM'"
13497   parameters:
13498   - "throughput"
13499   - "parent"
13500   - "tags"
13501   layout:
13502     title: ""  # No title
13503     layout: "plot-throughput-speedup-analysis"
13504
13505 # Speedup - VPP vhost l2sw 3n-hsw-x520
13506 -
13507   type: "plot"
13508   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
13509   algorithm: "plot_throughput_speedup_analysis"
13510   output-file-type: ".html"
13511   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
13512   data: "plot-throughput-speedup-analysis-3n-hsw"
13513   filter: "'NIC_Intel-X520-DA2' and
13514            '114B' and
13515            'NDRPDR' and
13516            'VTS'"
13517   parameters:
13518   - "throughput"
13519   - "parent"
13520   - "tags"
13521   layout:
13522     title: ""  # No title
13523     layout: "plot-throughput-speedup-analysis"
13524
13525 -
13526   type: "plot"
13527   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
13528   algorithm: "plot_throughput_speedup_analysis"
13529   output-file-type: ".html"
13530   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
13531   data: "plot-throughput-speedup-analysis-3n-hsw"
13532   filter: "'NIC_Intel-X520-DA2' and
13533            '114B' and
13534            'NDRPDR' and
13535            'VTS'"
13536   parameters:
13537   - "throughput"
13538   - "parent"
13539   - "tags"
13540   layout:
13541     title: ""  # No title
13542     layout: "plot-throughput-speedup-analysis"