CSIT-1208: Add new data to 1807 report
[csit.git] / resources / tools / presentation / specification.yaml
1 -
2   type: "environment"
3
4   paths:
5     # Top level directories:
6     ## Working directory
7     DIR[WORKING]: "_tmp"
8     ## Build directories
9     DIR[BUILD,HTML]: "_build"
10     DIR[BUILD,LATEX]: "_build_latex"
11
12     # Static .rst files
13     DIR[RST]: "../../../docs/report"
14
15     # Working directories
16     ## Input data files (.zip, .xml)
17     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
18     ## Static source files from git
19     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
20     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
21
22     # Static html content
23     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
24     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
25     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
26     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
27
28     # Detailed test results
29     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
30     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
31     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
32     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
33     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
34     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
35     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
36     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
37     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
38     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
39     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
40     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
41     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
42     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
43     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
44     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
45     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
46
47     # Detailed test configurations
48     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
49     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
50     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
51     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
52     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
53     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
54     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
55     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
56     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
57
58     # Detailed tests operational data
59     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
60     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
61     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
62     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
63
64     # .css patch file to fix tables generated by Sphinx
65     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
66     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
67
68   urls:
69     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
70     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
71     URL[NEXUS]: "https://docs.fd.io/csit"
72     DIR[NEXUS]: "report/_static/archive"
73
74   make-dirs:
75   # List the directories which are created while preparing the environment.
76   # All directories MUST be defined in "paths" section.
77   - "DIR[WORKING,DATA]"
78   - "DIR[STATIC,VPP]"
79   - "DIR[STATIC,DPDK]"
80   - "DIR[STATIC,ARCH]"
81   - "DIR[BUILD,LATEX]"
82   - "DIR[WORKING,SRC]"
83   - "DIR[WORKING,SRC,STATIC]"
84
85   remove-dirs:
86   # List the directories which are deleted while cleaning the environment.
87   # All directories MUST be defined in "paths" section.
88   #- "DIR[BUILD,HTML]"
89   - "DIR[WORKING,DATA]"
90
91   build-dirs:
92   # List the directories where the results (build) is stored.
93   # All directories MUST be defined in "paths" section.
94   - "DIR[BUILD,HTML]"
95   - "DIR[BUILD,LATEX]"
96
97 -
98   type: "configuration"
99
100   data-sets:
101
102     # VPP Performance
103     vpp-performance-changes:
104       csit-vpp-perf-1801-all:
105       - 124  # sel
106       - 127  # sel
107       - 128  # sel
108       - 141  # sel
109       - 142  # sel
110       - 143  # sel
111       - 145  # sel
112       - 146  # sel
113       - 162  # sel
114       - 163  # sel
115       - 167  # sel
116       - 172  # sel acl only
117       csit-vpp-perf-1804-all:
118       - 21  # sel
119       - 22  # sel
120       - 23  # sel
121       - 24  # sel
122       - 27  # sel
123       - 28  # sel
124       - 29  # sel
125       - 30  # sel
126       - 31  # sel
127       - 35  # sel
128       # TODO: Add Data sources
129       csit-vpp-perf-verify-1807-3n-hsw:
130       - 11  # NDRPDR full 1
131       - 22  # NDRPDR full 2
132       - 15  # NDRPDR sel
133       - 16  # NDRPDR sel
134       - 19  # NDRPDR sel
135       - 18  # NDRPDR sel
136       - 20  # NDRPDR sel
137
138     vpp-compare-testbeds:
139       # TODO: Add Data sources
140       csit-vpp-perf-verify-1807-3n-hsw:
141       - 11  # NDRPDR full 1
142       - 22  # NDRPDR full 2
143       - 15  # NDRPDR sel
144       - 16  # NDRPDR sel
145       - 19  # NDRPDR sel
146       - 18  # NDRPDR sel
147       - 20  # NDRPDR sel
148       csit-vpp-perf-verify-1807-3n-skx:
149       - 33  # NDRPDR sel
150       - 35  # NDRPDR sel
151       - 37  # NDRPDR sel
152       - 38  # NDRPDR sel
153       - 39  # NDRPDR sel
154       - 43  # NDRPDR sel
155       - 44  # NDRPDR sel
156       - 49  # NDRPDR sel
157       - 50  # NDRPDR sel
158       - 56  # NDRPDR sel
159
160     vpp-compare-testbeds-mrr:
161       # TODO: Add Data sources
162       csit-vpp-perf-verify-1807-3n-hsw:
163       - 8   # MRR full
164       - 9   # MRR sel
165       - 21  # MRR sel
166       - 31  # MRR sel
167       - 33  # MRR sel
168       - 36  # MRR sel
169       csit-vpp-perf-verify-1807-3n-skx:
170       - 28  # MRR sel
171       - 32  # MRR sel
172       - 36  # MRR sel
173       - 42  # MRR sel
174       - 47  # MRR sel
175       - 48  # MRR sel
176       - 51  # MRR sel
177       - 52  # MRR sel
178       - 53  # MRR sel
179       - 54  # MRR sel
180
181     vpp-performance-changes-mrr:
182       csit-vpp-perf-check-1801:
183       - 3
184       - 4
185       - 5
186       - 6
187       - 7
188       - 8
189       - 9
190       - 11
191       - 12
192       - 13
193       csit-vpp-perf-check-1804:
194       - 6   # mrr - sel
195       - 13  # mrr - sel
196       - 14  # mrr - sel
197       - 15  # mrr - sel
198       - 16  # mrr - sel
199       - 17  # mrr - sel
200       - 19  # mrr - sel
201       - 20  # mrr - sel
202       - 21  # mrr - sel
203       - 22  # mrr - sel
204       # TODO: Add Data sources
205       csit-vpp-perf-verify-1807-3n-hsw:
206       - 8   # MRR full
207       - 9   # MRR sel
208       - 21  # MRR sel
209       - 31  # MRR sel
210       - 33  # MRR sel
211       - 36  # MRR sel
212
213     vpp-perf-results-3n-hsw:
214       # TODO: Add Data sources
215       csit-vpp-perf-verify-1807-3n-hsw:
216       - 11  # NDRPDR full 1
217       - 22  # NDRPDR full 2
218
219     vpp-perf-results-3n-skx:
220       csit-vpp-perf-verify-1807-3n-skx:
221       - 40  # NDRPDR full 1
222       - 41  # NDRPDR full 2
223
224     vpp-perf-results-2n-skx:
225       csit-vpp-perf-verify-1807-2n-skx:
226       - 32  # NDRPDR full
227
228     vpp-mrr-results-3n-hsw:
229       csit-vpp-perf-verify-1807-3n-hsw:
230       - 8   # MRR full
231
232     vpp-mrr-results-3n-skx:
233       # TODO: Replace with better results
234       csit-vpp-perf-verify-1807-3n-skx:
235       - 31  # MRR full
236
237     vpp-mrr-results-2n-skx:
238       csit-vpp-perf-verify-1807-2n-skx:
239       - 27  # MRR full
240
241     plot-throughput-speedup-analysis-3n-hsw:
242       # TODO: Add Data sources
243       csit-vpp-perf-verify-1807-3n-hsw:
244       - 11  # NDRPDR full 1
245       - 22  # NDRPDR full 2
246       - 15  # NDRPDR sel
247       - 16  # NDRPDR sel
248       - 19  # NDRPDR sel
249       - 18  # NDRPDR sel
250       - 20  # NDRPDR sel
251
252     plot-throughput-speedup-analysis-3n-skx:
253       csit-vpp-perf-verify-1807-3n-skx:
254       - 33  # NDRPDR sel
255       - 35  # NDRPDR sel
256       - 37  # NDRPDR sel
257       - 38  # NDRPDR sel
258       - 39  # NDRPDR sel
259       - 43  # NDRPDR sel
260       - 44  # NDRPDR sel
261       - 49  # NDRPDR sel
262       - 50  # NDRPDR sel
263       - 56  # NDRPDR sel
264
265     plot-throughput-speedup-analysis-2n-skx:
266       csit-vpp-perf-verify-1807-2n-skx:
267       - 26  # NDRPDR sel
268       - 28  # NDRPDR sel
269       - 29  # NDRPDR sel
270       - 30  # NDRPDR sel
271       - 34  # NDRPDR sel
272       - 35  # NDRPDR sel
273       - 36  # NDRPDR sel
274       - 39  # NDRPDR sel
275       - 40  # NDRPDR sel
276       - 42  # NDRPDR sel
277
278     plot-vpp-throughput-latency-3n-hsw:
279       # TODO: Add Data sources
280       csit-vpp-perf-verify-1807-3n-hsw:
281       - 11  # NDRPDR full 1
282       - 22  # NDRPDR full 2
283       - 15  # NDRPDR sel
284       - 16  # NDRPDR sel
285       - 19  # NDRPDR sel
286       - 18  # NDRPDR sel
287       - 20  # NDRPDR sel
288
289     plot-vpp-throughput-latency-3n-skx:
290       csit-vpp-perf-verify-1807-3n-skx:
291       - 33  # NDRPDR sel
292       - 35  # NDRPDR sel
293       - 37  # NDRPDR sel
294       - 38  # NDRPDR sel
295       - 39  # NDRPDR sel
296       - 43  # NDRPDR sel
297       - 44  # NDRPDR sel
298       - 49  # NDRPDR sel
299       - 50  # NDRPDR sel
300       - 56  # NDRPDR sel
301
302     plot-vpp-throughput-latency-2n-skx:
303       csit-vpp-perf-verify-1807-2n-skx:
304       - 26  # NDRPDR sel
305       - 28  # NDRPDR sel
306       - 29  # NDRPDR sel
307       - 30  # NDRPDR sel
308       - 34  # NDRPDR sel
309       - 35  # NDRPDR sel
310       - 36  # NDRPDR sel
311       - 39  # NDRPDR sel
312       - 40  # NDRPDR sel
313       - 42  # NDRPDR sel
314
315     plot-vpp-http-server-performance:
316       csit-vpp-perf-verify-1807-3n-hsw:
317       - 24  # WRK
318       - 25  # WRK
319       - 23  # WRK
320       - 26  # WRK
321       - 27  # WRK
322       - 28  # WRK
323       - 29  # WRK
324       - 30  # WRK
325       - 32  # WRK
326       - 35  # WRK
327
328     # VPP Functional
329     vpp-func-results-ubuntu:
330       csit-vpp-functional-1807-ubuntu1604-virl:
331       - 278
332
333     vpp-func-results-centos:
334       csit-vpp-functional-1807-centos7-virl:
335       - 278
336
337     # VPP Ligato
338     ligato-perf-results-3n-hsw:
339       # TODO: Replace with better results
340       csit-ligato-perf-1807-all:
341       - 3   # full ?
342
343     plot-ligato-throughput-speedup-analysis-3n-hsw:
344       # TODO: Add Data sources
345       csit-ligato-perf-1807-all:
346       - 3   # full ?
347       - 4   # sel
348
349     plot-ligato-throughput-latency-3n-hsw:
350       # TODO: Add Data sources
351       csit-ligato-perf-1807-all:
352       - 3   # full ?
353       - 4   # sel
354
355     # DPDK Performance
356     dpdk-performance-changes:
357       csit-dpdk-perf-1804-all:
358       - 4
359       - 5
360       - 6
361       - 7
362       - 8
363       - 9
364       - 10
365       - 11
366       - 12
367       - 13
368       csit-dpdk-perf-verify-1807-3n-hsw:
369       - 11
370       - 12  # full
371       - 14
372       - 15
373       - 16
374       - 17
375       - 20
376       - 21
377       - 22
378       - 23
379
380     dpdk-compare-testbeds:
381       csit-dpdk-perf-verify-1807-3n-skx:
382       - 1
383       - 2
384       - 3
385       - 6
386       - 7
387       - 8
388       - 9
389       - 10
390       - 11
391       - 12
392       csit-dpdk-perf-verify-1807-3n-hsw:
393       - 11
394       - 12  # full
395       - 14
396       - 15
397       - 16
398       - 17
399       - 20
400       - 21
401       - 22
402       - 23
403
404     dpdk-perf-results-3n-hsw:
405       csit-dpdk-perf-verify-1807-3n-hsw:
406       - 12
407
408     dpdk-perf-results-3n-skx:
409       csit-dpdk-perf-verify-1807-3n-skx:
410       - 12
411
412     dpdk-perf-results-2n-skx:
413       csit-dpdk-perf-verify-1807-2n-skx:
414       - 10
415
416     plot-dpdk-throughput-latency-3n-hsw:
417       csit-dpdk-perf-verify-1807-3n-hsw:
418       - 11
419       - 12  # full
420       - 14
421       - 15
422       - 16
423       - 17
424       - 20
425       - 21
426       - 22
427       - 23
428
429     plot-dpdk-throughput-latency-3n-skx:
430       csit-dpdk-perf-verify-1807-3n-skx:
431       - 1
432       - 2
433       - 3
434       - 6
435       - 7
436       - 8
437       - 9
438       - 10
439       - 11
440       - 12
441
442     plot-dpdk-throughput-latency-2n-skx:
443       csit-dpdk-perf-verify-1807-2n-skx:
444       - 1
445       - 2
446       - 3
447       - 4
448       - 5
449       - 6
450       - 7
451       - 8
452       - 9
453       - 10
454
455     # HoneyComb Functional
456     hc-func-results:
457       csit-hc2vpp-verify-func-1807-ubuntu1604:
458       - 6
459
460     # NSH SFC Functional
461     nsh-func-results:
462       csit-nsh_sfc-verify-func-1807-ubuntu1604-virl:
463       - 2
464
465     # DMM Functional
466     dmm-func-results:
467       # TODO: Replace with 1807 job:
468       csit-dmm-functional-master-ubuntu1604-virl:
469       - 95
470
471   plot-layouts:
472
473     plot-cps:
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: "Connections Per Second [cps]"
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-rps:
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         rangemode: "tozero"
533         showgrid: True
534         showline: True
535         showticklabels: True
536         tickcolor: "rgb(238, 238, 238)"
537         title: "Requests Per Second [rps]"
538         zeroline: False
539       boxmode: "group"
540       boxgroupgap: 0.5
541       autosize: False
542       margin:
543         t: 50
544         b: 20
545         l: 80
546         r: 20
547       showlegend: True
548       legend:
549         orientation: "h"
550       width: 700
551       height: 1000
552
553     plot-throughput:
554       xaxis:
555         autorange: True
556         fixedrange: False
557         gridcolor: "rgb(238, 238, 238)"
558         linecolor: "rgb(238, 238, 238)"
559         linewidth: 1
560         showgrid: True
561         showline: True
562         showticklabels: True
563         tickcolor: "rgb(238, 238, 238)"
564         tickmode: "linear"
565         title: "Indexed Test Cases"
566         zeroline: False
567       yaxis:
568         gridcolor: "rgb(238, 238, 238)"
569         hoverformat: ".4s"
570         tickformat: ".3s"
571         linecolor: "rgb(238, 238, 238)"
572         linewidth: 1
573         showgrid: True
574         showline: True
575         showticklabels: True
576         tickcolor: "rgb(238, 238, 238)"
577         title: "Packets Per Second [pps]"
578         zeroline: False
579       boxmode: "group"
580       boxgroupgap: 0.5
581       autosize: False
582       margin:
583         t: 50
584         b: 20
585         l: 80
586         r: 20
587       showlegend: True
588       legend:
589         orientation: "h"
590       width: 700
591       height: 1000
592
593     plot-latency:
594       xaxis:
595         autorange: True
596         fixedrange: False
597         gridcolor: "rgb(238, 238, 238)"
598         linecolor: "rgb(238, 238, 238)"
599         linewidth: 1
600         showgrid: True
601         showline: True
602         showticklabels: True
603         tickcolor: "rgb(238, 238, 238)"
604         tickmode: "linear"
605         title: "Indexed Test Cases"
606         zeroline: False
607       yaxis:
608         gridcolor: "rgb(238, 238, 238)"
609         hoverformat: ""
610         linecolor: "rgb(238, 238, 238)"
611         linewidth: 1
612         showgrid: True
613         showline: True
614         showticklabels: True
615         tickcolor: "rgb(238, 238, 238)"
616         title: "Latency min/avg/max [uSec]"
617         zeroline: False
618       boxmode: "group"
619       boxgroupgap: 0.5
620       autosize: False
621       margin:
622         t: 50
623         b: 20
624         l: 80
625         r: 20
626       showlegend: True
627       legend:
628         orientation: "h"
629       width: 700
630       height: 1000
631
632     plot-throughput-speedup-analysis:
633       xaxis:
634         autorange: True
635         fixedrange: False
636         gridcolor: "rgb(238, 238, 238)"
637         linecolor: "rgb(238, 238, 238)"
638         linewidth: 1
639         showgrid: True
640         showline: True
641         showticklabels: True
642         tickcolor: "rgb(238, 238, 238)"
643         tickmode: "linear"
644         tickangle: 270
645         zeroline: False
646       yaxis:
647         title: "Throughput speedup factor"
648         gridcolor: "rgb(238, 238, 238)"
649         hoverformat: ".4s"
650         linecolor: "rgb(238, 238, 238)"
651         linewidth: 1
652         showgrid: True
653         showline: True
654         showticklabels: True
655         tickcolor: "rgb(238, 238, 238)"
656         zeroline: False
657       legend:
658         orientation: "h"
659         xanchor: "center"
660         yanchor: "top"
661         x: 0.5
662         y: 1
663         bgcolor: "rgba(255, 255, 255, 0)"
664         bordercolor: "rgba(255, 255, 255, 0)"
665       barmode: "group"
666       bargap: 0.15
667       bargroupgap: 0.1
668       autosize: False
669       margin:
670           't': 50
671           'b': 300
672           'l': 50
673           'r': 20
674       showlegend: True
675       width: 700
676       height: 1000
677
678 -
679   type: "static"
680   src-path: "{DIR[RST]}"
681   dst-path: "{DIR[WORKING,SRC]}"
682
683 -
684   type: "input"
685   general:
686     file-name: "robot-plugin.zip"
687     file-format: ".zip"
688     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
689     extract: "robot-plugin/output.xml"
690
691   builds:
692
693     csit-vpp-perf-1801-all:
694     - 124  # sel
695     - 127  # sel
696     - 128  # sel
697     - 141  # sel
698     - 142  # sel
699     - 143  # sel
700     - 145  # sel
701     - 146  # sel
702     - 162  # sel
703     - 163  # sel
704     - 167  # sel
705     - 172  # sel acl only
706     csit-vpp-perf-1804-all:
707     - 21  # sel
708     - 22  # sel
709     - 23  # sel
710     - 24  # sel
711     - 27  # sel
712     - 28  # sel
713     - 29  # sel
714     - 30  # sel
715     - 31  # sel
716     - 35  # sel
717     # TODO: Add Data sources
718     csit-vpp-perf-verify-1807-3n-hsw:
719     - 8   # MRR full
720     - 9   # MRR sel
721     - 21  # MRR sel
722     - 31  # MRR sel
723     - 33  # MRR sel
724     - 36  # MRR sel
725     - 11  # NDRPDR full 1
726     - 22  # NDRPDR full 2
727     - 15  # NDRPDR sel
728     - 16  # NDRPDR sel
729     - 19  # NDRPDR sel
730     - 18  # NDRPDR sel
731     - 20  # NDRPDR sel
732     - 24  # WRK
733     - 25  # WRK
734     - 23  # WRK
735     - 26  # WRK
736     - 27  # WRK
737     - 28  # WRK
738     - 29  # WRK
739     - 30  # WRK
740     - 32  # WRK
741     - 35  # WRK
742     csit-vpp-perf-verify-1807-3n-skx:
743     - 31  # MRR full
744     - 28  # MRR sel
745     - 32  # MRR sel
746     - 36  # MRR sel
747     - 42  # MRR sel
748     - 47  # MRR sel
749     - 48  # MRR sel
750     - 51  # MRR sel
751     - 52  # MRR sel
752     - 53  # MRR sel
753     - 54  # MRR sel
754     - 40  # NDRPDR full 1
755     - 41  # NDRPDR full 2
756     - 33  # NDRPDR sel
757     - 35  # NDRPDR sel
758     - 37  # NDRPDR sel
759     - 38  # NDRPDR sel
760     - 39  # NDRPDR sel
761     - 43  # NDRPDR sel
762     - 44  # NDRPDR sel
763     - 49  # NDRPDR sel
764     - 50  # NDRPDR sel
765     - 56  # NDRPDR sel
766     csit-vpp-perf-verify-1807-2n-skx:
767     - 27  # MRR full
768     - 31  # MRR sel
769     - 33  # MRR sel
770     - 37  # MRR sel
771     - 38  # MRR sel
772     - 41  # MRR sel
773     - 43  # MRR sel
774     - 44  # MRR sel
775     - 45  # MRR sel
776     - 46  # MRR sel
777     - 47  # MRR sel
778     - 32  # NDRPDR full
779     - 26  # NDRPDR sel
780     - 28  # NDRPDR sel
781     - 29  # NDRPDR sel
782     - 30  # NDRPDR sel
783     - 34  # NDRPDR sel
784     - 35  # NDRPDR sel
785     - 36  # NDRPDR sel
786     - 39  # NDRPDR sel
787     - 40  # NDRPDR sel
788     - 42  # NDRPDR sel
789     csit-vpp-perf-check-1801:
790     - 3   # mrr
791     - 4   # mrr
792     - 5   # mrr
793     - 6   # mrr
794     - 7   # mrr
795     - 8   # mrr
796     - 9   # mrr
797     - 11  # mrr
798     - 12  # mrr
799     - 13  # mrr
800     csit-vpp-perf-check-1804:
801     - 5   # mrr - full
802     - 6   # mrr - sel
803     - 13  # mrr - sel
804     - 14  # mrr - sel
805     - 15  # mrr - sel
806     - 16  # mrr - sel
807     - 17  # mrr - sel
808     - 19  # mrr - sel
809     - 20  # mrr - sel
810     - 21  # mrr - sel
811     - 22  # mrr - sel
812     csit-ligato-perf-1804-all:
813     - 4   # full
814     - 5   # sel
815     - 6   # sel
816     - 7   # sel
817     - 8   # sel
818     - 9   # sel
819     - 10  # sel
820     - 11  # sel
821     - 12  # sel
822     - 13  # sel
823     - 14  # sel
824     # TODO: Add Data sources
825     csit-ligato-perf-1807-all:
826     - 3   # full ?
827     - 4   # sel
828     csit-dpdk-perf-1804-all:
829     - 4
830     - 5
831     - 6
832     - 7
833     - 8
834     - 9
835     - 10
836     - 11
837     - 12
838     - 13
839     csit-dpdk-perf-verify-1807-3n-hsw:
840     - 11
841     - 12  # full
842     - 14
843     - 15
844     - 16
845     - 17
846     - 20
847     - 21
848     - 22
849     - 23
850     csit-dpdk-perf-verify-1807-3n-skx:
851     - 1
852     - 2
853     - 3
854     - 6
855     - 7
856     - 8
857     - 9
858     - 10
859     - 11
860     - 12
861     csit-dpdk-perf-verify-1807-2n-skx:
862     - 1
863     - 2
864     - 3
865     - 4
866     - 5
867     - 6
868     - 7
869     - 8
870     - 9
871     - 10
872     csit-vpp-functional-1807-ubuntu1604-virl:
873     - 278
874     csit-vpp-functional-1807-centos7-virl:
875     - 278
876     csit-nsh_sfc-verify-func-1807-ubuntu1604-virl:
877     - 2
878     # TODO: Replace with 1807 job:
879     csit-dmm-functional-master-ubuntu1604-virl:
880     - 95
881     csit-hc2vpp-verify-func-1807-ubuntu1604:
882     - 6
883
884 -
885   type: "output"
886   output: "report"
887   format:
888     html:
889     - full
890     pdf:
891     - minimal
892
893 ################################################################################
894 ###                               T A B L E S                                ###
895 ################################################################################
896
897 ################################################################################
898 # VPP
899 -
900   type: "table"
901   title: "VPP Performance Changes 1t1c pdr"
902   algorithm: "table_performance_comparison"
903   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-pdr"
904   history:
905     -
906       title: "rls1801"
907       data:
908         csit-vpp-perf-1801-all:
909         - 124  # sel
910         - 127  # sel
911         - 128  # sel
912         - 141  # sel
913         - 142  # sel
914         - 143  # sel
915         - 145  # sel
916         - 146  # sel
917         - 162  # sel
918         - 163  # sel
919         - 167  # sel
920         - 172  # sel acl only
921   reference:
922     title: "rls1804"
923     data:
924       csit-vpp-perf-1804-all:
925       - 21  # sel
926       - 22  # sel
927       - 23  # sel
928       - 24  # sel
929       - 27  # sel
930       - 28  # sel
931       - 29  # sel
932       - 30  # sel
933       - 31  # sel
934       - 35  # sel
935   compare:
936     title: "rls1807"
937     data:
938       # TODO: Add Data sources
939       csit-vpp-perf-verify-1807-3n-hsw:
940       - 11  # NDRPDR full 1
941       - 22  # NDRPDR full 2
942       - 15  # NDRPDR sel
943       - 16  # NDRPDR sel
944       - 19  # NDRPDR sel
945       - 18  # NDRPDR sel
946       - 20  # NDRPDR sel
947   data: "vpp-performance-changes"
948   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
949   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
950   parameters:
951   - "name"
952   - "parent"
953   - "throughput"
954
955 -
956   type: "table"
957   title: "VPP Performance Changes 2t2c pdr"
958   algorithm: "table_performance_comparison"
959   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-pdr"
960   history:
961     -
962       title: "rls1801"
963       data:
964         csit-vpp-perf-1801-all:
965         - 124  # sel
966         - 127  # sel
967         - 128  # sel
968         - 141  # sel
969         - 142  # sel
970         - 143  # sel
971         - 145  # sel
972         - 146  # sel
973         - 162  # sel
974         - 163  # sel
975         - 167  # sel
976         - 172  # sel acl only
977   reference:
978     title: "rls1804"
979     data:
980       csit-vpp-perf-1804-all:
981       - 21  # sel
982       - 22  # sel
983       - 23  # sel
984       - 24  # sel
985       - 27  # sel
986       - 28  # sel
987       - 29  # sel
988       - 30  # sel
989       - 31  # sel
990       - 35  # sel
991   compare:
992     title: "rls1807"
993     data:
994       # TODO: Add Data sources
995       csit-vpp-perf-verify-1807-3n-hsw:
996       - 11  # NDRPDR full 1
997       - 22  # NDRPDR full 2
998       - 15  # NDRPDR sel
999       - 16  # NDRPDR sel
1000       - 19  # NDRPDR sel
1001       - 18  # NDRPDR sel
1002       - 20  # NDRPDR sel
1003   data: "vpp-performance-changes"
1004   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1005   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1006   parameters:
1007   - "name"
1008   - "parent"
1009   - "throughput"
1010
1011 -
1012   type: "table"
1013   title: "VPP Performance Changes 1t1c ndr"
1014   algorithm: "table_performance_comparison"
1015   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-ndr"
1016   history:
1017     -
1018       title: "rls1801"
1019       data:
1020         csit-vpp-perf-1801-all:
1021         - 124  # sel
1022         - 127  # sel
1023         - 128  # sel
1024         - 141  # sel
1025         - 142  # sel
1026         - 143  # sel
1027         - 145  # sel
1028         - 146  # sel
1029         - 162  # sel
1030         - 163  # sel
1031         - 167  # sel
1032         - 172  # sel acl only
1033   reference:
1034     title: "rls1804"
1035     data:
1036       csit-vpp-perf-1804-all:
1037       - 21  # sel
1038       - 22  # sel
1039       - 23  # sel
1040       - 24  # sel
1041       - 27  # sel
1042       - 28  # sel
1043       - 29  # sel
1044       - 30  # sel
1045       - 31  # sel
1046       - 35  # sel
1047   compare:
1048     title: "rls1807"
1049     data:
1050       # TODO: Add Data sources
1051       csit-vpp-perf-verify-1807-3n-hsw:
1052       - 11  # NDRPDR full 1
1053       - 22  # NDRPDR full 2
1054       - 15  # NDRPDR sel
1055       - 16  # NDRPDR sel
1056       - 19  # NDRPDR sel
1057       - 18  # NDRPDR sel
1058       - 20  # NDRPDR sel
1059   data: "vpp-performance-changes"
1060   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1061   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1062   parameters:
1063   - "name"
1064   - "parent"
1065   - "throughput"
1066
1067 -
1068   type: "table"
1069   title: "VPP Performance Changes 2t2c ndr"
1070   algorithm: "table_performance_comparison"
1071   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-ndr"
1072   history:
1073     -
1074       title: "rls1801"
1075       data:
1076         csit-vpp-perf-1801-all:
1077         - 124  # sel
1078         - 127  # sel
1079         - 128  # sel
1080         - 141  # sel
1081         - 142  # sel
1082         - 143  # sel
1083         - 145  # sel
1084         - 146  # sel
1085         - 162  # sel
1086         - 163  # sel
1087         - 167  # sel
1088         - 172  # sel acl only
1089   reference:
1090     title: "rls1804"
1091     data:
1092       csit-vpp-perf-1804-all:
1093       - 21  # sel
1094       - 22  # sel
1095       - 23  # sel
1096       - 24  # sel
1097       - 27  # sel
1098       - 28  # sel
1099       - 29  # sel
1100       - 30  # sel
1101       - 31  # sel
1102       - 35  # sel
1103   compare:
1104     title: "rls1807"
1105     data:
1106       # TODO: Add Data sources
1107       csit-vpp-perf-verify-1807-3n-hsw:
1108       - 11  # NDRPDR full 1
1109       - 22  # NDRPDR full 2
1110       - 15  # NDRPDR sel
1111       - 16  # NDRPDR sel
1112       - 19  # NDRPDR sel
1113       - 18  # NDRPDR sel
1114       - 20  # NDRPDR sel
1115   data: "vpp-performance-changes"
1116   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1117   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1118   parameters:
1119   - "name"
1120   - "parent"
1121   - "throughput"
1122
1123 -
1124   type: "table"
1125   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
1126   algorithm: "table_performance_comparison"
1127   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
1128   reference:
1129     title: "3-Node Hsw"
1130     data:
1131       # TODO: Add Data sources
1132       csit-vpp-perf-verify-1807-3n-hsw:
1133       - 11  # NDRPDR full 1
1134       - 22  # NDRPDR full 2
1135       - 15  # NDRPDR sel
1136       - 16  # NDRPDR sel
1137       - 19  # NDRPDR sel
1138       - 18  # NDRPDR sel
1139       - 20  # NDRPDR sel
1140   compare:
1141     title: "3-Node Skx"
1142     data:
1143       csit-vpp-perf-verify-1807-3n-skx:
1144       - 33  # NDRPDR sel
1145       - 35  # NDRPDR sel
1146       - 37  # NDRPDR sel
1147       - 38  # NDRPDR sel
1148       - 39  # NDRPDR sel
1149       - 43  # NDRPDR sel
1150       - 44  # NDRPDR sel
1151       - 49  # NDRPDR sel
1152       - 50  # NDRPDR sel
1153       - 56  # NDRPDR sel
1154   data: "vpp-compare-testbeds"
1155   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1156   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1157   parameters:
1158   - "name"
1159   - "parent"
1160   - "throughput"
1161
1162 -
1163   type: "table"
1164   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
1165   algorithm: "table_performance_comparison"
1166   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
1167   reference:
1168     title: "3-Node Hsw"
1169     data:
1170       # TODO: Add Data sources
1171       csit-vpp-perf-verify-1807-3n-hsw:
1172       - 11  # NDRPDR full 1
1173       - 22  # NDRPDR full 2
1174       - 15  # NDRPDR sel
1175       - 16  # NDRPDR sel
1176       - 19  # NDRPDR sel
1177       - 18  # NDRPDR sel
1178       - 20  # NDRPDR sel
1179   compare:
1180     title: "3-Node Skx"
1181     data:
1182       csit-vpp-perf-verify-1807-3n-skx:
1183       - 33  # NDRPDR sel
1184       - 35  # NDRPDR sel
1185       - 37  # NDRPDR sel
1186       - 38  # NDRPDR sel
1187       - 39  # NDRPDR sel
1188       - 43  # NDRPDR sel
1189       - 44  # NDRPDR sel
1190       - 49  # NDRPDR sel
1191       - 50  # NDRPDR sel
1192       - 56  # NDRPDR sel
1193   data: "vpp-compare-testbeds"
1194   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1195   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1196   parameters:
1197   - "name"
1198   - "parent"
1199   - "throughput"
1200
1201 -
1202   type: "table"
1203   title: "VPP Performance Changes - 1t1c MRR"
1204   algorithm: "table_performance_comparison"
1205   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-mrr"
1206   history:
1207     -
1208       title: "rls1801"
1209       data:
1210         csit-vpp-perf-check-1801:
1211         - 3
1212         - 4
1213         - 5
1214         - 6
1215         - 7
1216         - 8
1217         - 9
1218         - 11
1219         - 12
1220         - 13
1221   reference:
1222     title: "rls1804"
1223     data:
1224       csit-vpp-perf-check-1804:
1225       - 6   # mrr - sel
1226       - 13  # mrr - sel
1227       - 14  # mrr - sel
1228       - 15  # mrr - sel
1229       - 16  # mrr - sel
1230       - 17  # mrr - sel
1231       - 19  # mrr - sel
1232       - 20  # mrr - sel
1233       - 21  # mrr - sel
1234       - 22  # mrr - sel
1235   compare:
1236     title: "rls1807"
1237     data:
1238       # TODO: Add Data sources
1239       csit-vpp-perf-verify-1807-3n-hsw:
1240       - 8   # MRR full
1241       - 9   # MRR sel
1242       - 21  # MRR sel
1243       - 31  # MRR sel
1244       - 33  # MRR sel
1245       - 36  # MRR sel
1246   data: "vpp-performance-changes-mrr"
1247   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1248   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1249   parameters:
1250   - "name"
1251   - "parent"
1252   - "result"
1253
1254 -
1255   type: "table"
1256   title: "VPP Performance Changes - 2t2c MRR"
1257   algorithm: "table_performance_comparison"
1258   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-mrr"
1259   history:
1260     -
1261       title: "rls1801"
1262       data:
1263         csit-vpp-perf-check-1801:
1264         - 3
1265         - 4
1266         - 5
1267         - 6
1268         - 7
1269         - 8
1270         - 9
1271         - 11
1272         - 12
1273         - 13
1274   reference:
1275     title: "rls1804"
1276     data:
1277       csit-vpp-perf-check-1804:
1278       - 6   # mrr - sel
1279       - 13  # mrr - sel
1280       - 14  # mrr - sel
1281       - 15  # mrr - sel
1282       - 16  # mrr - sel
1283       - 17  # mrr - sel
1284       - 19  # mrr - sel
1285       - 20  # mrr - sel
1286       - 21  # mrr - sel
1287       - 22  # mrr - sel
1288   compare:
1289     title: "rls1807"
1290     data:
1291       # TODO: Add Data sources
1292       csit-vpp-perf-verify-1807-3n-hsw:
1293       - 8   # MRR full
1294       - 9   # MRR sel
1295       - 21  # MRR sel
1296       - 31  # MRR sel
1297       - 33  # MRR sel
1298       - 36  # MRR sel
1299   data: "vpp-performance-changes-mrr"
1300   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1301   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1302   parameters:
1303   - "name"
1304   - "parent"
1305   - "result"
1306
1307 -
1308   type: "table"
1309   title: "VPP Performance Changes - 4t4c MRR"
1310   algorithm: "table_performance_comparison"
1311   output-file: "{DIR[STATIC,VPP]}/performance-changes-4t4c-mrr"
1312   history:
1313     -
1314       title: "rls1801"
1315       data:
1316         csit-vpp-perf-check-1801:
1317         - 3
1318         - 4
1319         - 5
1320         - 6
1321         - 7
1322         - 8
1323         - 9
1324         - 11
1325         - 12
1326         - 13
1327   reference:
1328     title: "rls1804"
1329     data:
1330       csit-vpp-perf-check-1804:
1331       - 6   # mrr - sel
1332       - 13  # mrr - sel
1333       - 14  # mrr - sel
1334       - 15  # mrr - sel
1335       - 16  # mrr - sel
1336       - 17  # mrr - sel
1337       - 19  # mrr - sel
1338       - 20  # mrr - sel
1339       - 21  # mrr - sel
1340       - 22  # mrr - sel
1341   compare:
1342     title: "rls1807"
1343     data:
1344       # TODO: Add Data sources
1345       csit-vpp-perf-verify-1807-3n-hsw:
1346       - 8   # MRR full
1347       - 9   # MRR sel
1348       - 21  # MRR sel
1349       - 31  # MRR sel
1350       - 33  # MRR sel
1351       - 36  # MRR sel
1352   data: "vpp-performance-changes-mrr"
1353   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1354   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1355   parameters:
1356   - "name"
1357   - "parent"
1358   - "result"
1359
1360 -
1361   type: "table"
1362   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
1363   algorithm: "table_performance_comparison"
1364   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
1365   reference:
1366     title: "3-Node Hsw"
1367     data:
1368       # TODO: Add Data sources
1369       csit-vpp-perf-verify-1807-3n-hsw:
1370       - 8   # MRR full
1371       - 9   # MRR sel
1372       - 21  # MRR sel
1373       - 31  # MRR sel
1374       - 33  # MRR sel
1375       - 36  # MRR sel
1376   compare:
1377     title: "3-Node Skx"
1378     data:
1379       csit-vpp-perf-verify-1807-3n-skx:
1380       - 28  # MRR sel
1381       - 32  # MRR sel
1382       - 36  # MRR sel
1383       - 42  # MRR sel
1384       - 47  # MRR sel
1385       - 48  # MRR sel
1386       - 51  # MRR sel
1387       - 52  # MRR sel
1388       - 53  # MRR sel
1389       - 54  # MRR sel
1390   data: "vpp-compare-testbeds-mrr"
1391   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1392   filter: "'NIC_Intel-X710' and 'MRR'"
1393   parameters:
1394   - "name"
1395   - "parent"
1396   - "result"
1397
1398 -
1399   type: "table"
1400   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
1401   algorithm: "table_merged_details"
1402   output-file-ext: ".csv"
1403   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
1404   columns:
1405   -
1406     title: "Name"
1407     data: "data name"
1408   -
1409     title: "Status"
1410     data: "data msg"
1411   rows: "generated"
1412   data: "vpp-perf-results-3n-hsw"
1413   filter: "not 'NDRCHK' and not 'PDRCHK'"
1414   parameters:
1415   - "name"
1416   - "parent"
1417   - "msg"
1418
1419 -
1420   type: "table"
1421   title: "Detailed Test Results - VPP Performance Results 3n-skx"
1422   algorithm: "table_merged_details"
1423   output-file-ext: ".csv"
1424   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
1425   columns:
1426   -
1427     title: "Name"
1428     data: "data name"
1429   -
1430     title: "Status"
1431     data: "data msg"
1432   rows: "generated"
1433   data: "vpp-perf-results-3n-skx"
1434   filter: "not 'NDRCHK' and not 'PDRCHK'"
1435   parameters:
1436   - "name"
1437   - "parent"
1438   - "msg"
1439
1440 -
1441   type: "table"
1442   title: "Detailed Test Results - VPP Performance Results 2n-skx"
1443   algorithm: "table_merged_details"
1444   output-file-ext: ".csv"
1445   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
1446   columns:
1447   -
1448     title: "Name"
1449     data: "data name"
1450   -
1451     title: "Status"
1452     data: "data msg"
1453   rows: "generated"
1454   data: "vpp-perf-results-2n-skx"
1455   filter: "not 'NDRCHK' and not 'PDRCHK'"
1456   parameters:
1457   - "name"
1458   - "parent"
1459   - "msg"
1460
1461 -
1462   type: "table"
1463   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
1464   algorithm: "table_merged_details"
1465   output-file-ext: ".csv"
1466   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
1467   columns:
1468   -
1469     title: "Name"
1470     data: "data name"
1471   -
1472     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1473     data: "data vat-history"
1474   rows: "generated"
1475   data: "vpp-perf-results-3n-hsw"
1476   filter: "not 'NDRCHK' and not 'PDRCHK'"
1477   parameters:
1478   - "parent"
1479   - "name"
1480   - "vat-history"
1481
1482 -
1483   type: "table"
1484   title: "Test configuration - VPP Performance Test Configs 3n-skx"
1485   algorithm: "table_merged_details"
1486   output-file-ext: ".csv"
1487   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
1488   columns:
1489   -
1490     title: "Name"
1491     data: "data name"
1492   -
1493     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1494     data: "data vat-history"
1495   rows: "generated"
1496   data: "vpp-perf-results-3n-skx"
1497   filter: "not 'NDRCHK' and not 'PDRCHK'"
1498   parameters:
1499   - "parent"
1500   - "name"
1501   - "vat-history"
1502
1503 -
1504   type: "table"
1505   title: "Test configuration - VPP Performance Test Configs 2n-skx"
1506   algorithm: "table_merged_details"
1507   output-file-ext: ".csv"
1508   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
1509   columns:
1510   -
1511     title: "Name"
1512     data: "data name"
1513   -
1514     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1515     data: "data vat-history"
1516   rows: "generated"
1517   data: "vpp-perf-results-2n-skx"
1518   filter: "not 'NDRCHK' and not 'PDRCHK'"
1519   parameters:
1520   - "parent"
1521   - "name"
1522   - "vat-history"
1523
1524 -
1525   type: "table"
1526   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
1527   algorithm: "table_merged_details"
1528   output-file-ext: ".csv"
1529   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
1530   columns:
1531   -
1532     title: "Name"
1533     data: "data name"
1534   -
1535     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1536     data: "data show-run"
1537   rows: "generated"
1538   data: "vpp-perf-results-3n-hsw"
1539   filter: "not 'NDRCHK' and not 'PDRCHK'"
1540   parameters:
1541   - "parent"
1542   - "name"
1543   - "show-run"
1544
1545 -
1546   type: "table"
1547   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
1548   algorithm: "table_merged_details"
1549   output-file-ext: ".csv"
1550   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
1551   columns:
1552   -
1553     title: "Name"
1554     data: "data name"
1555   -
1556     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1557     data: "data show-run"
1558   rows: "generated"
1559   data: "vpp-perf-results-3n-skx"
1560   filter: "not 'NDRCHK' and not 'PDRCHK'"
1561   parameters:
1562   - "parent"
1563   - "name"
1564   - "show-run"
1565
1566 -
1567   type: "table"
1568   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
1569   algorithm: "table_merged_details"
1570   output-file-ext: ".csv"
1571   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
1572   columns:
1573   -
1574     title: "Name"
1575     data: "data name"
1576   -
1577     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1578     data: "data show-run"
1579   rows: "generated"
1580   data: "vpp-perf-results-2n-skx"
1581   filter: "not 'NDRCHK' and not 'PDRCHK'"
1582   parameters:
1583   - "parent"
1584   - "name"
1585   - "show-run"
1586
1587 -
1588   type: "table"
1589   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
1590   algorithm: "table_details"
1591   output-file-ext: ".csv"
1592   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
1593   columns:
1594   -
1595     title: "Name"
1596     data: "data name"
1597   -
1598     title: "Status"
1599     data: "data msg"
1600   rows: "generated"
1601   data: "vpp-mrr-results-3n-hsw"
1602   filter: "'MRR'"
1603   parameters:
1604   - "name"
1605   - "parent"
1606   - "msg"
1607
1608 -
1609   type: "table"
1610   title: "Detailed Test Results - VPP MRR Results 3n-skx"
1611   algorithm: "table_details"
1612   output-file-ext: ".csv"
1613   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
1614   columns:
1615   -
1616     title: "Name"
1617     data: "data name"
1618   -
1619     title: "Status"
1620     data: "data msg"
1621   rows: "generated"
1622   data: "vpp-mrr-results-3n-skx"
1623   filter: "'MRR'"
1624   parameters:
1625   - "name"
1626   - "parent"
1627   - "msg"
1628
1629 -
1630   type: "table"
1631   title: "Detailed Test Results - VPP MRR Results 2n-skx"
1632   algorithm: "table_details"
1633   output-file-ext: ".csv"
1634   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
1635   columns:
1636   -
1637     title: "Name"
1638     data: "data name"
1639   -
1640     title: "Status"
1641     data: "data msg"
1642   rows: "generated"
1643   data: "vpp-mrr-results-2n-skx"
1644   filter: "'MRR'"
1645   parameters:
1646   - "name"
1647   - "parent"
1648   - "msg"
1649
1650 -
1651   type: "table"
1652   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
1653   algorithm: "table_details"
1654   output-file-ext: ".csv"
1655   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
1656   columns:
1657   -
1658     title: "Name"
1659     data: "data name"
1660   -
1661     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1662     data: "data vat-history"
1663   rows: "generated"
1664   data: "vpp-mrr-results-3n-hsw"
1665   filter: "'MRR'"
1666   parameters:
1667   - "parent"
1668   - "name"
1669   - "vat-history"
1670
1671 -
1672   type: "table"
1673   title: "Test configuration - VPP MRR Test Configs 3n-skx"
1674   algorithm: "table_details"
1675   output-file-ext: ".csv"
1676   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
1677   columns:
1678   -
1679     title: "Name"
1680     data: "data name"
1681   -
1682     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1683     data: "data vat-history"
1684   rows: "generated"
1685   data: "vpp-mrr-results-3n-skx"
1686   filter: "'MRR'"
1687   parameters:
1688   - "parent"
1689   - "name"
1690   - "vat-history"
1691
1692 -
1693   type: "table"
1694   title: "Test configuration - VPP MRR Test Configs 2n-skx"
1695   algorithm: "table_details"
1696   output-file-ext: ".csv"
1697   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
1698   columns:
1699   -
1700     title: "Name"
1701     data: "data name"
1702   -
1703     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1704     data: "data vat-history"
1705   rows: "generated"
1706   data: "vpp-mrr-results-2n-skx"
1707   filter: "'MRR'"
1708   parameters:
1709   - "parent"
1710   - "name"
1711   - "vat-history"
1712
1713 -
1714   type: "table"
1715   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
1716   algorithm: "table_details"
1717   output-file-ext: ".csv"
1718   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
1719   columns:
1720   -
1721     title: "Name"
1722     data: "data name"
1723   -
1724     title: "Documentation"
1725     data: "data doc"
1726   -
1727     title: "Status"
1728     data: "data status"
1729   rows: "generated"
1730   data: "vpp-func-results-ubuntu"
1731   filter: "all"
1732   parameters:
1733   - "name"
1734   - "parent"
1735   - "doc"
1736   - "status"
1737
1738 -
1739   type: "table"
1740   title: "Detailed Test Results - VPP Functional Results - CentOS"
1741   algorithm: "table_details"
1742   output-file-ext: ".csv"
1743   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
1744   columns:
1745   -
1746     title: "Name"
1747     data: "data name"
1748   -
1749     title: "Documentation"
1750     data: "data doc"
1751   -
1752     title: "Status"
1753     data: "data status"
1754   rows: "generated"
1755   data:
1756     "vpp-func-results-centos"
1757   filter: "all"
1758   parameters:
1759   - "name"
1760   - "parent"
1761   - "doc"
1762   - "status"
1763
1764 -
1765   type: "table"
1766   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
1767   algorithm: "table_details"
1768   output-file-ext: ".csv"
1769   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
1770   columns:
1771   -
1772     title: "Name"
1773     data: "data name"
1774   -
1775     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1776     data: "data vat-history"
1777   rows: "generated"
1778   data: "vpp-func-results-ubuntu"
1779   filter: "all"
1780   parameters:
1781   - "parent"
1782   - "name"
1783   - "vat-history"
1784
1785 -
1786   type: "table"
1787   title: "Test configuration - VPP Functional Test Configs - CentOS"
1788   algorithm: "table_details"
1789   output-file-ext: ".csv"
1790   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
1791   columns:
1792   -
1793     title: "Name"
1794     data: "data name"
1795   -
1796     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1797     data: "data vat-history"
1798   rows: "generated"
1799   data: "vpp-func-results-centos"
1800   filter: "all"
1801   parameters:
1802   - "parent"
1803   - "name"
1804   - "vat-history"
1805
1806 -
1807   type: "table"
1808   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
1809   algorithm: "table_details"
1810   output-file-ext: ".csv"
1811   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
1812   columns:
1813   -
1814     title: "Name"
1815     data: "data name"
1816   -
1817     title: "Status"
1818     data: "data msg"
1819   rows: "generated"
1820   data: "ligato-perf-results-3n-hsw"
1821   filter: "all"
1822   parameters:
1823   - "name"
1824   - "parent"
1825   - "msg"
1826
1827 ################################################################################
1828 # DPDK
1829 -
1830   type: "table"
1831   title: "DPDK Performance Changes 1t1c pdr"
1832   algorithm: "table_performance_comparison"
1833   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-pdr"
1834   reference:
1835     title: "rls1804"
1836     data:
1837       csit-dpdk-perf-1804-all:
1838       - 4
1839       - 5
1840       - 6
1841       - 7
1842       - 8
1843       - 9
1844       - 10
1845       - 11
1846       - 12
1847       - 13
1848   compare:
1849     title: "rls1807"
1850     data:
1851       csit-dpdk-perf-verify-1807-3n-hsw:
1852       - 11
1853       - 12  # full
1854       - 14
1855       - 15
1856       - 16
1857       - 17
1858       - 20
1859       - 21
1860       - 22
1861       - 23
1862   data: "dpdk-performance-changes"
1863   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1864   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1865   parameters:
1866   - "name"
1867   - "parent"
1868   - "throughput"
1869
1870 -
1871   type: "table"
1872   title: "DPDK Performance Changes 2t2c pdr"
1873   algorithm: "table_performance_comparison"
1874   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-pdr"
1875   reference:
1876     title: "rls1804"
1877     data:
1878       csit-dpdk-perf-1804-all:
1879       - 4
1880       - 5
1881       - 6
1882       - 7
1883       - 8
1884       - 9
1885       - 10
1886       - 11
1887       - 12
1888       - 13
1889   compare:
1890     title: "rls1807"
1891     data:
1892       csit-dpdk-perf-verify-1807-3n-hsw:
1893       - 11
1894       - 12  # full
1895       - 14
1896       - 15
1897       - 16
1898       - 17
1899       - 20
1900       - 21
1901       - 22
1902       - 23
1903   data: "dpdk-performance-changes"
1904   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1905   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1906   parameters:
1907   - "name"
1908   - "parent"
1909   - "throughput"
1910
1911 -
1912   type: "table"
1913   title: "DPDK Performance Changes 1t1c ndr"
1914   algorithm: "table_performance_comparison"
1915   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-ndr"
1916   reference:
1917     title: "rls1804"
1918     data:
1919       csit-dpdk-perf-1804-all:
1920       - 4
1921       - 5
1922       - 6
1923       - 7
1924       - 8
1925       - 9
1926       - 10
1927       - 11
1928       - 12
1929       - 13
1930   compare:
1931     title: "rls1807"
1932     data:
1933       csit-dpdk-perf-verify-1807-3n-hsw:
1934       - 11
1935       - 12  # full
1936       - 14
1937       - 15
1938       - 16
1939       - 17
1940       - 20
1941       - 21
1942       - 22
1943       - 23
1944   data: "dpdk-performance-changes"
1945   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1946   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1947   parameters:
1948   - "name"
1949   - "parent"
1950   - "throughput"
1951
1952 -
1953   type: "table"
1954   title: "DPDK Performance Changes 2t2c ndr"
1955   algorithm: "table_performance_comparison"
1956   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-ndr"
1957   reference:
1958     title: "rls1804"
1959     data:
1960       csit-dpdk-perf-1804-all:
1961       - 4
1962       - 5
1963       - 6
1964       - 7
1965       - 8
1966       - 9
1967       - 10
1968       - 11
1969       - 12
1970       - 13
1971   compare:
1972     title: "rls1807"
1973     data:
1974       csit-dpdk-perf-verify-1807-3n-hsw:
1975       - 11
1976       - 12  # full
1977       - 14
1978       - 15
1979       - 16
1980       - 17
1981       - 20
1982       - 21
1983       - 22
1984       - 23
1985   data: "dpdk-performance-changes"
1986   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1987   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1988   parameters:
1989   - "name"
1990   - "parent"
1991   - "throughput"
1992
1993 -
1994   type: "table"
1995   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
1996   algorithm: "table_performance_comparison"
1997   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
1998   reference:
1999     title: "3-Node Hsw"
2000     data:
2001       csit-dpdk-perf-verify-1807-3n-hsw:
2002       - 11
2003       - 12  # full
2004       - 14
2005       - 15
2006       - 16
2007       - 17
2008       - 20
2009       - 21
2010       - 22
2011       - 23
2012   compare:
2013     title: "3-Node Skx"
2014     data:
2015       csit-dpdk-perf-verify-1807-3n-skx:
2016       - 1
2017       - 2
2018       - 3
2019       - 6
2020       - 7
2021       - 8
2022       - 9
2023       - 10
2024       - 11
2025       - 12
2026   data: "dpdk-compare-testbeds"
2027   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2028   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2029   parameters:
2030   - "name"
2031   - "parent"
2032   - "throughput"
2033
2034 -
2035   type: "table"
2036   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
2037   algorithm: "table_performance_comparison"
2038   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
2039   reference:
2040     title: "3-Node Hsw"
2041     data:
2042       csit-dpdk-perf-verify-1807-3n-hsw:
2043       - 11
2044       - 12  # full
2045       - 14
2046       - 15
2047       - 16
2048       - 17
2049       - 20
2050       - 21
2051       - 22
2052       - 23
2053   compare:
2054     title: "3-Node Skx"
2055     data:
2056       csit-dpdk-perf-verify-1807-3n-skx:
2057       - 1
2058       - 2
2059       - 3
2060       - 6
2061       - 7
2062       - 8
2063       - 9
2064       - 10
2065       - 11
2066       - 12
2067   data: "dpdk-compare-testbeds"
2068   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2069   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2070   parameters:
2071   - "name"
2072   - "parent"
2073   - "throughput"
2074
2075 -
2076   type: "table"
2077   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
2078   algorithm: "table_performance_comparison"
2079   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
2080   reference:
2081     title: "3-Node Hsw"
2082     data:
2083       csit-dpdk-perf-verify-1807-3n-hsw:
2084       - 11
2085       - 12  # full
2086       - 14
2087       - 15
2088       - 16
2089       - 17
2090       - 20
2091       - 21
2092       - 22
2093       - 23
2094   compare:
2095     title: "3-Node Skx"
2096     data:
2097       csit-dpdk-perf-verify-1807-3n-skx:
2098       - 1
2099       - 2
2100       - 3
2101       - 6
2102       - 7
2103       - 8
2104       - 9
2105       - 10
2106       - 11
2107       - 12
2108   data: "dpdk-compare-testbeds"
2109   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2110   filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2111   parameters:
2112   - "name"
2113   - "parent"
2114   - "throughput"
2115
2116 -
2117   type: "table"
2118   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
2119   algorithm: "table_details"
2120   output-file-ext: ".csv"
2121   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2122   columns:
2123   -
2124     title: "Name"
2125     data: "data name"
2126   -
2127     title: "Status"
2128     data: "data msg"
2129   rows: "generated"
2130   data: "dpdk-perf-results-3n-hsw"
2131   filter: "all"
2132   parameters:
2133   - "name"
2134   - "parent"
2135   - "msg"
2136
2137 -
2138   type: "table"
2139   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
2140   algorithm: "table_details"
2141   output-file-ext: ".csv"
2142   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2143   columns:
2144   -
2145     title: "Name"
2146     data: "data name"
2147   -
2148     title: "Status"
2149     data: "data msg"
2150   rows: "generated"
2151   data: "dpdk-perf-results-3n-skx"
2152   filter: "all"
2153   parameters:
2154   - "name"
2155   - "parent"
2156   - "msg"
2157
2158 -
2159   type: "table"
2160   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
2161   algorithm: "table_details"
2162   output-file-ext: ".csv"
2163   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2164   columns:
2165   -
2166     title: "Name"
2167     data: "data name"
2168   -
2169     title: "Status"
2170     data: "data msg"
2171   rows: "generated"
2172   data: "dpdk-perf-results-2n-skx"
2173   filter: "all"
2174   parameters:
2175   - "name"
2176   - "parent"
2177   - "msg"
2178
2179
2180 ################################################################################
2181 # HoneyComb
2182 -
2183   type: "table"
2184   title: "Detailed Test Results - Honeycomb Functional Results"
2185   algorithm: "table_details"
2186   output-file-ext: ".csv"
2187   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
2188   columns:
2189   -
2190     title: "Name"
2191     data: "data name"
2192   -
2193     title: "Documentation"
2194     data: "data doc"
2195   -
2196     title: "Status"
2197     data: "data status"
2198   rows: "generated"
2199   data:
2200     "hc-func-results"
2201   filter: "all"
2202   parameters:
2203   - "name"
2204   - "parent"
2205   - "doc"
2206   - "status"
2207
2208 ################################################################################
2209 # NSH SFC
2210 -
2211   type: "table"
2212   title: "Detailed Test Results - NSH SFC Functional Results"
2213   algorithm: "table_details"
2214   output-file-ext: ".csv"
2215   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
2216   columns:
2217   -
2218     title: "Name"
2219     data: "data name"
2220   -
2221     title: "Documentation"
2222     data: "data doc"
2223   -
2224     title: "Status"
2225     data: "data status"
2226   rows: "generated"
2227   data:
2228     "nsh-func-results"
2229   filter: "all"
2230   parameters:
2231   - "name"
2232   - "parent"
2233   - "doc"
2234   - "status"
2235
2236 ################################################################################
2237 # DMM
2238 -
2239   type: "table"
2240   title: "Detailed Test Results - DMM Functional Results"
2241   algorithm: "table_details"
2242   output-file-ext: ".csv"
2243   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
2244   columns:
2245   -
2246     title: "Name"
2247     data: "data name"
2248   -
2249     title: "Documentation"
2250     data: "data doc"
2251   -
2252     title: "Status"
2253     data: "data status"
2254   rows: "generated"
2255   data:
2256     "dmm-func-results"
2257   filter: "all"
2258   parameters:
2259   - "name"
2260   - "parent"
2261   - "doc"
2262   - "status"
2263
2264 ################################################################################
2265 ###                                F I L E S                                 ###
2266 ################################################################################
2267
2268 -
2269   type: "file"
2270   title: "VPP Performance Results 3n-hsw"
2271   algorithm: "file_test_results"
2272   output-file-ext: ".rst"
2273   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2274   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"
2275   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
2276   data: "vpp-perf-results-3n-hsw"
2277   filter: "not 'NDRCHK' and not 'PDRCHK'"
2278   parameters:
2279   - "name"
2280   - "doc"
2281   - "level"
2282   - "parent"
2283   data-start-level: 3
2284
2285 -
2286   type: "file"
2287   title: "VPP Performance Results 3n-skx"
2288   algorithm: "file_test_results"
2289   output-file-ext: ".rst"
2290   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2291   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"
2292   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
2293   data: "vpp-perf-results-3n-skx"
2294   filter: "not 'NDRCHK' and not 'PDRCHK'"
2295   parameters:
2296   - "name"
2297   - "doc"
2298   - "level"
2299   - "parent"
2300   data-start-level: 3
2301
2302 -
2303   type: "file"
2304   title: "VPP Performance Results 2n-skx"
2305   algorithm: "file_test_results"
2306   output-file-ext: ".rst"
2307   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2308   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"
2309   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
2310   data: "vpp-perf-results-2n-skx"
2311   filter: "not 'NDRCHK' and not 'PDRCHK'"
2312   parameters:
2313   - "name"
2314   - "doc"
2315   - "level"
2316   - "parent"
2317   data-start-level: 3
2318
2319 -
2320   type: "file"
2321   title: "VPP Performance Configuration 3n-hsw"
2322   algorithm: "file_test_results"
2323   output-file-ext: ".rst"
2324   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
2325   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"
2326   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
2327   data: "vpp-perf-results-3n-hsw"
2328   filter: "not 'NDRCHK' and not 'PDRCHK'"
2329   parameters:
2330   - "name"
2331   - "doc"
2332   - "level"
2333   - "parent"
2334   data-start-level: 3
2335
2336 -
2337   type: "file"
2338   title: "VPP Performance Configuration 3n-skx"
2339   algorithm: "file_test_results"
2340   output-file-ext: ".rst"
2341   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
2342   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"
2343   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
2344   data: "vpp-perf-results-3n-skx"
2345   filter: "not 'NDRCHK' and not 'PDRCHK'"
2346   parameters:
2347   - "name"
2348   - "doc"
2349   - "level"
2350   - "parent"
2351   data-start-level: 3
2352
2353 -
2354   type: "file"
2355   title: "VPP Performance Configuration 2n-skx"
2356   algorithm: "file_test_results"
2357   output-file-ext: ".rst"
2358   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
2359   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"
2360   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
2361   data: "vpp-perf-results-2n-skx"
2362   filter: "not 'NDRCHK' and not 'PDRCHK'"
2363   parameters:
2364   - "name"
2365   - "doc"
2366   - "level"
2367   - "parent"
2368   data-start-level: 3
2369
2370 -
2371   type: "file"
2372   title: "VPP Performance Operational Data 3n-hsw"
2373   algorithm: "file_test_results"
2374   output-file-ext: ".rst"
2375   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
2376   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"
2377   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
2378   data: "vpp-perf-results-3n-hsw"
2379   filter: "not 'NDRCHK' and not 'PDRCHK'"
2380   parameters:
2381   - "name"
2382   - "doc"
2383   - "level"
2384   - "parent"
2385   data-start-level: 3
2386
2387 -
2388   type: "file"
2389   title: "VPP Performance Operational Data 3n-skx"
2390   algorithm: "file_test_results"
2391   output-file-ext: ".rst"
2392   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
2393   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"
2394   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
2395   data: "vpp-perf-results-3n-skx"
2396   filter: "not 'NDRCHK' and not 'PDRCHK'"
2397   parameters:
2398   - "name"
2399   - "doc"
2400   - "level"
2401   - "parent"
2402   data-start-level: 3
2403
2404 -
2405   type: "file"
2406   title: "VPP Performance Operational Data 2n-skx"
2407   algorithm: "file_test_results"
2408   output-file-ext: ".rst"
2409   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
2410   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"
2411   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
2412   data: "vpp-perf-results-2n-skx"
2413   filter: "not 'NDRCHK' and not 'PDRCHK'"
2414   parameters:
2415   - "name"
2416   - "doc"
2417   - "level"
2418   - "parent"
2419   data-start-level: 3
2420
2421 -
2422   type: "file"
2423   title: "VPP MRR Results 3n-hsw"
2424   algorithm: "file_test_results"
2425   output-file-ext: ".rst"
2426   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
2427   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"
2428   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
2429   data: "vpp-mrr-results-3n-hsw"
2430   filter: "'MRR'"
2431   parameters:
2432   - "name"
2433   - "doc"
2434   - "level"
2435   - "parent"
2436   data-start-level: 3
2437
2438 -
2439   type: "file"
2440   title: "VPP MRR Results 3n-skx"
2441   algorithm: "file_test_results"
2442   output-file-ext: ".rst"
2443   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
2444   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"
2445   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
2446   data: "vpp-mrr-results-3n-skx"
2447   filter: "'MRR'"
2448   parameters:
2449   - "name"
2450   - "doc"
2451   - "level"
2452   - "parent"
2453   data-start-level: 3
2454
2455 -
2456   type: "file"
2457   title: "VPP MRR Results 2n-skx"
2458   algorithm: "file_test_results"
2459   output-file-ext: ".rst"
2460   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
2461   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"
2462   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
2463   data: "vpp-mrr-results-2n-skx"
2464   filter: "all"
2465   parameters:
2466   - "name"
2467   - "doc"
2468   - "level"
2469   - "parent"
2470   data-start-level: 3
2471
2472 -
2473   type: "file"
2474   title: "VPP MRR Configuration 3n-hsw"
2475   algorithm: "file_test_results"
2476   output-file-ext: ".rst"
2477   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
2478   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"
2479   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
2480   data: "vpp-mrr-results-3n-hsw"
2481   filter: "'MRR'"
2482   parameters:
2483   - "name"
2484   - "doc"
2485   - "level"
2486   - "parent"
2487   data-start-level: 3
2488
2489 -
2490   type: "file"
2491   title: "VPP MRR Configuration 3n-skx"
2492   algorithm: "file_test_results"
2493   output-file-ext: ".rst"
2494   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
2495   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"
2496   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
2497   data: "vpp-mrr-results-3n-skx"
2498   filter: "'MRR'"
2499   parameters:
2500   - "name"
2501   - "doc"
2502   - "level"
2503   - "parent"
2504   data-start-level: 3
2505
2506 -
2507   type: "file"
2508   title: "VPP MRR Configuration 2n-skx"
2509   algorithm: "file_test_results"
2510   output-file-ext: ".rst"
2511   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
2512   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"
2513   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
2514   data: "vpp-mrr-results-2n-skx"
2515   filter: "'MRR'"
2516   parameters:
2517   - "name"
2518   - "doc"
2519   - "level"
2520   - "parent"
2521   data-start-level: 3
2522
2523 -
2524   type: "file"
2525   title: "VPP Functional Results - Ubuntu"
2526   algorithm: "file_test_results"
2527   output-file-ext: ".rst"
2528   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
2529   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"
2530   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
2531   data: "vpp-func-results-ubuntu"
2532   filter: "all"
2533   parameters:
2534   - "name"
2535   - "doc"
2536   - "level"
2537   - "parent"
2538   data-start-level: 4
2539
2540 -
2541   type: "file"
2542   title: "VPP Functional Results - CentOS"
2543   algorithm: "file_test_results"
2544   output-file-ext: ".rst"
2545   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
2546   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"
2547   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
2548   data:
2549     "vpp-func-results-centos"
2550   filter: "all"
2551   parameters:
2552   - "name"
2553   - "doc"
2554   - "level"
2555   - "parent"
2556   data-start-level: 4
2557
2558 -
2559   type: "file"
2560   title: "VPP Functional Configuration - Ubuntu"
2561   algorithm: "file_test_results"
2562   output-file-ext: ".rst"
2563   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
2564   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"
2565   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
2566   data: "vpp-func-results-ubuntu"
2567   filter: "all"
2568   parameters:
2569   - "name"
2570   - "doc"
2571   - "level"
2572   - "parent"
2573   data-start-level: 4
2574
2575 -
2576   type: "file"
2577   title: "VPP Functional Configuration - CentOS"
2578   algorithm: "file_test_results"
2579   output-file-ext: ".rst"
2580   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
2581   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"
2582   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
2583   data:
2584     "vpp-func-results-centos"
2585   filter: "all"
2586   parameters:
2587   - "name"
2588   - "doc"
2589   - "level"
2590   - "parent"
2591   data-start-level: 4
2592
2593 -
2594   type: "file"
2595   title: "Container Orchestrated Performance Results 3n-hsw"
2596   algorithm: "file_test_results"
2597   output-file-ext: ".rst"
2598   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
2599   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"
2600   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
2601   data: "ligato-perf-results-3n-hsw"
2602   filter: "all"
2603   parameters:
2604   - "name"
2605   - "doc"
2606   - "level"
2607   - "parent"
2608   data-start-level: 3
2609
2610 -
2611   type: "file"
2612   title: "DPDK Performance Results 3n-hsw"
2613   algorithm: "file_test_results"
2614   output-file-ext: ".rst"
2615   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2616   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"
2617   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
2618   data: "dpdk-perf-results-3n-hsw"
2619   filter: "all"
2620   parameters:
2621   - "name"
2622   - "doc"
2623   - "level"
2624   - "parent"
2625   data-start-level: 3
2626
2627 -
2628   type: "file"
2629   title: "DPDK Performance Results 3n-skx"
2630   algorithm: "file_test_results"
2631   output-file-ext: ".rst"
2632   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2633   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"
2634   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
2635   data: "dpdk-perf-results-3n-skx"
2636   filter: "all"
2637   parameters:
2638   - "name"
2639   - "doc"
2640   - "level"
2641   - "parent"
2642   data-start-level: 3
2643
2644 -
2645   type: "file"
2646   title: "DPDK Performance Results 2n-skx"
2647   algorithm: "file_test_results"
2648   output-file-ext: ".rst"
2649   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2650   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"
2651   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
2652   data: "dpdk-perf-results-2n-skx"
2653   filter: "all"
2654   parameters:
2655   - "name"
2656   - "doc"
2657   - "level"
2658   - "parent"
2659   data-start-level: 3
2660
2661 -
2662   type: "file"
2663   title: "Honeycomb Functional Results"
2664   algorithm: "file_test_results"
2665   output-file-ext: ".rst"
2666   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
2667   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"
2668   dir-tables: "{DIR[DTR,FUNC,HC]}"
2669   data:
2670     "hc-func-results"
2671   filter: "all"
2672   parameters:
2673   - "name"
2674   - "doc"
2675   - "level"
2676   - "parent"
2677   data-start-level: 3
2678
2679 -
2680   type: "file"
2681   title: "NSH SFC Functional Results"
2682   algorithm: "file_test_results"
2683   output-file-ext: ".rst"
2684   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
2685   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"
2686   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
2687   data:
2688     "nsh-func-results"
2689   filter: "all"
2690   parameters:
2691   - "name"
2692   - "doc"
2693   - "level"
2694   - "parent"
2695   data-start-level: 3
2696
2697 -
2698   type: "file"
2699   title: "DMM Functional Results"
2700   algorithm: "file_test_results"
2701   output-file-ext: ".rst"
2702   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
2703   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"
2704   dir-tables: "{DIR[DTR,FUNC,DMM]}"
2705   data:
2706     "dmm-func-results"
2707   filter: "all"
2708   parameters:
2709   - "name"
2710   - "doc"
2711   - "level"
2712   - "parent"
2713   data-start-level: 3
2714
2715 ################################################################################
2716 ###                                P L O T S                                 ###
2717 ################################################################################
2718
2719 ################################################################################
2720 # Plots VPP HTTP Server Performance
2721 -
2722   type: "plot"
2723   title: "VPP HTTP Server Performance"
2724   algorithm: "plot_http_server_performance_box"
2725   output-file-type: ".html"
2726   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
2727   data:
2728     "plot-vpp-http-server-performance"
2729   # Keep this formatting, the filter is enclosed with " (quotation mark) and
2730   # each tag is enclosed with ' (apostrophe).
2731   filter: "'HTTP' and 'TCP_CPS'"
2732   parameters:
2733   - "result"
2734   - "name"
2735   traces:
2736     hoverinfo: "x+y"
2737     boxpoints: "outliers"
2738     whiskerwidth: 0
2739   layout:
2740     title: "VPP HTTP Server Performance"
2741     layout:
2742       "plot-cps"
2743
2744 -
2745   type: "plot"
2746   title: "VPP HTTP Server Performance"
2747   algorithm: "plot_http_server_performance_box"
2748   output-file-type: ".html"
2749   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
2750   data:
2751     "plot-vpp-http-server-performance"
2752   filter: "'HTTP' and 'TCP_RPS'"
2753   parameters:
2754   - "result"
2755   - "name"
2756   traces:
2757     hoverinfo: "x+y"
2758     boxpoints: "outliers"
2759     whiskerwidth: 0
2760   layout:
2761     title: "VPP HTTP Server Performance"
2762     layout:
2763       "plot-rps"
2764
2765 ################################################################################
2766
2767 # Packet Throughput - VPP L2 3n-hsw-x520
2768 -
2769   type: "plot"
2770   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
2771   algorithm: "plot_performance_box"
2772   output-file-type: ".html"
2773   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
2774   data: "plot-vpp-throughput-latency-3n-hsw"
2775   filter: "'NIC_Intel-X520-DA2' and
2776            '64B' and
2777            ('BASE' or 'SCALE') and
2778            'NDRPDR' and
2779            '1T1C' and
2780            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2781            not 'VHOST' and
2782            not 'MEMIF'"
2783   parameters:
2784   - "throughput"
2785   - "parent"
2786   traces:
2787     hoverinfo: "x+y"
2788     boxpoints: "outliers"
2789     whiskerwidth: 0
2790   layout:
2791     title: ""  # No title
2792     layout: "plot-throughput"
2793
2794 -
2795   type: "plot"
2796   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
2797   algorithm: "plot_performance_box"
2798   output-file-type: ".html"
2799   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
2800   data: "plot-vpp-throughput-latency-3n-hsw"
2801   filter: "'NIC_Intel-X520-DA2' and
2802            '64B' and
2803            ('BASE' or 'SCALE') and
2804            'NDRPDR' and
2805            '1T1C' and
2806            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2807            not 'VHOST' and
2808            not 'MEMIF'"
2809   parameters:
2810   - "throughput"
2811   - "parent"
2812   traces:
2813     hoverinfo: "x+y"
2814     boxpoints: "outliers"
2815     whiskerwidth: 0
2816   layout:
2817     title: ""  # No title
2818     layout: "plot-throughput"
2819
2820 -
2821   type: "plot"
2822   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
2823   algorithm: "plot_performance_box"
2824   output-file-type: ".html"
2825   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
2826   data: "plot-vpp-throughput-latency-3n-hsw"
2827   filter: "'NIC_Intel-X520-DA2' and
2828            '64B' and
2829            ('BASE' or 'SCALE') and
2830            'NDRPDR' and
2831            '2T2C' and
2832            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2833            not 'VHOST' and
2834            not 'MEMIF'"
2835   parameters:
2836   - "throughput"
2837   - "parent"
2838   traces:
2839     hoverinfo: "x+y"
2840     boxpoints: "outliers"
2841     whiskerwidth: 0
2842   layout:
2843     title: ""  # No title
2844     layout: "plot-throughput"
2845
2846 -
2847   type: "plot"
2848   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
2849   algorithm: "plot_performance_box"
2850   output-file-type: ".html"
2851   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
2852   data: "plot-vpp-throughput-latency-3n-hsw"
2853   filter: "'NIC_Intel-X520-DA2' and
2854            '64B' and
2855            ('BASE' or 'SCALE') and
2856            'NDRPDR' and
2857            '2T2C' and
2858            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2859            not 'VHOST' and
2860            not 'MEMIF'"
2861   parameters:
2862   - "throughput"
2863   - "parent"
2864   traces:
2865     hoverinfo: "x+y"
2866     boxpoints: "outliers"
2867     whiskerwidth: 0
2868   layout:
2869     title: ""  # No title
2870     layout: "plot-throughput"
2871
2872 -
2873   type: "plot"
2874   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
2875   algorithm: "plot_performance_box"
2876   output-file-type: ".html"
2877   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
2878   data: "plot-vpp-throughput-latency-3n-hsw"
2879   filter: "'NIC_Intel-X520-DA2' and
2880            '64B' and
2881            'FEATURE' and
2882            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2883            'NDRPDR' and
2884            '1T1C' and
2885            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2886            not 'VHOST' and
2887            not 'MEMIF'"
2888   parameters:
2889   - "throughput"
2890   - "parent"
2891   traces:
2892     hoverinfo: "x+y"
2893     boxpoints: "outliers"
2894     whiskerwidth: 0
2895   layout:
2896     title: ""  # No title
2897     layout: "plot-throughput"
2898
2899 -
2900   type: "plot"
2901   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
2902   algorithm: "plot_performance_box"
2903   output-file-type: ".html"
2904   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
2905   data: "plot-vpp-throughput-latency-3n-hsw"
2906   filter: "'NIC_Intel-X520-DA2' and
2907            '64B' and
2908            'FEATURE' and
2909            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2910            'NDRPDR' and
2911            '1T1C' and
2912            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2913            not 'VHOST' and
2914            not 'MEMIF'"
2915   parameters:
2916   - "throughput"
2917   - "parent"
2918   traces:
2919     hoverinfo: "x+y"
2920     boxpoints: "outliers"
2921     whiskerwidth: 0
2922   layout:
2923     title: ""  # No title
2924     layout: "plot-throughput"
2925
2926 -
2927   type: "plot"
2928   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
2929   algorithm: "plot_performance_box"
2930   output-file-type: ".html"
2931   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
2932   data: "plot-vpp-throughput-latency-3n-hsw"
2933   filter: "'NIC_Intel-X520-DA2' and
2934            '64B' and
2935            'FEATURE' and
2936            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2937            'NDRPDR' and
2938            '2T2C' and
2939            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2940            not 'VHOST' and
2941            not 'MEMIF'"
2942   parameters:
2943   - "throughput"
2944   - "parent"
2945   traces:
2946     hoverinfo: "x+y"
2947     boxpoints: "outliers"
2948     whiskerwidth: 0
2949   layout:
2950     title: ""  # No title
2951     layout: "plot-throughput"
2952
2953 -
2954   type: "plot"
2955   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
2956   algorithm: "plot_performance_box"
2957   output-file-type: ".html"
2958   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
2959   data: "plot-vpp-throughput-latency-3n-hsw"
2960   filter: "'NIC_Intel-X520-DA2' and
2961            '64B' and
2962            'FEATURE' and
2963            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2964            'NDRPDR' and
2965            '2T2C' and
2966            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2967            not 'VHOST' and
2968            not 'MEMIF'"
2969   parameters:
2970   - "throughput"
2971   - "parent"
2972   traces:
2973     hoverinfo: "x+y"
2974     boxpoints: "outliers"
2975     whiskerwidth: 0
2976   layout:
2977     title: ""  # No title
2978     layout: "plot-throughput"
2979
2980 # Packet Throughput - VPP L2 3n-hsw-x710
2981 -
2982   type: "plot"
2983   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
2984   algorithm: "plot_performance_box"
2985   output-file-type: ".html"
2986   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
2987   data: "plot-vpp-throughput-latency-3n-hsw"
2988   filter: "'NIC_Intel-X710' and
2989            '64B' and
2990            ('BASE' or 'SCALE') and
2991            'NDRPDR' and
2992            '1T1C' and
2993            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2994            not 'VHOST' and
2995            not 'MEMIF'"
2996   parameters:
2997   - "throughput"
2998   - "parent"
2999   traces:
3000     hoverinfo: "x+y"
3001     boxpoints: "outliers"
3002     whiskerwidth: 0
3003   layout:
3004     title: ""  # No title
3005     layout: "plot-throughput"
3006
3007 -
3008   type: "plot"
3009   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3010   algorithm: "plot_performance_box"
3011   output-file-type: ".html"
3012   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3013   data: "plot-vpp-throughput-latency-3n-hsw"
3014   filter: "'NIC_Intel-X710' and
3015            '64B' and
3016            ('BASE' or 'SCALE') and
3017            'NDRPDR' and
3018            '1T1C' and
3019            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3020            not 'VHOST' and
3021            not 'MEMIF'"
3022   parameters:
3023   - "throughput"
3024   - "parent"
3025   traces:
3026     hoverinfo: "x+y"
3027     boxpoints: "outliers"
3028     whiskerwidth: 0
3029   layout:
3030     title: ""  # No title
3031     layout: "plot-throughput"
3032
3033 -
3034   type: "plot"
3035   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3036   algorithm: "plot_performance_box"
3037   output-file-type: ".html"
3038   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3039   data: "plot-vpp-throughput-latency-3n-hsw"
3040   filter: "'NIC_Intel-X710' and
3041            '64B' and
3042            ('BASE' or 'SCALE') and
3043            'NDRPDR' and
3044            '2T2C' and
3045            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3046            not 'VHOST' and
3047            not 'MEMIF'"
3048   parameters:
3049   - "throughput"
3050   - "parent"
3051   traces:
3052     hoverinfo: "x+y"
3053     boxpoints: "outliers"
3054     whiskerwidth: 0
3055   layout:
3056     title: ""  # No title
3057     layout: "plot-throughput"
3058
3059 -
3060   type: "plot"
3061   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3062   algorithm: "plot_performance_box"
3063   output-file-type: ".html"
3064   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3065   data: "plot-vpp-throughput-latency-3n-hsw"
3066   filter: "'NIC_Intel-X710' and
3067            '64B' and
3068            ('BASE' or 'SCALE') and
3069            'NDRPDR' and
3070            '2T2C' and
3071            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3072            not 'VHOST' and
3073            not 'MEMIF'"
3074   parameters:
3075   - "throughput"
3076   - "parent"
3077   traces:
3078     hoverinfo: "x+y"
3079     boxpoints: "outliers"
3080     whiskerwidth: 0
3081   layout:
3082     title: ""  # No title
3083     layout: "plot-throughput"
3084
3085 -
3086   type: "plot"
3087   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3088   algorithm: "plot_performance_box"
3089   output-file-type: ".html"
3090   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3091   data: "plot-vpp-throughput-latency-3n-hsw"
3092   filter: "'NIC_Intel-X710' and
3093            '64B' and
3094            'FEATURE' and
3095            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3096            'NDRPDR' and
3097            '1T1C' and
3098            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3099            not 'VHOST' and
3100            not 'MEMIF'"
3101   parameters:
3102   - "throughput"
3103   - "parent"
3104   traces:
3105     hoverinfo: "x+y"
3106     boxpoints: "outliers"
3107     whiskerwidth: 0
3108   layout:
3109     title: ""  # No title
3110     layout: "plot-throughput"
3111
3112 -
3113   type: "plot"
3114   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3115   algorithm: "plot_performance_box"
3116   output-file-type: ".html"
3117   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3118   data: "plot-vpp-throughput-latency-3n-hsw"
3119   filter: "'NIC_Intel-X710' and
3120            '64B' and
3121            'FEATURE' and
3122            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3123            'NDRPDR' and
3124            '1T1C' and
3125            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3126            not 'VHOST' and
3127            not 'MEMIF'"
3128   parameters:
3129   - "throughput"
3130   - "parent"
3131   traces:
3132     hoverinfo: "x+y"
3133     boxpoints: "outliers"
3134     whiskerwidth: 0
3135   layout:
3136     title: ""  # No title
3137     layout: "plot-throughput"
3138
3139 -
3140   type: "plot"
3141   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3142   algorithm: "plot_performance_box"
3143   output-file-type: ".html"
3144   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3145   data: "plot-vpp-throughput-latency-3n-hsw"
3146   filter: "'NIC_Intel-X710' and
3147            '64B' and
3148            'FEATURE' and
3149            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3150            'NDRPDR' and
3151            '2T2C' and
3152            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3153            not 'VHOST' and
3154            not 'MEMIF'"
3155   parameters:
3156   - "throughput"
3157   - "parent"
3158   traces:
3159     hoverinfo: "x+y"
3160     boxpoints: "outliers"
3161     whiskerwidth: 0
3162   layout:
3163     title: ""  # No title
3164     layout: "plot-throughput"
3165
3166 -
3167   type: "plot"
3168   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3169   algorithm: "plot_performance_box"
3170   output-file-type: ".html"
3171   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3172   data: "plot-vpp-throughput-latency-3n-hsw"
3173   filter: "'NIC_Intel-X710' and
3174            '64B' and
3175            'FEATURE' and
3176            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3177            'NDRPDR' and
3178            '2T2C' and
3179            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3180            not 'VHOST' and
3181            not 'MEMIF'"
3182   parameters:
3183   - "throughput"
3184   - "parent"
3185   traces:
3186     hoverinfo: "x+y"
3187     boxpoints: "outliers"
3188     whiskerwidth: 0
3189   layout:
3190     title: ""  # No title
3191     layout: "plot-throughput"
3192
3193 # Packet Throughput - VPP L2 3n-hsw-xl710
3194 -
3195   type: "plot"
3196   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3197   algorithm: "plot_performance_box"
3198   output-file-type: ".html"
3199   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3200   data: "plot-vpp-throughput-latency-3n-hsw"
3201   filter: "'NIC_Intel-XL710' and
3202            '64B' and
3203            ('BASE' or 'SCALE') and
3204            'NDRPDR' and
3205            '1T1C' and
3206            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3207            not 'VHOST' and
3208            not 'MEMIF'"
3209   parameters:
3210   - "throughput"
3211   - "parent"
3212   traces:
3213     hoverinfo: "x+y"
3214     boxpoints: "outliers"
3215     whiskerwidth: 0
3216   layout:
3217     title: ""  # No title
3218     layout: "plot-throughput"
3219
3220 -
3221   type: "plot"
3222   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3223   algorithm: "plot_performance_box"
3224   output-file-type: ".html"
3225   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3226   data: "plot-vpp-throughput-latency-3n-hsw"
3227   filter: "'NIC_Intel-XL710' and
3228            '64B' and
3229            ('BASE' or 'SCALE') and
3230            'NDRPDR' and
3231            '1T1C' and
3232            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3233            not 'VHOST' and
3234            not 'MEMIF'"
3235   parameters:
3236   - "throughput"
3237   - "parent"
3238   traces:
3239     hoverinfo: "x+y"
3240     boxpoints: "outliers"
3241     whiskerwidth: 0
3242   layout:
3243     title: ""  # No title
3244     layout: "plot-throughput"
3245
3246 -
3247   type: "plot"
3248   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3249   algorithm: "plot_performance_box"
3250   output-file-type: ".html"
3251   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3252   data: "plot-vpp-throughput-latency-3n-hsw"
3253   filter: "'NIC_Intel-XL710' and
3254            '64B' and
3255            ('BASE' or 'SCALE') and
3256            'NDRPDR' and
3257            '2T2C' and
3258            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3259            not 'VHOST' and
3260            not 'MEMIF'"
3261   parameters:
3262   - "throughput"
3263   - "parent"
3264   traces:
3265     hoverinfo: "x+y"
3266     boxpoints: "outliers"
3267     whiskerwidth: 0
3268   layout:
3269     title: ""  # No title
3270     layout: "plot-throughput"
3271
3272 -
3273   type: "plot"
3274   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3275   algorithm: "plot_performance_box"
3276   output-file-type: ".html"
3277   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3278   data: "plot-vpp-throughput-latency-3n-hsw"
3279   filter: "'NIC_Intel-XL710' and
3280            '64B' and
3281            ('BASE' or 'SCALE') and
3282            'NDRPDR' and
3283            '2T2C' and
3284            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3285            not 'VHOST' and
3286            not 'MEMIF'"
3287   parameters:
3288   - "throughput"
3289   - "parent"
3290   traces:
3291     hoverinfo: "x+y"
3292     boxpoints: "outliers"
3293     whiskerwidth: 0
3294   layout:
3295     title: ""  # No title
3296     layout: "plot-throughput"
3297
3298 # Packet Throughput - VPP L2 3n-skx-x710
3299 -
3300   type: "plot"
3301   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3302   algorithm: "plot_performance_box"
3303   output-file-type: ".html"
3304   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3305   data: "plot-vpp-throughput-latency-3n-skx"
3306   filter: "'NIC_Intel-X710' and
3307            '64B' and
3308            ('BASE' or 'SCALE') and
3309            'NDRPDR' and
3310            '2T1C' and
3311            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3312            not 'VHOST' and
3313            not 'MEMIF'"
3314   parameters:
3315   - "throughput"
3316   - "parent"
3317   traces:
3318     hoverinfo: "x+y"
3319     boxpoints: "outliers"
3320     whiskerwidth: 0
3321   layout:
3322     title: ""  # No title
3323     layout: "plot-throughput"
3324
3325 -
3326   type: "plot"
3327   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3328   algorithm: "plot_performance_box"
3329   output-file-type: ".html"
3330   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3331   data: "plot-vpp-throughput-latency-3n-skx"
3332   filter: "'NIC_Intel-X710' and
3333            '64B' and
3334            ('BASE' or 'SCALE') and
3335            'NDRPDR' and
3336            '2T1C' and
3337            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3338            not 'VHOST' and
3339            not 'MEMIF'"
3340   parameters:
3341   - "throughput"
3342   - "parent"
3343   traces:
3344     hoverinfo: "x+y"
3345     boxpoints: "outliers"
3346     whiskerwidth: 0
3347   layout:
3348     title: ""  # No title
3349     layout: "plot-throughput"
3350
3351 -
3352   type: "plot"
3353   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3354   algorithm: "plot_performance_box"
3355   output-file-type: ".html"
3356   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3357   data: "plot-vpp-throughput-latency-3n-skx"
3358   filter: "'NIC_Intel-X710' and
3359            '64B' and
3360            ('BASE' or 'SCALE') and
3361            'NDRPDR' and
3362            '4T2C' and
3363            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3364            not 'VHOST' and
3365            not 'MEMIF'"
3366   parameters:
3367   - "throughput"
3368   - "parent"
3369   traces:
3370     hoverinfo: "x+y"
3371     boxpoints: "outliers"
3372     whiskerwidth: 0
3373   layout:
3374     title: ""  # No title
3375     layout: "plot-throughput"
3376
3377 -
3378   type: "plot"
3379   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3380   algorithm: "plot_performance_box"
3381   output-file-type: ".html"
3382   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3383   data: "plot-vpp-throughput-latency-3n-skx"
3384   filter: "'NIC_Intel-X710' and
3385            '64B' and
3386            ('BASE' or 'SCALE') and
3387            'NDRPDR' and
3388            '4T2C' and
3389            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3390            not 'VHOST' and
3391            not 'MEMIF'"
3392   parameters:
3393   - "throughput"
3394   - "parent"
3395   traces:
3396     hoverinfo: "x+y"
3397     boxpoints: "outliers"
3398     whiskerwidth: 0
3399   layout:
3400     title: ""  # No title
3401     layout: "plot-throughput"
3402
3403 -
3404   type: "plot"
3405   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3406   algorithm: "plot_performance_box"
3407   output-file-type: ".html"
3408   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3409   data: "plot-vpp-throughput-latency-3n-skx"
3410   filter: "'NIC_Intel-X710' and
3411            '64B' and
3412            'FEATURE' and
3413            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3414            'NDRPDR' and
3415            '2T1C' and
3416            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3417            not 'VHOST' and
3418            not 'MEMIF'"
3419   parameters:
3420   - "throughput"
3421   - "parent"
3422   traces:
3423     hoverinfo: "x+y"
3424     boxpoints: "outliers"
3425     whiskerwidth: 0
3426   layout:
3427     title: ""  # No title
3428     layout: "plot-throughput"
3429
3430 -
3431   type: "plot"
3432   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3433   algorithm: "plot_performance_box"
3434   output-file-type: ".html"
3435   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3436   data: "plot-vpp-throughput-latency-3n-skx"
3437   filter: "'NIC_Intel-X710' and
3438            '64B' and
3439            'FEATURE' and
3440            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3441            'NDRPDR' and
3442            '2T1C' and
3443            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3444            not 'VHOST' and
3445            not 'MEMIF'"
3446   parameters:
3447   - "throughput"
3448   - "parent"
3449   traces:
3450     hoverinfo: "x+y"
3451     boxpoints: "outliers"
3452     whiskerwidth: 0
3453   layout:
3454     title: ""  # No title
3455     layout: "plot-throughput"
3456
3457 -
3458   type: "plot"
3459   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
3460   algorithm: "plot_performance_box"
3461   output-file-type: ".html"
3462   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
3463   data: "plot-vpp-throughput-latency-3n-skx"
3464   filter: "'NIC_Intel-X710' and
3465            '64B' and
3466            'FEATURE' and
3467            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3468            'NDRPDR' and
3469            '4T2C' and
3470            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3471            not 'VHOST' and
3472            not 'MEMIF'"
3473   parameters:
3474   - "throughput"
3475   - "parent"
3476   traces:
3477     hoverinfo: "x+y"
3478     boxpoints: "outliers"
3479     whiskerwidth: 0
3480   layout:
3481     title: ""  # No title
3482     layout: "plot-throughput"
3483
3484 -
3485   type: "plot"
3486   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
3487   algorithm: "plot_performance_box"
3488   output-file-type: ".html"
3489   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
3490   data: "plot-vpp-throughput-latency-3n-skx"
3491   filter: "'NIC_Intel-X710' and
3492            '64B' and
3493            'FEATURE' and
3494            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3495            'NDRPDR' and
3496            '4T2C' and
3497            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3498            not 'VHOST' and
3499            not 'MEMIF'"
3500   parameters:
3501   - "throughput"
3502   - "parent"
3503   traces:
3504     hoverinfo: "x+y"
3505     boxpoints: "outliers"
3506     whiskerwidth: 0
3507   layout:
3508     title: ""  # No title
3509     layout: "plot-throughput"
3510
3511 # Packet Throughput - VPP L2 3n-skx-xxv710
3512 -
3513   type: "plot"
3514   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3515   algorithm: "plot_performance_box"
3516   output-file-type: ".html"
3517   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3518   data: "plot-vpp-throughput-latency-3n-skx"
3519   filter: "'NIC_Intel-XXV710' and
3520            '64B' and
3521            ('BASE' or 'SCALE') and
3522            'NDRPDR' and
3523            '2T1C' and
3524            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3525            not 'VHOST' and
3526            not 'MEMIF'"
3527   parameters:
3528   - "throughput"
3529   - "parent"
3530   traces:
3531     hoverinfo: "x+y"
3532     boxpoints: "outliers"
3533     whiskerwidth: 0
3534   layout:
3535     title: ""  # No title
3536     layout: "plot-throughput"
3537
3538 -
3539   type: "plot"
3540   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3541   algorithm: "plot_performance_box"
3542   output-file-type: ".html"
3543   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3544   data: "plot-vpp-throughput-latency-3n-skx"
3545   filter: "'NIC_Intel-XXV710' and
3546            '64B' and
3547            ('BASE' or 'SCALE') and
3548            'NDRPDR' and
3549            '2T1C' and
3550            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3551            not 'VHOST' and
3552            not 'MEMIF'"
3553   parameters:
3554   - "throughput"
3555   - "parent"
3556   traces:
3557     hoverinfo: "x+y"
3558     boxpoints: "outliers"
3559     whiskerwidth: 0
3560   layout:
3561     title: ""  # No title
3562     layout: "plot-throughput"
3563
3564 -
3565   type: "plot"
3566   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3567   algorithm: "plot_performance_box"
3568   output-file-type: ".html"
3569   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3570   data: "plot-vpp-throughput-latency-3n-skx"
3571   filter: "'NIC_Intel-XXV710' and
3572            '64B' and
3573            ('BASE' or 'SCALE') and
3574            'NDRPDR' and
3575            '4T2C' and
3576            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3577            not 'VHOST' and
3578            not 'MEMIF'"
3579   parameters:
3580   - "throughput"
3581   - "parent"
3582   traces:
3583     hoverinfo: "x+y"
3584     boxpoints: "outliers"
3585     whiskerwidth: 0
3586   layout:
3587     title: ""  # No title
3588     layout: "plot-throughput"
3589
3590 -
3591   type: "plot"
3592   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3593   algorithm: "plot_performance_box"
3594   output-file-type: ".html"
3595   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3596   data: "plot-vpp-throughput-latency-3n-skx"
3597   filter: "'NIC_Intel-XXV710' and
3598            '64B' and
3599            ('BASE' or 'SCALE') and
3600            'NDRPDR' and
3601            '4T2C' and
3602            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3603            not 'VHOST' and
3604            not 'MEMIF'"
3605   parameters:
3606   - "throughput"
3607   - "parent"
3608   traces:
3609     hoverinfo: "x+y"
3610     boxpoints: "outliers"
3611     whiskerwidth: 0
3612   layout:
3613     title: ""  # No title
3614     layout: "plot-throughput"
3615
3616 # Packet Throughput - VPP L2 2n-skx-x710
3617 -
3618   type: "plot"
3619   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
3620   algorithm: "plot_performance_box"
3621   output-file-type: ".html"
3622   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
3623   data: "plot-vpp-throughput-latency-2n-skx"
3624   filter: "'NIC_Intel-X710' and
3625            '64B' and
3626            ('BASE' or 'SCALE') and
3627            'NDRPDR' and
3628            '2T1C' and
3629            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3630            not 'VHOST' and
3631            not 'MEMIF'"
3632   parameters:
3633   - "throughput"
3634   - "parent"
3635   traces:
3636     hoverinfo: "x+y"
3637     boxpoints: "outliers"
3638     whiskerwidth: 0
3639   layout:
3640     title: ""  # No title
3641     layout: "plot-throughput"
3642
3643 -
3644   type: "plot"
3645   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
3646   algorithm: "plot_performance_box"
3647   output-file-type: ".html"
3648   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
3649   data: "plot-vpp-throughput-latency-2n-skx"
3650   filter: "'NIC_Intel-X710' and
3651            '64B' and
3652            ('BASE' or 'SCALE') and
3653            'NDRPDR' and
3654            '2T1C' and
3655            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3656            not 'VHOST' and
3657            not 'MEMIF'"
3658   parameters:
3659   - "throughput"
3660   - "parent"
3661   traces:
3662     hoverinfo: "x+y"
3663     boxpoints: "outliers"
3664     whiskerwidth: 0
3665   layout:
3666     title: ""  # No title
3667     layout: "plot-throughput"
3668
3669 -
3670   type: "plot"
3671   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
3672   algorithm: "plot_performance_box"
3673   output-file-type: ".html"
3674   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
3675   data: "plot-vpp-throughput-latency-2n-skx"
3676   filter: "'NIC_Intel-X710' and
3677            '64B' and
3678            ('BASE' or 'SCALE') and
3679            'NDRPDR' and
3680            '4T2C' and
3681            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3682            not 'VHOST' and
3683            not 'MEMIF'"
3684   parameters:
3685   - "throughput"
3686   - "parent"
3687   traces:
3688     hoverinfo: "x+y"
3689     boxpoints: "outliers"
3690     whiskerwidth: 0
3691   layout:
3692     title: ""  # No title
3693     layout: "plot-throughput"
3694
3695 -
3696   type: "plot"
3697   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
3698   algorithm: "plot_performance_box"
3699   output-file-type: ".html"
3700   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
3701   data: "plot-vpp-throughput-latency-2n-skx"
3702   filter: "'NIC_Intel-X710' and
3703            '64B' and
3704            ('BASE' or 'SCALE') and
3705            'NDRPDR' and
3706            '4T2C' and
3707            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3708            not 'VHOST' and
3709            not 'MEMIF'"
3710   parameters:
3711   - "throughput"
3712   - "parent"
3713   traces:
3714     hoverinfo: "x+y"
3715     boxpoints: "outliers"
3716     whiskerwidth: 0
3717   layout:
3718     title: ""  # No title
3719     layout: "plot-throughput"
3720
3721 # Packet Throughput - VPP L2 2n-skx-xxv710
3722 -
3723   type: "plot"
3724   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3725   algorithm: "plot_performance_box"
3726   output-file-type: ".html"
3727   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3728   data: "plot-vpp-throughput-latency-2n-skx"
3729   filter: "'NIC_Intel-XXV710' and
3730            '64B' and
3731            ('BASE' or 'SCALE') and
3732            'NDRPDR' and
3733            '2T1C' and
3734            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3735            not 'VHOST' and
3736            not 'MEMIF'"
3737   parameters:
3738   - "throughput"
3739   - "parent"
3740   traces:
3741     hoverinfo: "x+y"
3742     boxpoints: "outliers"
3743     whiskerwidth: 0
3744   layout:
3745     title: ""  # No title
3746     layout: "plot-throughput"
3747
3748 -
3749   type: "plot"
3750   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3751   algorithm: "plot_performance_box"
3752   output-file-type: ".html"
3753   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3754   data: "plot-vpp-throughput-latency-2n-skx"
3755   filter: "'NIC_Intel-XXV710' and
3756            '64B' and
3757            ('BASE' or 'SCALE') and
3758            'NDRPDR' and
3759            '2T1C' and
3760            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3761            not 'VHOST' and
3762            not 'MEMIF'"
3763   parameters:
3764   - "throughput"
3765   - "parent"
3766   traces:
3767     hoverinfo: "x+y"
3768     boxpoints: "outliers"
3769     whiskerwidth: 0
3770   layout:
3771     title: ""  # No title
3772     layout: "plot-throughput"
3773
3774 -
3775   type: "plot"
3776   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3777   algorithm: "plot_performance_box"
3778   output-file-type: ".html"
3779   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3780   data: "plot-vpp-throughput-latency-2n-skx"
3781   filter: "'NIC_Intel-XXV710' and
3782            '64B' and
3783            ('BASE' or 'SCALE') and
3784            'NDRPDR' and
3785            '4T2C' and
3786            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3787            not 'VHOST' and
3788            not 'MEMIF'"
3789   parameters:
3790   - "throughput"
3791   - "parent"
3792   traces:
3793     hoverinfo: "x+y"
3794     boxpoints: "outliers"
3795     whiskerwidth: 0
3796   layout:
3797     title: ""  # No title
3798     layout: "plot-throughput"
3799
3800 -
3801   type: "plot"
3802   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3803   algorithm: "plot_performance_box"
3804   output-file-type: ".html"
3805   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3806   data: "plot-vpp-throughput-latency-2n-skx"
3807   filter: "'NIC_Intel-XXV710' and
3808            '64B' and
3809            ('BASE' or 'SCALE') and
3810            'NDRPDR' and
3811            '4T2C' and
3812            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3813            not 'VHOST' and
3814            not 'MEMIF'"
3815   parameters:
3816   - "throughput"
3817   - "parent"
3818   traces:
3819     hoverinfo: "x+y"
3820     boxpoints: "outliers"
3821     whiskerwidth: 0
3822   layout:
3823     title: ""  # No title
3824     layout: "plot-throughput"
3825
3826 ################################################################################
3827
3828 # Packet Throughput - VPP Container Memif 3n-hsw-x520
3829 -
3830   type: "plot"
3831   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3832   algorithm: "plot_performance_box"
3833   output-file-type: ".html"
3834   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3835   data: "plot-vpp-throughput-latency-3n-hsw"
3836   filter: "'NIC_Intel-X520-DA2' and
3837            '64B' and
3838            ('BASE' or 'SCALE') and
3839            'NDRPDR' and
3840            '1T1C' and
3841            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3842            not 'VHOST' and
3843            'MEMIF'"
3844   parameters:
3845   - "throughput"
3846   - "parent"
3847   traces:
3848     hoverinfo: "x+y"
3849     boxpoints: "outliers"
3850     whiskerwidth: 0
3851   layout:
3852     title: ""  # No title
3853     layout: "plot-throughput"
3854
3855 -
3856   type: "plot"
3857   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3858   algorithm: "plot_performance_box"
3859   output-file-type: ".html"
3860   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3861   data: "plot-vpp-throughput-latency-3n-hsw"
3862   filter: "'NIC_Intel-X520-DA2' and
3863            '64B' and
3864            ('BASE' or 'SCALE') and
3865            'NDRPDR' and
3866            '1T1C' and
3867            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3868            not 'VHOST' and
3869            'MEMIF'"
3870   parameters:
3871   - "throughput"
3872   - "parent"
3873   traces:
3874     hoverinfo: "x+y"
3875     boxpoints: "outliers"
3876     whiskerwidth: 0
3877   layout:
3878     title: ""  # No title
3879     layout: "plot-throughput"
3880
3881 -
3882   type: "plot"
3883   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3884   algorithm: "plot_performance_box"
3885   output-file-type: ".html"
3886   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3887   data: "plot-vpp-throughput-latency-3n-hsw"
3888   filter: "'NIC_Intel-X520-DA2' and
3889            '64B' and
3890            ('BASE' or 'SCALE') and
3891            'NDRPDR' and
3892            '2T2C' and
3893            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3894            not 'VHOST' and
3895            'MEMIF'"
3896   parameters:
3897   - "throughput"
3898   - "parent"
3899   traces:
3900     hoverinfo: "x+y"
3901     boxpoints: "outliers"
3902     whiskerwidth: 0
3903   layout:
3904     title: ""  # No title
3905     layout: "plot-throughput"
3906
3907 -
3908   type: "plot"
3909   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3910   algorithm: "plot_performance_box"
3911   output-file-type: ".html"
3912   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3913   data: "plot-vpp-throughput-latency-3n-hsw"
3914   filter: "'NIC_Intel-X520-DA2' and
3915            '64B' and
3916            ('BASE' or 'SCALE') and
3917            'NDRPDR' and
3918            '2T2C' and
3919            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3920            not 'VHOST' and
3921            'MEMIF'"
3922   parameters:
3923   - "throughput"
3924   - "parent"
3925   traces:
3926     hoverinfo: "x+y"
3927     boxpoints: "outliers"
3928     whiskerwidth: 0
3929   layout:
3930     title: ""  # No title
3931     layout: "plot-throughput"
3932
3933 # Packet Throughput - VPP Container Memif 3n-hsw-x710
3934 -
3935   type: "plot"
3936   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3937   algorithm: "plot_performance_box"
3938   output-file-type: ".html"
3939   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3940   data: "plot-vpp-throughput-latency-3n-hsw"
3941   filter: "'NIC_Intel-X710' and
3942            '64B' and
3943            ('BASE' or 'SCALE') and
3944            'NDRPDR' and
3945            '1T1C' and
3946            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3947            not 'VHOST' and
3948            'MEMIF'"
3949   parameters:
3950   - "throughput"
3951   - "parent"
3952   traces:
3953     hoverinfo: "x+y"
3954     boxpoints: "outliers"
3955     whiskerwidth: 0
3956   layout:
3957     title: ""  # No title
3958     layout: "plot-throughput"
3959
3960 -
3961   type: "plot"
3962   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3963   algorithm: "plot_performance_box"
3964   output-file-type: ".html"
3965   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3966   data: "plot-vpp-throughput-latency-3n-hsw"
3967   filter: "'NIC_Intel-X710' and
3968            '64B' and
3969            ('BASE' or 'SCALE') and
3970            'NDRPDR' and
3971            '1T1C' and
3972            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3973            not 'VHOST' and
3974            'MEMIF'"
3975   parameters:
3976   - "throughput"
3977   - "parent"
3978   traces:
3979     hoverinfo: "x+y"
3980     boxpoints: "outliers"
3981     whiskerwidth: 0
3982   layout:
3983     title: ""  # No title
3984     layout: "plot-throughput"
3985
3986 -
3987   type: "plot"
3988   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3989   algorithm: "plot_performance_box"
3990   output-file-type: ".html"
3991   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3992   data: "plot-vpp-throughput-latency-3n-hsw"
3993   filter: "'NIC_Intel-X710' and
3994            '64B' and
3995            ('BASE' or 'SCALE') and
3996            'NDRPDR' and
3997            '2T2C' and
3998            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3999            not 'VHOST' and
4000            'MEMIF'"
4001   parameters:
4002   - "throughput"
4003   - "parent"
4004   traces:
4005     hoverinfo: "x+y"
4006     boxpoints: "outliers"
4007     whiskerwidth: 0
4008   layout:
4009     title: ""  # No title
4010     layout: "plot-throughput"
4011
4012 -
4013   type: "plot"
4014   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4015   algorithm: "plot_performance_box"
4016   output-file-type: ".html"
4017   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4018   data: "plot-vpp-throughput-latency-3n-hsw"
4019   filter: "'NIC_Intel-X710' and
4020            '64B' and
4021            ('BASE' or 'SCALE') and
4022            'NDRPDR' and
4023            '2T2C' and
4024            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4025            not 'VHOST' and
4026            'MEMIF'"
4027   parameters:
4028   - "throughput"
4029   - "parent"
4030   traces:
4031     hoverinfo: "x+y"
4032     boxpoints: "outliers"
4033     whiskerwidth: 0
4034   layout:
4035     title: ""  # No title
4036     layout: "plot-throughput"
4037
4038 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
4039 -
4040   type: "plot"
4041   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4042   algorithm: "plot_performance_box"
4043   output-file-type: ".html"
4044   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4045   data: "plot-vpp-throughput-latency-3n-hsw"
4046   filter: "'NIC_Intel-XL710' and
4047            '64B' and
4048            ('BASE' or 'SCALE') and
4049            'NDRPDR' and
4050            '1T1C' and
4051            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4052            not 'VHOST' and
4053            'MEMIF'"
4054   parameters:
4055   - "throughput"
4056   - "parent"
4057   traces:
4058     hoverinfo: "x+y"
4059     boxpoints: "outliers"
4060     whiskerwidth: 0
4061   layout:
4062     title: ""  # No title
4063     layout: "plot-throughput"
4064
4065 -
4066   type: "plot"
4067   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4068   algorithm: "plot_performance_box"
4069   output-file-type: ".html"
4070   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4071   data: "plot-vpp-throughput-latency-3n-hsw"
4072   filter: "'NIC_Intel-XL710' and
4073            '64B' and
4074            ('BASE' or 'SCALE') and
4075            'NDRPDR' and
4076            '1T1C' and
4077            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4078            not 'VHOST' and
4079            'MEMIF'"
4080   parameters:
4081   - "throughput"
4082   - "parent"
4083   traces:
4084     hoverinfo: "x+y"
4085     boxpoints: "outliers"
4086     whiskerwidth: 0
4087   layout:
4088     title: ""  # No title
4089     layout: "plot-throughput"
4090
4091 -
4092   type: "plot"
4093   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4094   algorithm: "plot_performance_box"
4095   output-file-type: ".html"
4096   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4097   data: "plot-vpp-throughput-latency-3n-hsw"
4098   filter: "'NIC_Intel-XL710' and
4099            '64B' and
4100            ('BASE' or 'SCALE') and
4101            'NDRPDR' and
4102            '2T2C' and
4103            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4104            not 'VHOST' and
4105            'MEMIF'"
4106   parameters:
4107   - "throughput"
4108   - "parent"
4109   traces:
4110     hoverinfo: "x+y"
4111     boxpoints: "outliers"
4112     whiskerwidth: 0
4113   layout:
4114     title: ""  # No title
4115     layout: "plot-throughput"
4116
4117 -
4118   type: "plot"
4119   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4120   algorithm: "plot_performance_box"
4121   output-file-type: ".html"
4122   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4123   data: "plot-vpp-throughput-latency-3n-hsw"
4124   filter: "'NIC_Intel-XL710' and
4125            '64B' and
4126            ('BASE' or 'SCALE') and
4127            'NDRPDR' and
4128            '2T2C' and
4129            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4130            not 'VHOST' and
4131            'MEMIF'"
4132   parameters:
4133   - "throughput"
4134   - "parent"
4135   traces:
4136     hoverinfo: "x+y"
4137     boxpoints: "outliers"
4138     whiskerwidth: 0
4139   layout:
4140     title: ""  # No title
4141     layout: "plot-throughput"
4142
4143 # Packet Throughput - VPP Container Memif 3n-skx-x710
4144 -
4145   type: "plot"
4146   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4147   algorithm: "plot_performance_box"
4148   output-file-type: ".html"
4149   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4150   data: "plot-vpp-throughput-latency-3n-skx"
4151   filter: "'NIC_Intel-X710' and
4152            '64B' and
4153            ('BASE' or 'SCALE') and
4154            'NDRPDR' and
4155            '2T1C' and
4156            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4157            not 'VHOST' and
4158            'MEMIF'"
4159   parameters:
4160   - "throughput"
4161   - "parent"
4162   traces:
4163     hoverinfo: "x+y"
4164     boxpoints: "outliers"
4165     whiskerwidth: 0
4166   layout:
4167     title: ""  # No title
4168     layout: "plot-throughput"
4169
4170 -
4171   type: "plot"
4172   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4173   algorithm: "plot_performance_box"
4174   output-file-type: ".html"
4175   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4176   data: "plot-vpp-throughput-latency-3n-skx"
4177   filter: "'NIC_Intel-X710' and
4178            '64B' and
4179            ('BASE' or 'SCALE') and
4180            'NDRPDR' and
4181            '2T1C' and
4182            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4183            not 'VHOST' and
4184             'MEMIF'"
4185   parameters:
4186   - "throughput"
4187   - "parent"
4188   traces:
4189     hoverinfo: "x+y"
4190     boxpoints: "outliers"
4191     whiskerwidth: 0
4192   layout:
4193     title: ""  # No title
4194     layout: "plot-throughput"
4195
4196 -
4197   type: "plot"
4198   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4199   algorithm: "plot_performance_box"
4200   output-file-type: ".html"
4201   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4202   data: "plot-vpp-throughput-latency-3n-skx"
4203   filter: "'NIC_Intel-X710' and
4204            '64B' and
4205            ('BASE' or 'SCALE') and
4206            'NDRPDR' and
4207            '4T2C' and
4208            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4209            not 'VHOST' and
4210            'MEMIF'"
4211   parameters:
4212   - "throughput"
4213   - "parent"
4214   traces:
4215     hoverinfo: "x+y"
4216     boxpoints: "outliers"
4217     whiskerwidth: 0
4218   layout:
4219     title: ""  # No title
4220     layout: "plot-throughput"
4221
4222 -
4223   type: "plot"
4224   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4225   algorithm: "plot_performance_box"
4226   output-file-type: ".html"
4227   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4228   data: "plot-vpp-throughput-latency-3n-skx"
4229   filter: "'NIC_Intel-X710' and
4230            '64B' and
4231            ('BASE' or 'SCALE') and
4232            'NDRPDR' and
4233            '4T2C' and
4234            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4235            not 'VHOST' and
4236            'MEMIF'"
4237   parameters:
4238   - "throughput"
4239   - "parent"
4240   traces:
4241     hoverinfo: "x+y"
4242     boxpoints: "outliers"
4243     whiskerwidth: 0
4244   layout:
4245     title: ""  # No title
4246     layout: "plot-throughput"
4247
4248 ################################################################################
4249
4250 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520
4251 -
4252   type: "plot"
4253   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4254   algorithm: "plot_performance_box"
4255   output-file-type: ".html"
4256   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4257   data: "plot-ligato-throughput-latency-3n-hsw"
4258   filter: "'NIC_Intel-X520-DA2' and
4259            '64B' and
4260            ('BASE' or 'SCALE') and
4261            'NDRPDR' and
4262            '1T1C' and
4263            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4264            not 'VHOST' and
4265            'MEMIF'"
4266   parameters:
4267   - "throughput"
4268   - "parent"
4269   traces:
4270     hoverinfo: "x+y"
4271     boxpoints: "outliers"
4272     whiskerwidth: 0
4273   layout:
4274     title: ""  # No title
4275     layout: "plot-throughput"
4276
4277 -
4278   type: "plot"
4279   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4280   algorithm: "plot_performance_box"
4281   output-file-type: ".html"
4282   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4283   data: "plot-ligato-throughput-latency-3n-hsw"
4284   filter: "'NIC_Intel-X520-DA2' and
4285            '64B' and
4286            ('BASE' or 'SCALE') and
4287            'NDRPDR' and
4288            '1T1C' and
4289            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4290            not 'VHOST' and
4291            'MEMIF'"
4292   parameters:
4293   - "throughput"
4294   - "parent"
4295   traces:
4296     hoverinfo: "x+y"
4297     boxpoints: "outliers"
4298     whiskerwidth: 0
4299   layout:
4300     title: ""  # No title
4301     layout: "plot-throughput"
4302
4303 -
4304   type: "plot"
4305   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4306   algorithm: "plot_performance_box"
4307   output-file-type: ".html"
4308   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4309   data: "plot-ligato-throughput-latency-3n-hsw"
4310   filter: "'NIC_Intel-X520-DA2' and
4311            '64B' and
4312            ('BASE' or 'SCALE') and
4313            'NDRPDR' and
4314            '2T2C' and
4315            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4316            not 'VHOST' and
4317            'MEMIF'"
4318   parameters:
4319   - "throughput"
4320   - "parent"
4321   traces:
4322     hoverinfo: "x+y"
4323     boxpoints: "outliers"
4324     whiskerwidth: 0
4325   layout:
4326     title: ""  # No title
4327     layout: "plot-throughput"
4328
4329 -
4330   type: "plot"
4331   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4332   algorithm: "plot_performance_box"
4333   output-file-type: ".html"
4334   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4335   data: "plot-ligato-throughput-latency-3n-hsw"
4336   filter: "'NIC_Intel-X520-DA2' and
4337            '64B' and
4338            ('BASE' or 'SCALE') and
4339            'NDRPDR' and
4340            '2T2C' and
4341            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4342            not 'VHOST' and
4343            'MEMIF'"
4344   parameters:
4345   - "throughput"
4346   - "parent"
4347   traces:
4348     hoverinfo: "x+y"
4349     boxpoints: "outliers"
4350     whiskerwidth: 0
4351   layout:
4352     title: ""  # No title
4353     layout: "plot-throughput"
4354
4355 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710
4356 -
4357   type: "plot"
4358   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4359   algorithm: "plot_performance_box"
4360   output-file-type: ".html"
4361   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4362   data: "plot-ligato-throughput-latency-3n-hsw"
4363   filter: "'NIC_Intel-X710' and
4364            '64B' and
4365            ('BASE' or 'SCALE') and
4366            'NDRPDR' and
4367            '1T1C' and
4368            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4369            not 'VHOST' and
4370            'MEMIF'"
4371   parameters:
4372   - "throughput"
4373   - "parent"
4374   traces:
4375     hoverinfo: "x+y"
4376     boxpoints: "outliers"
4377     whiskerwidth: 0
4378   layout:
4379     title: ""  # No title
4380     layout: "plot-throughput"
4381
4382 -
4383   type: "plot"
4384   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4385   algorithm: "plot_performance_box"
4386   output-file-type: ".html"
4387   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4388   data: "plot-ligato-throughput-latency-3n-hsw"
4389   filter: "'NIC_Intel-X710' and
4390            '64B' and
4391            ('BASE' or 'SCALE') and
4392            'NDRPDR' and
4393            '1T1C' and
4394            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4395            not 'VHOST' and
4396            'MEMIF'"
4397   parameters:
4398   - "throughput"
4399   - "parent"
4400   traces:
4401     hoverinfo: "x+y"
4402     boxpoints: "outliers"
4403     whiskerwidth: 0
4404   layout:
4405     title: ""  # No title
4406     layout: "plot-throughput"
4407
4408 -
4409   type: "plot"
4410   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4411   algorithm: "plot_performance_box"
4412   output-file-type: ".html"
4413   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4414   data: "plot-ligato-throughput-latency-3n-hsw"
4415   filter: "'NIC_Intel-X710' and
4416            '64B' and
4417            ('BASE' or 'SCALE') and
4418            'NDRPDR' and
4419            '2T2C' and
4420            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4421            not 'VHOST' and
4422            'MEMIF'"
4423   parameters:
4424   - "throughput"
4425   - "parent"
4426   traces:
4427     hoverinfo: "x+y"
4428     boxpoints: "outliers"
4429     whiskerwidth: 0
4430   layout:
4431     title: ""  # No title
4432     layout: "plot-throughput"
4433
4434 -
4435   type: "plot"
4436   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4437   algorithm: "plot_performance_box"
4438   output-file-type: ".html"
4439   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4440   data: "plot-ligato-throughput-latency-3n-hsw"
4441   filter: "'NIC_Intel-X710' and
4442            '64B' and
4443            ('BASE' or 'SCALE') and
4444            'NDRPDR' and
4445            '2T2C' and
4446            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4447            not 'VHOST' and
4448            'MEMIF'"
4449   parameters:
4450   - "throughput"
4451   - "parent"
4452   traces:
4453     hoverinfo: "x+y"
4454     boxpoints: "outliers"
4455     whiskerwidth: 0
4456   layout:
4457     title: ""  # No title
4458     layout: "plot-throughput"
4459
4460 ################################################################################
4461
4462 # Packet Throughput - VPP IPv4 3n-hsw-x520
4463 -
4464   type: "plot"
4465   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4466   algorithm: "plot_performance_box"
4467   output-file-type: ".html"
4468   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4469   data: "plot-vpp-throughput-latency-3n-hsw"
4470   filter: "'NIC_Intel-X520-DA2' and
4471            '64B' and
4472            ('BASE' or 'SCALE') and
4473            'NDRPDR' and
4474            '1T1C' and
4475            'IP4FWD' and
4476            not 'IPSEC' and
4477            not 'VHOST'"
4478   parameters:
4479   - "throughput"
4480   - "parent"
4481   traces:
4482     hoverinfo: "x+y"
4483     boxpoints: "outliers"
4484     whiskerwidth: 0
4485   layout:
4486     title: ""  # No title
4487     layout: "plot-throughput"
4488
4489 -
4490   type: "plot"
4491   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4492   algorithm: "plot_performance_box"
4493   output-file-type: ".html"
4494   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4495   data: "plot-vpp-throughput-latency-3n-hsw"
4496   filter: "'NIC_Intel-X520-DA2' and
4497            '64B' and
4498            ('BASE' or 'SCALE') and
4499            'NDRPDR' and
4500            '1T1C' and
4501            'IP4FWD' and
4502            not 'IPSEC' and
4503            not 'VHOST'"
4504   parameters:
4505   - "throughput"
4506   - "parent"
4507   traces:
4508     hoverinfo: "x+y"
4509     boxpoints: "outliers"
4510     whiskerwidth: 0
4511   layout:
4512     title: ""  # No title
4513     layout: "plot-throughput"
4514
4515 -
4516   type: "plot"
4517   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4518   algorithm: "plot_performance_box"
4519   output-file-type: ".html"
4520   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4521   data: "plot-vpp-throughput-latency-3n-hsw"
4522   filter: "'NIC_Intel-X520-DA2' and
4523            '64B' and
4524            ('BASE' or 'SCALE') and
4525            'NDRPDR' and
4526            '2T2C' and
4527            'IP4FWD' and
4528            not 'IPSEC' and
4529            not 'VHOST'"
4530   parameters:
4531   - "throughput"
4532   - "parent"
4533   traces:
4534     hoverinfo: "x+y"
4535     boxpoints: "outliers"
4536     whiskerwidth: 0
4537   layout:
4538     title: ""  # No title
4539     layout: "plot-throughput"
4540
4541 -
4542   type: "plot"
4543   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4544   algorithm: "plot_performance_box"
4545   output-file-type: ".html"
4546   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4547   data: "plot-vpp-throughput-latency-3n-hsw"
4548   filter: "'NIC_Intel-X520-DA2' and
4549            '64B' and
4550            ('BASE' or 'SCALE') and
4551            'NDRPDR' and
4552            '2T2C' and
4553            'IP4FWD' and
4554            not 'IPSEC' and
4555            not 'VHOST'"
4556   parameters:
4557   - "throughput"
4558   - "parent"
4559   traces:
4560     hoverinfo: "x+y"
4561     boxpoints: "outliers"
4562     whiskerwidth: 0
4563   layout:
4564     title: ""  # No title
4565     layout: "plot-throughput"
4566
4567 -
4568   type: "plot"
4569   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
4570   algorithm: "plot_performance_box"
4571   output-file-type: ".html"
4572   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
4573   data: "plot-vpp-throughput-latency-3n-hsw"
4574   filter: "'NIC_Intel-X520-DA2' and
4575            '64B' and
4576            'FEATURE' and
4577            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4578            'NDRPDR' and
4579            '1T1C' and
4580            'IP4FWD' and
4581            not 'IPSEC' and
4582            not 'VHOST'"
4583   parameters:
4584   - "throughput"
4585   - "parent"
4586   traces:
4587     hoverinfo: "x+y"
4588     boxpoints: "outliers"
4589     whiskerwidth: 0
4590   layout:
4591     title: ""  # No title
4592     layout: "plot-throughput"
4593
4594 -
4595   type: "plot"
4596   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
4597   algorithm: "plot_performance_box"
4598   output-file-type: ".html"
4599   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
4600   data: "plot-vpp-throughput-latency-3n-hsw"
4601   filter: "'NIC_Intel-X520-DA2' and
4602            '64B' and
4603            'FEATURE' and
4604            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4605            'NDRPDR' and
4606            '1T1C' and
4607            'IP4FWD' and
4608            not 'IPSEC' and
4609            not 'VHOST'"
4610   parameters:
4611   - "throughput"
4612   - "parent"
4613   traces:
4614     hoverinfo: "x+y"
4615     boxpoints: "outliers"
4616     whiskerwidth: 0
4617   layout:
4618     title: ""  # No title
4619     layout: "plot-throughput"
4620
4621 -
4622   type: "plot"
4623   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
4624   algorithm: "plot_performance_box"
4625   output-file-type: ".html"
4626   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
4627   data: "plot-vpp-throughput-latency-3n-hsw"
4628   filter: "'NIC_Intel-X520-DA2' and
4629            '64B' and
4630            'FEATURE' and
4631            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4632            'NDRPDR' and
4633            '2T2C' and
4634            'IP4FWD' and
4635            not 'IPSEC' and
4636            not 'VHOST'"
4637   parameters:
4638   - "throughput"
4639   - "parent"
4640   traces:
4641     hoverinfo: "x+y"
4642     boxpoints: "outliers"
4643     whiskerwidth: 0
4644   layout:
4645     title: ""  # No title
4646     layout: "plot-throughput"
4647
4648 -
4649   type: "plot"
4650   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
4651   algorithm: "plot_performance_box"
4652   output-file-type: ".html"
4653   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
4654   data: "plot-vpp-throughput-latency-3n-hsw"
4655   filter: "'NIC_Intel-X520-DA2' and
4656            '64B' and
4657            'FEATURE' and
4658            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4659            'NDRPDR' and
4660            '2T2C' and
4661            'IP4FWD' and
4662            not 'IPSEC' and
4663            not 'VHOST'"
4664   parameters:
4665   - "throughput"
4666   - "parent"
4667   traces:
4668     hoverinfo: "x+y"
4669     boxpoints: "outliers"
4670     whiskerwidth: 0
4671   layout:
4672     title: ""  # No title
4673     layout: "plot-throughput"
4674
4675 # Packet Throughput - VPP IPv4 3n-hsw-x710
4676 -
4677   type: "plot"
4678   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4679   algorithm: "plot_performance_box"
4680   output-file-type: ".html"
4681   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4682   data: "plot-vpp-throughput-latency-3n-hsw"
4683   filter: "'NIC_Intel-X710' and
4684            '64B' and
4685            ('BASE' or 'SCALE') and
4686            'NDRPDR' and
4687            '1T1C' and
4688            'IP4FWD' and
4689            not 'IPSEC' and
4690            not 'VHOST'"
4691   parameters:
4692   - "throughput"
4693   - "parent"
4694   traces:
4695     hoverinfo: "x+y"
4696     boxpoints: "outliers"
4697     whiskerwidth: 0
4698   layout:
4699     title: ""  # No title
4700     layout: "plot-throughput"
4701
4702 -
4703   type: "plot"
4704   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4705   algorithm: "plot_performance_box"
4706   output-file-type: ".html"
4707   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4708   data: "plot-vpp-throughput-latency-3n-hsw"
4709   filter: "'NIC_Intel-X710' and
4710            '64B' and
4711            ('BASE' or 'SCALE') and
4712            'NDRPDR' and
4713            '1T1C' and
4714            'IP4FWD' and
4715            not 'IPSEC' and
4716            not 'VHOST'"
4717   parameters:
4718   - "throughput"
4719   - "parent"
4720   traces:
4721     hoverinfo: "x+y"
4722     boxpoints: "outliers"
4723     whiskerwidth: 0
4724   layout:
4725     title: ""  # No title
4726     layout: "plot-throughput"
4727
4728 -
4729   type: "plot"
4730   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4731   algorithm: "plot_performance_box"
4732   output-file-type: ".html"
4733   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4734   data: "plot-vpp-throughput-latency-3n-hsw"
4735   filter: "'NIC_Intel-X710' and
4736            '64B' and
4737            ('BASE' or 'SCALE') and
4738            'NDRPDR' and
4739            '2T2C' and
4740            'IP4FWD' and
4741            not 'IPSEC' and
4742            not 'VHOST'"
4743   parameters:
4744   - "throughput"
4745   - "parent"
4746   traces:
4747     hoverinfo: "x+y"
4748     boxpoints: "outliers"
4749     whiskerwidth: 0
4750   layout:
4751     title: ""  # No title
4752     layout: "plot-throughput"
4753
4754 -
4755   type: "plot"
4756   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4757   algorithm: "plot_performance_box"
4758   output-file-type: ".html"
4759   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4760   data: "plot-vpp-throughput-latency-3n-hsw"
4761   filter: "'NIC_Intel-X710' and
4762            '64B' and
4763            ('BASE' or 'SCALE') and
4764            'NDRPDR' and
4765            '2T2C' and
4766            'IP4FWD' and
4767            not 'IPSEC' and
4768            not 'VHOST'"
4769   parameters:
4770   - "throughput"
4771   - "parent"
4772   traces:
4773     hoverinfo: "x+y"
4774     boxpoints: "outliers"
4775     whiskerwidth: 0
4776   layout:
4777     title: ""  # No title
4778     layout: "plot-throughput"
4779
4780 -
4781   type: "plot"
4782   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
4783   algorithm: "plot_performance_box"
4784   output-file-type: ".html"
4785   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
4786   data: "plot-vpp-throughput-latency-3n-hsw"
4787   filter: "'NIC_Intel-X710' and
4788            '64B' and
4789            'FEATURE' and
4790            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4791            'NDRPDR' and
4792            '1T1C' and
4793            'IP4FWD' and
4794            not 'IPSEC' and
4795            not 'VHOST'"
4796   parameters:
4797   - "throughput"
4798   - "parent"
4799   traces:
4800     hoverinfo: "x+y"
4801     boxpoints: "outliers"
4802     whiskerwidth: 0
4803   layout:
4804     title: ""  # No title
4805     layout: "plot-throughput"
4806
4807 -
4808   type: "plot"
4809   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
4810   algorithm: "plot_performance_box"
4811   output-file-type: ".html"
4812   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
4813   data: "plot-vpp-throughput-latency-3n-hsw"
4814   filter: "'NIC_Intel-X710' and
4815            '64B' and
4816            'FEATURE' and
4817            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4818            'NDRPDR' and
4819            '1T1C' and
4820            'IP4FWD' and
4821            not 'IPSEC' and
4822            not 'VHOST'"
4823   parameters:
4824   - "throughput"
4825   - "parent"
4826   traces:
4827     hoverinfo: "x+y"
4828     boxpoints: "outliers"
4829     whiskerwidth: 0
4830   layout:
4831     title: ""  # No title
4832     layout: "plot-throughput"
4833
4834 -
4835   type: "plot"
4836   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
4837   algorithm: "plot_performance_box"
4838   output-file-type: ".html"
4839   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
4840   data: "plot-vpp-throughput-latency-3n-hsw"
4841   filter: "'NIC_Intel-X710' and
4842            '64B' and
4843            'FEATURE' and
4844            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4845            'NDRPDR' and
4846            '2T2C' and
4847            'IP4FWD' and
4848            not 'IPSEC' and
4849            not 'VHOST'"
4850   parameters:
4851   - "throughput"
4852   - "parent"
4853   traces:
4854     hoverinfo: "x+y"
4855     boxpoints: "outliers"
4856     whiskerwidth: 0
4857   layout:
4858     title: ""  # No title
4859     layout: "plot-throughput"
4860
4861 -
4862   type: "plot"
4863   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
4864   algorithm: "plot_performance_box"
4865   output-file-type: ".html"
4866   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
4867   data: "plot-vpp-throughput-latency-3n-hsw"
4868   filter: "'NIC_Intel-X710' and
4869            '64B' and
4870            'FEATURE' and
4871            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4872            'NDRPDR' and
4873            '2T2C' and
4874            'IP4FWD' and
4875            not 'IPSEC' and
4876            not 'VHOST'"
4877   parameters:
4878   - "throughput"
4879   - "parent"
4880   traces:
4881     hoverinfo: "x+y"
4882     boxpoints: "outliers"
4883     whiskerwidth: 0
4884   layout:
4885     title: ""  # No title
4886     layout: "plot-throughput"
4887
4888 # Packet Throughput - VPP IPv4 3n-hsw-xl710
4889 -
4890   type: "plot"
4891   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4892   algorithm: "plot_performance_box"
4893   output-file-type: ".html"
4894   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4895   data: "plot-vpp-throughput-latency-3n-hsw"
4896   filter: "'NIC_Intel-XL710' and
4897            '64B' and
4898            ('BASE' or 'SCALE') and
4899            'NDRPDR' and
4900            '1T1C' and
4901            'IP4FWD' and
4902            not 'IPSEC' and
4903            not 'VHOST'"
4904   parameters:
4905   - "throughput"
4906   - "parent"
4907   traces:
4908     hoverinfo: "x+y"
4909     boxpoints: "outliers"
4910     whiskerwidth: 0
4911   layout:
4912     title: ""  # No title
4913     layout: "plot-throughput"
4914
4915 -
4916   type: "plot"
4917   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4918   algorithm: "plot_performance_box"
4919   output-file-type: ".html"
4920   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4921   data: "plot-vpp-throughput-latency-3n-hsw"
4922   filter: "'NIC_Intel-XL710' and
4923            '64B' and
4924            ('BASE' or 'SCALE') and
4925            'NDRPDR' and
4926            '1T1C' and
4927            'IP4FWD' and
4928            not 'IPSEC' and
4929            not 'VHOST'"
4930   parameters:
4931   - "throughput"
4932   - "parent"
4933   traces:
4934     hoverinfo: "x+y"
4935     boxpoints: "outliers"
4936     whiskerwidth: 0
4937   layout:
4938     title: ""  # No title
4939     layout: "plot-throughput"
4940
4941 -
4942   type: "plot"
4943   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4944   algorithm: "plot_performance_box"
4945   output-file-type: ".html"
4946   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4947   data: "plot-vpp-throughput-latency-3n-hsw"
4948   filter: "'NIC_Intel-XL710' and
4949            '64B' and
4950            ('BASE' or 'SCALE') and
4951            'NDRPDR' and
4952            '2T2C' and
4953            'IP4FWD' and
4954            not 'IPSEC' and
4955            not 'VHOST'"
4956   parameters:
4957   - "throughput"
4958   - "parent"
4959   traces:
4960     hoverinfo: "x+y"
4961     boxpoints: "outliers"
4962     whiskerwidth: 0
4963   layout:
4964     title: ""  # No title
4965     layout: "plot-throughput"
4966
4967 -
4968   type: "plot"
4969   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4970   algorithm: "plot_performance_box"
4971   output-file-type: ".html"
4972   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4973   data: "plot-vpp-throughput-latency-3n-hsw"
4974   filter: "'NIC_Intel-XL710' and
4975            '64B' and
4976            ('BASE' or 'SCALE') and
4977            'NDRPDR' and
4978            '2T2C' and
4979            'IP4FWD' and
4980            not 'IPSEC' and
4981            not 'VHOST'"
4982   parameters:
4983   - "throughput"
4984   - "parent"
4985   traces:
4986     hoverinfo: "x+y"
4987     boxpoints: "outliers"
4988     whiskerwidth: 0
4989   layout:
4990     title: ""  # No title
4991     layout: "plot-throughput"
4992
4993 # Packet Throughput - VPP IPv4 3n-skx-x710
4994 -
4995   type: "plot"
4996   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4997   algorithm: "plot_performance_box"
4998   output-file-type: ".html"
4999   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5000   data: "plot-vpp-throughput-latency-3n-skx"
5001   filter: "'NIC_Intel-X710' and
5002            '64B' and
5003            ('BASE' or 'SCALE') and
5004            'NDRPDR' and
5005            '2T1C' and
5006            'IP4FWD' and
5007            not 'IPSEC' and
5008            not 'VHOST'"
5009   parameters:
5010   - "throughput"
5011   - "parent"
5012   traces:
5013     hoverinfo: "x+y"
5014     boxpoints: "outliers"
5015     whiskerwidth: 0
5016   layout:
5017     title: ""  # No title
5018     layout: "plot-throughput"
5019
5020 -
5021   type: "plot"
5022   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5023   algorithm: "plot_performance_box"
5024   output-file-type: ".html"
5025   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5026   data: "plot-vpp-throughput-latency-3n-skx"
5027   filter: "'NIC_Intel-X710' and
5028            '64B' and
5029            ('BASE' or 'SCALE') and
5030            'NDRPDR' and
5031            '2T1C' and
5032            'IP4FWD' and
5033            not 'IPSEC' and
5034            not 'VHOST'"
5035   parameters:
5036   - "throughput"
5037   - "parent"
5038   traces:
5039     hoverinfo: "x+y"
5040     boxpoints: "outliers"
5041     whiskerwidth: 0
5042   layout:
5043     title: ""  # No title
5044     layout: "plot-throughput"
5045
5046 -
5047   type: "plot"
5048   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5049   algorithm: "plot_performance_box"
5050   output-file-type: ".html"
5051   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5052   data: "plot-vpp-throughput-latency-3n-skx"
5053   filter: "'NIC_Intel-X710' and
5054            '64B' and
5055            ('BASE' or 'SCALE') and
5056            'NDRPDR' and
5057            '4T2C' and
5058            'IP4FWD' and
5059            not 'IPSEC' and
5060            not 'VHOST'"
5061   parameters:
5062   - "throughput"
5063   - "parent"
5064   traces:
5065     hoverinfo: "x+y"
5066     boxpoints: "outliers"
5067     whiskerwidth: 0
5068   layout:
5069     title: ""  # No title
5070     layout: "plot-throughput"
5071
5072 -
5073   type: "plot"
5074   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5075   algorithm: "plot_performance_box"
5076   output-file-type: ".html"
5077   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5078   data: "plot-vpp-throughput-latency-3n-skx"
5079   filter: "'NIC_Intel-X710' and
5080            '64B' and
5081            ('BASE' or 'SCALE') and
5082            'NDRPDR' and
5083            '4T2C' and
5084            'IP4FWD' and
5085            not 'IPSEC' and
5086            not 'VHOST'"
5087   parameters:
5088   - "throughput"
5089   - "parent"
5090   traces:
5091     hoverinfo: "x+y"
5092     boxpoints: "outliers"
5093     whiskerwidth: 0
5094   layout:
5095     title: ""  # No title
5096     layout: "plot-throughput"
5097
5098 -
5099   type: "plot"
5100   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
5101   algorithm: "plot_performance_box"
5102   output-file-type: ".html"
5103   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
5104   data: "plot-vpp-throughput-latency-3n-skx"
5105   filter: "'NIC_Intel-X710' and
5106            '64B' and
5107            'FEATURE' and
5108            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5109            'NDRPDR' and
5110            '2T1C' and
5111            'IP4FWD' and
5112            not 'IPSEC' and
5113            not 'VHOST'"
5114   parameters:
5115   - "throughput"
5116   - "parent"
5117   traces:
5118     hoverinfo: "x+y"
5119     boxpoints: "outliers"
5120     whiskerwidth: 0
5121   layout:
5122     title: ""  # No title
5123     layout: "plot-throughput"
5124
5125 -
5126   type: "plot"
5127   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
5128   algorithm: "plot_performance_box"
5129   output-file-type: ".html"
5130   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
5131   data: "plot-vpp-throughput-latency-3n-skx"
5132   filter: "'NIC_Intel-X710' and
5133            '64B' and
5134            'FEATURE' and
5135            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5136            'NDRPDR' and
5137            '2T1C' and
5138            'IP4FWD' and
5139            not 'IPSEC' and
5140            not 'VHOST'"
5141   parameters:
5142   - "throughput"
5143   - "parent"
5144   traces:
5145     hoverinfo: "x+y"
5146     boxpoints: "outliers"
5147     whiskerwidth: 0
5148   layout:
5149     title: ""  # No title
5150     layout: "plot-throughput"
5151
5152 -
5153   type: "plot"
5154   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
5155   algorithm: "plot_performance_box"
5156   output-file-type: ".html"
5157   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
5158   data: "plot-vpp-throughput-latency-3n-skx"
5159   filter: "'NIC_Intel-X710' and
5160            '64B' and
5161            'FEATURE' and
5162            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5163            'NDRPDR' and
5164            '4T2C' and
5165            'IP4FWD' and
5166            not 'IPSEC' and
5167            not 'VHOST'"
5168   parameters:
5169   - "throughput"
5170   - "parent"
5171   traces:
5172     hoverinfo: "x+y"
5173     boxpoints: "outliers"
5174     whiskerwidth: 0
5175   layout:
5176     title: ""  # No title
5177     layout: "plot-throughput"
5178
5179 -
5180   type: "plot"
5181   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
5182   algorithm: "plot_performance_box"
5183   output-file-type: ".html"
5184   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
5185   data: "plot-vpp-throughput-latency-3n-skx"
5186   filter: "'NIC_Intel-X710' and
5187            '64B' and
5188            'FEATURE' and
5189            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5190            'NDRPDR' and
5191            '4T2C' and
5192            'IP4FWD' and
5193            not 'IPSEC' and
5194            not 'VHOST'"
5195   parameters:
5196   - "throughput"
5197   - "parent"
5198   traces:
5199     hoverinfo: "x+y"
5200     boxpoints: "outliers"
5201     whiskerwidth: 0
5202   layout:
5203     title: ""  # No title
5204     layout: "plot-throughput"
5205
5206 # Packet Throughput - VPP IPv4 2n-skx-x710
5207 -
5208   type: "plot"
5209   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5210   algorithm: "plot_performance_box"
5211   output-file-type: ".html"
5212   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5213   data: "plot-vpp-throughput-latency-2n-skx"
5214   filter: "'NIC_Intel-X710' and
5215            '64B' and
5216            ('BASE' or 'SCALE') and
5217            'NDRPDR' and
5218            '2T1C' and
5219            'IP4FWD' and
5220            not 'IPSEC' and
5221            not 'VHOST'"
5222   parameters:
5223   - "throughput"
5224   - "parent"
5225   traces:
5226     hoverinfo: "x+y"
5227     boxpoints: "outliers"
5228     whiskerwidth: 0
5229   layout:
5230     title: ""  # No title
5231     layout: "plot-throughput"
5232
5233 -
5234   type: "plot"
5235   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5236   algorithm: "plot_performance_box"
5237   output-file-type: ".html"
5238   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5239   data: "plot-vpp-throughput-latency-2n-skx"
5240   filter: "'NIC_Intel-X710' and
5241            '64B' and
5242            ('BASE' or 'SCALE') and
5243            'NDRPDR' and
5244            '2T1C' and
5245            'IP4FWD' and
5246            not 'IPSEC' and
5247            not 'VHOST'"
5248   parameters:
5249   - "throughput"
5250   - "parent"
5251   traces:
5252     hoverinfo: "x+y"
5253     boxpoints: "outliers"
5254     whiskerwidth: 0
5255   layout:
5256     title: ""  # No title
5257     layout: "plot-throughput"
5258
5259 -
5260   type: "plot"
5261   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5262   algorithm: "plot_performance_box"
5263   output-file-type: ".html"
5264   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5265   data: "plot-vpp-throughput-latency-2n-skx"
5266   filter: "'NIC_Intel-X710' and
5267            '64B' and
5268            ('BASE' or 'SCALE') and
5269            'NDRPDR' and
5270            '4T2C' and
5271            'IP4FWD' and
5272            not 'IPSEC' and
5273            not 'VHOST'"
5274   parameters:
5275   - "throughput"
5276   - "parent"
5277   traces:
5278     hoverinfo: "x+y"
5279     boxpoints: "outliers"
5280     whiskerwidth: 0
5281   layout:
5282     title: ""  # No title
5283     layout: "plot-throughput"
5284
5285 -
5286   type: "plot"
5287   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5288   algorithm: "plot_performance_box"
5289   output-file-type: ".html"
5290   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5291   data: "plot-vpp-throughput-latency-2n-skx"
5292   filter: "'NIC_Intel-X710' and
5293            '64B' and
5294            ('BASE' or 'SCALE') and
5295            'NDRPDR' and
5296            '4T2C' and
5297            'IP4FWD' and
5298            not 'IPSEC' and
5299            not 'VHOST'"
5300   parameters:
5301   - "throughput"
5302   - "parent"
5303   traces:
5304     hoverinfo: "x+y"
5305     boxpoints: "outliers"
5306     whiskerwidth: 0
5307   layout:
5308     title: ""  # No title
5309     layout: "plot-throughput"
5310
5311 # Packet Throughput - VPP IPv4 2n-skx-xxv710
5312 -
5313   type: "plot"
5314   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5315   algorithm: "plot_performance_box"
5316   output-file-type: ".html"
5317   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5318   data: "plot-vpp-throughput-latency-2n-skx"
5319   filter: "'NIC_Intel-XXV710' and
5320            '64B' and
5321            ('BASE' or 'SCALE') and
5322            'NDRPDR' and
5323            '2T1C' and
5324            'IP4FWD' and
5325            not 'IPSEC' and
5326            not 'VHOST'"
5327   parameters:
5328   - "throughput"
5329   - "parent"
5330   traces:
5331     hoverinfo: "x+y"
5332     boxpoints: "outliers"
5333     whiskerwidth: 0
5334   layout:
5335     title: ""  # No title
5336     layout: "plot-throughput"
5337
5338 -
5339   type: "plot"
5340   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5341   algorithm: "plot_performance_box"
5342   output-file-type: ".html"
5343   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5344   data: "plot-vpp-throughput-latency-2n-skx"
5345   filter: "'NIC_Intel-XXV710' and
5346            '64B' and
5347            ('BASE' or 'SCALE') and
5348            'NDRPDR' and
5349            '2T1C' and
5350            'IP4FWD' and
5351            not 'IPSEC' and
5352            not 'VHOST'"
5353   parameters:
5354   - "throughput"
5355   - "parent"
5356   traces:
5357     hoverinfo: "x+y"
5358     boxpoints: "outliers"
5359     whiskerwidth: 0
5360   layout:
5361     title: ""  # No title
5362     layout: "plot-throughput"
5363
5364 -
5365   type: "plot"
5366   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5367   algorithm: "plot_performance_box"
5368   output-file-type: ".html"
5369   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5370   data: "plot-vpp-throughput-latency-2n-skx"
5371   filter: "'NIC_Intel-XXV710' and
5372            '64B' and
5373            ('BASE' or 'SCALE') and
5374            'NDRPDR' and
5375            '4T2C' and
5376            'IP4FWD' and
5377            not 'IPSEC' and
5378            not 'VHOST'"
5379   parameters:
5380   - "throughput"
5381   - "parent"
5382   traces:
5383     hoverinfo: "x+y"
5384     boxpoints: "outliers"
5385     whiskerwidth: 0
5386   layout:
5387     title: ""  # No title
5388     layout: "plot-throughput"
5389
5390 -
5391   type: "plot"
5392   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5393   algorithm: "plot_performance_box"
5394   output-file-type: ".html"
5395   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5396   data: "plot-vpp-throughput-latency-2n-skx"
5397   filter: "'NIC_Intel-XXV710' and
5398            '64B' and
5399            ('BASE' or 'SCALE') and
5400            'NDRPDR' and
5401            '4T2C' and
5402            'IP4FWD' and
5403            not 'IPSEC' and
5404            not 'VHOST'"
5405   parameters:
5406   - "throughput"
5407   - "parent"
5408   traces:
5409     hoverinfo: "x+y"
5410     boxpoints: "outliers"
5411     whiskerwidth: 0
5412   layout:
5413     title: ""  # No title
5414     layout: "plot-throughput"
5415
5416 ################################################################################
5417
5418 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520
5419 -
5420   type: "plot"
5421   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5422   algorithm: "plot_performance_box"
5423   output-file-type: ".html"
5424   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5425   data: "plot-vpp-throughput-latency-3n-hsw"
5426   filter: "'NIC_Intel-X520-DA2' and
5427            '64B' and
5428            'ENCAP' and
5429            'NDRPDR' and
5430            '1T1C' and
5431            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5432            not 'VHOST' and
5433            not 'IPSECHW'"
5434   parameters:
5435   - "throughput"
5436   - "parent"
5437   traces:
5438     hoverinfo: "x+y"
5439     boxpoints: "outliers"
5440     whiskerwidth: 0
5441   layout:
5442     title: ""  # No title
5443     layout: "plot-throughput"
5444
5445 -
5446   type: "plot"
5447   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5448   algorithm: "plot_performance_box"
5449   output-file-type: ".html"
5450   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5451   data: "plot-vpp-throughput-latency-3n-hsw"
5452   filter: "'NIC_Intel-X520-DA2' and
5453            '64B' and
5454            'ENCAP' and
5455            'NDRPDR' and
5456            '1T1C' and
5457            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5458            not 'VHOST' and
5459            not 'IPSECHW'"
5460   parameters:
5461   - "throughput"
5462   - "parent"
5463   traces:
5464     hoverinfo: "x+y"
5465     boxpoints: "outliers"
5466     whiskerwidth: 0
5467   layout:
5468     title: ""  # No title
5469     layout: "plot-throughput"
5470
5471 -
5472   type: "plot"
5473   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5474   algorithm: "plot_performance_box"
5475   output-file-type: ".html"
5476   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5477   data: "plot-vpp-throughput-latency-3n-hsw"
5478   filter: "'NIC_Intel-X520-DA2' and
5479            '64B' and
5480            'ENCAP' and
5481            'NDRPDR' and
5482            '2T2C' and
5483            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5484            not 'VHOST' and
5485            not 'IPSECHW'"
5486   parameters:
5487   - "throughput"
5488   - "parent"
5489   traces:
5490     hoverinfo: "x+y"
5491     boxpoints: "outliers"
5492     whiskerwidth: 0
5493   layout:
5494     title: ""  # No title
5495     layout: "plot-throughput"
5496
5497 -
5498   type: "plot"
5499   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5500   algorithm: "plot_performance_box"
5501   output-file-type: ".html"
5502   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5503   data: "plot-vpp-throughput-latency-3n-hsw"
5504   filter: "'NIC_Intel-X520-DA2' and
5505            '64B' and
5506            'ENCAP' and
5507            'NDRPDR' and
5508            '2T2C' and
5509            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5510            not 'VHOST' and
5511            not 'IPSECHW'"
5512   parameters:
5513   - "throughput"
5514   - "parent"
5515   traces:
5516     hoverinfo: "x+y"
5517     boxpoints: "outliers"
5518     whiskerwidth: 0
5519   layout:
5520     title: ""  # No title
5521     layout: "plot-throughput"
5522
5523 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710
5524 -
5525   type: "plot"
5526   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5527   algorithm: "plot_performance_box"
5528   output-file-type: ".html"
5529   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5530   data: "plot-vpp-throughput-latency-3n-hsw"
5531   filter: "'NIC_Intel-X710' and
5532            '64B' and
5533            'ENCAP' and
5534            'NDRPDR' and
5535            '1T1C' and
5536            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5537            not 'VHOST' and
5538            not 'IPSECHW'"
5539   parameters:
5540   - "throughput"
5541   - "parent"
5542   traces:
5543     hoverinfo: "x+y"
5544     boxpoints: "outliers"
5545     whiskerwidth: 0
5546   layout:
5547     title: ""  # No title
5548     layout: "plot-throughput"
5549
5550 -
5551   type: "plot"
5552   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5553   algorithm: "plot_performance_box"
5554   output-file-type: ".html"
5555   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5556   data: "plot-vpp-throughput-latency-3n-hsw"
5557   filter: "'NIC_Intel-X710' and
5558            '64B' and
5559            'ENCAP' and
5560            'NDRPDR' and
5561            '1T1C' and
5562            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5563            not 'VHOST' and
5564            not 'IPSECHW'"
5565   parameters:
5566   - "throughput"
5567   - "parent"
5568   traces:
5569     hoverinfo: "x+y"
5570     boxpoints: "outliers"
5571     whiskerwidth: 0
5572   layout:
5573     title: ""  # No title
5574     layout: "plot-throughput"
5575
5576 -
5577   type: "plot"
5578   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5579   algorithm: "plot_performance_box"
5580   output-file-type: ".html"
5581   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5582   data: "plot-vpp-throughput-latency-3n-hsw"
5583   filter: "'NIC_Intel-X710' and
5584            '64B' and
5585            'ENCAP' and
5586            'NDRPDR' and
5587            '2T2C' and
5588            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5589            not 'VHOST' and
5590            not 'IPSECHW'"
5591   parameters:
5592   - "throughput"
5593   - "parent"
5594   traces:
5595     hoverinfo: "x+y"
5596     boxpoints: "outliers"
5597     whiskerwidth: 0
5598   layout:
5599     title: ""  # No title
5600     layout: "plot-throughput"
5601
5602 -
5603   type: "plot"
5604   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5605   algorithm: "plot_performance_box"
5606   output-file-type: ".html"
5607   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5608   data: "plot-vpp-throughput-latency-3n-hsw"
5609   filter: "'NIC_Intel-X710' and
5610            '64B' and
5611            'ENCAP' and
5612            'NDRPDR' and
5613            '2T2C' and
5614            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5615            not 'VHOST' and
5616            not 'IPSECHW'"
5617   parameters:
5618   - "throughput"
5619   - "parent"
5620   traces:
5621     hoverinfo: "x+y"
5622     boxpoints: "outliers"
5623     whiskerwidth: 0
5624   layout:
5625     title: ""  # No title
5626     layout: "plot-throughput"
5627
5628 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710
5629 -
5630   type: "plot"
5631   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5632   algorithm: "plot_performance_box"
5633   output-file-type: ".html"
5634   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5635   data: "plot-vpp-throughput-latency-3n-skx"
5636   filter: "'NIC_Intel-X710' and
5637            '64B' and
5638            'ENCAP' and
5639            'NDRPDR' and
5640            '2T1C' and
5641            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5642            not 'VHOST' and
5643            not 'IPSECHW'"
5644   parameters:
5645   - "throughput"
5646   - "parent"
5647   traces:
5648     hoverinfo: "x+y"
5649     boxpoints: "outliers"
5650     whiskerwidth: 0
5651   layout:
5652     title: ""  # No title
5653     layout: "plot-throughput"
5654
5655 -
5656   type: "plot"
5657   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5658   algorithm: "plot_performance_box"
5659   output-file-type: ".html"
5660   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5661   data: "plot-vpp-throughput-latency-3n-skx"
5662   filter: "'NIC_Intel-X710' and
5663            '64B' and
5664            'ENCAP' and
5665            'NDRPDR' and
5666            '2T1C' and
5667            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5668            not 'VHOST' and
5669            not 'IPSECHW'"
5670   parameters:
5671   - "throughput"
5672   - "parent"
5673   traces:
5674     hoverinfo: "x+y"
5675     boxpoints: "outliers"
5676     whiskerwidth: 0
5677   layout:
5678     title: ""  # No title
5679     layout: "plot-throughput"
5680
5681 -
5682   type: "plot"
5683   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5684   algorithm: "plot_performance_box"
5685   output-file-type: ".html"
5686   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5687   data: "plot-vpp-throughput-latency-3n-skx"
5688   filter: "'NIC_Intel-X710' and
5689            '64B' and
5690            'ENCAP' and
5691            'NDRPDR' and
5692            '4T2C' and
5693            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5694            not 'VHOST' and
5695            not 'IPSECHW'"
5696   parameters:
5697   - "throughput"
5698   - "parent"
5699   traces:
5700     hoverinfo: "x+y"
5701     boxpoints: "outliers"
5702     whiskerwidth: 0
5703   layout:
5704     title: ""  # No title
5705     layout: "plot-throughput"
5706
5707 -
5708   type: "plot"
5709   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5710   algorithm: "plot_performance_box"
5711   output-file-type: ".html"
5712   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5713   data: "plot-vpp-throughput-latency-3n-skx"
5714   filter: "'NIC_Intel-X710' and
5715            '64B' and
5716            'ENCAP' and
5717            'NDRPDR' and
5718            '4T2C' and
5719            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5720            not 'VHOST' and
5721            not 'IPSECHW'"
5722   parameters:
5723   - "throughput"
5724   - "parent"
5725   traces:
5726     hoverinfo: "x+y"
5727     boxpoints: "outliers"
5728     whiskerwidth: 0
5729   layout:
5730     title: ""  # No title
5731     layout: "plot-throughput"
5732
5733 ################################################################################
5734
5735 # Packet Throughput - VPP IPv6 3n-hsw-x520
5736 -
5737   type: "plot"
5738   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
5739   algorithm: "plot_performance_box"
5740   output-file-type: ".html"
5741   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
5742   data: "plot-vpp-throughput-latency-3n-hsw"
5743   filter: "'NIC_Intel-X520-DA2' and
5744            '78B' and
5745            ('BASE' or 'SCALE') and
5746            'NDRPDR' and
5747            '1T1C' and
5748            'IP6FWD' and
5749            not 'SRv6' and
5750            not 'IPSEC' and
5751            not 'VHOST'"
5752   parameters:
5753   - "throughput"
5754   - "parent"
5755   traces:
5756     hoverinfo: "x+y"
5757     boxpoints: "outliers"
5758     whiskerwidth: 0
5759   layout:
5760     title: ""  # No title
5761     layout: "plot-throughput"
5762
5763 -
5764   type: "plot"
5765   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
5766   algorithm: "plot_performance_box"
5767   output-file-type: ".html"
5768   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
5769   data: "plot-vpp-throughput-latency-3n-hsw"
5770   filter: "'NIC_Intel-X520-DA2' and
5771            '78B' and
5772            ('BASE' or 'SCALE') and
5773            'NDRPDR' and
5774            '1T1C' and
5775            'IP6FWD' and
5776            not 'SRv6' and
5777            not 'IPSEC' and
5778            not 'VHOST'"
5779   parameters:
5780   - "throughput"
5781   - "parent"
5782   traces:
5783     hoverinfo: "x+y"
5784     boxpoints: "outliers"
5785     whiskerwidth: 0
5786   layout:
5787     title: ""  # No title
5788     layout: "plot-throughput"
5789
5790 -
5791   type: "plot"
5792   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
5793   algorithm: "plot_performance_box"
5794   output-file-type: ".html"
5795   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
5796   data: "plot-vpp-throughput-latency-3n-hsw"
5797   filter: "'NIC_Intel-X520-DA2' and
5798            '78B' and
5799            ('BASE' or 'SCALE') and
5800            'NDRPDR' and
5801            '2T2C' and
5802            'IP6FWD' and
5803            not 'SRv6' and
5804            not 'IPSEC' and
5805            not 'VHOST'"
5806   parameters:
5807   - "throughput"
5808   - "parent"
5809   traces:
5810     hoverinfo: "x+y"
5811     boxpoints: "outliers"
5812     whiskerwidth: 0
5813   layout:
5814     title: ""  # No title
5815     layout: "plot-throughput"
5816
5817 -
5818   type: "plot"
5819   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
5820   algorithm: "plot_performance_box"
5821   output-file-type: ".html"
5822   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
5823   data: "plot-vpp-throughput-latency-3n-hsw"
5824   filter: "'NIC_Intel-X520-DA2' and
5825            '78B' and
5826            ('BASE' or 'SCALE') and
5827            'NDRPDR' and
5828            '2T2C' and
5829            'IP6FWD' and
5830            not 'SRv6' and
5831            not 'IPSEC' and
5832            not 'VHOST'"
5833   parameters:
5834   - "throughput"
5835   - "parent"
5836   traces:
5837     hoverinfo: "x+y"
5838     boxpoints: "outliers"
5839     whiskerwidth: 0
5840   layout:
5841     title: ""  # No title
5842     layout: "plot-throughput"
5843
5844 # Packet Throughput - VPP IPv6 3n-hsw-x710
5845 -
5846   type: "plot"
5847   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
5848   algorithm: "plot_performance_box"
5849   output-file-type: ".html"
5850   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
5851   data: "plot-vpp-throughput-latency-3n-hsw"
5852   filter: "'NIC_Intel-X710' and
5853            '78B' and
5854            ('BASE' or 'SCALE') and
5855            'NDRPDR' and
5856            '1T1C' and
5857            'IP6FWD' and
5858            not 'SRv6' and
5859            not 'IPSEC' and
5860            not 'VHOST'"
5861   parameters:
5862   - "throughput"
5863   - "parent"
5864   traces:
5865     hoverinfo: "x+y"
5866     boxpoints: "outliers"
5867     whiskerwidth: 0
5868   layout:
5869     title: ""  # No title
5870     layout: "plot-throughput"
5871
5872 -
5873   type: "plot"
5874   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
5875   algorithm: "plot_performance_box"
5876   output-file-type: ".html"
5877   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
5878   data: "plot-vpp-throughput-latency-3n-hsw"
5879   filter: "'NIC_Intel-X710' and
5880            '78B' and
5881            ('BASE' or 'SCALE') and
5882            'NDRPDR' and
5883            '1T1C' and
5884            'IP6FWD' and
5885            not 'SRv6' and
5886            not 'IPSEC' and
5887            not 'VHOST'"
5888   parameters:
5889   - "throughput"
5890   - "parent"
5891   traces:
5892     hoverinfo: "x+y"
5893     boxpoints: "outliers"
5894     whiskerwidth: 0
5895   layout:
5896     title: ""  # No title
5897     layout: "plot-throughput"
5898
5899 -
5900   type: "plot"
5901   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
5902   algorithm: "plot_performance_box"
5903   output-file-type: ".html"
5904   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
5905   data: "plot-vpp-throughput-latency-3n-hsw"
5906   filter: "'NIC_Intel-X710' and
5907            '78B' and
5908            ('BASE' or 'SCALE') and
5909            'NDRPDR' and
5910            '2T2C' and
5911            'IP6FWD' and
5912            not 'SRv6' and
5913            not 'IPSEC' and
5914            not 'VHOST'"
5915   parameters:
5916   - "throughput"
5917   - "parent"
5918   traces:
5919     hoverinfo: "x+y"
5920     boxpoints: "outliers"
5921     whiskerwidth: 0
5922   layout:
5923     title: ""  # No title
5924     layout: "plot-throughput"
5925
5926 -
5927   type: "plot"
5928   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
5929   algorithm: "plot_performance_box"
5930   output-file-type: ".html"
5931   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
5932   data: "plot-vpp-throughput-latency-3n-hsw"
5933   filter: "'NIC_Intel-X710' and
5934            '78B' and
5935            ('BASE' or 'SCALE') and
5936            'NDRPDR' and
5937            '2T2C' and
5938            'IP6FWD' and
5939            not 'SRv6' and
5940            not 'IPSEC' and
5941            not 'VHOST'"
5942   parameters:
5943   - "throughput"
5944   - "parent"
5945   traces:
5946     hoverinfo: "x+y"
5947     boxpoints: "outliers"
5948     whiskerwidth: 0
5949   layout:
5950     title: ""  # No title
5951     layout: "plot-throughput"
5952
5953 # Packet Throughput - VPP IPv6 3n-hsw-xl710
5954 -
5955   type: "plot"
5956   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
5957   algorithm: "plot_performance_box"
5958   output-file-type: ".html"
5959   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
5960   data: "plot-vpp-throughput-latency-3n-hsw"
5961   filter: "'NIC_Intel-XL710' and
5962            '78B' and
5963            ('BASE' or 'SCALE') and
5964            'NDRPDR' and
5965            '1T1C' and
5966            'IP6FWD' and
5967            not 'SRv6' and
5968            not 'IPSEC' and
5969            not 'VHOST'"
5970   parameters:
5971   - "throughput"
5972   - "parent"
5973   traces:
5974     hoverinfo: "x+y"
5975     boxpoints: "outliers"
5976     whiskerwidth: 0
5977   layout:
5978     title: ""  # No title
5979     layout: "plot-throughput"
5980
5981 -
5982   type: "plot"
5983   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
5984   algorithm: "plot_performance_box"
5985   output-file-type: ".html"
5986   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
5987   data: "plot-vpp-throughput-latency-3n-hsw"
5988   filter: "'NIC_Intel-XL710' and
5989            '78B' and
5990            ('BASE' or 'SCALE') and
5991            'NDRPDR' and
5992            '1T1C' and
5993            'IP6FWD' and
5994            not 'SRv6' and
5995            not 'IPSEC' and
5996            not 'VHOST'"
5997   parameters:
5998   - "throughput"
5999   - "parent"
6000   traces:
6001     hoverinfo: "x+y"
6002     boxpoints: "outliers"
6003     whiskerwidth: 0
6004   layout:
6005     title: ""  # No title
6006     layout: "plot-throughput"
6007
6008 -
6009   type: "plot"
6010   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
6011   algorithm: "plot_performance_box"
6012   output-file-type: ".html"
6013   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
6014   data: "plot-vpp-throughput-latency-3n-hsw"
6015   filter: "'NIC_Intel-XL710' and
6016            '78B' and
6017            ('BASE' or 'SCALE') and
6018            'NDRPDR' and
6019            '2T2C' and
6020            'IP6FWD' and
6021            not 'SRv6' and
6022            not 'IPSEC' and
6023            not 'VHOST'"
6024   parameters:
6025   - "throughput"
6026   - "parent"
6027   traces:
6028     hoverinfo: "x+y"
6029     boxpoints: "outliers"
6030     whiskerwidth: 0
6031   layout:
6032     title: ""  # No title
6033     layout: "plot-throughput"
6034
6035 -
6036   type: "plot"
6037   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
6038   algorithm: "plot_performance_box"
6039   output-file-type: ".html"
6040   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
6041   data: "plot-vpp-throughput-latency-3n-hsw"
6042   filter: "'NIC_Intel-XL710' and
6043            '78B' and
6044            ('BASE' or 'SCALE') and
6045            'NDRPDR' and
6046            '2T2C' and
6047            'IP6FWD' and
6048            not 'SRv6' and
6049            not 'IPSEC' and
6050            not 'VHOST'"
6051   parameters:
6052   - "throughput"
6053   - "parent"
6054   traces:
6055     hoverinfo: "x+y"
6056     boxpoints: "outliers"
6057     whiskerwidth: 0
6058   layout:
6059     title: ""  # No title
6060     layout: "plot-throughput"
6061
6062 # Packet Throughput - VPP IPv6 3n-skx-x710
6063 -
6064   type: "plot"
6065   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
6066   algorithm: "plot_performance_box"
6067   output-file-type: ".html"
6068   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
6069   data: "plot-vpp-throughput-latency-3n-skx"
6070   filter: "'NIC_Intel-X710' and
6071            '78B' and
6072            ('BASE' or 'SCALE') and
6073            'NDRPDR' and
6074            '2T1C' and
6075            'IP6FWD' and
6076            not 'SRv6' and
6077            not 'IPSEC' and
6078            not 'VHOST'"
6079   parameters:
6080   - "throughput"
6081   - "parent"
6082   traces:
6083     hoverinfo: "x+y"
6084     boxpoints: "outliers"
6085     whiskerwidth: 0
6086   layout:
6087     title: ""  # No title
6088     layout: "plot-throughput"
6089
6090 -
6091   type: "plot"
6092   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
6093   algorithm: "plot_performance_box"
6094   output-file-type: ".html"
6095   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
6096   data: "plot-vpp-throughput-latency-3n-skx"
6097   filter: "'NIC_Intel-X710' and
6098            '78B' and
6099            ('BASE' or 'SCALE') and
6100            'NDRPDR' and
6101            '2T1C' and
6102            'IP6FWD' and
6103            not 'SRv6' and
6104            not 'IPSEC' and
6105            not 'VHOST'"
6106   parameters:
6107   - "throughput"
6108   - "parent"
6109   traces:
6110     hoverinfo: "x+y"
6111     boxpoints: "outliers"
6112     whiskerwidth: 0
6113   layout:
6114     title: ""  # No title
6115     layout: "plot-throughput"
6116
6117 -
6118   type: "plot"
6119   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
6120   algorithm: "plot_performance_box"
6121   output-file-type: ".html"
6122   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
6123   data: "plot-vpp-throughput-latency-3n-skx"
6124   filter: "'NIC_Intel-X710' and
6125            '78B' and
6126            ('BASE' or 'SCALE') and
6127            'NDRPDR' and
6128            '4T2C' and
6129            'IP6FWD' and
6130            not 'SRv6' and
6131            not 'IPSEC' and
6132            not 'VHOST'"
6133   parameters:
6134   - "throughput"
6135   - "parent"
6136   traces:
6137     hoverinfo: "x+y"
6138     boxpoints: "outliers"
6139     whiskerwidth: 0
6140   layout:
6141     title: ""  # No title
6142     layout: "plot-throughput"
6143
6144 -
6145   type: "plot"
6146   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
6147   algorithm: "plot_performance_box"
6148   output-file-type: ".html"
6149   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
6150   data: "plot-vpp-throughput-latency-3n-skx"
6151   filter: "'NIC_Intel-X710' and
6152            '78B' and
6153            ('BASE' or 'SCALE') and
6154            'NDRPDR' and
6155            '4T2C' and
6156            'IP6FWD' and
6157            not 'SRv6' and
6158            not 'IPSEC' and
6159            not 'VHOST'"
6160   parameters:
6161   - "throughput"
6162   - "parent"
6163   traces:
6164     hoverinfo: "x+y"
6165     boxpoints: "outliers"
6166     whiskerwidth: 0
6167   layout:
6168     title: ""  # No title
6169     layout: "plot-throughput"
6170
6171 # Packet Throughput - VPP IPv6 2n-skx-x710
6172 -
6173   type: "plot"
6174   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
6175   algorithm: "plot_performance_box"
6176   output-file-type: ".html"
6177   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
6178   data: "plot-vpp-throughput-latency-2n-skx"
6179   filter: "'NIC_Intel-X710' and
6180            '78B' and
6181            ('BASE' or 'SCALE') and
6182            'NDRPDR' and
6183            '2T1C' and
6184            'IP6FWD' and
6185            not 'SRv6' and
6186            not 'IPSEC' and
6187            not 'VHOST'"
6188   parameters:
6189   - "throughput"
6190   - "parent"
6191   traces:
6192     hoverinfo: "x+y"
6193     boxpoints: "outliers"
6194     whiskerwidth: 0
6195   layout:
6196     title: ""  # No title
6197     layout: "plot-throughput"
6198
6199 -
6200   type: "plot"
6201   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
6202   algorithm: "plot_performance_box"
6203   output-file-type: ".html"
6204   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
6205   data: "plot-vpp-throughput-latency-2n-skx"
6206   filter: "'NIC_Intel-X710' and
6207            '78B' and
6208            ('BASE' or 'SCALE') and
6209            'NDRPDR' and
6210            '2T1C' and
6211            'IP6FWD' and
6212            not 'IPSEC' and
6213            not 'VHOST'"
6214   parameters:
6215   - "throughput"
6216   - "parent"
6217   traces:
6218     hoverinfo: "x+y"
6219     boxpoints: "outliers"
6220     whiskerwidth: 0
6221   layout:
6222     title: ""  # No title
6223     layout: "plot-throughput"
6224
6225 -
6226   type: "plot"
6227   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
6228   algorithm: "plot_performance_box"
6229   output-file-type: ".html"
6230   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
6231   data: "plot-vpp-throughput-latency-2n-skx"
6232   filter: "'NIC_Intel-X710' and
6233            '78B' and
6234            ('BASE' or 'SCALE') and
6235            'NDRPDR' and
6236            '4T2C' and
6237            'IP6FWD' and
6238            not 'SRv6' and
6239            not 'IPSEC' and
6240            not 'VHOST'"
6241   parameters:
6242   - "throughput"
6243   - "parent"
6244   traces:
6245     hoverinfo: "x+y"
6246     boxpoints: "outliers"
6247     whiskerwidth: 0
6248   layout:
6249     title: ""  # No title
6250     layout: "plot-throughput"
6251
6252 -
6253   type: "plot"
6254   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
6255   algorithm: "plot_performance_box"
6256   output-file-type: ".html"
6257   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
6258   data: "plot-vpp-throughput-latency-2n-skx"
6259   filter: "'NIC_Intel-X710' and
6260            '78B' and
6261            ('BASE' or 'SCALE') and
6262            'NDRPDR' and
6263            '4T2C' and
6264            'IP6FWD' and
6265            not 'SRv6' and
6266            not 'IPSEC' and
6267            not 'VHOST'"
6268   parameters:
6269   - "throughput"
6270   - "parent"
6271   traces:
6272     hoverinfo: "x+y"
6273     boxpoints: "outliers"
6274     whiskerwidth: 0
6275   layout:
6276     title: ""  # No title
6277     layout: "plot-throughput"
6278
6279 # Packet Throughput - VPP IPv6 2n-skx-xxv710
6280 -
6281   type: "plot"
6282   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
6283   algorithm: "plot_performance_box"
6284   output-file-type: ".html"
6285   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
6286   data: "plot-vpp-throughput-latency-2n-skx"
6287   filter: "'NIC_Intel-XXV710' and
6288            '78B' and
6289            ('BASE' or 'SCALE') and
6290            'NDRPDR' and
6291            '2T1C' and
6292            'IP6FWD' and
6293            not 'SRv6' and
6294            not 'IPSEC' and
6295            not 'VHOST'"
6296   parameters:
6297   - "throughput"
6298   - "parent"
6299   traces:
6300     hoverinfo: "x+y"
6301     boxpoints: "outliers"
6302     whiskerwidth: 0
6303   layout:
6304     title: ""  # No title
6305     layout: "plot-throughput"
6306
6307 -
6308   type: "plot"
6309   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
6310   algorithm: "plot_performance_box"
6311   output-file-type: ".html"
6312   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
6313   data: "plot-vpp-throughput-latency-2n-skx"
6314   filter: "'NIC_Intel-XXV710' and
6315            '78B' and
6316            ('BASE' or 'SCALE') and
6317            'NDRPDR' and
6318            '2T1C' and
6319            'IP6FWD' and
6320            not 'SRv6' and
6321            not 'IPSEC' and
6322            not 'VHOST'"
6323   parameters:
6324   - "throughput"
6325   - "parent"
6326   traces:
6327     hoverinfo: "x+y"
6328     boxpoints: "outliers"
6329     whiskerwidth: 0
6330   layout:
6331     title: ""  # No title
6332     layout: "plot-throughput"
6333
6334 -
6335   type: "plot"
6336   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
6337   algorithm: "plot_performance_box"
6338   output-file-type: ".html"
6339   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
6340   data: "plot-vpp-throughput-latency-2n-skx"
6341   filter: "'NIC_Intel-XXV710' and
6342            '78B' and
6343            ('BASE' or 'SCALE') and
6344            'NDRPDR' and
6345            '4T2C' and
6346            'IP6FWD' and
6347            not 'SRv6' and
6348            not 'IPSEC' and
6349            not 'VHOST'"
6350   parameters:
6351   - "throughput"
6352   - "parent"
6353   traces:
6354     hoverinfo: "x+y"
6355     boxpoints: "outliers"
6356     whiskerwidth: 0
6357   layout:
6358     title: ""  # No title
6359     layout: "plot-throughput"
6360
6361 -
6362   type: "plot"
6363   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
6364   algorithm: "plot_performance_box"
6365   output-file-type: ".html"
6366   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
6367   data: "plot-vpp-throughput-latency-2n-skx"
6368   filter: "'NIC_Intel-XXV710' and
6369            '78B' and
6370            ('BASE' or 'SCALE') and
6371            'NDRPDR' and
6372            '4T2C' and
6373            'IP6FWD' and
6374            not 'SRv6' and
6375            not 'IPSEC' and
6376            not 'VHOST'"
6377   parameters:
6378   - "throughput"
6379   - "parent"
6380   traces:
6381     hoverinfo: "x+y"
6382     boxpoints: "outliers"
6383     whiskerwidth: 0
6384   layout:
6385     title: ""  # No title
6386     layout: "plot-throughput"
6387
6388 ################################################################################
6389
6390 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
6391 -
6392   type: "plot"
6393   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
6394   algorithm: "plot_performance_box"
6395   output-file-type: ".html"
6396   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
6397   data: "plot-vpp-throughput-latency-3n-hsw"
6398   filter: "'NIC_Intel-X520-DA2' and
6399            '78B' and
6400            'ENCAP' and
6401            'NDRPDR' and
6402            '1T1C' and
6403            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6404            not 'VHOST'"
6405   parameters:
6406   - "throughput"
6407   - "parent"
6408   traces:
6409     hoverinfo: "x+y"
6410     boxpoints: "outliers"
6411     whiskerwidth: 0
6412   layout:
6413     title: ""  # No title
6414     layout: "plot-throughput"
6415
6416 -
6417   type: "plot"
6418   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
6419   algorithm: "plot_performance_box"
6420   output-file-type: ".html"
6421   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
6422   data: "plot-vpp-throughput-latency-3n-hsw"
6423   filter: "'NIC_Intel-X520-DA2' and
6424            '78B' and
6425            'ENCAP' and
6426            'NDRPDR' and
6427            '1T1C' and
6428            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6429            not 'VHOST'"
6430   parameters:
6431   - "throughput"
6432   - "parent"
6433   traces:
6434     hoverinfo: "x+y"
6435     boxpoints: "outliers"
6436     whiskerwidth: 0
6437   layout:
6438     title: ""  # No title
6439     layout: "plot-throughput"
6440
6441 -
6442   type: "plot"
6443   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
6444   algorithm: "plot_performance_box"
6445   output-file-type: ".html"
6446   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
6447   data: "plot-vpp-throughput-latency-3n-hsw"
6448   filter: "'NIC_Intel-X520-DA2' and
6449            '78B' and
6450            'ENCAP' and
6451            'NDRPDR' and
6452            '2T2C' and
6453            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6454            not 'VHOST'"
6455   parameters:
6456   - "throughput"
6457   - "parent"
6458   traces:
6459     hoverinfo: "x+y"
6460     boxpoints: "outliers"
6461     whiskerwidth: 0
6462   layout:
6463     title: ""  # No title
6464     layout: "plot-throughput"
6465
6466 -
6467   type: "plot"
6468   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
6469   algorithm: "plot_performance_box"
6470   output-file-type: ".html"
6471   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
6472   data: "plot-vpp-throughput-latency-3n-hsw"
6473   filter: "'NIC_Intel-X520-DA2' and
6474            '78B' and
6475            'ENCAP' and
6476            'NDRPDR' and
6477            '2T2C' and
6478            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6479            not 'VHOST'"
6480   parameters:
6481   - "throughput"
6482   - "parent"
6483   traces:
6484     hoverinfo: "x+y"
6485     boxpoints: "outliers"
6486     whiskerwidth: 0
6487   layout:
6488     title: ""  # No title
6489     layout: "plot-throughput"
6490
6491 ################################################################################
6492
6493 # Packet Throughput - VPP IPSec 3n-hsw-xl710
6494 -
6495   type: "plot"
6496   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6497   algorithm: "plot_performance_box"
6498   output-file-type: ".html"
6499   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6500   data: "plot-vpp-throughput-latency-3n-hsw"
6501   filter: "'NIC_Intel-XL710' and
6502            '64B' and
6503            'IP4FWD' and
6504            'NDRPDR' and
6505            '1T1C' and
6506            'IPSECHW' and
6507            ('IPSECTRAN' or 'IPSECTUN') and
6508            not 'VHOST'"
6509   parameters:
6510   - "throughput"
6511   - "parent"
6512   traces:
6513     hoverinfo: "x+y"
6514     boxpoints: "outliers"
6515     whiskerwidth: 0
6516   layout:
6517     title: ""  # No title
6518     layout: "plot-throughput"
6519
6520 -
6521   type: "plot"
6522   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6523   algorithm: "plot_performance_box"
6524   output-file-type: ".html"
6525   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6526   data: "plot-vpp-throughput-latency-3n-hsw"
6527   filter: "'NIC_Intel-XL710' and
6528            '64B' and
6529            'IP4FWD' and
6530            'NDRPDR' and
6531            '1T1C' and
6532            'IPSECHW' and
6533            ('IPSECTRAN' or 'IPSECTUN') and
6534            not 'VHOST'"
6535   parameters:
6536   - "throughput"
6537   - "parent"
6538   traces:
6539     hoverinfo: "x+y"
6540     boxpoints: "outliers"
6541     whiskerwidth: 0
6542   layout:
6543     title: ""  # No title
6544     layout: "plot-throughput"
6545
6546 -
6547   type: "plot"
6548   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6549   algorithm: "plot_performance_box"
6550   output-file-type: ".html"
6551   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6552   data: "plot-vpp-throughput-latency-3n-hsw"
6553   filter: "'NIC_Intel-XL710' and
6554            '64B' and
6555            'IP4FWD' and
6556            'NDRPDR' and
6557            '2T2C' and
6558            'IPSECHW' and
6559            ('IPSECTRAN' or 'IPSECTUN') and
6560            not 'VHOST'"
6561   parameters:
6562   - "throughput"
6563   - "parent"
6564   traces:
6565     hoverinfo: "x+y"
6566     boxpoints: "outliers"
6567     whiskerwidth: 0
6568   layout:
6569     title: ""  # No title
6570     layout: "plot-throughput"
6571
6572 -
6573   type: "plot"
6574   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6575   algorithm: "plot_performance_box"
6576   output-file-type: ".html"
6577   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6578   data: "plot-vpp-throughput-latency-3n-hsw"
6579   filter: "'NIC_Intel-XL710' and
6580            '64B' and
6581            'IP4FWD' and
6582            'NDRPDR' and
6583            '2T2C' and
6584            'IPSECHW' and
6585            ('IPSECTRAN' or 'IPSECTUN') and
6586            not 'VHOST'"
6587   parameters:
6588   - "throughput"
6589   - "parent"
6590   traces:
6591     hoverinfo: "x+y"
6592     boxpoints: "outliers"
6593     whiskerwidth: 0
6594   layout:
6595     title: ""  # No title
6596     layout: "plot-throughput"
6597
6598 ################################################################################
6599
6600 # Packet Throughput - VPP SRv6 3n-hsw-x520
6601 -
6602   type: "plot"
6603   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
6604   algorithm: "plot_performance_box"
6605   output-file-type: ".html"
6606   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
6607   data: "plot-vpp-throughput-latency-3n-hsw"
6608   filter: "'NIC_Intel-X520-DA2' and
6609            '78B' and
6610            'FEATURE' and
6611            'NDRPDR' and
6612            '1T1C' and
6613            'IP6FWD' and
6614            'SRv6'"
6615   parameters:
6616   - "throughput"
6617   - "parent"
6618   traces:
6619     hoverinfo: "x+y"
6620     boxpoints: "outliers"
6621     whiskerwidth: 0
6622   layout:
6623     title: ""  # No title
6624     layout: "plot-throughput"
6625
6626 -
6627   type: "plot"
6628   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
6629   algorithm: "plot_performance_box"
6630   output-file-type: ".html"
6631   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
6632   data: "plot-vpp-throughput-latency-3n-hsw"
6633   filter: "'NIC_Intel-X520-DA2' and
6634            '78B' and
6635            'FEATURE' and
6636            'NDRPDR' and
6637            '1T1C' and
6638            'IP6FWD' and
6639            'SRv6'"
6640   parameters:
6641   - "throughput"
6642   - "parent"
6643   traces:
6644     hoverinfo: "x+y"
6645     boxpoints: "outliers"
6646     whiskerwidth: 0
6647   layout:
6648     title: ""  # No title
6649     layout: "plot-throughput"
6650
6651 -
6652   type: "plot"
6653   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
6654   algorithm: "plot_performance_box"
6655   output-file-type: ".html"
6656   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
6657   data: "plot-vpp-throughput-latency-3n-hsw"
6658   filter: "'NIC_Intel-X520-DA2' and
6659            '78B' and
6660            'FEATURE' and
6661            'NDRPDR' and
6662            '2T2C' and
6663            'IP6FWD' and
6664            'SRv6'"
6665   parameters:
6666   - "throughput"
6667   - "parent"
6668   traces:
6669     hoverinfo: "x+y"
6670     boxpoints: "outliers"
6671     whiskerwidth: 0
6672   layout:
6673     title: ""  # No title
6674     layout: "plot-throughput"
6675
6676 -
6677   type: "plot"
6678   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
6679   algorithm: "plot_performance_box"
6680   output-file-type: ".html"
6681   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
6682   data: "plot-vpp-throughput-latency-3n-hsw"
6683   filter: "'NIC_Intel-X520-DA2' and
6684            '78B' and
6685            'FEATURE' and
6686            'NDRPDR' and
6687            '2T2C' and
6688            'IP6FWD' and
6689            'SRv6'"
6690   parameters:
6691   - "throughput"
6692   - "parent"
6693   traces:
6694     hoverinfo: "x+y"
6695     boxpoints: "outliers"
6696     whiskerwidth: 0
6697   layout:
6698     title: ""  # No title
6699     layout: "plot-throughput"
6700
6701 ################################################################################
6702
6703 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
6704 -
6705   type: "plot"
6706   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6707   algorithm: "plot_performance_box"
6708   output-file-type: ".html"
6709   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6710   data: "plot-vpp-throughput-latency-3n-hsw"
6711   filter: "'NIC_Intel-X520-DA2' and
6712            '64B' and
6713            'NDRPDR' and
6714            '1T1C' and
6715            'VHOST' and
6716            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6717   parameters:
6718   - "throughput"
6719   - "parent"
6720   traces:
6721     hoverinfo: "x+y"
6722     boxpoints: "outliers"
6723     whiskerwidth: 0
6724   layout:
6725     title: ""  # No title
6726     layout: "plot-throughput"
6727
6728 -
6729   type: "plot"
6730   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6731   algorithm: "plot_performance_box"
6732   output-file-type: ".html"
6733   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6734   data: "plot-vpp-throughput-latency-3n-hsw"
6735   filter: "'NIC_Intel-X520-DA2' and
6736            '64B' and
6737            'NDRPDR' and
6738            '2T2C' and
6739            'VHOST' and
6740            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6741   parameters:
6742   - "throughput"
6743   - "parent"
6744   traces:
6745     hoverinfo: "x+y"
6746     boxpoints: "outliers"
6747     whiskerwidth: 0
6748   layout:
6749     title: ""  # No title
6750     layout: "plot-throughput"
6751
6752 -
6753   type: "plot"
6754   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6755   algorithm: "plot_performance_box"
6756   output-file-type: ".html"
6757   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6758   data: "plot-vpp-throughput-latency-3n-hsw"
6759   filter: "'NIC_Intel-X520-DA2' and
6760            '64B' and
6761            'NDRPDR' and
6762            '1T1C' and
6763            'VHOST' and
6764            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6765   parameters:
6766   - "throughput"
6767   - "parent"
6768   traces:
6769     hoverinfo: "x+y"
6770     boxpoints: "outliers"
6771     whiskerwidth: 0
6772   layout:
6773     title: ""  # No title
6774     layout: "plot-throughput"
6775
6776 -
6777   type: "plot"
6778   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6779   algorithm: "plot_performance_box"
6780   output-file-type: ".html"
6781   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6782   data: "plot-vpp-throughput-latency-3n-hsw"
6783   filter: "'NIC_Intel-X520-DA2' and
6784            '64B' and
6785            'NDRPDR' and
6786            '2T2C' and
6787            'VHOST' and
6788            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6789   parameters:
6790   - "throughput"
6791   - "parent"
6792   traces:
6793     hoverinfo: "x+y"
6794     boxpoints: "outliers"
6795     whiskerwidth: 0
6796   layout:
6797     title: ""  # No title
6798     layout: "plot-throughput"
6799
6800 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
6801 -
6802   type: "plot"
6803   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6804   algorithm: "plot_performance_box"
6805   output-file-type: ".html"
6806   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6807   data: "plot-vpp-throughput-latency-3n-hsw"
6808   filter: "'NIC_Intel-X520-DA2' and
6809            '64B' and
6810            'NDRPDR' and
6811            '1T1C' and
6812            'VHOST' and
6813            not 'VXLAN' and
6814            not 'IP4FWD' and
6815            not 'DOT1Q' and
6816            not '2VM'"
6817   parameters:
6818   - "throughput"
6819   - "parent"
6820   traces:
6821     hoverinfo: "x+y"
6822     boxpoints: "outliers"
6823     whiskerwidth: 0
6824   layout:
6825     title: ""  # No title
6826     layout: "plot-throughput"
6827
6828 -
6829   type: "plot"
6830   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6831   algorithm: "plot_performance_box"
6832   output-file-type: ".html"
6833   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6834   data: "plot-vpp-throughput-latency-3n-hsw"
6835   filter: "'NIC_Intel-X520-DA2' and
6836            '64B' and
6837            'NDRPDR' and
6838            '2T2C' and
6839            'VHOST' and
6840            not 'VXLAN' and
6841            not 'IP4FWD' and
6842            not 'DOT1Q' and
6843            not '2VM'"
6844   parameters:
6845   - "throughput"
6846   - "parent"
6847   traces:
6848     hoverinfo: "x+y"
6849     boxpoints: "outliers"
6850     whiskerwidth: 0
6851   layout:
6852     title: ""  # No title
6853     layout: "plot-throughput"
6854
6855 -
6856   type: "plot"
6857   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6858   algorithm: "plot_performance_box"
6859   output-file-type: ".html"
6860   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6861   data: "plot-vpp-throughput-latency-3n-hsw"
6862   filter: "'NIC_Intel-X520-DA2' and
6863            '64B' and
6864            'NDRPDR' and
6865            '1T1C' and
6866            'VHOST' and
6867            not 'VXLAN' and
6868            not 'IP4FWD' and
6869            not 'DOT1Q' and
6870            not '2VM'"
6871   parameters:
6872   - "throughput"
6873   - "parent"
6874   traces:
6875     hoverinfo: "x+y"
6876     boxpoints: "outliers"
6877     whiskerwidth: 0
6878   layout:
6879     title: ""  # No title
6880     layout: "plot-throughput"
6881
6882 -
6883   type: "plot"
6884   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6885   algorithm: "plot_performance_box"
6886   output-file-type: ".html"
6887   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6888   data: "plot-vpp-throughput-latency-3n-hsw"
6889   filter: "'NIC_Intel-X520-DA2' and
6890            '64B' and
6891            'NDRPDR' and
6892            '2T2C' and
6893            'VHOST' and
6894            not 'VXLAN' and
6895            not 'IP4FWD' and
6896            not 'DOT1Q' and
6897            not '2VM'"
6898   parameters:
6899   - "throughput"
6900   - "parent"
6901   traces:
6902     hoverinfo: "x+y"
6903     boxpoints: "outliers"
6904     whiskerwidth: 0
6905   layout:
6906     title: ""  # No title
6907     layout: "plot-throughput"
6908
6909 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
6910 -
6911   type: "plot"
6912   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6913   algorithm: "plot_performance_box"
6914   output-file-type: ".html"
6915   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6916   data: "plot-vpp-throughput-latency-3n-hsw"
6917   filter: "'NIC_Intel-X710' and
6918            '64B' and
6919            'NDRPDR' and
6920            '1T1C' and
6921            'VHOST' and
6922            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6923   parameters:
6924   - "throughput"
6925   - "parent"
6926   traces:
6927     hoverinfo: "x+y"
6928     boxpoints: "outliers"
6929     whiskerwidth: 0
6930   layout:
6931     title: ""  # No title
6932     layout: "plot-throughput"
6933
6934 -
6935   type: "plot"
6936   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6937   algorithm: "plot_performance_box"
6938   output-file-type: ".html"
6939   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6940   data: "plot-vpp-throughput-latency-3n-hsw"
6941   filter: "'NIC_Intel-X710' and
6942            '64B' and
6943            'NDRPDR' and
6944            '2T2C' and
6945            'VHOST' and
6946            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6947   parameters:
6948   - "throughput"
6949   - "parent"
6950   traces:
6951     hoverinfo: "x+y"
6952     boxpoints: "outliers"
6953     whiskerwidth: 0
6954   layout:
6955     title: ""  # No title
6956     layout: "plot-throughput"
6957
6958 -
6959   type: "plot"
6960   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6961   algorithm: "plot_performance_box"
6962   output-file-type: ".html"
6963   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6964   data: "plot-vpp-throughput-latency-3n-hsw"
6965   filter: "'NIC_Intel-X710' and
6966            '64B' and
6967            'NDRPDR' and
6968            '1T1C' and
6969            'VHOST' and
6970            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6971   parameters:
6972   - "throughput"
6973   - "parent"
6974   traces:
6975     hoverinfo: "x+y"
6976     boxpoints: "outliers"
6977     whiskerwidth: 0
6978   layout:
6979     title: ""  # No title
6980     layout: "plot-throughput"
6981
6982 -
6983   type: "plot"
6984   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6985   algorithm: "plot_performance_box"
6986   output-file-type: ".html"
6987   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6988   data: "plot-vpp-throughput-latency-3n-hsw"
6989   filter: "'NIC_Intel-X710' and
6990            '64B' and
6991            'NDRPDR' and
6992            '2T2C' and
6993            'VHOST' and
6994            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6995   parameters:
6996   - "throughput"
6997   - "parent"
6998   traces:
6999     hoverinfo: "x+y"
7000     boxpoints: "outliers"
7001     whiskerwidth: 0
7002   layout:
7003     title: ""  # No title
7004     layout: "plot-throughput"
7005
7006 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
7007 -
7008   type: "plot"
7009   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7010   algorithm: "plot_performance_box"
7011   output-file-type: ".html"
7012   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7013   data: "plot-vpp-throughput-latency-3n-hsw"
7014   filter: "'NIC_Intel-X710' and
7015            '64B' and
7016            'NDRPDR' and
7017            '1T1C' and
7018            'VHOST' and
7019            not 'VXLAN' and
7020            not 'IP4FWD' and
7021            not 'DOT1Q' and
7022            not '2VM'"
7023   parameters:
7024   - "throughput"
7025   - "parent"
7026   traces:
7027     hoverinfo: "x+y"
7028     boxpoints: "outliers"
7029     whiskerwidth: 0
7030   layout:
7031     title: ""  # No title
7032     layout: "plot-throughput"
7033
7034 -
7035   type: "plot"
7036   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7037   algorithm: "plot_performance_box"
7038   output-file-type: ".html"
7039   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7040   data: "plot-vpp-throughput-latency-3n-hsw"
7041   filter: "'NIC_Intel-X710' and
7042            '64B' and
7043            'NDRPDR' and
7044            '2T2C' and
7045            'VHOST' and
7046            not 'VXLAN' and
7047            not 'IP4FWD' and
7048            not 'DOT1Q' and
7049            not '2VM'"
7050   parameters:
7051   - "throughput"
7052   - "parent"
7053   traces:
7054     hoverinfo: "x+y"
7055     boxpoints: "outliers"
7056     whiskerwidth: 0
7057   layout:
7058     title: ""  # No title
7059     layout: "plot-throughput"
7060
7061 -
7062   type: "plot"
7063   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7064   algorithm: "plot_performance_box"
7065   output-file-type: ".html"
7066   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7067   data: "plot-vpp-throughput-latency-3n-hsw"
7068   filter: "'NIC_Intel-X710' and
7069            '64B' and
7070            'NDRPDR' and
7071            '1T1C' and
7072            'VHOST' and
7073            not 'VXLAN' and
7074            not 'IP4FWD' and
7075            not 'DOT1Q' and
7076            not '2VM'"
7077   parameters:
7078   - "throughput"
7079   - "parent"
7080   traces:
7081     hoverinfo: "x+y"
7082     boxpoints: "outliers"
7083     whiskerwidth: 0
7084   layout:
7085     title: ""  # No title
7086     layout: "plot-throughput"
7087
7088 -
7089   type: "plot"
7090   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7091   algorithm: "plot_performance_box"
7092   output-file-type: ".html"
7093   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7094   data: "plot-vpp-throughput-latency-3n-hsw"
7095   filter: "'NIC_Intel-X710' and
7096            '64B' and
7097            'NDRPDR' and
7098            '2T2C' and
7099            'VHOST' and
7100            not 'VXLAN' and
7101            not 'IP4FWD' and
7102            not 'DOT1Q' and
7103            not '2VM'"
7104   parameters:
7105   - "throughput"
7106   - "parent"
7107   traces:
7108     hoverinfo: "x+y"
7109     boxpoints: "outliers"
7110     whiskerwidth: 0
7111   layout:
7112     title: ""  # No title
7113     layout: "plot-throughput"
7114
7115 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
7116 -
7117   type: "plot"
7118   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7119   algorithm: "plot_performance_box"
7120   output-file-type: ".html"
7121   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7122   data: "plot-vpp-throughput-latency-3n-hsw"
7123   filter: "'NIC_Intel-XL710' and
7124            '64B' and
7125            'NDRPDR' and
7126            '1T1C' and
7127            'VHOST' and
7128            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7129   parameters:
7130   - "throughput"
7131   - "parent"
7132   traces:
7133     hoverinfo: "x+y"
7134     boxpoints: "outliers"
7135     whiskerwidth: 0
7136   layout:
7137     title: ""  # No title
7138     layout: "plot-throughput"
7139
7140 -
7141   type: "plot"
7142   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7143   algorithm: "plot_performance_box"
7144   output-file-type: ".html"
7145   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7146   data: "plot-vpp-throughput-latency-3n-hsw"
7147   filter: "'NIC_Intel-XL710' and
7148            '64B' and
7149            'NDRPDR' and
7150            '2T2C' and
7151            'VHOST' and
7152            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7153   parameters:
7154   - "throughput"
7155   - "parent"
7156   traces:
7157     hoverinfo: "x+y"
7158     boxpoints: "outliers"
7159     whiskerwidth: 0
7160   layout:
7161     title: ""  # No title
7162     layout: "plot-throughput"
7163
7164 -
7165   type: "plot"
7166   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7167   algorithm: "plot_performance_box"
7168   output-file-type: ".html"
7169   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7170   data: "plot-vpp-throughput-latency-3n-hsw"
7171   filter: "'NIC_Intel-XL710' and
7172            '64B' and
7173            'NDRPDR' and
7174            '1T1C' and
7175            'VHOST' and
7176            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7177   parameters:
7178   - "throughput"
7179   - "parent"
7180   traces:
7181     hoverinfo: "x+y"
7182     boxpoints: "outliers"
7183     whiskerwidth: 0
7184   layout:
7185     title: ""  # No title
7186     layout: "plot-throughput"
7187
7188 -
7189   type: "plot"
7190   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7191   algorithm: "plot_performance_box"
7192   output-file-type: ".html"
7193   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7194   data: "plot-vpp-throughput-latency-3n-hsw"
7195   filter: "'NIC_Intel-XL710' and
7196            '64B' and
7197            'NDRPDR' and
7198            '2T2C' and
7199            'VHOST' and
7200            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7201   parameters:
7202   - "throughput"
7203   - "parent"
7204   traces:
7205     hoverinfo: "x+y"
7206     boxpoints: "outliers"
7207     whiskerwidth: 0
7208   layout:
7209     title: ""  # No title
7210     layout: "plot-throughput"
7211
7212 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
7213 -
7214   type: "plot"
7215   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7216   algorithm: "plot_performance_box"
7217   output-file-type: ".html"
7218   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7219   data: "plot-vpp-throughput-latency-3n-hsw"
7220   filter: "'NIC_Intel-XL710' and
7221            '64B' and
7222            'NDRPDR' and
7223            '1T1C' and
7224            'VHOST' and
7225            not 'VXLAN' and
7226            not 'IP4FWD' and
7227            not 'DOT1Q' and
7228            not '2VM'"
7229   parameters:
7230   - "throughput"
7231   - "parent"
7232   traces:
7233     hoverinfo: "x+y"
7234     boxpoints: "outliers"
7235     whiskerwidth: 0
7236   layout:
7237     title: ""  # No title
7238     layout: "plot-throughput"
7239
7240 -
7241   type: "plot"
7242   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7243   algorithm: "plot_performance_box"
7244   output-file-type: ".html"
7245   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7246   data: "plot-vpp-throughput-latency-3n-hsw"
7247   filter: "'NIC_Intel-XL710' and
7248            '64B' and
7249            'NDRPDR' and
7250            '2T2C' and
7251            'VHOST' and
7252            not 'VXLAN' and
7253            not 'IP4FWD' and
7254            not 'DOT1Q' and
7255            not '2VM'"
7256   parameters:
7257   - "throughput"
7258   - "parent"
7259   traces:
7260     hoverinfo: "x+y"
7261     boxpoints: "outliers"
7262     whiskerwidth: 0
7263   layout:
7264     title: ""  # No title
7265     layout: "plot-throughput"
7266
7267 -
7268   type: "plot"
7269   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7270   algorithm: "plot_performance_box"
7271   output-file-type: ".html"
7272   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7273   data: "plot-vpp-throughput-latency-3n-hsw"
7274   filter: "'NIC_Intel-XL710' and
7275            '64B' and
7276            'NDRPDR' and
7277            '1T1C' and
7278            'VHOST' and
7279            not 'VXLAN' and
7280            not 'IP4FWD' and
7281            not 'DOT1Q' and
7282            not '2VM'"
7283   parameters:
7284   - "throughput"
7285   - "parent"
7286   traces:
7287     hoverinfo: "x+y"
7288     boxpoints: "outliers"
7289     whiskerwidth: 0
7290   layout:
7291     title: ""  # No title
7292     layout: "plot-throughput"
7293
7294 -
7295   type: "plot"
7296   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7297   algorithm: "plot_performance_box"
7298   output-file-type: ".html"
7299   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7300   data: "plot-vpp-throughput-latency-3n-hsw"
7301   filter: "'NIC_Intel-XL710' and
7302            '64B' and
7303            'NDRPDR' and
7304            '2T2C' and
7305            'VHOST' and
7306            not 'VXLAN' and
7307            not 'IP4FWD' and
7308            not 'DOT1Q' and
7309            not '2VM'"
7310   parameters:
7311   - "throughput"
7312   - "parent"
7313   traces:
7314     hoverinfo: "x+y"
7315     boxpoints: "outliers"
7316     whiskerwidth: 0
7317   layout:
7318     title: ""  # No title
7319     layout: "plot-throughput"
7320
7321 ################################################################################
7322
7323 # Packet Throughput - VPP VTS 3n-hsw-x520
7324 -
7325   type: "plot"
7326   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
7327   algorithm: "plot_performance_box"
7328   output-file-type: ".html"
7329   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
7330   data: "plot-vpp-throughput-latency-3n-hsw"
7331   filter: "'NIC_Intel-X520-DA2' and
7332            '114B' and
7333            'NDRPDR' and
7334            '1T1C' and
7335            'VTS'"
7336   parameters:
7337   - "throughput"
7338   - "parent"
7339   traces:
7340     hoverinfo: "x+y"
7341     boxpoints: "outliers"
7342     whiskerwidth: 0
7343   layout:
7344     title: ""  # No title
7345     layout: "plot-throughput"
7346
7347 -
7348   type: "plot"
7349   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
7350   algorithm: "plot_performance_box"
7351   output-file-type: ".html"
7352   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
7353   data: "plot-vpp-throughput-latency-3n-hsw"
7354   filter: "'NIC_Intel-X520-DA2' and
7355            '114B' and
7356            'NDRPDR' and
7357            '2T2C' and
7358            'VTS'"
7359   parameters:
7360   - "throughput"
7361   - "parent"
7362   traces:
7363     hoverinfo: "x+y"
7364     boxpoints: "outliers"
7365     whiskerwidth: 0
7366   layout:
7367     title: ""  # No title
7368     layout: "plot-throughput"
7369
7370 -
7371   type: "plot"
7372   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
7373   algorithm: "plot_performance_box"
7374   output-file-type: ".html"
7375   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
7376   data: "plot-vpp-throughput-latency-3n-hsw"
7377   filter: "'NIC_Intel-X520-DA2' and
7378            '114B' and
7379            'NDRPDR' and
7380            '1T1C' and
7381            'VTS'"
7382   parameters:
7383   - "throughput"
7384   - "parent"
7385   traces:
7386     hoverinfo: "x+y"
7387     boxpoints: "outliers"
7388     whiskerwidth: 0
7389   layout:
7390     title: ""  # No title
7391     layout: "plot-throughput"
7392
7393 -
7394   type: "plot"
7395   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
7396   algorithm: "plot_performance_box"
7397   output-file-type: ".html"
7398   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
7399   data: "plot-vpp-throughput-latency-3n-hsw"
7400   filter: "'NIC_Intel-X520-DA2' and
7401            '114B' and
7402            'NDRPDR' and
7403            '2T2C' and
7404            'VTS'"
7405   parameters:
7406   - "throughput"
7407   - "parent"
7408   traces:
7409     hoverinfo: "x+y"
7410     boxpoints: "outliers"
7411     whiskerwidth: 0
7412   layout:
7413     title: ""  # No title
7414     layout: "plot-throughput"
7415
7416 ################################################################################
7417
7418 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
7419 -
7420   type: "plot"
7421   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
7422   algorithm: "plot_performance_box"
7423   output-file-type: ".html"
7424   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
7425   data: "plot-dpdk-throughput-latency-3n-hsw"
7426   filter: "'NIC_Intel-X520-DA2' and
7427            '64B' and
7428            'BASE' and
7429            'NDRPDR' and
7430            '1T1C' and
7431            'IP4FWD'"
7432   parameters:
7433   - "throughput"
7434   - "parent"
7435   traces:
7436     hoverinfo: "x+y"
7437     boxpoints: "outliers"
7438     whiskerwidth: 0
7439   layout:
7440     title: ""  # No title
7441     layout: "plot-throughput"
7442
7443 -
7444   type: "plot"
7445   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
7446   algorithm: "plot_performance_box"
7447   output-file-type: ".html"
7448   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
7449   data: "plot-dpdk-throughput-latency-3n-hsw"
7450   filter: "'NIC_Intel-X520-DA2' and
7451            '64B' and
7452            'BASE' and
7453            'NDRPDR' and
7454            '2T2C' and
7455            'IP4FWD'"
7456   parameters:
7457   - "throughput"
7458   - "parent"
7459   traces:
7460     hoverinfo: "x+y"
7461     boxpoints: "outliers"
7462     whiskerwidth: 0
7463   layout:
7464     title: ""  # No title
7465     layout: "plot-throughput"
7466
7467 -
7468   type: "plot"
7469   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
7470   algorithm: "plot_performance_box"
7471   output-file-type: ".html"
7472   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
7473   data: "plot-dpdk-throughput-latency-3n-hsw"
7474   filter: "'NIC_Intel-X520-DA2' and
7475            '64B' and
7476            'BASE' and
7477            'NDRPDR' and
7478            '1T1C' and
7479            'IP4FWD'"
7480   parameters:
7481   - "throughput"
7482   - "parent"
7483   traces:
7484     hoverinfo: "x+y"
7485     boxpoints: "outliers"
7486     whiskerwidth: 0
7487   layout:
7488     title: ""  # No title
7489     layout: "plot-throughput"
7490
7491 -
7492   type: "plot"
7493   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
7494   algorithm: "plot_performance_box"
7495   output-file-type: ".html"
7496   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
7497   data: "plot-dpdk-throughput-latency-3n-hsw"
7498   filter: "'NIC_Intel-X520-DA2' and
7499            '64B' and
7500            'BASE' and
7501            'NDRPDR' and
7502            '2T2C' and
7503            'IP4FWD'"
7504   parameters:
7505   - "throughput"
7506   - "parent"
7507   traces:
7508     hoverinfo: "x+y"
7509     boxpoints: "outliers"
7510     whiskerwidth: 0
7511   layout:
7512     title: ""  # No title
7513     layout: "plot-throughput"
7514
7515 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
7516 -
7517   type: "plot"
7518   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
7519   algorithm: "plot_performance_box"
7520   output-file-type: ".html"
7521   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
7522   data: "plot-dpdk-throughput-latency-3n-hsw"
7523   filter: "'NIC_Intel-X710' and
7524            '64B' and
7525            'BASE' and
7526            'NDRPDR' and
7527            '1T1C' and
7528            'IP4FWD'"
7529   parameters:
7530   - "throughput"
7531   - "parent"
7532   traces:
7533     hoverinfo: "x+y"
7534     boxpoints: "outliers"
7535     whiskerwidth: 0
7536   layout:
7537     title: ""  # No title
7538     layout: "plot-throughput"
7539
7540 -
7541   type: "plot"
7542   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
7543   algorithm: "plot_performance_box"
7544   output-file-type: ".html"
7545   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
7546   data: "plot-dpdk-throughput-latency-3n-hsw"
7547   filter: "'NIC_Intel-X710' and
7548            '64B' and
7549            'BASE' and
7550            'NDRPDR' and
7551            '2T2C' and
7552            'IP4FWD'"
7553   parameters:
7554   - "throughput"
7555   - "parent"
7556   traces:
7557     hoverinfo: "x+y"
7558     boxpoints: "outliers"
7559     whiskerwidth: 0
7560   layout:
7561     title: ""  # No title
7562     layout: "plot-throughput"
7563
7564 -
7565   type: "plot"
7566   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
7567   algorithm: "plot_performance_box"
7568   output-file-type: ".html"
7569   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
7570   data: "plot-dpdk-throughput-latency-3n-hsw"
7571   filter: "'NIC_Intel-X710' and
7572            '64B' and
7573            'BASE' and
7574            'NDRPDR' and
7575            '1T1C' and
7576            'IP4FWD'"
7577   parameters:
7578   - "throughput"
7579   - "parent"
7580   traces:
7581     hoverinfo: "x+y"
7582     boxpoints: "outliers"
7583     whiskerwidth: 0
7584   layout:
7585     title: ""  # No title
7586     layout: "plot-throughput"
7587
7588 -
7589   type: "plot"
7590   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
7591   algorithm: "plot_performance_box"
7592   output-file-type: ".html"
7593   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
7594   data: "plot-dpdk-throughput-latency-3n-hsw"
7595   filter: "'NIC_Intel-X710' and
7596            '64B' and
7597            'BASE' and
7598            'NDRPDR' and
7599            '2T2C' and
7600            'IP4FWD'"
7601   parameters:
7602   - "throughput"
7603   - "parent"
7604   traces:
7605     hoverinfo: "x+y"
7606     boxpoints: "outliers"
7607     whiskerwidth: 0
7608   layout:
7609     title: ""  # No title
7610     layout: "plot-throughput"
7611
7612 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
7613 -
7614   type: "plot"
7615   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
7616   algorithm: "plot_performance_box"
7617   output-file-type: ".html"
7618   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
7619   data: "plot-dpdk-throughput-latency-3n-hsw"
7620   filter: "'NIC_Intel-XL710' and
7621            '64B' and
7622            'BASE' and
7623            'NDRPDR' and
7624            '1T1C' and
7625            'IP4FWD'"
7626   parameters:
7627   - "throughput"
7628   - "parent"
7629   traces:
7630     hoverinfo: "x+y"
7631     boxpoints: "outliers"
7632     whiskerwidth: 0
7633   layout:
7634     title: ""  # No title
7635     layout: "plot-throughput"
7636
7637 -
7638   type: "plot"
7639   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
7640   algorithm: "plot_performance_box"
7641   output-file-type: ".html"
7642   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
7643   data: "plot-dpdk-throughput-latency-3n-hsw"
7644   filter: "'NIC_Intel-XL710' and
7645            '64B' and
7646            'BASE' and
7647            'NDRPDR' and
7648            '2T2C' and
7649            'IP4FWD'"
7650   parameters:
7651   - "throughput"
7652   - "parent"
7653   traces:
7654     hoverinfo: "x+y"
7655     boxpoints: "outliers"
7656     whiskerwidth: 0
7657   layout:
7658     title: ""  # No title
7659     layout: "plot-throughput"
7660
7661 -
7662   type: "plot"
7663   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
7664   algorithm: "plot_performance_box"
7665   output-file-type: ".html"
7666   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
7667   data: "plot-dpdk-throughput-latency-3n-hsw"
7668   filter: "'NIC_Intel-XL710' and
7669            '64B' and
7670            'BASE' and
7671            'NDRPDR' and
7672            '1T1C' and
7673            'IP4FWD'"
7674   parameters:
7675   - "throughput"
7676   - "parent"
7677   traces:
7678     hoverinfo: "x+y"
7679     boxpoints: "outliers"
7680     whiskerwidth: 0
7681   layout:
7682     title: ""  # No title
7683     layout: "plot-throughput"
7684
7685 -
7686   type: "plot"
7687   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
7688   algorithm: "plot_performance_box"
7689   output-file-type: ".html"
7690   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
7691   data: "plot-dpdk-throughput-latency-3n-hsw"
7692   filter: "'NIC_Intel-XL710' and
7693            '64B' and
7694            'BASE' and
7695            'NDRPDR' and
7696            '2T2C' and
7697            'IP4FWD'"
7698   parameters:
7699   - "throughput"
7700   - "parent"
7701   traces:
7702     hoverinfo: "x+y"
7703     boxpoints: "outliers"
7704     whiskerwidth: 0
7705   layout:
7706     title: ""  # No title
7707     layout: "plot-throughput"
7708
7709 # Packet Throughput - DPDK l3fwd 3n-skx-x710
7710 -
7711   type: "plot"
7712   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
7713   algorithm: "plot_performance_box"
7714   output-file-type: ".html"
7715   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
7716   data: "plot-dpdk-throughput-latency-3n-skx"
7717   filter: "'NIC_Intel-X710' and
7718            '64B' and
7719            'BASE' and
7720            'NDRPDR' and
7721            '2T1C' and
7722            'IP4FWD'"
7723   parameters:
7724   - "throughput"
7725   - "parent"
7726   traces:
7727     hoverinfo: "x+y"
7728     boxpoints: "outliers"
7729     whiskerwidth: 0
7730   layout:
7731     title: ""  # No title
7732     layout: "plot-throughput"
7733
7734 -
7735   type: "plot"
7736   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
7737   algorithm: "plot_performance_box"
7738   output-file-type: ".html"
7739   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
7740   data: "plot-dpdk-throughput-latency-3n-skx"
7741   filter: "'NIC_Intel-X710' and
7742            '64B' and
7743            'BASE' and
7744            'NDRPDR' and
7745            '4T2C' and
7746            'IP4FWD'"
7747   parameters:
7748   - "throughput"
7749   - "parent"
7750   traces:
7751     hoverinfo: "x+y"
7752     boxpoints: "outliers"
7753     whiskerwidth: 0
7754   layout:
7755     title: ""  # No title
7756     layout: "plot-throughput"
7757
7758 -
7759   type: "plot"
7760   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
7761   algorithm: "plot_performance_box"
7762   output-file-type: ".html"
7763   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
7764   data: "plot-dpdk-throughput-latency-3n-skx"
7765   filter: "'NIC_Intel-X710' and
7766            '64B' and
7767            'BASE' and
7768            'NDRPDR' and
7769            '2T1C' and
7770            'IP4FWD'"
7771   parameters:
7772   - "throughput"
7773   - "parent"
7774   traces:
7775     hoverinfo: "x+y"
7776     boxpoints: "outliers"
7777     whiskerwidth: 0
7778   layout:
7779     title: ""  # No title
7780     layout: "plot-throughput"
7781
7782 -
7783   type: "plot"
7784   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
7785   algorithm: "plot_performance_box"
7786   output-file-type: ".html"
7787   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
7788   data: "plot-dpdk-throughput-latency-3n-skx"
7789   filter: "'NIC_Intel-X710' and
7790            '64B' and
7791            'BASE' and
7792            'NDRPDR' and
7793            '4T2C' and
7794            'IP4FWD'"
7795   parameters:
7796   - "throughput"
7797   - "parent"
7798   traces:
7799     hoverinfo: "x+y"
7800     boxpoints: "outliers"
7801     whiskerwidth: 0
7802   layout:
7803     title: ""  # No title
7804     layout: "plot-throughput"
7805
7806 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
7807 -
7808   type: "plot"
7809   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
7810   algorithm: "plot_performance_box"
7811   output-file-type: ".html"
7812   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
7813   data: "plot-dpdk-throughput-latency-3n-skx"
7814   filter: "'NIC_Intel-XXV710' and
7815            '64B' and
7816            'BASE' and
7817            'NDRPDR' and
7818            '2T1C' and
7819            'IP4FWD'"
7820   parameters:
7821   - "throughput"
7822   - "parent"
7823   traces:
7824     hoverinfo: "x+y"
7825     boxpoints: "outliers"
7826     whiskerwidth: 0
7827   layout:
7828     title: ""  # No title
7829     layout: "plot-throughput"
7830
7831 -
7832   type: "plot"
7833   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
7834   algorithm: "plot_performance_box"
7835   output-file-type: ".html"
7836   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
7837   data: "plot-dpdk-throughput-latency-3n-skx"
7838   filter: "'NIC_Intel-XXV710' and
7839            '64B' and
7840            'BASE' and
7841            'NDRPDR' and
7842            '4T2C' and
7843            'IP4FWD'"
7844   parameters:
7845   - "throughput"
7846   - "parent"
7847   traces:
7848     hoverinfo: "x+y"
7849     boxpoints: "outliers"
7850     whiskerwidth: 0
7851   layout:
7852     title: ""  # No title
7853     layout: "plot-throughput"
7854
7855 -
7856   type: "plot"
7857   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
7858   algorithm: "plot_performance_box"
7859   output-file-type: ".html"
7860   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
7861   data: "plot-dpdk-throughput-latency-3n-skx"
7862   filter: "'NIC_Intel-XXV710' and
7863            '64B' and
7864            'BASE' and
7865            'NDRPDR' and
7866            '2T1C' and
7867            'IP4FWD'"
7868   parameters:
7869   - "throughput"
7870   - "parent"
7871   traces:
7872     hoverinfo: "x+y"
7873     boxpoints: "outliers"
7874     whiskerwidth: 0
7875   layout:
7876     title: ""  # No title
7877     layout: "plot-throughput"
7878
7879 -
7880   type: "plot"
7881   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
7882   algorithm: "plot_performance_box"
7883   output-file-type: ".html"
7884   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
7885   data: "plot-dpdk-throughput-latency-3n-skx"
7886   filter: "'NIC_Intel-XXV710' and
7887            '64B' and
7888            'BASE' and
7889            'NDRPDR' and
7890            '4T2C' and
7891            'IP4FWD'"
7892   parameters:
7893   - "throughput"
7894   - "parent"
7895   traces:
7896     hoverinfo: "x+y"
7897     boxpoints: "outliers"
7898     whiskerwidth: 0
7899   layout:
7900     title: ""  # No title
7901     layout: "plot-throughput"
7902
7903 # Packet Throughput - DPDK l3fwd 2n-skx-x710
7904 -
7905   type: "plot"
7906   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
7907   algorithm: "plot_performance_box"
7908   output-file-type: ".html"
7909   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
7910   data: "plot-dpdk-throughput-latency-2n-skx"
7911   filter: "'NIC_Intel-X710' and
7912            '64B' and
7913            'BASE' and
7914            'NDRPDR' and
7915            '2T1C' and
7916            'IP4FWD'"
7917   parameters:
7918   - "throughput"
7919   - "parent"
7920   traces:
7921     hoverinfo: "x+y"
7922     boxpoints: "outliers"
7923     whiskerwidth: 0
7924   layout:
7925     title: ""  # No title
7926     layout: "plot-throughput"
7927
7928 -
7929   type: "plot"
7930   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
7931   algorithm: "plot_performance_box"
7932   output-file-type: ".html"
7933   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
7934   data: "plot-dpdk-throughput-latency-2n-skx"
7935   filter: "'NIC_Intel-X710' and
7936            '64B' and
7937            'BASE' and
7938            'NDRPDR' and
7939            '4T2C' and
7940            'IP4FWD'"
7941   parameters:
7942   - "throughput"
7943   - "parent"
7944   traces:
7945     hoverinfo: "x+y"
7946     boxpoints: "outliers"
7947     whiskerwidth: 0
7948   layout:
7949     title: ""  # No title
7950     layout: "plot-throughput"
7951
7952 -
7953   type: "plot"
7954   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
7955   algorithm: "plot_performance_box"
7956   output-file-type: ".html"
7957   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
7958   data: "plot-dpdk-throughput-latency-2n-skx"
7959   filter: "'NIC_Intel-X710' and
7960            '64B' and
7961            'BASE' and
7962            'NDRPDR' and
7963            '2T1C' and
7964            'IP4FWD'"
7965   parameters:
7966   - "throughput"
7967   - "parent"
7968   traces:
7969     hoverinfo: "x+y"
7970     boxpoints: "outliers"
7971     whiskerwidth: 0
7972   layout:
7973     title: ""  # No title
7974     layout: "plot-throughput"
7975
7976 -
7977   type: "plot"
7978   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
7979   algorithm: "plot_performance_box"
7980   output-file-type: ".html"
7981   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
7982   data: "plot-dpdk-throughput-latency-2n-skx"
7983   filter: "'NIC_Intel-X710' and
7984            '64B' and
7985            'BASE' and
7986            'NDRPDR' and
7987            '4T2C' and
7988            'IP4FWD'"
7989   parameters:
7990   - "throughput"
7991   - "parent"
7992   traces:
7993     hoverinfo: "x+y"
7994     boxpoints: "outliers"
7995     whiskerwidth: 0
7996   layout:
7997     title: ""  # No title
7998     layout: "plot-throughput"
7999
8000 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
8001 -
8002   type: "plot"
8003   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
8004   algorithm: "plot_performance_box"
8005   output-file-type: ".html"
8006   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
8007   data: "plot-dpdk-throughput-latency-2n-skx"
8008   filter: "'NIC_Intel-XXV710' and
8009            '64B' and
8010            'BASE' and
8011            'NDRPDR' and
8012            '2T1C' and
8013            'IP4FWD'"
8014   parameters:
8015   - "throughput"
8016   - "parent"
8017   traces:
8018     hoverinfo: "x+y"
8019     boxpoints: "outliers"
8020     whiskerwidth: 0
8021   layout:
8022     title: ""  # No title
8023     layout: "plot-throughput"
8024
8025 -
8026   type: "plot"
8027   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
8028   algorithm: "plot_performance_box"
8029   output-file-type: ".html"
8030   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
8031   data: "plot-dpdk-throughput-latency-2n-skx"
8032   filter: "'NIC_Intel-XXV710' and
8033            '64B' and
8034            'BASE' and
8035            'NDRPDR' and
8036            '4T2C' and
8037            'IP4FWD'"
8038   parameters:
8039   - "throughput"
8040   - "parent"
8041   traces:
8042     hoverinfo: "x+y"
8043     boxpoints: "outliers"
8044     whiskerwidth: 0
8045   layout:
8046     title: ""  # No title
8047     layout: "plot-throughput"
8048
8049 -
8050   type: "plot"
8051   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
8052   algorithm: "plot_performance_box"
8053   output-file-type: ".html"
8054   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
8055   data: "plot-dpdk-throughput-latency-2n-skx"
8056   filter: "'NIC_Intel-XXV710' and
8057            '64B' and
8058            'BASE' and
8059            'NDRPDR' and
8060            '2T1C' and
8061            'IP4FWD'"
8062   parameters:
8063   - "throughput"
8064   - "parent"
8065   traces:
8066     hoverinfo: "x+y"
8067     boxpoints: "outliers"
8068     whiskerwidth: 0
8069   layout:
8070     title: ""  # No title
8071     layout: "plot-throughput"
8072
8073 -
8074   type: "plot"
8075   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
8076   algorithm: "plot_performance_box"
8077   output-file-type: ".html"
8078   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
8079   data: "plot-dpdk-throughput-latency-2n-skx"
8080   filter: "'NIC_Intel-XXV710' and
8081            '64B' and
8082            'BASE' and
8083            'NDRPDR' and
8084            '4T2C' and
8085            'IP4FWD'"
8086   parameters:
8087   - "throughput"
8088   - "parent"
8089   traces:
8090     hoverinfo: "x+y"
8091     boxpoints: "outliers"
8092     whiskerwidth: 0
8093   layout:
8094     title: ""  # No title
8095     layout: "plot-throughput"
8096
8097 ################################################################################
8098
8099 # Packet Throughput - DPDK testpmd 3n-hsw-x520
8100 -
8101   type: "plot"
8102   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
8103   algorithm: "plot_performance_box"
8104   output-file-type: ".html"
8105   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
8106   data: "plot-dpdk-throughput-latency-3n-hsw"
8107   filter: "'NIC_Intel-X520-DA2' and
8108            '64B' and
8109            'BASE' and
8110            'NDRPDR' and
8111            '1T1C' and
8112            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8113   parameters:
8114   - "throughput"
8115   - "parent"
8116   traces:
8117     hoverinfo: "x+y"
8118     boxpoints: "outliers"
8119     whiskerwidth: 0
8120   layout:
8121     title: ""  # No title
8122     layout: "plot-throughput"
8123
8124 -
8125   type: "plot"
8126   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
8127   algorithm: "plot_performance_box"
8128   output-file-type: ".html"
8129   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
8130   data: "plot-dpdk-throughput-latency-3n-hsw"
8131   filter: "'NIC_Intel-X520-DA2' and
8132            '64B' and
8133            'BASE' and
8134            'NDRPDR' and
8135            '2T2C' and
8136            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8137   parameters:
8138   - "throughput"
8139   - "parent"
8140   traces:
8141     hoverinfo: "x+y"
8142     boxpoints: "outliers"
8143     whiskerwidth: 0
8144   layout:
8145     title: ""  # No title
8146     layout: "plot-throughput"
8147
8148 -
8149   type: "plot"
8150   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
8151   algorithm: "plot_performance_box"
8152   output-file-type: ".html"
8153   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
8154   data: "plot-dpdk-throughput-latency-3n-hsw"
8155   filter: "'NIC_Intel-X520-DA2' and
8156            '64B' and
8157            'BASE' and
8158            'NDRPDR' and
8159            '1T1C' and
8160            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8161   parameters:
8162   - "throughput"
8163   - "parent"
8164   traces:
8165     hoverinfo: "x+y"
8166     boxpoints: "outliers"
8167     whiskerwidth: 0
8168   layout:
8169     title: ""  # No title
8170     layout: "plot-throughput"
8171
8172 -
8173   type: "plot"
8174   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
8175   algorithm: "plot_performance_box"
8176   output-file-type: ".html"
8177   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
8178   data: "plot-dpdk-throughput-latency-3n-hsw"
8179   filter: "'NIC_Intel-X520-DA2' and
8180            '64B' and
8181            'BASE' and
8182            'NDRPDR' and
8183            '2T2C' and
8184            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8185   parameters:
8186   - "throughput"
8187   - "parent"
8188   traces:
8189     hoverinfo: "x+y"
8190     boxpoints: "outliers"
8191     whiskerwidth: 0
8192   layout:
8193     title: ""  # No title
8194     layout: "plot-throughput"
8195
8196 # Packet Throughput - DPDK testpmd 3n-hsw-x710
8197 -
8198   type: "plot"
8199   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
8200   algorithm: "plot_performance_box"
8201   output-file-type: ".html"
8202   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
8203   data: "plot-dpdk-throughput-latency-3n-hsw"
8204   filter: "'NIC_Intel-X710' and
8205            '64B' and
8206            'BASE' and
8207            'NDRPDR' and
8208            '1T1C' and
8209            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8210   parameters:
8211   - "throughput"
8212   - "parent"
8213   traces:
8214     hoverinfo: "x+y"
8215     boxpoints: "outliers"
8216     whiskerwidth: 0
8217   layout:
8218     title: ""  # No title
8219     layout: "plot-throughput"
8220
8221 -
8222   type: "plot"
8223   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
8224   algorithm: "plot_performance_box"
8225   output-file-type: ".html"
8226   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
8227   data: "plot-dpdk-throughput-latency-3n-hsw"
8228   filter: "'NIC_Intel-X710' and
8229            '64B' and
8230            'BASE' and
8231            'NDRPDR' and
8232            '2T2C' and
8233            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8234   parameters:
8235   - "throughput"
8236   - "parent"
8237   traces:
8238     hoverinfo: "x+y"
8239     boxpoints: "outliers"
8240     whiskerwidth: 0
8241   layout:
8242     title: ""  # No title
8243     layout: "plot-throughput"
8244
8245 -
8246   type: "plot"
8247   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
8248   algorithm: "plot_performance_box"
8249   output-file-type: ".html"
8250   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
8251   data: "plot-dpdk-throughput-latency-3n-hsw"
8252   filter: "'NIC_Intel-X710' and
8253            '64B' and
8254            'BASE' and
8255            'NDRPDR' and
8256            '1T1C' and
8257            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8258   parameters:
8259   - "throughput"
8260   - "parent"
8261   traces:
8262     hoverinfo: "x+y"
8263     boxpoints: "outliers"
8264     whiskerwidth: 0
8265   layout:
8266     title: ""  # No title
8267     layout: "plot-throughput"
8268
8269 -
8270   type: "plot"
8271   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
8272   algorithm: "plot_performance_box"
8273   output-file-type: ".html"
8274   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
8275   data: "plot-dpdk-throughput-latency-3n-hsw"
8276   filter: "'NIC_Intel-X710' and
8277            '64B' and
8278            'BASE' and
8279            'NDRPDR' and
8280            '2T2C' and
8281            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8282   parameters:
8283   - "throughput"
8284   - "parent"
8285   traces:
8286     hoverinfo: "x+y"
8287     boxpoints: "outliers"
8288     whiskerwidth: 0
8289   layout:
8290     title: ""  # No title
8291     layout: "plot-throughput"
8292
8293 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
8294 -
8295   type: "plot"
8296   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
8297   algorithm: "plot_performance_box"
8298   output-file-type: ".html"
8299   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
8300   data: "plot-dpdk-throughput-latency-3n-hsw"
8301   filter: "'NIC_Intel-XL710' and
8302            '64B' and
8303            'BASE' and
8304            'NDRPDR' and
8305            '1T1C' and
8306            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8307   parameters:
8308   - "throughput"
8309   - "parent"
8310   traces:
8311     hoverinfo: "x+y"
8312     boxpoints: "outliers"
8313     whiskerwidth: 0
8314   layout:
8315     title: ""  # No title
8316     layout: "plot-throughput"
8317
8318 -
8319   type: "plot"
8320   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
8321   algorithm: "plot_performance_box"
8322   output-file-type: ".html"
8323   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
8324   data: "plot-dpdk-throughput-latency-3n-hsw"
8325   filter: "'NIC_Intel-XL710' and
8326            '64B' and
8327            'BASE' and
8328            'NDRPDR' and
8329            '2T2C' and
8330            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8331   parameters:
8332   - "throughput"
8333   - "parent"
8334   traces:
8335     hoverinfo: "x+y"
8336     boxpoints: "outliers"
8337     whiskerwidth: 0
8338   layout:
8339     title: ""  # No title
8340     layout: "plot-throughput"
8341
8342 -
8343   type: "plot"
8344   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
8345   algorithm: "plot_performance_box"
8346   output-file-type: ".html"
8347   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
8348   data: "plot-dpdk-throughput-latency-3n-hsw"
8349   filter: "'NIC_Intel-XL710' and
8350            '64B' and
8351            'BASE' and
8352            'NDRPDR' and
8353            '1T1C' and
8354            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8355   parameters:
8356   - "throughput"
8357   - "parent"
8358   traces:
8359     hoverinfo: "x+y"
8360     boxpoints: "outliers"
8361     whiskerwidth: 0
8362   layout:
8363     title: ""  # No title
8364     layout: "plot-throughput"
8365
8366 -
8367   type: "plot"
8368   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
8369   algorithm: "plot_performance_box"
8370   output-file-type: ".html"
8371   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
8372   data: "plot-dpdk-throughput-latency-3n-hsw"
8373   filter: "'NIC_Intel-XL710' and
8374            '64B' and
8375            'BASE' and
8376            'NDRPDR' and
8377            '2T2C' and
8378            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8379   parameters:
8380   - "throughput"
8381   - "parent"
8382   traces:
8383     hoverinfo: "x+y"
8384     boxpoints: "outliers"
8385     whiskerwidth: 0
8386   layout:
8387     title: ""  # No title
8388     layout: "plot-throughput"
8389
8390 # Packet Throughput - DPDK testpmd 3n-skx-x710
8391 -
8392   type: "plot"
8393   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
8394   algorithm: "plot_performance_box"
8395   output-file-type: ".html"
8396   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
8397   data: "plot-dpdk-throughput-latency-3n-skx"
8398   filter: "'NIC_Intel-X710' and
8399            '64B' and
8400            'BASE' and
8401            'NDRPDR' and
8402            '2T1C' and
8403            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8404   parameters:
8405   - "throughput"
8406   - "parent"
8407   traces:
8408     hoverinfo: "x+y"
8409     boxpoints: "outliers"
8410     whiskerwidth: 0
8411   layout:
8412     title: ""  # No title
8413     layout: "plot-throughput"
8414
8415 -
8416   type: "plot"
8417   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
8418   algorithm: "plot_performance_box"
8419   output-file-type: ".html"
8420   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
8421   data: "plot-dpdk-throughput-latency-3n-skx"
8422   filter: "'NIC_Intel-X710' and
8423            '64B' and
8424            'BASE' and
8425            'NDRPDR' and
8426            '4T2C' and
8427            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8428   parameters:
8429   - "throughput"
8430   - "parent"
8431   traces:
8432     hoverinfo: "x+y"
8433     boxpoints: "outliers"
8434     whiskerwidth: 0
8435   layout:
8436     title: ""  # No title
8437     layout: "plot-throughput"
8438
8439 -
8440   type: "plot"
8441   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
8442   algorithm: "plot_performance_box"
8443   output-file-type: ".html"
8444   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
8445   data: "plot-dpdk-throughput-latency-3n-skx"
8446   filter: "'NIC_Intel-X710' and
8447            '64B' and
8448            'BASE' and
8449            'NDRPDR' and
8450            '2T1C' and
8451            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8452   parameters:
8453   - "throughput"
8454   - "parent"
8455   traces:
8456     hoverinfo: "x+y"
8457     boxpoints: "outliers"
8458     whiskerwidth: 0
8459   layout:
8460     title: ""  # No title
8461     layout: "plot-throughput"
8462
8463 -
8464   type: "plot"
8465   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
8466   algorithm: "plot_performance_box"
8467   output-file-type: ".html"
8468   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
8469   data: "plot-dpdk-throughput-latency-3n-skx"
8470   filter: "'NIC_Intel-X710' and
8471            '64B' and
8472            'BASE' and
8473            'NDRPDR' and
8474            '4T2C' and
8475            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8476   parameters:
8477   - "throughput"
8478   - "parent"
8479   traces:
8480     hoverinfo: "x+y"
8481     boxpoints: "outliers"
8482     whiskerwidth: 0
8483   layout:
8484     title: ""  # No title
8485     layout: "plot-throughput"
8486
8487 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
8488 -
8489   type: "plot"
8490   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
8491   algorithm: "plot_performance_box"
8492   output-file-type: ".html"
8493   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
8494   data: "plot-dpdk-throughput-latency-3n-skx"
8495   filter: "'NIC_Intel-XXV710' and
8496            '64B' and
8497            'BASE' and
8498            'NDRPDR' and
8499            '2T1C' and
8500            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8501   parameters:
8502   - "throughput"
8503   - "parent"
8504   traces:
8505     hoverinfo: "x+y"
8506     boxpoints: "outliers"
8507     whiskerwidth: 0
8508   layout:
8509     title: ""  # No title
8510     layout: "plot-throughput"
8511
8512 -
8513   type: "plot"
8514   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
8515   algorithm: "plot_performance_box"
8516   output-file-type: ".html"
8517   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
8518   data: "plot-dpdk-throughput-latency-3n-skx"
8519   filter: "'NIC_Intel-XXV710' and
8520            '64B' and
8521            'BASE' and
8522            'NDRPDR' and
8523            '4T2C' and
8524            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8525   parameters:
8526   - "throughput"
8527   - "parent"
8528   traces:
8529     hoverinfo: "x+y"
8530     boxpoints: "outliers"
8531     whiskerwidth: 0
8532   layout:
8533     title: ""  # No title
8534     layout: "plot-throughput"
8535
8536 -
8537   type: "plot"
8538   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
8539   algorithm: "plot_performance_box"
8540   output-file-type: ".html"
8541   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
8542   data: "plot-dpdk-throughput-latency-3n-skx"
8543   filter: "'NIC_Intel-XXV710' and
8544            '64B' and
8545            'BASE' and
8546            'NDRPDR' and
8547            '2T1C' and
8548            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8549   parameters:
8550   - "throughput"
8551   - "parent"
8552   traces:
8553     hoverinfo: "x+y"
8554     boxpoints: "outliers"
8555     whiskerwidth: 0
8556   layout:
8557     title: ""  # No title
8558     layout: "plot-throughput"
8559
8560 -
8561   type: "plot"
8562   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
8563   algorithm: "plot_performance_box"
8564   output-file-type: ".html"
8565   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
8566   data: "plot-dpdk-throughput-latency-3n-skx"
8567   filter: "'NIC_Intel-XXV710' and
8568            '64B' and
8569            'BASE' and
8570            'NDRPDR' and
8571            '4T2C' and
8572            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8573   parameters:
8574   - "throughput"
8575   - "parent"
8576   traces:
8577     hoverinfo: "x+y"
8578     boxpoints: "outliers"
8579     whiskerwidth: 0
8580   layout:
8581     title: ""  # No title
8582     layout: "plot-throughput"
8583
8584 # Packet Throughput - DPDK testpmd 2n-skx-x710
8585 -
8586   type: "plot"
8587   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
8588   algorithm: "plot_performance_box"
8589   output-file-type: ".html"
8590   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
8591   data: "plot-dpdk-throughput-latency-2n-skx"
8592   filter: "'NIC_Intel-X710' and
8593            '64B' and
8594            'BASE' and
8595            'NDRPDR' and
8596            '2T1C' and
8597            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8598   parameters:
8599   - "throughput"
8600   - "parent"
8601   traces:
8602     hoverinfo: "x+y"
8603     boxpoints: "outliers"
8604     whiskerwidth: 0
8605   layout:
8606     title: ""  # No title
8607     layout: "plot-throughput"
8608
8609 -
8610   type: "plot"
8611   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
8612   algorithm: "plot_performance_box"
8613   output-file-type: ".html"
8614   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
8615   data: "plot-dpdk-throughput-latency-2n-skx"
8616   filter: "'NIC_Intel-X710' and
8617            '64B' and
8618            'BASE' and
8619            'NDRPDR' and
8620            '4T2C' and
8621            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8622   parameters:
8623   - "throughput"
8624   - "parent"
8625   traces:
8626     hoverinfo: "x+y"
8627     boxpoints: "outliers"
8628     whiskerwidth: 0
8629   layout:
8630     title: ""  # No title
8631     layout: "plot-throughput"
8632
8633 -
8634   type: "plot"
8635   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
8636   algorithm: "plot_performance_box"
8637   output-file-type: ".html"
8638   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
8639   data: "plot-dpdk-throughput-latency-2n-skx"
8640   filter: "'NIC_Intel-X710' and
8641            '64B' and
8642            'BASE' and
8643            'NDRPDR' and
8644            '2T1C' and
8645            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8646   parameters:
8647   - "throughput"
8648   - "parent"
8649   traces:
8650     hoverinfo: "x+y"
8651     boxpoints: "outliers"
8652     whiskerwidth: 0
8653   layout:
8654     title: ""  # No title
8655     layout: "plot-throughput"
8656
8657 -
8658   type: "plot"
8659   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
8660   algorithm: "plot_performance_box"
8661   output-file-type: ".html"
8662   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
8663   data: "plot-dpdk-throughput-latency-2n-skx"
8664   filter: "'NIC_Intel-X710' and
8665            '64B' and
8666            'BASE' and
8667            'NDRPDR' and
8668            '4T2C' and
8669            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8670   parameters:
8671   - "throughput"
8672   - "parent"
8673   traces:
8674     hoverinfo: "x+y"
8675     boxpoints: "outliers"
8676     whiskerwidth: 0
8677   layout:
8678     title: ""  # No title
8679     layout: "plot-throughput"
8680
8681 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
8682 -
8683   type: "plot"
8684   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
8685   algorithm: "plot_performance_box"
8686   output-file-type: ".html"
8687   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
8688   data: "plot-dpdk-throughput-latency-2n-skx"
8689   filter: "'NIC_Intel-XXV710' and
8690            '64B' and
8691            'BASE' and
8692            'NDRPDR' and
8693            '2T1C' and
8694            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8695   parameters:
8696   - "throughput"
8697   - "parent"
8698   traces:
8699     hoverinfo: "x+y"
8700     boxpoints: "outliers"
8701     whiskerwidth: 0
8702   layout:
8703     title: ""  # No title
8704     layout: "plot-throughput"
8705
8706 -
8707   type: "plot"
8708   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
8709   algorithm: "plot_performance_box"
8710   output-file-type: ".html"
8711   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
8712   data: "plot-dpdk-throughput-latency-2n-skx"
8713   filter: "'NIC_Intel-XXV710' and
8714            '64B' and
8715            'BASE' and
8716            'NDRPDR' and
8717            '4T2C' and
8718            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8719   parameters:
8720   - "throughput"
8721   - "parent"
8722   traces:
8723     hoverinfo: "x+y"
8724     boxpoints: "outliers"
8725     whiskerwidth: 0
8726   layout:
8727     title: ""  # No title
8728     layout: "plot-throughput"
8729
8730 -
8731   type: "plot"
8732   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
8733   algorithm: "plot_performance_box"
8734   output-file-type: ".html"
8735   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
8736   data: "plot-dpdk-throughput-latency-2n-skx"
8737   filter: "'NIC_Intel-XXV710' and
8738            '64B' and
8739            'BASE' and
8740            'NDRPDR' and
8741            '2T1C' and
8742            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8743   parameters:
8744   - "throughput"
8745   - "parent"
8746   traces:
8747     hoverinfo: "x+y"
8748     boxpoints: "outliers"
8749     whiskerwidth: 0
8750   layout:
8751     title: ""  # No title
8752     layout: "plot-throughput"
8753
8754 -
8755   type: "plot"
8756   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
8757   algorithm: "plot_performance_box"
8758   output-file-type: ".html"
8759   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
8760   data: "plot-dpdk-throughput-latency-2n-skx"
8761   filter: "'NIC_Intel-XXV710' and
8762            '64B' and
8763            'BASE' and
8764            'NDRPDR' and
8765            '4T2C' and
8766            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8767   parameters:
8768   - "throughput"
8769   - "parent"
8770   traces:
8771     hoverinfo: "x+y"
8772     boxpoints: "outliers"
8773     whiskerwidth: 0
8774   layout:
8775     title: ""  # No title
8776     layout: "plot-throughput"
8777
8778
8779
8780
8781
8782
8783
8784
8785 ################################################################################
8786
8787 # Packet Latency - VPP L2 3n-hsw-x520
8788 -
8789   type: "plot"
8790   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
8791   algorithm: "plot_latency_box"
8792   output-file-type: ".html"
8793   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
8794   data: "plot-vpp-throughput-latency-3n-hsw"
8795   filter: "'NIC_Intel-X520-DA2' and
8796            '64B' and
8797            ('BASE' or 'SCALE') and
8798            'NDRPDR' and
8799            '1T1C' and
8800            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8801            not 'VHOST' and
8802            not 'MEMIF'"
8803   parameters:
8804   - "latency"
8805   - "parent"
8806   traces:
8807     boxmean: False
8808   layout:
8809     title: ""  # No title
8810     layout: "plot-latency"
8811
8812 -
8813   type: "plot"
8814   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
8815   algorithm: "plot_latency_box"
8816   output-file-type: ".html"
8817   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
8818   data: "plot-vpp-throughput-latency-3n-hsw"
8819   filter: "'NIC_Intel-X520-DA2' and
8820            '64B' and
8821            ('BASE' or 'SCALE') and
8822            'NDRPDR' and
8823            '2T2C' and
8824            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8825            not 'VHOST' and
8826            not 'MEMIF'"
8827   parameters:
8828   - "latency"
8829   - "parent"
8830   traces:
8831     boxmean: False
8832   layout:
8833     title: ""  # No title
8834     layout: "plot-latency"
8835
8836 -
8837   type: "plot"
8838   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
8839   algorithm: "plot_latency_box"
8840   output-file-type: ".html"
8841   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
8842   data: "plot-vpp-throughput-latency-3n-hsw"
8843   filter: "'NIC_Intel-X520-DA2' and
8844            '64B' and
8845            'FEATURE' and
8846            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8847            'NDRPDR' and
8848            '1T1C' and
8849            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8850            not 'VHOST' and
8851            not 'MEMIF'"
8852   parameters:
8853   - "latency"
8854   - "parent"
8855   traces:
8856     boxmean: False
8857   layout:
8858     title: ""  # No title
8859     layout: "plot-latency"
8860
8861 -
8862   type: "plot"
8863   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
8864   algorithm: "plot_latency_box"
8865   output-file-type: ".html"
8866   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
8867   data: "plot-vpp-throughput-latency-3n-hsw"
8868   filter: "'NIC_Intel-X520-DA2' and
8869            '64B' and
8870            'FEATURE' and
8871            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8872            'NDRPDR' and
8873            '2T2C' and
8874            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8875            not 'VHOST' and
8876            not 'MEMIF'"
8877   parameters:
8878   - "latency"
8879   - "parent"
8880   traces:
8881     boxmean: False
8882   layout:
8883     title: ""  # No title
8884     layout: "plot-latency"
8885
8886 # Packet Latency - VPP L2 3n-hsw-x710
8887 -
8888   type: "plot"
8889   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
8890   algorithm: "plot_latency_box"
8891   output-file-type: ".html"
8892   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
8893   data: "plot-vpp-throughput-latency-3n-hsw"
8894   filter: "'NIC_Intel-X710' and
8895            '64B' and
8896            ('BASE' or 'SCALE') and
8897            'NDRPDR' and
8898            '1T1C' and
8899            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8900            not 'VHOST' and
8901            not 'MEMIF'"
8902   parameters:
8903   - "latency"
8904   - "parent"
8905   traces:
8906     boxmean: False
8907   layout:
8908     title: ""  # No title
8909     layout: "plot-latency"
8910
8911 -
8912   type: "plot"
8913   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
8914   algorithm: "plot_latency_box"
8915   output-file-type: ".html"
8916   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
8917   data: "plot-vpp-throughput-latency-3n-hsw"
8918   filter: "'NIC_Intel-X710' and
8919            '64B' and
8920            ('BASE' or 'SCALE') and
8921            'NDRPDR' and
8922            '2T2C' and
8923            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8924            not 'VHOST' and
8925            not 'MEMIF'"
8926   parameters:
8927   - "latency"
8928   - "parent"
8929   traces:
8930     boxmean: False
8931   layout:
8932     title: ""  # No title
8933     layout: "plot-latency"
8934
8935 -
8936   type: "plot"
8937   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
8938   algorithm: "plot_latency_box"
8939   output-file-type: ".html"
8940   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
8941   data: "plot-vpp-throughput-latency-3n-hsw"
8942   filter: "'NIC_Intel-X710' and
8943            '64B' and
8944            'FEATURE' and
8945            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8946            'NDRPDR' and
8947            '1T1C' and
8948            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8949            not 'VHOST' and
8950            not 'MEMIF'"
8951   parameters:
8952   - "latency"
8953   - "parent"
8954   traces:
8955     boxmean: False
8956   layout:
8957     title: ""  # No title
8958     layout: "plot-latency"
8959
8960 -
8961   type: "plot"
8962   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
8963   algorithm: "plot_latency_box"
8964   output-file-type: ".html"
8965   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
8966   data: "plot-vpp-throughput-latency-3n-hsw"
8967   filter: "'NIC_Intel-X710' and
8968            '64B' and
8969            'FEATURE' and
8970            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8971            'NDRPDR' and
8972            '2T2C' and
8973            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8974            not 'VHOST' and
8975            not 'MEMIF'"
8976   parameters:
8977   - "latency"
8978   - "parent"
8979   traces:
8980     boxmean: False
8981   layout:
8982     title: ""  # No title
8983     layout: "plot-latency"
8984
8985 # Packet Latency - VPP L2 3n-hsw-xl710
8986 -
8987   type: "plot"
8988   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
8989   algorithm: "plot_latency_box"
8990   output-file-type: ".html"
8991   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
8992   data: "plot-vpp-throughput-latency-3n-hsw"
8993   filter: "'NIC_Intel-XL710' and
8994            '64B' and
8995            ('BASE' or 'SCALE') and
8996            'NDRPDR' and
8997            '1T1C' and
8998            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8999            not 'VHOST' and
9000            not 'MEMIF'"
9001   parameters:
9002   - "latency"
9003   - "parent"
9004   traces:
9005     boxmean: False
9006   layout:
9007     title: ""  # No title
9008     layout: "plot-latency"
9009
9010 -
9011   type: "plot"
9012   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9013   algorithm: "plot_latency_box"
9014   output-file-type: ".html"
9015   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9016   data: "plot-vpp-throughput-latency-3n-hsw"
9017   filter: "'NIC_Intel-XL710' and
9018            '64B' and
9019            ('BASE' or 'SCALE') and
9020            'NDRPDR' and
9021            '2T2C' and
9022            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9023            not 'VHOST' and
9024            not 'MEMIF'"
9025   parameters:
9026   - "latency"
9027   - "parent"
9028   traces:
9029     boxmean: False
9030   layout:
9031     title: ""  # No title
9032     layout: "plot-latency"
9033
9034 # Packet Latency - VPP L2 3n-skx-x710
9035 -
9036   type: "plot"
9037   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9038   algorithm: "plot_latency_box"
9039   output-file-type: ".html"
9040   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9041   data: "plot-vpp-throughput-latency-3n-skx"
9042   filter: "'NIC_Intel-X710' and
9043            '64B' and
9044            ('BASE' or 'SCALE') and
9045            'NDRPDR' and
9046            '2T1C' and
9047            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9048            not 'VHOST' and
9049            not 'MEMIF'"
9050   parameters:
9051   - "latency"
9052   - "parent"
9053   traces:
9054     boxmean: False
9055   layout:
9056     title: ""  # No title
9057     layout: "plot-latency"
9058
9059 -
9060   type: "plot"
9061   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9062   algorithm: "plot_latency_box"
9063   output-file-type: ".html"
9064   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9065   data: "plot-vpp-throughput-latency-3n-skx"
9066   filter: "'NIC_Intel-X710' and
9067            '64B' and
9068            ('BASE' or 'SCALE') and
9069            'NDRPDR' and
9070            '4T2C' and
9071            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9072            not 'VHOST' and
9073            not 'MEMIF'"
9074   parameters:
9075   - "latency"
9076   - "parent"
9077   traces:
9078     boxmean: False
9079   layout:
9080     title: ""  # No title
9081     layout: "plot-latency"
9082
9083 -
9084   type: "plot"
9085   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
9086   algorithm: "plot_latency_box"
9087   output-file-type: ".html"
9088   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
9089   data: "plot-vpp-throughput-latency-3n-skx"
9090   filter: "'NIC_Intel-X710' and
9091            '64B' and
9092            'FEATURE' and
9093            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9094            'NDRPDR' and
9095            '2T1C' and
9096            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9097            not 'VHOST' and
9098            not 'MEMIF'"
9099   parameters:
9100   - "latency"
9101   - "parent"
9102   traces:
9103     boxmean: False
9104   layout:
9105     title: ""  # No title
9106     layout: "plot-latency"
9107
9108 -
9109   type: "plot"
9110   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
9111   algorithm: "plot_latency_box"
9112   output-file-type: ".html"
9113   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
9114   data: "plot-vpp-throughput-latency-3n-skx"
9115   filter: "'NIC_Intel-X710' and
9116            '64B' and
9117            'FEATURE' and
9118            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9119            'NDRPDR' and
9120            '4T2C' and
9121            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9122            not 'VHOST' and
9123            not 'MEMIF'"
9124   parameters:
9125   - "latency"
9126   - "parent"
9127   traces:
9128     boxmean: False
9129   layout:
9130     title: ""  # No title
9131     layout: "plot-latency"
9132
9133 # Packet Latency - VPP L2 3n-skx-xxv710
9134 -
9135   type: "plot"
9136   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9137   algorithm: "plot_latency_box"
9138   output-file-type: ".html"
9139   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9140   data: "plot-vpp-throughput-latency-3n-skx"
9141   filter: "'NIC_Intel-XXV710' and
9142            '64B' and
9143            ('BASE' or 'SCALE') and
9144            'NDRPDR' and
9145            '2T1C' and
9146            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9147            not 'VHOST' and
9148            not 'MEMIF'"
9149   parameters:
9150   - "latency"
9151   - "parent"
9152   traces:
9153     boxmean: False
9154   layout:
9155     title: ""  # No title
9156     layout: "plot-latency"
9157
9158 -
9159   type: "plot"
9160   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9161   algorithm: "plot_latency_box"
9162   output-file-type: ".html"
9163   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9164   data: "plot-vpp-throughput-latency-3n-skx"
9165   filter: "'NIC_Intel-XXV710' and
9166            '64B' and
9167            ('BASE' or 'SCALE') and
9168            'NDRPDR' and
9169            '4T2C' and
9170            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9171            not 'VHOST' and
9172            not 'MEMIF'"
9173   parameters:
9174   - "latency"
9175   - "parent"
9176   traces:
9177     boxmean: False
9178   layout:
9179     title: ""  # No title
9180     layout: "plot-latency"
9181
9182 # Packet Latency - VPP L2 2n-skx-x710
9183 -
9184   type: "plot"
9185   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9186   algorithm: "plot_latency_box"
9187   output-file-type: ".html"
9188   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9189   data: "plot-vpp-throughput-latency-2n-skx"
9190   filter: "'NIC_Intel-X710' and
9191            '64B' and
9192            ('BASE' or 'SCALE') and
9193            'NDRPDR' and
9194            '2T1C' and
9195            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9196            not 'VHOST' and
9197            not 'MEMIF'"
9198   parameters:
9199   - "latency"
9200   - "parent"
9201   traces:
9202     boxmean: False
9203   layout:
9204     title: ""  # No title
9205     layout: "plot-latency"
9206
9207 -
9208   type: "plot"
9209   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9210   algorithm: "plot_latency_box"
9211   output-file-type: ".html"
9212   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9213   data: "plot-vpp-throughput-latency-2n-skx"
9214   filter: "'NIC_Intel-X710' and
9215            '64B' and
9216            ('BASE' or 'SCALE') and
9217            'NDRPDR' and
9218            '4T2C' and
9219            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9220            not 'VHOST' and
9221            not 'MEMIF'"
9222   parameters:
9223   - "latency"
9224   - "parent"
9225   traces:
9226     boxmean: False
9227   layout:
9228     title: ""  # No title
9229     layout: "plot-latency"
9230
9231 # Packet Latency - VPP L2 2n-skx-xxv710
9232 -
9233   type: "plot"
9234   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9235   algorithm: "plot_latency_box"
9236   output-file-type: ".html"
9237   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9238   data: "plot-vpp-throughput-latency-2n-skx"
9239   filter: "'NIC_Intel-XXV710' and
9240            '64B' and
9241            ('BASE' or 'SCALE') and
9242            'NDRPDR' and
9243            '2T1C' and
9244            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9245            not 'VHOST' and
9246            not 'MEMIF'"
9247   parameters:
9248   - "latency"
9249   - "parent"
9250   traces:
9251     boxmean: False
9252   layout:
9253     title: ""  # No title
9254     layout: "plot-latency"
9255
9256 -
9257   type: "plot"
9258   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9259   algorithm: "plot_latency_box"
9260   output-file-type: ".html"
9261   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9262   data: "plot-vpp-throughput-latency-2n-skx"
9263   filter: "'NIC_Intel-XXV710' and
9264            '64B' and
9265            ('BASE' or 'SCALE') and
9266            'NDRPDR' and
9267            '4T2C' and
9268            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9269            not 'VHOST' and
9270            not 'MEMIF'"
9271   parameters:
9272   - "latency"
9273   - "parent"
9274   traces:
9275     boxmean: False
9276   layout:
9277     title: ""  # No title
9278     layout: "plot-latency"
9279
9280 ################################################################################
9281
9282 # Packet Latency - VPP Container Memif 3n-hsw-x520
9283 -
9284   type: "plot"
9285   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9286   algorithm: "plot_latency_box"
9287   output-file-type: ".html"
9288   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9289   data: "plot-vpp-throughput-latency-3n-hsw"
9290   filter: "'NIC_Intel-X520-DA2' and
9291            '64B' and
9292            ('BASE' or 'SCALE') and
9293            'NDRPDR' and
9294            '1T1C' and
9295            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9296            not 'VHOST' and
9297            'MEMIF'"
9298   parameters:
9299   - "latency"
9300   - "parent"
9301   traces:
9302     boxmean: False
9303   layout:
9304     title: ""  # No title
9305     layout: "plot-latency"
9306
9307 -
9308   type: "plot"
9309   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9310   algorithm: "plot_latency_box"
9311   output-file-type: ".html"
9312   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9313   data: "plot-vpp-throughput-latency-3n-hsw"
9314   filter: "'NIC_Intel-X520-DA2' and
9315            '64B' and
9316            ('BASE' or 'SCALE') and
9317            'NDRPDR' and
9318            '2T2C' and
9319            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9320            not 'VHOST' and
9321            'MEMIF'"
9322   parameters:
9323   - "latency"
9324   - "parent"
9325   traces:
9326     boxmean: False
9327   layout:
9328     title: ""  # No title
9329     layout: "plot-latency"
9330
9331 # Packet Latency - VPP Container Memif 3n-hsw-x710
9332 -
9333   type: "plot"
9334   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9335   algorithm: "plot_latency_box"
9336   output-file-type: ".html"
9337   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9338   data: "plot-vpp-throughput-latency-3n-hsw"
9339   filter: "'NIC_Intel-X710' and
9340            '64B' and
9341            ('BASE' or 'SCALE') and
9342            'NDRPDR' and
9343            '1T1C' and
9344            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9345            not 'VHOST' and
9346            'MEMIF'"
9347   parameters:
9348   - "latency"
9349   - "parent"
9350   traces:
9351     boxmean: False
9352   layout:
9353     title: ""  # No title
9354     layout: "plot-latency"
9355
9356 -
9357   type: "plot"
9358   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9359   algorithm: "plot_latency_box"
9360   output-file-type: ".html"
9361   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9362   data: "plot-vpp-throughput-latency-3n-hsw"
9363   filter: "'NIC_Intel-X710' and
9364            '64B' and
9365            ('BASE' or 'SCALE') and
9366            'NDRPDR' and
9367            '2T2C' and
9368            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9369            not 'VHOST' and
9370            'MEMIF'"
9371   parameters:
9372   - "latency"
9373   - "parent"
9374   traces:
9375     boxmean: False
9376   layout:
9377     title: ""  # No title
9378     layout: "plot-latency"
9379
9380 # Packet Latency - VPP Container Memif 3n-hsw-xl710
9381 -
9382   type: "plot"
9383   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9384   algorithm: "plot_latency_box"
9385   output-file-type: ".html"
9386   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9387   data: "plot-vpp-throughput-latency-3n-hsw"
9388   filter: "'NIC_Intel-XL710' and
9389            '64B' and
9390            ('BASE' or 'SCALE') and
9391            'NDRPDR' and
9392            '1T1C' and
9393            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9394            not 'VHOST' and
9395            'MEMIF'"
9396   parameters:
9397   - "latency"
9398   - "parent"
9399   traces:
9400     boxmean: False
9401   layout:
9402     title: ""  # No title
9403     layout: "plot-latency"
9404
9405 -
9406   type: "plot"
9407   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9408   algorithm: "plot_latency_box"
9409   output-file-type: ".html"
9410   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9411   data: "plot-vpp-throughput-latency-3n-hsw"
9412   filter: "'NIC_Intel-XL710' and
9413            '64B' and
9414            ('BASE' or 'SCALE') and
9415            'NDRPDR' and
9416            '2T2C' and
9417            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9418            not 'VHOST' and
9419            'MEMIF'"
9420   parameters:
9421   - "latency"
9422   - "parent"
9423   traces:
9424     boxmean: False
9425   layout:
9426     title: ""  # No title
9427     layout: "plot-latency"
9428
9429 # Packet Latency - VPP Container Memif 3n-skx-x710
9430 -
9431   type: "plot"
9432   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9433   algorithm: "plot_latency_box"
9434   output-file-type: ".html"
9435   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9436   data: "plot-vpp-throughput-latency-3n-skx"
9437   filter: "'NIC_Intel-X710' and
9438            '64B' and
9439            ('BASE' or 'SCALE') and
9440            'NDRPDR' and
9441            '2T1C' and
9442            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9443            not 'VHOST' and
9444            'MEMIF'"
9445   parameters:
9446   - "latency"
9447   - "parent"
9448   traces:
9449     boxmean: False
9450   layout:
9451     title: ""  # No title
9452     layout: "plot-latency"
9453
9454 -
9455   type: "plot"
9456   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9457   algorithm: "plot_latency_box"
9458   output-file-type: ".html"
9459   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9460   data: "plot-vpp-throughput-latency-3n-skx"
9461   filter: "'NIC_Intel-X710' and
9462            '64B' and
9463            ('BASE' or 'SCALE') and
9464            'NDRPDR' and
9465            '4T2C' and
9466            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9467            not 'VHOST' and
9468            'MEMIF'"
9469   parameters:
9470   - "latency"
9471   - "parent"
9472   traces:
9473     boxmean: False
9474   layout:
9475     title: ""  # No title
9476     layout: "plot-latency"
9477
9478 ################################################################################
9479
9480 # Packet Latency - VPP Container Memif 3n-hsw-x520
9481 -
9482   type: "plot"
9483   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9484   algorithm: "plot_latency_box"
9485   output-file-type: ".html"
9486   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9487   data: "plot-ligato-throughput-latency-3n-hsw"
9488   filter: "'NIC_Intel-X520-DA2' and
9489            '64B' and
9490            ('BASE' or 'SCALE') and
9491            'NDRPDR' and
9492            '1T1C' and
9493            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9494            not 'VHOST' and
9495            'MEMIF'"
9496   parameters:
9497   - "latency"
9498   - "parent"
9499   traces:
9500     boxmean: False
9501   layout:
9502     title: ""  # No title
9503     layout: "plot-latency"
9504
9505 -
9506   type: "plot"
9507   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9508   algorithm: "plot_latency_box"
9509   output-file-type: ".html"
9510   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9511   data: "plot-ligato-throughput-latency-3n-hsw"
9512   filter: "'NIC_Intel-X520-DA2' and
9513            '64B' and
9514            ('BASE' or 'SCALE') and
9515            'NDRPDR' and
9516            '2T2C' and
9517            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9518            not 'VHOST' and
9519            'MEMIF'"
9520   parameters:
9521   - "latency"
9522   - "parent"
9523   traces:
9524     boxmean: False
9525   layout:
9526     title: ""  # No title
9527     layout: "plot-latency"
9528
9529 # Packet Latency - VPP Container Memif 3n-hsw-x710
9530 -
9531   type: "plot"
9532   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9533   algorithm: "plot_latency_box"
9534   output-file-type: ".html"
9535   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9536   data: "plot-ligato-throughput-latency-3n-hsw"
9537   filter: "'NIC_Intel-X710' and
9538            '64B' and
9539            ('BASE' or 'SCALE') and
9540            'NDRPDR' and
9541            '1T1C' and
9542            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9543            not 'VHOST' and
9544            'MEMIF'"
9545   parameters:
9546   - "latency"
9547   - "parent"
9548   traces:
9549     boxmean: False
9550   layout:
9551     title: ""  # No title
9552     layout: "plot-latency"
9553
9554 -
9555   type: "plot"
9556   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9557   algorithm: "plot_latency_box"
9558   output-file-type: ".html"
9559   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9560   data: "plot-ligato-throughput-latency-3n-hsw"
9561   filter: "'NIC_Intel-X710' and
9562            '64B' and
9563            ('BASE' or 'SCALE') and
9564            'NDRPDR' and
9565            '2T2C' and
9566            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9567            not 'VHOST' and
9568            'MEMIF'"
9569   parameters:
9570   - "latency"
9571   - "parent"
9572   traces:
9573     boxmean: False
9574   layout:
9575     title: ""  # No title
9576     layout: "plot-latency"
9577
9578 ################################################################################
9579
9580 # Packet Latency - VPP IPv4 3n-hsw-x520
9581 -
9582   type: "plot"
9583   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9584   algorithm: "plot_latency_box"
9585   output-file-type: ".html"
9586   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9587   data: "plot-vpp-throughput-latency-3n-hsw"
9588   filter: "'NIC_Intel-X520-DA2' and
9589            '64B' and
9590            ('BASE' or 'SCALE') and
9591            'NDRPDR' and
9592            '1T1C' and
9593            'IP4FWD' and
9594            not 'IPSEC' and
9595            not 'VHOST'"
9596   parameters:
9597   - "latency"
9598   - "parent"
9599   traces:
9600     boxmean: False
9601   layout:
9602     title: ""  # No title
9603     layout: "plot-latency"
9604
9605 -
9606   type: "plot"
9607   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9608   algorithm: "plot_latency_box"
9609   output-file-type: ".html"
9610   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9611   data: "plot-vpp-throughput-latency-3n-hsw"
9612   filter: "'NIC_Intel-X520-DA2' and
9613            '64B' and
9614            ('BASE' or 'SCALE') and
9615            'NDRPDR' and
9616            '2T2C' and
9617            'IP4FWD' and
9618            not 'IPSEC' and
9619            not 'VHOST'"
9620   parameters:
9621   - "latency"
9622   - "parent"
9623   traces:
9624     boxmean: False
9625   layout:
9626     title: ""  # No title
9627     layout: "plot-latency"
9628
9629 -
9630   type: "plot"
9631   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
9632   algorithm: "plot_latency_box"
9633   output-file-type: ".html"
9634   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
9635   data: "plot-vpp-throughput-latency-3n-hsw"
9636   filter: "'NIC_Intel-X520-DA2' and
9637            '64B' and
9638            'FEATURE' and
9639            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9640            'NDRPDR' and
9641            '1T1C' and
9642            'IP4FWD' and
9643            not 'IPSEC' and
9644            not 'VHOST'"
9645   parameters:
9646   - "latency"
9647   - "parent"
9648   traces:
9649     boxmean: False
9650   layout:
9651     title: ""  # No title
9652     layout: "plot-latency"
9653
9654 -
9655   type: "plot"
9656   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
9657   algorithm: "plot_latency_box"
9658   output-file-type: ".html"
9659   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
9660   data: "plot-vpp-throughput-latency-3n-hsw"
9661   filter: "'NIC_Intel-X520-DA2' and
9662            '64B' and
9663            'FEATURE' and
9664            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9665            'NDRPDR' and
9666            '2T2C' and
9667            'IP4FWD' and
9668            not 'IPSEC' and
9669            not 'VHOST'"
9670   parameters:
9671   - "latency"
9672   - "parent"
9673   traces:
9674     boxmean: False
9675   layout:
9676     title: ""  # No title
9677     layout: "plot-latency"
9678
9679 # Packet Latency - VPP IPv4 3n-hsw-x710
9680 -
9681   type: "plot"
9682   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9683   algorithm: "plot_latency_box"
9684   output-file-type: ".html"
9685   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9686   data: "plot-vpp-throughput-latency-3n-hsw"
9687   filter: "'NIC_Intel-X710' and
9688            '64B' and
9689            ('BASE' or 'SCALE') and
9690            'NDRPDR' and
9691            '1T1C' and
9692            'IP4FWD' and
9693            not 'IPSEC' and
9694            not 'VHOST'"
9695   parameters:
9696   - "latency"
9697   - "parent"
9698   traces:
9699     boxmean: False
9700   layout:
9701     title: ""  # No title
9702     layout: "plot-latency"
9703
9704 -
9705   type: "plot"
9706   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9707   algorithm: "plot_latency_box"
9708   output-file-type: ".html"
9709   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9710   data: "plot-vpp-throughput-latency-3n-hsw"
9711   filter: "'NIC_Intel-X710' and
9712            '64B' and
9713            ('BASE' or 'SCALE') and
9714            'NDRPDR' and
9715            '2T2C' and
9716            'IP4FWD' and
9717            not 'IPSEC' and
9718            not 'VHOST'"
9719   parameters:
9720   - "latency"
9721   - "parent"
9722   traces:
9723     boxmean: False
9724   layout:
9725     title: ""  # No title
9726     layout: "plot-latency"
9727
9728 -
9729   type: "plot"
9730   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
9731   algorithm: "plot_latency_box"
9732   output-file-type: ".html"
9733   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
9734   data: "plot-vpp-throughput-latency-3n-hsw"
9735   filter: "'NIC_Intel-X710' and
9736            '64B' and
9737            'FEATURE' and
9738            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9739            'NDRPDR' and
9740            '1T1C' and
9741            'IP4FWD' and
9742            not 'IPSEC' and
9743            not 'VHOST'"
9744   parameters:
9745   - "latency"
9746   - "parent"
9747   traces:
9748     boxmean: False
9749   layout:
9750     title: ""  # No title
9751     layout: "plot-latency"
9752
9753 -
9754   type: "plot"
9755   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
9756   algorithm: "plot_latency_box"
9757   output-file-type: ".html"
9758   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
9759   data: "plot-vpp-throughput-latency-3n-hsw"
9760   filter: "'NIC_Intel-X710' and
9761            '64B' and
9762            'FEATURE' and
9763            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9764            'NDRPDR' and
9765            '2T2C' and
9766            'IP4FWD' and
9767            not 'IPSEC' and
9768            not 'VHOST'"
9769   parameters:
9770   - "latency"
9771   - "parent"
9772   traces:
9773     boxmean: False
9774   layout:
9775     title: ""  # No title
9776     layout: "plot-latency"
9777
9778 # Packet Latency - VPP IPv4 3n-hsw-xl710
9779 -
9780   type: "plot"
9781   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9782   algorithm: "plot_latency_box"
9783   output-file-type: ".html"
9784   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9785   data: "plot-vpp-throughput-latency-3n-hsw"
9786   filter: "'NIC_Intel-XL710' and
9787            '64B' and
9788            ('BASE' or 'SCALE') and
9789            'NDRPDR' and
9790            '1T1C' and
9791            'IP4FWD' and
9792            not 'IPSEC' and
9793            not 'VHOST'"
9794   parameters:
9795   - "latency"
9796   - "parent"
9797   traces:
9798     boxmean: False
9799   layout:
9800     title: ""  # No title
9801     layout: "plot-latency"
9802
9803 -
9804   type: "plot"
9805   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9806   algorithm: "plot_latency_box"
9807   output-file-type: ".html"
9808   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9809   data: "plot-vpp-throughput-latency-3n-hsw"
9810   filter: "'NIC_Intel-XL710' and
9811            '64B' and
9812            ('BASE' or 'SCALE') and
9813            'NDRPDR' and
9814            '2T2C' and
9815            'IP4FWD' and
9816            not 'IPSEC' and
9817            not 'VHOST'"
9818   parameters:
9819   - "latency"
9820   - "parent"
9821   traces:
9822     boxmean: False
9823   layout:
9824     title: ""  # No title
9825     layout: "plot-latency"
9826
9827 # Packet Latency - VPP IPv4 3n-skx-x710
9828 -
9829   type: "plot"
9830   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9831   algorithm: "plot_latency_box"
9832   output-file-type: ".html"
9833   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9834   data: "plot-vpp-throughput-latency-3n-skx"
9835   filter: "'NIC_Intel-X710' and
9836            '64B' and
9837            ('BASE' or 'SCALE') and
9838            'NDRPDR' and
9839            '2T1C' and
9840            'IP4FWD' and
9841            not 'IPSEC' and
9842            not 'VHOST'"
9843   parameters:
9844   - "latency"
9845   - "parent"
9846   traces:
9847     boxmean: False
9848   layout:
9849     title: ""  # No title
9850     layout: "plot-latency"
9851
9852 -
9853   type: "plot"
9854   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9855   algorithm: "plot_latency_box"
9856   output-file-type: ".html"
9857   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9858   data: "plot-vpp-throughput-latency-3n-skx"
9859   filter: "'NIC_Intel-X710' and
9860            '64B' and
9861            ('BASE' or 'SCALE') and
9862            'NDRPDR' and
9863            '4T2C' and
9864            'IP4FWD' and
9865            not 'IPSEC' and
9866            not 'VHOST'"
9867   parameters:
9868   - "latency"
9869   - "parent"
9870   traces:
9871     boxmean: False
9872   layout:
9873     title: ""  # No title
9874     layout: "plot-latency"
9875
9876 -
9877   type: "plot"
9878   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
9879   algorithm: "plot_latency_box"
9880   output-file-type: ".html"
9881   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
9882   data: "plot-vpp-throughput-latency-3n-skx"
9883   filter: "'NIC_Intel-X710' and
9884            '64B' and
9885            'FEATURE' and
9886            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9887            'NDRPDR' and
9888            '2T1C' and
9889            'IP4FWD' and
9890            not 'IPSEC' and
9891            not 'VHOST'"
9892   parameters:
9893   - "latency"
9894   - "parent"
9895   traces:
9896     boxmean: False
9897   layout:
9898     title: ""  # No title
9899     layout: "plot-latency"
9900
9901 -
9902   type: "plot"
9903   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
9904   algorithm: "plot_latency_box"
9905   output-file-type: ".html"
9906   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
9907   data: "plot-vpp-throughput-latency-3n-skx"
9908   filter: "'NIC_Intel-X710' and
9909            '64B' and
9910            'FEATURE' and
9911            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9912            'NDRPDR' and
9913            '4T2C' and
9914            'IP4FWD' and
9915            not 'IPSEC' and
9916            not 'VHOST'"
9917   parameters:
9918   - "latency"
9919   - "parent"
9920   traces:
9921     boxmean: False
9922   layout:
9923     title: ""  # No title
9924     layout: "plot-latency"
9925
9926 # Packet Latency - VPP IPv4 2n-skx-x710
9927 -
9928   type: "plot"
9929   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9930   algorithm: "plot_latency_box"
9931   output-file-type: ".html"
9932   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9933   data: "plot-vpp-throughput-latency-2n-skx"
9934   filter: "'NIC_Intel-X710' and
9935            '64B' and
9936            ('BASE' or 'SCALE') and
9937            'NDRPDR' and
9938            '2T1C' and
9939            'IP4FWD' and
9940            not 'IPSEC' and
9941            not 'VHOST'"
9942   parameters:
9943   - "latency"
9944   - "parent"
9945   traces:
9946     boxmean: False
9947   layout:
9948     title: ""  # No title
9949     layout: "plot-latency"
9950
9951 -
9952   type: "plot"
9953   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9954   algorithm: "plot_latency_box"
9955   output-file-type: ".html"
9956   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9957   data: "plot-vpp-throughput-latency-2n-skx"
9958   filter: "'NIC_Intel-X710' and
9959            '64B' and
9960            ('BASE' or 'SCALE') and
9961            'NDRPDR' and
9962            '4T2C' and
9963            'IP4FWD' and
9964            not 'IPSEC' and
9965            not 'VHOST'"
9966   parameters:
9967   - "latency"
9968   - "parent"
9969   traces:
9970     boxmean: False
9971   layout:
9972     title: ""  # No title
9973     layout: "plot-latency"
9974
9975 # Packet Latency - VPP IPv4 2n-skx-xxv710
9976 -
9977   type: "plot"
9978   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9979   algorithm: "plot_latency_box"
9980   output-file-type: ".html"
9981   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9982   data: "plot-vpp-throughput-latency-2n-skx"
9983   filter: "'NIC_Intel-XXV710' and
9984            '64B' and
9985            ('BASE' or 'SCALE') and
9986            'NDRPDR' and
9987            '2T1C' and
9988            'IP4FWD' and
9989            not 'IPSEC' and
9990            not 'VHOST'"
9991   parameters:
9992   - "latency"
9993   - "parent"
9994   traces:
9995     boxmean: False
9996   layout:
9997     title: ""  # No title
9998     layout: "plot-latency"
9999
10000 -
10001   type: "plot"
10002   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
10003   algorithm: "plot_latency_box"
10004   output-file-type: ".html"
10005   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
10006   data: "plot-vpp-throughput-latency-2n-skx"
10007   filter: "'NIC_Intel-XXV710' and
10008            '64B' and
10009            ('BASE' or 'SCALE') and
10010            'NDRPDR' and
10011            '4T2C' and
10012            'IP4FWD' and
10013            not 'IPSEC' and
10014            not 'VHOST'"
10015   parameters:
10016   - "latency"
10017   - "parent"
10018   traces:
10019     boxmean: False
10020   layout:
10021     title: ""  # No title
10022     layout: "plot-latency"
10023
10024 ################################################################################
10025
10026 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
10027 -
10028   type: "plot"
10029   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10030   algorithm: "plot_latency_box"
10031   output-file-type: ".html"
10032   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10033   data: "plot-vpp-throughput-latency-3n-hsw"
10034   filter: "'NIC_Intel-X520-DA2' and
10035            '64B' and
10036            'ENCAP' and
10037            'NDRPDR' and
10038            '1T1C' and
10039            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10040            not 'VHOST' and
10041            not 'IPSECHW'"
10042   parameters:
10043   - "latency"
10044   - "parent"
10045   traces:
10046     boxmean: False
10047   layout:
10048     title: ""  # No title
10049     layout: "plot-latency"
10050
10051 -
10052   type: "plot"
10053   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10054   algorithm: "plot_latency_box"
10055   output-file-type: ".html"
10056   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10057   data: "plot-vpp-throughput-latency-3n-hsw"
10058   filter: "'NIC_Intel-X520-DA2' and
10059            '64B' and
10060            'ENCAP' and
10061            'NDRPDR' and
10062            '2T2C' and
10063            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10064            not 'VHOST' and
10065            not 'IPSECHW'"
10066   parameters:
10067   - "latency"
10068   - "parent"
10069   traces:
10070     boxmean: False
10071   layout:
10072     title: ""  # No title
10073     layout: "plot-latency"
10074
10075 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
10076 -
10077   type: "plot"
10078   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10079   algorithm: "plot_latency_box"
10080   output-file-type: ".html"
10081   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10082   data: "plot-vpp-throughput-latency-3n-hsw"
10083   filter: "'NIC_Intel-X710' and
10084            '64B' and
10085            'ENCAP' and
10086            'NDRPDR' and
10087            '1T1C' and
10088            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10089            not 'VHOST' and
10090            not 'IPSECHW'"
10091   parameters:
10092   - "latency"
10093   - "parent"
10094   traces:
10095     boxmean: False
10096   layout:
10097     title: ""  # No title
10098     layout: "plot-latency"
10099
10100 -
10101   type: "plot"
10102   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10103   algorithm: "plot_latency_box"
10104   output-file-type: ".html"
10105   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10106   data: "plot-vpp-throughput-latency-3n-hsw"
10107   filter: "'NIC_Intel-X710' and
10108            '64B' and
10109            'ENCAP' and
10110            'NDRPDR' and
10111            '2T2C' and
10112            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10113            not 'VHOST' and
10114            not 'IPSECHW'"
10115   parameters:
10116   - "latency"
10117   - "parent"
10118   traces:
10119     boxmean: False
10120   layout:
10121     title: ""  # No title
10122     layout: "plot-latency"
10123
10124 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
10125 -
10126   type: "plot"
10127   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10128   algorithm: "plot_latency_box"
10129   output-file-type: ".html"
10130   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10131   data: "plot-vpp-throughput-latency-3n-skx"
10132   filter: "'NIC_Intel-X710' and
10133            '64B' and
10134            'ENCAP' and
10135            'NDRPDR' and
10136            '2T1C' and
10137            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10138            not 'VHOST' and
10139            not 'IPSECHW'"
10140   parameters:
10141   - "latency"
10142   - "parent"
10143   traces:
10144     boxmean: False
10145   layout:
10146     title: ""  # No title
10147     layout: "plot-latency"
10148
10149 -
10150   type: "plot"
10151   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10152   algorithm: "plot_latency_box"
10153   output-file-type: ".html"
10154   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10155   data: "plot-vpp-throughput-latency-3n-skx"
10156   filter: "'NIC_Intel-X710' and
10157            '64B' and
10158            'ENCAP' and
10159            'NDRPDR' and
10160            '4T2C' and
10161            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10162            not 'VHOST' and
10163            not 'IPSECHW'"
10164   parameters:
10165   - "latency"
10166   - "parent"
10167   traces:
10168     boxmean: False
10169   layout:
10170     title: ""  # No title
10171     layout: "plot-latency"
10172
10173 ################################################################################
10174
10175 # Packet Latency - VPP IPv6 3n-hsw-x520
10176 -
10177   type: "plot"
10178   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10179   algorithm: "plot_latency_box"
10180   output-file-type: ".html"
10181   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10182   data: "plot-vpp-throughput-latency-3n-hsw"
10183   filter: "'NIC_Intel-X520-DA2' and
10184            '78B' and
10185            ('BASE' or 'SCALE') and
10186            'NDRPDR' and
10187            '1T1C' and
10188            'IP6FWD' and
10189            not 'SRv6' and
10190            not 'IPSEC' and
10191            not 'VHOST'"
10192   parameters:
10193   - "latency"
10194   - "parent"
10195   traces:
10196     boxmean: False
10197   layout:
10198     title: ""  # No title
10199     layout: "plot-latency"
10200
10201 -
10202   type: "plot"
10203   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10204   algorithm: "plot_latency_box"
10205   output-file-type: ".html"
10206   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10207   data: "plot-vpp-throughput-latency-3n-hsw"
10208   filter: "'NIC_Intel-X520-DA2' and
10209            '78B' and
10210            ('BASE' or 'SCALE') and
10211            'NDRPDR' and
10212            '2T2C' and
10213            'IP6FWD' and
10214            not 'SRv6' and
10215            not 'IPSEC' and
10216            not 'VHOST'"
10217   parameters:
10218   - "latency"
10219   - "parent"
10220   traces:
10221     boxmean: False
10222   layout:
10223     title: ""  # No title
10224     layout: "plot-latency"
10225
10226 # Packet Latency - VPP IPv6 3n-hsw-x710
10227 -
10228   type: "plot"
10229   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
10230   algorithm: "plot_latency_box"
10231   output-file-type: ".html"
10232   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
10233   data: "plot-vpp-throughput-latency-3n-hsw"
10234   filter: "'NIC_Intel-X710' and
10235            '78B' and
10236            ('BASE' or 'SCALE') and
10237            'NDRPDR' and
10238            '1T1C' and
10239            'IP6FWD' and
10240            not 'SRv6' and
10241            not 'IPSEC' and
10242            not 'VHOST'"
10243   parameters:
10244   - "latency"
10245   - "parent"
10246   traces:
10247     boxmean: False
10248   layout:
10249     title: ""  # No title
10250     layout: "plot-latency"
10251
10252 -
10253   type: "plot"
10254   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
10255   algorithm: "plot_latency_box"
10256   output-file-type: ".html"
10257   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
10258   data: "plot-vpp-throughput-latency-3n-hsw"
10259   filter: "'NIC_Intel-X710' and
10260            '78B' and
10261            ('BASE' or 'SCALE') and
10262            'NDRPDR' and
10263            '2T2C' and
10264            'IP6FWD' and
10265            not 'SRv6' and
10266            not 'IPSEC' and
10267            not 'VHOST'"
10268   parameters:
10269   - "latency"
10270   - "parent"
10271   traces:
10272     boxmean: False
10273   layout:
10274     title: ""  # No title
10275     layout: "plot-latency"
10276
10277 # Packet Latency - VPP IPv6 3n-hsw-xl710
10278 -
10279   type: "plot"
10280   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
10281   algorithm: "plot_latency_box"
10282   output-file-type: ".html"
10283   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
10284   data: "plot-vpp-throughput-latency-3n-hsw"
10285   filter: "'NIC_Intel-XL710' and
10286            '78B' and
10287            ('BASE' or 'SCALE') and
10288            'NDRPDR' and
10289            '1T1C' and
10290            'IP6FWD' and
10291            not 'SRv6' and
10292            not 'IPSEC' and
10293            not 'VHOST'"
10294   parameters:
10295   - "latency"
10296   - "parent"
10297   traces:
10298     boxmean: False
10299   layout:
10300     title: ""  # No title
10301     layout: "plot-latency"
10302
10303 -
10304   type: "plot"
10305   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
10306   algorithm: "plot_latency_box"
10307   output-file-type: ".html"
10308   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
10309   data: "plot-vpp-throughput-latency-3n-hsw"
10310   filter: "'NIC_Intel-XL710' and
10311            '78B' and
10312            ('BASE' or 'SCALE') and
10313            'NDRPDR' and
10314            '2T2C' and
10315            'IP6FWD' and
10316            not 'SRv6' and
10317            not 'IPSEC' and
10318            not 'VHOST'"
10319   parameters:
10320   - "latency"
10321   - "parent"
10322   traces:
10323     boxmean: False
10324   layout:
10325     title: ""  # No title
10326     layout: "plot-latency"
10327
10328 # Packet Latency - VPP IPv6 3n-skx-x710
10329 -
10330   type: "plot"
10331   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10332   algorithm: "plot_latency_box"
10333   output-file-type: ".html"
10334   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10335   data: "plot-vpp-throughput-latency-3n-skx"
10336   filter: "'NIC_Intel-X710' and
10337            '78B' and
10338            ('BASE' or 'SCALE') and
10339            'NDRPDR' and
10340            '2T1C' and
10341            'IP6FWD' and
10342            not 'SRv6' and
10343            not 'IPSEC' and
10344            not 'VHOST'"
10345   parameters:
10346   - "latency"
10347   - "parent"
10348   traces:
10349     boxmean: False
10350   layout:
10351     title: ""  # No title
10352     layout: "plot-latency"
10353
10354 -
10355   type: "plot"
10356   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10357   algorithm: "plot_latency_box"
10358   output-file-type: ".html"
10359   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10360   data: "plot-vpp-throughput-latency-3n-skx"
10361   filter: "'NIC_Intel-X710' and
10362            '78B' and
10363            ('BASE' or 'SCALE') and
10364            'NDRPDR' and
10365            '4T2C' and
10366            'IP6FWD' and
10367            not 'SRv6' and
10368            not 'IPSEC' and
10369            not 'VHOST'"
10370   parameters:
10371   - "latency"
10372   - "parent"
10373   traces:
10374     boxmean: False
10375   layout:
10376     title: ""  # No title
10377     layout: "plot-latency"
10378
10379 # Packet Latency - VPP IPv6 2n-skx-x710
10380 -
10381   type: "plot"
10382   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10383   algorithm: "plot_latency_box"
10384   output-file-type: ".html"
10385   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10386   data: "plot-vpp-throughput-latency-2n-skx"
10387   filter: "'NIC_Intel-X710' and
10388            '78B' and
10389            ('BASE' or 'SCALE') and
10390            'NDRPDR' and
10391            '2T1C' and
10392            'IP6FWD' and
10393            not 'SRv6' and
10394            not 'IPSEC' and
10395            not 'VHOST'"
10396   parameters:
10397   - "latency"
10398   - "parent"
10399   traces:
10400     boxmean: False
10401   layout:
10402     title: ""  # No title
10403     layout: "plot-latency"
10404
10405 -
10406   type: "plot"
10407   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10408   algorithm: "plot_latency_box"
10409   output-file-type: ".html"
10410   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10411   data: "plot-vpp-throughput-latency-2n-skx"
10412   filter: "'NIC_Intel-X710' and
10413            '78B' and
10414            ('BASE' or 'SCALE') and
10415            'NDRPDR' and
10416            '4T2C' and
10417            'IP6FWD' and
10418            not 'SRv6' and
10419            not 'IPSEC' and
10420            not 'VHOST'"
10421   parameters:
10422   - "latency"
10423   - "parent"
10424   traces:
10425     boxmean: False
10426   layout:
10427     title: ""  # No title
10428     layout: "plot-latency"
10429
10430 # Packet Latency - VPP IPv6 2n-skx-xxv710
10431 -
10432   type: "plot"
10433   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
10434   algorithm: "plot_latency_box"
10435   output-file-type: ".html"
10436   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
10437   data: "plot-vpp-throughput-latency-2n-skx"
10438   filter: "'NIC_Intel-XXV710' and
10439            '78B' and
10440            ('BASE' or 'SCALE') and
10441            'NDRPDR' and
10442            '2T1C' and
10443            'IP6FWD' and
10444            not 'SRv6' and
10445            not 'IPSEC' and
10446            not 'VHOST'"
10447   parameters:
10448   - "latency"
10449   - "parent"
10450   traces:
10451     boxmean: False
10452   layout:
10453     title: ""  # No title
10454     layout: "plot-latency"
10455
10456 -
10457   type: "plot"
10458   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
10459   algorithm: "plot_latency_box"
10460   output-file-type: ".html"
10461   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
10462   data: "plot-vpp-throughput-latency-2n-skx"
10463   filter: "'NIC_Intel-XXV710' and
10464            '78B' and
10465            ('BASE' or 'SCALE') and
10466            'NDRPDR' and
10467            '4T2C' and
10468            'IP6FWD' and
10469            not 'SRv6' and
10470            not 'IPSEC' and
10471            not 'VHOST'"
10472   parameters:
10473   - "latency"
10474   - "parent"
10475   traces:
10476     boxmean: False
10477   layout:
10478     title: ""  # No title
10479     layout: "plot-latency"
10480
10481 ################################################################################
10482
10483 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
10484 -
10485   type: "plot"
10486   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10487   algorithm: "plot_latency_box"
10488   output-file-type: ".html"
10489   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10490   data: "plot-vpp-throughput-latency-3n-hsw"
10491   filter: "'NIC_Intel-X520-DA2' and
10492            '78B' and
10493            'ENCAP' and
10494            'NDRPDR' and
10495            '1T1C' and
10496            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10497            not 'VHOST'"
10498   parameters:
10499   - "latency"
10500   - "parent"
10501   traces:
10502     boxmean: False
10503   layout:
10504     title: ""  # No title
10505     layout: "plot-latency"
10506
10507 -
10508   type: "plot"
10509   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10510   algorithm: "plot_latency_box"
10511   output-file-type: ".html"
10512   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10513   data: "plot-vpp-throughput-latency-3n-hsw"
10514   filter: "'NIC_Intel-X520-DA2' and
10515            '78B' and
10516            'ENCAP' and
10517            'NDRPDR' and
10518            '2T2C' and
10519            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10520            not 'VHOST'"
10521   parameters:
10522   - "latency"
10523   - "parent"
10524   traces:
10525     boxmean: False
10526   layout:
10527     title: ""  # No title
10528     layout: "plot-latency"
10529
10530 ################################################################################
10531
10532 # Packet Latency - VPP IPSec 3n-hsw-xl710
10533 -
10534   type: "plot"
10535   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10536   algorithm: "plot_latency_box"
10537   output-file-type: ".html"
10538   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10539   data: "plot-vpp-throughput-latency-3n-hsw"
10540   filter: "'NIC_Intel-XL710' and
10541            '64B' and
10542            'IP4FWD' and
10543            'NDRPDR' and
10544            '1T1C' and
10545            'IPSECHW' and
10546            ('IPSECTRAN' or 'IPSECTUN') and
10547            not 'VHOST'"
10548   parameters:
10549   - "latency"
10550   - "parent"
10551   traces:
10552     boxmean: False
10553   layout:
10554     title: ""  # No title
10555     layout: "plot-latency"
10556
10557 -
10558   type: "plot"
10559   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10560   algorithm: "plot_latency_box"
10561   output-file-type: ".html"
10562   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10563   data: "plot-vpp-throughput-latency-3n-hsw"
10564   filter: "'NIC_Intel-XL710' and
10565            '64B' and
10566            'IP4FWD' and
10567            'NDRPDR' and
10568            '2T2C' and
10569            'IPSECHW' and
10570            ('IPSECTRAN' or 'IPSECTUN') and
10571            not 'VHOST'"
10572   parameters:
10573   - "latency"
10574   - "parent"
10575   traces:
10576     boxmean: False
10577   layout:
10578     title: ""  # No title
10579     layout: "plot-latency"
10580
10581 ################################################################################
10582
10583 # Packet Latency - VPP SRv6 3n-hsw-x520
10584 -
10585   type: "plot"
10586   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
10587   algorithm: "plot_latency_box"
10588   output-file-type: ".html"
10589   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
10590   data: "plot-vpp-throughput-latency-3n-hsw"
10591   filter: "'NIC_Intel-X520-DA2' and
10592            '78B' and
10593            'FEATURE' and
10594            'NDRPDR' and
10595            '1T1C' and
10596            'IP6FWD' and
10597            'SRv6'"
10598   parameters:
10599   - "latency"
10600   - "parent"
10601   traces:
10602     boxmean: False
10603   layout:
10604     title: ""  # No title
10605     layout: "plot-latency"
10606
10607 -
10608   type: "plot"
10609   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
10610   algorithm: "plot_latency_box"
10611   output-file-type: ".html"
10612   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
10613   data: "plot-vpp-throughput-latency-3n-hsw"
10614   filter: "'NIC_Intel-X520-DA2' and
10615            '78B' and
10616            'FEATURE' and
10617            'NDRPDR' and
10618            '2T2C' and
10619            'IP6FWD' and
10620            'SRv6'"
10621   parameters:
10622   - "latency"
10623   - "parent"
10624   traces:
10625     boxmean: False
10626   layout:
10627     title: ""  # No title
10628     layout: "plot-latency"
10629
10630 ################################################################################
10631
10632 # Packet Latency - VPP vhost ip4 3n-hsw-x520
10633 -
10634   type: "plot"
10635   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-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-x520-64b-1t1c-base_and_scale-ndr-lat"
10639   data: "plot-vpp-throughput-latency-3n-hsw"
10640   filter: "'NIC_Intel-X520-DA2' and
10641            '64B' and
10642            'NDRPDR' and
10643            '1T1C' 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 -
10656   type: "plot"
10657   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10658   algorithm: "plot_latency_box"
10659   output-file-type: ".html"
10660   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10661   data: "plot-vpp-throughput-latency-3n-hsw"
10662   filter: "'NIC_Intel-X520-DA2' and
10663            '64B' and
10664            'NDRPDR' and
10665            '2T2C' and
10666            'VHOST' and
10667            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10668   parameters:
10669   - "latency"
10670   - "parent"
10671   traces:
10672     boxmean: False
10673   layout:
10674     title: ""  # No title
10675     layout: "plot-latency"
10676
10677 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
10678 -
10679   type: "plot"
10680   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10681   algorithm: "plot_latency_box"
10682   output-file-type: ".html"
10683   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10684   data: "plot-vpp-throughput-latency-3n-hsw"
10685   filter: "'NIC_Intel-X520-DA2' and
10686            '64B' and
10687            'NDRPDR' and
10688            '1T1C' and
10689            'VHOST' and
10690            not 'VXLAN' and
10691            not 'IP4FWD' and
10692            not 'DOT1Q' and
10693            not '2VM'"
10694   parameters:
10695   - "latency"
10696   - "parent"
10697   traces:
10698     boxmean: False
10699   layout:
10700     title: ""  # No title
10701     layout: "plot-latency"
10702
10703 -
10704   type: "plot"
10705   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10706   algorithm: "plot_latency_box"
10707   output-file-type: ".html"
10708   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10709   data: "plot-vpp-throughput-latency-3n-hsw"
10710   filter: "'NIC_Intel-X520-DA2' and
10711            '64B' and
10712            'NDRPDR' and
10713            '2T2C' and
10714            'VHOST' and
10715            not 'VXLAN' and
10716            not 'IP4FWD' and
10717            not 'DOT1Q' and
10718            not '2VM'"
10719   parameters:
10720   - "latency"
10721   - "parent"
10722   traces:
10723     boxmean: False
10724   layout:
10725     title: ""  # No title
10726     layout: "plot-latency"
10727
10728 # Packet Latency - VPP vhost ip4 3n-hsw-x710
10729 -
10730   type: "plot"
10731   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10732   algorithm: "plot_latency_box"
10733   output-file-type: ".html"
10734   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10735   data: "plot-vpp-throughput-latency-3n-hsw"
10736   filter: "'NIC_Intel-X710' and
10737            '64B' and
10738            'NDRPDR' and
10739            '1T1C' 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 -
10752   type: "plot"
10753   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10754   algorithm: "plot_latency_box"
10755   output-file-type: ".html"
10756   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10757   data: "plot-vpp-throughput-latency-3n-hsw"
10758   filter: "'NIC_Intel-X710' and
10759            '64B' and
10760            'NDRPDR' and
10761            '2T2C' and
10762            'VHOST' and
10763            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10764   parameters:
10765   - "latency"
10766   - "parent"
10767   traces:
10768     boxmean: False
10769   layout:
10770     title: ""  # No title
10771     layout: "plot-latency"
10772
10773 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
10774 -
10775   type: "plot"
10776   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10777   algorithm: "plot_latency_box"
10778   output-file-type: ".html"
10779   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10780   data: "plot-vpp-throughput-latency-3n-hsw"
10781   filter: "'NIC_Intel-X710' and
10782            '64B' and
10783            'NDRPDR' and
10784            '1T1C' and
10785            'VHOST' and
10786            not 'VXLAN' and
10787            not 'IP4FWD' and
10788            not 'DOT1Q' and
10789            not '2VM'"
10790   parameters:
10791   - "latency"
10792   - "parent"
10793   traces:
10794     boxmean: False
10795   layout:
10796     title: ""  # No title
10797     layout: "plot-latency"
10798
10799 -
10800   type: "plot"
10801   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10802   algorithm: "plot_latency_box"
10803   output-file-type: ".html"
10804   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10805   data: "plot-vpp-throughput-latency-3n-hsw"
10806   filter: "'NIC_Intel-X710' and
10807            '64B' and
10808            'NDRPDR' and
10809            '2T2C' and
10810            'VHOST' and
10811            not 'VXLAN' and
10812            not 'IP4FWD' and
10813            not 'DOT1Q' and
10814            not '2VM'"
10815   parameters:
10816   - "latency"
10817   - "parent"
10818   traces:
10819     boxmean: False
10820   layout:
10821     title: ""  # No title
10822     layout: "plot-latency"
10823
10824 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
10825 -
10826   type: "plot"
10827   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10828   algorithm: "plot_latency_box"
10829   output-file-type: ".html"
10830   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10831   data: "plot-vpp-throughput-latency-3n-hsw"
10832   filter: "'NIC_Intel-XL710' and
10833            '64B' and
10834            'NDRPDR' and
10835            '1T1C' and
10836            'VHOST' and
10837            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10838   parameters:
10839   - "latency"
10840   - "parent"
10841   traces:
10842     boxmean: False
10843   layout:
10844     title: ""  # No title
10845     layout: "plot-latency"
10846
10847 -
10848   type: "plot"
10849   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10850   algorithm: "plot_latency_box"
10851   output-file-type: ".html"
10852   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10853   data: "plot-vpp-throughput-latency-3n-hsw"
10854   filter: "'NIC_Intel-XL710' and
10855            '64B' and
10856            'NDRPDR' and
10857            '2T2C' and
10858            'VHOST' and
10859            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10860   parameters:
10861   - "latency"
10862   - "parent"
10863   traces:
10864     boxmean: False
10865   layout:
10866     title: ""  # No title
10867     layout: "plot-latency"
10868
10869 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
10870 -
10871   type: "plot"
10872   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10873   algorithm: "plot_latency_box"
10874   output-file-type: ".html"
10875   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10876   data: "plot-vpp-throughput-latency-3n-hsw"
10877   filter: "'NIC_Intel-XL710' and
10878            '64B' and
10879            'NDRPDR' and
10880            '1T1C' and
10881            'VHOST' and
10882            not 'VXLAN' and
10883            not 'IP4FWD' and
10884            not 'DOT1Q' and
10885            not '2VM'"
10886   parameters:
10887   - "latency"
10888   - "parent"
10889   traces:
10890     boxmean: False
10891   layout:
10892     title: ""  # No title
10893     layout: "plot-latency"
10894
10895 -
10896   type: "plot"
10897   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10898   algorithm: "plot_latency_box"
10899   output-file-type: ".html"
10900   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10901   data: "plot-vpp-throughput-latency-3n-hsw"
10902   filter: "'NIC_Intel-XL710' and
10903            '64B' and
10904            'NDRPDR' and
10905            '2T2C' and
10906            'VHOST' and
10907            not 'VXLAN' and
10908            not 'IP4FWD' and
10909            not 'DOT1Q' and
10910            not '2VM'"
10911   parameters:
10912   - "latency"
10913   - "parent"
10914   traces:
10915     boxmean: False
10916   layout:
10917     title: ""  # No title
10918     layout: "plot-latency"
10919
10920 ################################################################################
10921
10922 # Packet Latency - VPP VTS 3n-hsw-x520
10923 -
10924   type: "plot"
10925   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
10926   algorithm: "plot_latency_box"
10927   output-file-type: ".html"
10928   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
10929   data: "plot-vpp-throughput-latency-3n-hsw"
10930   filter: "'NIC_Intel-X520-DA2' and
10931            '114B' and
10932            'NDRPDR' and
10933            '1T1C' and
10934            'VTS'"
10935   parameters:
10936   - "latency"
10937   - "parent"
10938   traces:
10939     boxmean: False
10940   layout:
10941     title: ""  # No title
10942     layout: "plot-latency"
10943
10944 -
10945   type: "plot"
10946   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
10947   algorithm: "plot_latency_box"
10948   output-file-type: ".html"
10949   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
10950   data: "plot-vpp-throughput-latency-3n-hsw"
10951   filter: "'NIC_Intel-X520-DA2' and
10952            '114B' and
10953            'NDRPDR' and
10954            '2T2C' and
10955            'VTS'"
10956   parameters:
10957   - "latency"
10958   - "parent"
10959   traces:
10960     boxmean: False
10961   layout:
10962     title: ""  # No title
10963     layout: "plot-latency"
10964     
10965 ################################################################################
10966
10967 # Packet Latency - DPDK l3fwd 3n-hsw-x520
10968 -
10969   type: "plot"
10970   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
10971   algorithm: "plot_latency_box"
10972   output-file-type: ".html"
10973   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
10974   data: "plot-dpdk-throughput-latency-3n-hsw"
10975   filter: "'NIC_Intel-X520-DA2' and
10976            '64B' and
10977            'BASE' and
10978            'NDRPDR' and
10979            '1T1C' and
10980            'IP4FWD'"
10981   parameters:
10982   - "latency"
10983   - "parent"
10984   traces:
10985     hoverinfo: "x+y"
10986     boxpoints: "outliers"
10987     whiskerwidth: 0
10988   layout:
10989     title: ""  # No title
10990     layout: "plot-latency"
10991
10992 -
10993   type: "plot"
10994   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
10995   algorithm: "plot_latency_box"
10996   output-file-type: ".html"
10997   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
10998   data: "plot-dpdk-throughput-latency-3n-hsw"
10999   filter: "'NIC_Intel-X520-DA2' and
11000            '64B' and
11001            'BASE' and
11002            'NDRPDR' and
11003            '2T2C' and
11004            'IP4FWD'"
11005   parameters:
11006   - "latency"
11007   - "parent"
11008   traces:
11009     hoverinfo: "x+y"
11010     boxpoints: "outliers"
11011     whiskerwidth: 0
11012   layout:
11013     title: ""  # No title
11014     layout: "plot-latency"
11015
11016 # Packet Latency - DPDK l3fwd 3n-hsw-x710
11017 -
11018   type: "plot"
11019   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
11020   algorithm: "plot_latency_box"
11021   output-file-type: ".html"
11022   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
11023   data: "plot-dpdk-throughput-latency-3n-hsw"
11024   filter: "'NIC_Intel-X710' and
11025            '64B' and
11026            'BASE' and
11027            'NDRPDR' and
11028            '1T1C' and
11029            'IP4FWD'"
11030   parameters:
11031   - "latency"
11032   - "parent"
11033   traces:
11034     hoverinfo: "x+y"
11035     boxpoints: "outliers"
11036     whiskerwidth: 0
11037   layout:
11038     title: ""  # No title
11039     layout: "plot-latency"
11040
11041 -
11042   type: "plot"
11043   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
11044   algorithm: "plot_latency_box"
11045   output-file-type: ".html"
11046   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
11047   data: "plot-dpdk-throughput-latency-3n-hsw"
11048   filter: "'NIC_Intel-X710' and
11049            '64B' and
11050            'BASE' and
11051            'NDRPDR' and
11052            '2T2C' and
11053            'IP4FWD'"
11054   parameters:
11055   - "latency"
11056   - "parent"
11057   traces:
11058     hoverinfo: "x+y"
11059     boxpoints: "outliers"
11060     whiskerwidth: 0
11061   layout:
11062     title: ""  # No title
11063     layout: "plot-latency"
11064
11065 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
11066 -
11067   type: "plot"
11068   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
11069   algorithm: "plot_latency_box"
11070   output-file-type: ".html"
11071   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
11072   data: "plot-dpdk-throughput-latency-3n-hsw"
11073   filter: "'NIC_Intel-XL710' and
11074            '64B' and
11075            'BASE' and
11076            'NDRPDR' and
11077            '1T1C' and
11078            'IP4FWD'"
11079   parameters:
11080   - "latency"
11081   - "parent"
11082   traces:
11083     hoverinfo: "x+y"
11084     boxpoints: "outliers"
11085     whiskerwidth: 0
11086   layout:
11087     title: ""  # No title
11088     layout: "plot-latency"
11089
11090 -
11091   type: "plot"
11092   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
11093   algorithm: "plot_latency_box"
11094   output-file-type: ".html"
11095   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
11096   data: "plot-dpdk-throughput-latency-3n-hsw"
11097   filter: "'NIC_Intel-XL710' and
11098            '64B' and
11099            'BASE' and
11100            'NDRPDR' and
11101            '2T2C' and
11102            'IP4FWD'"
11103   parameters:
11104   - "latency"
11105   - "parent"
11106   traces:
11107     hoverinfo: "x+y"
11108     boxpoints: "outliers"
11109     whiskerwidth: 0
11110   layout:
11111     title: ""  # No title
11112     layout: "plot-latency"
11113
11114 # Packet Latency - DPDK l3fwd 3n-skx-x710
11115 -
11116   type: "plot"
11117   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11118   algorithm: "plot_latency_box"
11119   output-file-type: ".html"
11120   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11121   data: "plot-dpdk-throughput-latency-3n-skx"
11122   filter: "'NIC_Intel-X710' and
11123            '64B' and
11124            'BASE' and
11125            'NDRPDR' and
11126            '2T1C' and
11127            'IP4FWD'"
11128   parameters:
11129   - "latency"
11130   - "parent"
11131   traces:
11132     hoverinfo: "x+y"
11133     boxpoints: "outliers"
11134     whiskerwidth: 0
11135   layout:
11136     title: ""  # No title
11137     layout: "plot-latency"
11138
11139 -
11140   type: "plot"
11141   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11142   algorithm: "plot_latency_box"
11143   output-file-type: ".html"
11144   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11145   data: "plot-dpdk-throughput-latency-3n-skx"
11146   filter: "'NIC_Intel-X710' and
11147            '64B' and
11148            'BASE' and
11149            'NDRPDR' and
11150            '4T2C' and
11151            'IP4FWD'"
11152   parameters:
11153   - "latency"
11154   - "parent"
11155   traces:
11156     hoverinfo: "x+y"
11157     boxpoints: "outliers"
11158     whiskerwidth: 0
11159   layout:
11160     title: ""  # No title
11161     layout: "plot-latency"
11162
11163 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
11164 -
11165   type: "plot"
11166   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11167   algorithm: "plot_latency_box"
11168   output-file-type: ".html"
11169   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11170   data: "plot-dpdk-throughput-latency-3n-skx"
11171   filter: "'NIC_Intel-XXV710' and
11172            '64B' and
11173            'BASE' and
11174            'NDRPDR' and
11175            '2T1C' and
11176            'IP4FWD'"
11177   parameters:
11178   - "latency"
11179   - "parent"
11180   traces:
11181     hoverinfo: "x+y"
11182     boxpoints: "outliers"
11183     whiskerwidth: 0
11184   layout:
11185     title: ""  # No title
11186     layout: "plot-latency"
11187
11188 -
11189   type: "plot"
11190   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11191   algorithm: "plot_latency_box"
11192   output-file-type: ".html"
11193   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11194   data: "plot-dpdk-throughput-latency-3n-skx"
11195   filter: "'NIC_Intel-XXV710' and
11196            '64B' and
11197            'BASE' and
11198            'NDRPDR' and
11199            '4T2C' and
11200            'IP4FWD'"
11201   parameters:
11202   - "latency"
11203   - "parent"
11204   traces:
11205     hoverinfo: "x+y"
11206     boxpoints: "outliers"
11207     whiskerwidth: 0
11208   layout:
11209     title: ""  # No title
11210     layout: "plot-latency"
11211
11212 # Packet Latency - DPDK l3fwd 2n-skx-x710
11213 -
11214   type: "plot"
11215   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11216   algorithm: "plot_latency_box"
11217   output-file-type: ".html"
11218   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11219   data: "plot-dpdk-throughput-latency-2n-skx"
11220   filter: "'NIC_Intel-X710' and
11221            '64B' and
11222            'BASE' and
11223            'NDRPDR' and
11224            '2T1C' and
11225            'IP4FWD'"
11226   parameters:
11227   - "latency"
11228   - "parent"
11229   traces:
11230     hoverinfo: "x+y"
11231     boxpoints: "outliers"
11232     whiskerwidth: 0
11233   layout:
11234     title: ""  # No title
11235     layout: "plot-latency"
11236
11237 -
11238   type: "plot"
11239   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11240   algorithm: "plot_latency_box"
11241   output-file-type: ".html"
11242   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11243   data: "plot-dpdk-throughput-latency-2n-skx"
11244   filter: "'NIC_Intel-X710' and
11245            '64B' and
11246            'BASE' and
11247            'NDRPDR' and
11248            '4T2C' and
11249            'IP4FWD'"
11250   parameters:
11251   - "latency"
11252   - "parent"
11253   traces:
11254     hoverinfo: "x+y"
11255     boxpoints: "outliers"
11256     whiskerwidth: 0
11257   layout:
11258     title: ""  # No title
11259     layout: "plot-latency"
11260
11261 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
11262 -
11263   type: "plot"
11264   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11265   algorithm: "plot_latency_box"
11266   output-file-type: ".html"
11267   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11268   data: "plot-dpdk-throughput-latency-2n-skx"
11269   filter: "'NIC_Intel-XXV710' and
11270            '64B' and
11271            'BASE' and
11272            'NDRPDR' and
11273            '2T1C' and
11274            'IP4FWD'"
11275   parameters:
11276   - "latency"
11277   - "parent"
11278   traces:
11279     hoverinfo: "x+y"
11280     boxpoints: "outliers"
11281     whiskerwidth: 0
11282   layout:
11283     title: ""  # No title
11284     layout: "plot-latency"
11285
11286 -
11287   type: "plot"
11288   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11289   algorithm: "plot_latency_box"
11290   output-file-type: ".html"
11291   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11292   data: "plot-dpdk-throughput-latency-2n-skx"
11293   filter: "'NIC_Intel-XXV710' and
11294            '64B' and
11295            'BASE' and
11296            'NDRPDR' and
11297            '4T2C' and
11298            'IP4FWD'"
11299   parameters:
11300   - "latency"
11301   - "parent"
11302   traces:
11303     hoverinfo: "x+y"
11304     boxpoints: "outliers"
11305     whiskerwidth: 0
11306   layout:
11307     title: ""  # No title
11308     layout: "plot-latency"
11309
11310 ################################################################################
11311
11312 # Packet Latency - DPDK testpmd 3n-hsw-x520
11313 -
11314   type: "plot"
11315   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
11316   algorithm: "plot_latency_box"
11317   output-file-type: ".html"
11318   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
11319   data: "plot-dpdk-throughput-latency-3n-hsw"
11320   filter: "'NIC_Intel-X520-DA2' and
11321            '64B' and
11322            'BASE' and
11323            'NDRPDR' and
11324            '1T1C' and
11325            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11326   parameters:
11327   - "latency"
11328   - "parent"
11329   traces:
11330     hoverinfo: "x+y"
11331     boxpoints: "outliers"
11332     whiskerwidth: 0
11333   layout:
11334     title: ""  # No title
11335     layout: "plot-latency"
11336
11337 -
11338   type: "plot"
11339   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
11340   algorithm: "plot_latency_box"
11341   output-file-type: ".html"
11342   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
11343   data: "plot-dpdk-throughput-latency-3n-hsw"
11344   filter: "'NIC_Intel-X520-DA2' and
11345            '64B' and
11346            'BASE' and
11347            'NDRPDR' and
11348            '2T2C' and
11349            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11350   parameters:
11351   - "latency"
11352   - "parent"
11353   traces:
11354     hoverinfo: "x+y"
11355     boxpoints: "outliers"
11356     whiskerwidth: 0
11357   layout:
11358     title: ""  # No title
11359     layout: "plot-latency"
11360
11361 # Packet Latency - DPDK testpmd 3n-hsw-x710
11362 -
11363   type: "plot"
11364   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
11365   algorithm: "plot_latency_box"
11366   output-file-type: ".html"
11367   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
11368   data: "plot-dpdk-throughput-latency-3n-hsw"
11369   filter: "'NIC_Intel-X710' and
11370            '64B' and
11371            'BASE' and
11372            'NDRPDR' and
11373            '1T1C' and
11374            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11375   parameters:
11376   - "latency"
11377   - "parent"
11378   traces:
11379     hoverinfo: "x+y"
11380     boxpoints: "outliers"
11381     whiskerwidth: 0
11382   layout:
11383     title: ""  # No title
11384     layout: "plot-latency"
11385
11386 -
11387   type: "plot"
11388   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
11389   algorithm: "plot_latency_box"
11390   output-file-type: ".html"
11391   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
11392   data: "plot-dpdk-throughput-latency-3n-hsw"
11393   filter: "'NIC_Intel-X710' and
11394            '64B' and
11395            'BASE' and
11396            'NDRPDR' and
11397            '2T2C' and
11398            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11399   parameters:
11400   - "latency"
11401   - "parent"
11402   traces:
11403     hoverinfo: "x+y"
11404     boxpoints: "outliers"
11405     whiskerwidth: 0
11406   layout:
11407     title: ""  # No title
11408     layout: "plot-latency"
11409
11410 # Packet Latency - DPDK testpmd 3n-hsw-xl710
11411 -
11412   type: "plot"
11413   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
11414   algorithm: "plot_latency_box"
11415   output-file-type: ".html"
11416   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
11417   data: "plot-dpdk-throughput-latency-3n-hsw"
11418   filter: "'NIC_Intel-XL710' and
11419            '64B' and
11420            'BASE' and
11421            'NDRPDR' and
11422            '1T1C' and
11423            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11424   parameters:
11425   - "latency"
11426   - "parent"
11427   traces:
11428     hoverinfo: "x+y"
11429     boxpoints: "outliers"
11430     whiskerwidth: 0
11431   layout:
11432     title: ""  # No title
11433     layout: "plot-latency"
11434
11435 -
11436   type: "plot"
11437   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
11438   algorithm: "plot_latency_box"
11439   output-file-type: ".html"
11440   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
11441   data: "plot-dpdk-throughput-latency-3n-hsw"
11442   filter: "'NIC_Intel-XL710' and
11443            '64B' and
11444            'BASE' and
11445            'NDRPDR' and
11446            '2T2C' and
11447            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11448   parameters:
11449   - "latency"
11450   - "parent"
11451   traces:
11452     hoverinfo: "x+y"
11453     boxpoints: "outliers"
11454     whiskerwidth: 0
11455   layout:
11456     title: ""  # No title
11457     layout: "plot-latency"
11458
11459 # Packet Latency - DPDK testpmd 3n-skx-x710
11460 -
11461   type: "plot"
11462   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11463   algorithm: "plot_latency_box"
11464   output-file-type: ".html"
11465   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11466   data: "plot-dpdk-throughput-latency-3n-skx"
11467   filter: "'NIC_Intel-X710' and
11468            '64B' and
11469            'BASE' and
11470            'NDRPDR' and
11471            '2T1C' and
11472            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11473   parameters:
11474   - "latency"
11475   - "parent"
11476   traces:
11477     hoverinfo: "x+y"
11478     boxpoints: "outliers"
11479     whiskerwidth: 0
11480   layout:
11481     title: ""  # No title
11482     layout: "plot-latency"
11483
11484 -
11485   type: "plot"
11486   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11487   algorithm: "plot_latency_box"
11488   output-file-type: ".html"
11489   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11490   data: "plot-dpdk-throughput-latency-3n-skx"
11491   filter: "'NIC_Intel-X710' and
11492            '64B' and
11493            'BASE' and
11494            'NDRPDR' and
11495            '4T2C' and
11496            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11497   parameters:
11498   - "latency"
11499   - "parent"
11500   traces:
11501     hoverinfo: "x+y"
11502     boxpoints: "outliers"
11503     whiskerwidth: 0
11504   layout:
11505     title: ""  # No title
11506     layout: "plot-latency"
11507
11508 # Packet Latency - DPDK testpmd 3n-skx-xxv710
11509 -
11510   type: "plot"
11511   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11512   algorithm: "plot_latency_box"
11513   output-file-type: ".html"
11514   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11515   data: "plot-dpdk-throughput-latency-3n-skx"
11516   filter: "'NIC_Intel-XXV710' and
11517            '64B' and
11518            'BASE' and
11519            'NDRPDR' and
11520            '2T1C' and
11521            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11522   parameters:
11523   - "latency"
11524   - "parent"
11525   traces:
11526     hoverinfo: "x+y"
11527     boxpoints: "outliers"
11528     whiskerwidth: 0
11529   layout:
11530     title: ""  # No title
11531     layout: "plot-latency"
11532
11533 -
11534   type: "plot"
11535   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11536   algorithm: "plot_latency_box"
11537   output-file-type: ".html"
11538   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11539   data: "plot-dpdk-throughput-latency-3n-skx"
11540   filter: "'NIC_Intel-XXV710' and
11541            '64B' and
11542            'BASE' and
11543            'NDRPDR' and
11544            '4T2C' and
11545            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11546   parameters:
11547   - "latency"
11548   - "parent"
11549   traces:
11550     hoverinfo: "x+y"
11551     boxpoints: "outliers"
11552     whiskerwidth: 0
11553   layout:
11554     title: ""  # No title
11555     layout: "plot-latency"
11556
11557 # Packet Latency - DPDK testpmd 2n-skx-x710
11558 -
11559   type: "plot"
11560   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11561   algorithm: "plot_latency_box"
11562   output-file-type: ".html"
11563   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11564   data: "plot-dpdk-throughput-latency-2n-skx"
11565   filter: "'NIC_Intel-X710' and
11566            '64B' and
11567            'BASE' and
11568            'NDRPDR' and
11569            '2T1C' and
11570            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11571   parameters:
11572   - "latency"
11573   - "parent"
11574   traces:
11575     hoverinfo: "x+y"
11576     boxpoints: "outliers"
11577     whiskerwidth: 0
11578   layout:
11579     title: ""  # No title
11580     layout: "plot-latency"
11581
11582 -
11583   type: "plot"
11584   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11585   algorithm: "plot_latency_box"
11586   output-file-type: ".html"
11587   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11588   data: "plot-dpdk-throughput-latency-2n-skx"
11589   filter: "'NIC_Intel-X710' and
11590            '64B' and
11591            'BASE' and
11592            'NDRPDR' and
11593            '4T2C' and
11594            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11595   parameters:
11596   - "latency"
11597   - "parent"
11598   traces:
11599     hoverinfo: "x+y"
11600     boxpoints: "outliers"
11601     whiskerwidth: 0
11602   layout:
11603     title: ""  # No title
11604     layout: "plot-latency"
11605
11606 # Packet Latency - DPDK testpmd 2n-skx-xxv710
11607 -
11608   type: "plot"
11609   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11610   algorithm: "plot_latency_box"
11611   output-file-type: ".html"
11612   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11613   data: "plot-dpdk-throughput-latency-2n-skx"
11614   filter: "'NIC_Intel-XXV710' and
11615            '64B' and
11616            'BASE' and
11617            'NDRPDR' and
11618            '2T1C' and
11619            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11620   parameters:
11621   - "latency"
11622   - "parent"
11623   traces:
11624     hoverinfo: "x+y"
11625     boxpoints: "outliers"
11626     whiskerwidth: 0
11627   layout:
11628     title: ""  # No title
11629     layout: "plot-latency"
11630
11631 -
11632   type: "plot"
11633   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11634   algorithm: "plot_latency_box"
11635   output-file-type: ".html"
11636   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11637   data: "plot-dpdk-throughput-latency-2n-skx"
11638   filter: "'NIC_Intel-XXV710' and
11639            '64B' and
11640            'BASE' and
11641            'NDRPDR' and
11642            '4T2C' and
11643            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11644   parameters:
11645   - "latency"
11646   - "parent"
11647   traces:
11648     hoverinfo: "x+y"
11649     boxpoints: "outliers"
11650     whiskerwidth: 0
11651   layout:
11652     title: ""  # No title
11653     layout: "plot-latency"
11654
11655 ################################################################################
11656
11657 # Speedup - VPP Container Memif 3n-hsw-x520
11658 -
11659   type: "plot"
11660   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11661   algorithm: "plot_throughput_speedup_analysis"
11662   output-file-type: ".html"
11663   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11664   data: "plot-throughput-speedup-analysis-3n-hsw"
11665   filter: "'NIC_Intel-X520-DA2' and
11666            '64B' and
11667            ('BASE' or 'SCALE') and
11668            'NDRPDR' and
11669            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11670            not 'VHOST' and
11671            'MEMIF'"
11672   parameters:
11673   - "throughput"
11674   - "parent"
11675   - "tags"
11676   layout:
11677     title: ""  # No title
11678     layout: "plot-throughput-speedup-analysis"
11679
11680 -
11681   type: "plot"
11682   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11683   algorithm: "plot_throughput_speedup_analysis"
11684   output-file-type: ".html"
11685   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11686   data: "plot-throughput-speedup-analysis-3n-hsw"
11687   filter: "'NIC_Intel-X520-DA2' and
11688            '64B' and
11689            ('BASE' or 'SCALE') and
11690            'NDRPDR' and
11691            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11692            not 'VHOST' and
11693            'MEMIF'"
11694   parameters:
11695   - "throughput"
11696   - "parent"
11697   - "tags"
11698   layout:
11699     title: ""  # No title
11700     layout: "plot-throughput-speedup-analysis"
11701
11702 # Speedup - VPP Container Memif 3n-hsw-x710
11703 -
11704   type: "plot"
11705   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11706   algorithm: "plot_throughput_speedup_analysis"
11707   output-file-type: ".html"
11708   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11709   data: "plot-throughput-speedup-analysis-3n-hsw"
11710   filter: "'NIC_Intel-X710' and
11711            '64B' and
11712            ('BASE' or 'SCALE') and
11713            'NDRPDR' and
11714            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11715            not 'VHOST' and
11716            'MEMIF'"
11717   parameters:
11718   - "throughput"
11719   - "parent"
11720   - "tags"
11721   layout:
11722     title: ""  # No title
11723     layout: "plot-throughput-speedup-analysis"
11724
11725 -
11726   type: "plot"
11727   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11728   algorithm: "plot_throughput_speedup_analysis"
11729   output-file-type: ".html"
11730   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11731   data: "plot-throughput-speedup-analysis-3n-hsw"
11732   filter: "'NIC_Intel-X710' and
11733            '64B' and
11734            ('BASE' or 'SCALE') and
11735            'NDRPDR' and
11736            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11737            not 'VHOST' and
11738            'MEMIF'"
11739   parameters:
11740   - "throughput"
11741   - "parent"
11742   - "tags"
11743   layout:
11744     title: ""  # No title
11745     layout: "plot-throughput-speedup-analysis"
11746
11747 # Speedup - VPP Container Memif 3n-hsw-xl710
11748 -
11749   type: "plot"
11750   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
11751   algorithm: "plot_throughput_speedup_analysis"
11752   output-file-type: ".html"
11753   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
11754   data: "plot-throughput-speedup-analysis-3n-hsw"
11755   filter: "'NIC_Intel-XL710' and
11756            '64B' and
11757            ('BASE' or 'SCALE') and
11758            'NDRPDR' and
11759            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11760            not 'VHOST' and
11761            'MEMIF'"
11762   parameters:
11763   - "throughput"
11764   - "parent"
11765   - "tags"
11766   layout:
11767     title: ""  # No title
11768     layout: "plot-throughput-speedup-analysis"
11769
11770 -
11771   type: "plot"
11772   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
11773   algorithm: "plot_throughput_speedup_analysis"
11774   output-file-type: ".html"
11775   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
11776   data: "plot-throughput-speedup-analysis-3n-hsw"
11777   filter: "'NIC_Intel-XL710' and
11778            '64B' and
11779            ('BASE' or 'SCALE') and
11780            'NDRPDR' and
11781            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11782            not 'VHOST' and
11783            'MEMIF'"
11784   parameters:
11785   - "throughput"
11786   - "parent"
11787   - "tags"
11788   layout:
11789     title: ""  # No title
11790     layout: "plot-throughput-speedup-analysis"
11791
11792 # Speedup - VPP Container Memif 3n-skx-x710
11793 -
11794   type: "plot"
11795   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
11796   algorithm: "plot_throughput_speedup_analysis"
11797   output-file-type: ".html"
11798   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
11799   data: "plot-throughput-speedup-analysis-3n-skx"
11800   filter: "'NIC_Intel-X710' and
11801            '64B' and
11802            ('BASE' or 'SCALE') and
11803            'NDRPDR' and
11804            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11805            not 'VHOST' and
11806            'MEMIF'"
11807   parameters:
11808   - "throughput"
11809   - "parent"
11810   - "tags"
11811   layout:
11812     title: ""  # No title
11813     layout: "plot-throughput-speedup-analysis"
11814
11815 -
11816   type: "plot"
11817   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
11818   algorithm: "plot_throughput_speedup_analysis"
11819   output-file-type: ".html"
11820   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
11821   data: "plot-throughput-speedup-analysis-3n-skx"
11822   filter: "'NIC_Intel-X710' and
11823            '64B' and
11824            ('BASE' or 'SCALE') and
11825            'NDRPDR' and
11826            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11827            not 'VHOST' and
11828             'MEMIF'"
11829   parameters:
11830   - "throughput"
11831   - "parent"
11832   - "tags"
11833   layout:
11834     title: ""  # No title
11835     layout: "plot-throughput-speedup-analysis"
11836
11837 ################################################################################
11838
11839 # Speedup - VPP Container k8s memif 3n-hsw-x520
11840 -
11841   type: "plot"
11842   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11843   algorithm: "plot_throughput_speedup_analysis"
11844   output-file-type: ".html"
11845   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11846   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11847   filter: "'NIC_Intel-X520-DA2' and
11848            '64B' and
11849            ('BASE' or 'SCALE') and
11850            'NDRPDR' and
11851            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11852            not 'VHOST' and
11853            'MEMIF'"
11854   parameters:
11855   - "throughput"
11856   - "parent"
11857   - "tags"
11858   layout:
11859     title: ""  # No title
11860     layout: "plot-throughput-speedup-analysis"
11861
11862 -
11863   type: "plot"
11864   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11865   algorithm: "plot_throughput_speedup_analysis"
11866   output-file-type: ".html"
11867   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11868   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11869   filter: "'NIC_Intel-X520-DA2' and
11870            '64B' and
11871            ('BASE' or 'SCALE') and
11872            'NDRPDR' and
11873            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11874            not 'VHOST' and
11875            'MEMIF'"
11876   parameters:
11877   - "throughput"
11878   - "parent"
11879   - "tags"
11880   layout:
11881     title: ""  # No title
11882     layout: "plot-throughput-speedup-analysis"
11883
11884 # Speedup - VPP Container Memif 3n-hsw-x710
11885 -
11886   type: "plot"
11887   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11888   algorithm: "plot_throughput_speedup_analysis"
11889   output-file-type: ".html"
11890   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11891   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11892   filter: "'NIC_Intel-X710' and
11893            '64B' and
11894            ('BASE' or 'SCALE') and
11895            'NDRPDR' and
11896            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11897            not 'VHOST' and
11898            'MEMIF'"
11899   parameters:
11900   - "throughput"
11901   - "parent"
11902   - "tags"
11903   layout:
11904     title: ""  # No title
11905     layout: "plot-throughput-speedup-analysis"
11906
11907 -
11908   type: "plot"
11909   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11910   algorithm: "plot_throughput_speedup_analysis"
11911   output-file-type: ".html"
11912   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11913   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11914   filter: "'NIC_Intel-X710' and
11915            '64B' and
11916            ('BASE' or 'SCALE') and
11917            'NDRPDR' and
11918            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11919            not 'VHOST' and
11920            'MEMIF'"
11921   parameters:
11922   - "throughput"
11923   - "parent"
11924   - "tags"
11925   layout:
11926     title: ""  # No title
11927     layout: "plot-throughput-speedup-analysis"
11928
11929 ################################################################################
11930
11931 # Speedup - VPP IPv4 3n-hsw-x520
11932 -
11933   type: "plot"
11934   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11935   algorithm: "plot_throughput_speedup_analysis"
11936   output-file-type: ".html"
11937   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11938   data: "plot-throughput-speedup-analysis-3n-hsw"
11939   filter: "'NIC_Intel-X520-DA2' and
11940            '64B' and
11941            ('BASE' or 'SCALE') and
11942            'NDRPDR' and
11943            'IP4FWD' and
11944            not 'IPSEC' and
11945            not 'VHOST'"
11946   parameters:
11947   - "throughput"
11948   - "parent"
11949   - "tags"
11950   layout:
11951     title: ""  # No title
11952     layout: "plot-throughput-speedup-analysis"
11953
11954 -
11955   type: "plot"
11956   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11957   algorithm: "plot_throughput_speedup_analysis"
11958   output-file-type: ".html"
11959   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11960   data: "plot-throughput-speedup-analysis-3n-hsw"
11961   filter: "'NIC_Intel-X520-DA2' and
11962            '64B' and
11963            ('BASE' or 'SCALE') and
11964            'NDRPDR' and
11965            'IP4FWD' and
11966            not 'IPSEC' and
11967            not 'VHOST'"
11968   parameters:
11969   - "throughput"
11970   - "parent"
11971   - "tags"
11972   layout:
11973     title: ""  # No title
11974     layout: "plot-throughput-speedup-analysis"
11975
11976 -
11977   type: "plot"
11978   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
11979   algorithm: "plot_throughput_speedup_analysis"
11980   output-file-type: ".html"
11981   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
11982   data: "plot-throughput-speedup-analysis-3n-hsw"
11983   filter: "'NIC_Intel-X520-DA2' and
11984            '64B' and
11985            'FEATURE' and
11986            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11987            'NDRPDR' and
11988            'IP4FWD' and
11989            not 'IPSEC' and
11990            not 'VHOST'"
11991   parameters:
11992   - "throughput"
11993   - "parent"
11994   - "tags"
11995   layout:
11996     title: ""  # No title
11997     layout: "plot-throughput-speedup-analysis"
11998
11999 -
12000   type: "plot"
12001   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
12002   algorithm: "plot_throughput_speedup_analysis"
12003   output-file-type: ".html"
12004   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
12005   data: "plot-throughput-speedup-analysis-3n-hsw"
12006   filter: "'NIC_Intel-X520-DA2' and
12007            '64B' and
12008            'FEATURE' and
12009            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12010            'NDRPDR' and
12011            'IP4FWD' and
12012            not 'IPSEC' and
12013            not 'VHOST'"
12014   parameters:
12015   - "throughput"
12016   - "parent"
12017   - "tags"
12018   layout:
12019     title: ""  # No title
12020     layout: "plot-throughput-speedup-analysis"
12021
12022 # Speedup - VPP IPv4 3n-hsw-x710
12023 -
12024   type: "plot"
12025   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12026   algorithm: "plot_throughput_speedup_analysis"
12027   output-file-type: ".html"
12028   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12029   data: "plot-throughput-speedup-analysis-3n-hsw"
12030   filter: "'NIC_Intel-X710' and
12031            '64B' and
12032            ('BASE' or 'SCALE') and
12033            'NDRPDR' and
12034            'IP4FWD' and
12035            not 'IPSEC' and
12036            not 'VHOST'"
12037   parameters:
12038   - "throughput"
12039   - "parent"
12040   - "tags"
12041   layout:
12042     title: ""  # No title
12043     layout: "plot-throughput-speedup-analysis"
12044
12045 -
12046   type: "plot"
12047   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12048   algorithm: "plot_throughput_speedup_analysis"
12049   output-file-type: ".html"
12050   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12051   data: "plot-throughput-speedup-analysis-3n-hsw"
12052   filter: "'NIC_Intel-X710' and
12053            '64B' and
12054            ('BASE' or 'SCALE') and
12055            'NDRPDR' and
12056            'IP4FWD' and
12057            not 'IPSEC' and
12058            not 'VHOST'"
12059   parameters:
12060   - "throughput"
12061   - "parent"
12062   - "tags"
12063   layout:
12064     title: ""  # No title
12065     layout: "plot-throughput-speedup-analysis"
12066
12067 -
12068   type: "plot"
12069   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
12070   algorithm: "plot_throughput_speedup_analysis"
12071   output-file-type: ".html"
12072   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
12073   data: "plot-throughput-speedup-analysis-3n-hsw"
12074   filter: "'NIC_Intel-X710' and
12075            '64B' and
12076            'FEATURE' and
12077            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12078            'NDRPDR' and
12079            'IP4FWD' and
12080            not 'IPSEC' and
12081            not 'VHOST'"
12082   parameters:
12083   - "throughput"
12084   - "parent"
12085   - "tags"
12086   layout:
12087     title: ""  # No title
12088     layout: "plot-throughput-speedup-analysis"
12089
12090 -
12091   type: "plot"
12092   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
12093   algorithm: "plot_throughput_speedup_analysis"
12094   output-file-type: ".html"
12095   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
12096   data: "plot-throughput-speedup-analysis-3n-hsw"
12097   filter: "'NIC_Intel-X710' and
12098            '64B' and
12099            'FEATURE' and
12100            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12101            'NDRPDR' and
12102            'IP4FWD' and
12103            not 'IPSEC' and
12104            not 'VHOST'"
12105   parameters:
12106   - "throughput"
12107   - "parent"
12108   - "tags"
12109   layout:
12110     title: ""  # No title
12111     layout: "plot-throughput-speedup-analysis"
12112
12113 # Speedup - VPP IPv4 3n-hsw-xl710
12114 -
12115   type: "plot"
12116   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12117   algorithm: "plot_throughput_speedup_analysis"
12118   output-file-type: ".html"
12119   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12120   data: "plot-throughput-speedup-analysis-3n-hsw"
12121   filter: "'NIC_Intel-XL710' and
12122            '64B' and
12123            ('BASE' or 'SCALE') and
12124            'NDRPDR' and
12125            'IP4FWD' and
12126            not 'IPSEC' and
12127            not 'VHOST'"
12128   parameters:
12129   - "throughput"
12130   - "parent"
12131   - "tags"
12132   layout:
12133     title: ""  # No title
12134     layout: "plot-throughput-speedup-analysis"
12135
12136 -
12137   type: "plot"
12138   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12139   algorithm: "plot_throughput_speedup_analysis"
12140   output-file-type: ".html"
12141   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12142   data: "plot-throughput-speedup-analysis-3n-hsw"
12143   filter: "'NIC_Intel-XL710' and
12144            '64B' and
12145            ('BASE' or 'SCALE') and
12146            'NDRPDR' and
12147            'IP4FWD' and
12148            not 'IPSEC' and
12149            not 'VHOST'"
12150   parameters:
12151   - "throughput"
12152   - "parent"
12153   - "tags"
12154   layout:
12155     title: ""  # No title
12156     layout: "plot-throughput-speedup-analysis"
12157
12158 # Speedup - VPP IPv4 3n-skx-x710
12159 -
12160   type: "plot"
12161   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12162   algorithm: "plot_throughput_speedup_analysis"
12163   output-file-type: ".html"
12164   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12165   data: "plot-throughput-speedup-analysis-3n-skx"
12166   filter: "'NIC_Intel-X710' and
12167            '64B' and
12168            ('BASE' or 'SCALE') and
12169            'NDRPDR' and
12170            'IP4FWD' and
12171            not 'IPSEC' and
12172            not 'VHOST'"
12173   parameters:
12174   - "throughput"
12175   - "parent"
12176   - "tags"
12177   layout:
12178     title: ""  # No title
12179     layout: "plot-throughput-speedup-analysis"
12180
12181 -
12182   type: "plot"
12183   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12184   algorithm: "plot_throughput_speedup_analysis"
12185   output-file-type: ".html"
12186   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12187   data: "plot-throughput-speedup-analysis-3n-skx"
12188   filter: "'NIC_Intel-X710' and
12189            '64B' and
12190            ('BASE' or 'SCALE') and
12191            'NDRPDR' and
12192            'IP4FWD' and
12193            not 'IPSEC' and
12194            not 'VHOST'"
12195   parameters:
12196   - "throughput"
12197   - "parent"
12198   - "tags"
12199   layout:
12200     title: ""  # No title
12201     layout: "plot-throughput-speedup-analysis"
12202
12203 -
12204   type: "plot"
12205   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
12206   algorithm: "plot_throughput_speedup_analysis"
12207   output-file-type: ".html"
12208   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
12209   data: "plot-throughput-speedup-analysis-3n-skx"
12210   filter: "'NIC_Intel-X710' and
12211            '64B' and
12212            'FEATURE' and
12213            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12214            'NDRPDR' and
12215            'IP4FWD' and
12216            not 'IPSEC' and
12217            not 'VHOST'"
12218   parameters:
12219   - "throughput"
12220   - "parent"
12221   - "tags"
12222   layout:
12223     title: ""  # No title
12224     layout: "plot-throughput-speedup-analysis"
12225
12226 -
12227   type: "plot"
12228   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
12229   algorithm: "plot_throughput_speedup_analysis"
12230   output-file-type: ".html"
12231   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
12232   data: "plot-throughput-speedup-analysis-3n-skx"
12233   filter: "'NIC_Intel-X710' and
12234            '64B' and
12235            'FEATURE' and
12236            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12237            'NDRPDR' and
12238            'IP4FWD' and
12239            not 'IPSEC' and
12240            not 'VHOST'"
12241   parameters:
12242   - "throughput"
12243   - "parent"
12244   - "tags"
12245   layout:
12246     title: ""  # No title
12247     layout: "plot-throughput-speedup-analysis"
12248
12249 # Speedup - VPP IPv4 2n-skx-x710
12250 -
12251   type: "plot"
12252   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
12253   algorithm: "plot_throughput_speedup_analysis"
12254   output-file-type: ".html"
12255   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
12256   data: "plot-throughput-speedup-analysis-2n-skx"
12257   filter: "'NIC_Intel-X710' and
12258            '64B' and
12259            ('BASE' or 'SCALE') and
12260            'NDRPDR' and
12261            'IP4FWD' and
12262            not 'IPSEC' and
12263            not 'VHOST'"
12264   parameters:
12265   - "throughput"
12266   - "parent"
12267   - "tags"
12268   layout:
12269     title: ""  # No title
12270     layout: "plot-throughput-speedup-analysis"
12271
12272 -
12273   type: "plot"
12274   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
12275   algorithm: "plot_throughput_speedup_analysis"
12276   output-file-type: ".html"
12277   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
12278   data: "plot-throughput-speedup-analysis-2n-skx"
12279   filter: "'NIC_Intel-X710' and
12280            '64B' and
12281            ('BASE' or 'SCALE') 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 # Speedup - VPP IPv4 2n-skx-xxv710
12295 -
12296   type: "plot"
12297   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
12298   algorithm: "plot_throughput_speedup_analysis"
12299   output-file-type: ".html"
12300   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
12301   data: "plot-throughput-speedup-analysis-2n-skx"
12302   filter: "'NIC_Intel-XXV710' and
12303            '64B' and
12304            ('BASE' or 'SCALE') 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 -
12318   type: "plot"
12319   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
12320   algorithm: "plot_throughput_speedup_analysis"
12321   output-file-type: ".html"
12322   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
12323   data: "plot-throughput-speedup-analysis-2n-skx"
12324   filter: "'NIC_Intel-XXV710' and
12325            '64B' and
12326            ('BASE' or 'SCALE') and
12327            'NDRPDR' and
12328            'IP4FWD' and
12329            not 'IPSEC' and
12330            not 'VHOST'"
12331   parameters:
12332   - "throughput"
12333   - "parent"
12334   - "tags"
12335   layout:
12336     title: ""  # No title
12337     layout: "plot-throughput-speedup-analysis"
12338
12339 ################################################################################
12340
12341 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
12342 -
12343   type: "plot"
12344   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12345   algorithm: "plot_throughput_speedup_analysis"
12346   output-file-type: ".html"
12347   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12348   data: "plot-throughput-speedup-analysis-3n-hsw"
12349   filter: "'NIC_Intel-X520-DA2' and
12350            '64B' and
12351            'ENCAP' and
12352            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12353            'NDRPDR' and
12354            'IP4FWD' and
12355            not 'IPSEC' and
12356            not 'VHOST'"
12357   parameters:
12358   - "throughput"
12359   - "parent"
12360   - "tags"
12361   layout:
12362     title: ""  # No title
12363     layout: "plot-throughput-speedup-analysis"
12364
12365 -
12366   type: "plot"
12367   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12368   algorithm: "plot_throughput_speedup_analysis"
12369   output-file-type: ".html"
12370   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12371   data: "plot-throughput-speedup-analysis-3n-hsw"
12372   filter: "'NIC_Intel-X520-DA2' and
12373            '64B' and
12374            'ENCAP' and
12375            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12376            'NDRPDR' and
12377            'IP4FWD' and
12378            not 'IPSEC' and
12379            not 'VHOST'"
12380   parameters:
12381   - "throughput"
12382   - "parent"
12383   - "tags"
12384   layout:
12385     title: ""  # No title
12386     layout: "plot-throughput-speedup-analysis"
12387
12388 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
12389 -
12390   type: "plot"
12391   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12392   algorithm: "plot_throughput_speedup_analysis"
12393   output-file-type: ".html"
12394   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12395   data: "plot-throughput-speedup-analysis-3n-hsw"
12396   filter: "'NIC_Intel-X710' and
12397            '64B' and
12398            'ENCAP' and
12399            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12400            'NDRPDR' and
12401            'IP4FWD' and
12402            not 'IPSEC' and
12403            not 'VHOST'"
12404   parameters:
12405   - "throughput"
12406   - "parent"
12407   - "tags"
12408   layout:
12409     title: ""  # No title
12410     layout: "plot-throughput-speedup-analysis"
12411
12412 -
12413   type: "plot"
12414   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12415   algorithm: "plot_throughput_speedup_analysis"
12416   output-file-type: ".html"
12417   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12418   data: "plot-throughput-speedup-analysis-3n-hsw"
12419   filter: "'NIC_Intel-X710' and
12420            '64B' and
12421            'ENCAP' and
12422            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12423            'NDRPDR' and
12424            'IP4FWD' and
12425            not 'IPSEC' and
12426            not 'VHOST'"
12427   parameters:
12428   - "throughput"
12429   - "parent"
12430   - "tags"
12431   layout:
12432     title: ""  # No title
12433     layout: "plot-throughput-speedup-analysis"
12434
12435 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
12436 -
12437   type: "plot"
12438   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12439   algorithm: "plot_throughput_speedup_analysis"
12440   output-file-type: ".html"
12441   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12442   data: "plot-throughput-speedup-analysis-3n-skx"
12443   filter: "'NIC_Intel-X710' and
12444            '64B' and
12445            'ENCAP' and
12446            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12447            'NDRPDR' and
12448            'IP4FWD' and
12449            not 'IPSEC' and
12450            not 'VHOST'"
12451   parameters:
12452   - "throughput"
12453   - "parent"
12454   - "tags"
12455   layout:
12456     title: ""  # No title
12457     layout: "plot-throughput-speedup-analysis"
12458
12459 -
12460   type: "plot"
12461   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12462   algorithm: "plot_throughput_speedup_analysis"
12463   output-file-type: ".html"
12464   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12465   data: "plot-throughput-speedup-analysis-3n-skx"
12466   filter: "'NIC_Intel-X710' and
12467            '64B' and
12468            'ENCAP' and
12469            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12470            'NDRPDR' and
12471            'IP4FWD' and
12472            not 'IPSEC' and
12473            not 'VHOST'"
12474   parameters:
12475   - "throughput"
12476   - "parent"
12477   - "tags"
12478   layout:
12479     title: ""  # No title
12480     layout: "plot-throughput-speedup-analysis"
12481
12482 ################################################################################
12483
12484 # Speedup - VPP IPv6 3n-hsw-x520
12485 -
12486   type: "plot"
12487   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12488   algorithm: "plot_throughput_speedup_analysis"
12489   output-file-type: ".html"
12490   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12491   data: "plot-throughput-speedup-analysis-3n-hsw"
12492   filter: "'NIC_Intel-X520-DA2' and
12493            '78B' and
12494            ('BASE' or 'SCALE') and
12495            'NDRPDR' and
12496            'IP6FWD' and
12497            not 'SRv6' and
12498            not 'IPSEC' and
12499            not 'VHOST'"
12500   parameters:
12501   - "throughput"
12502   - "parent"
12503   - "tags"
12504   layout:
12505     title: ""  # No title
12506     layout: "plot-throughput-speedup-analysis"
12507
12508 -
12509   type: "plot"
12510   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12511   algorithm: "plot_throughput_speedup_analysis"
12512   output-file-type: ".html"
12513   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12514   data: "plot-throughput-speedup-analysis-3n-hsw"
12515   filter: "'NIC_Intel-X520-DA2' 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 # Speedup - VPP IPv6 3n-hsw-x710
12532 -
12533   type: "plot"
12534   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
12535   algorithm: "plot_throughput_speedup_analysis"
12536   output-file-type: ".html"
12537   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
12538   data: "plot-throughput-speedup-analysis-3n-hsw"
12539   filter: "'NIC_Intel-X710' and
12540            '78B' and
12541            ('BASE' or 'SCALE') and
12542            'NDRPDR' and
12543            'IP6FWD' and
12544            not 'SRv6' and
12545            not 'IPSEC' and
12546            not 'VHOST'"
12547   parameters:
12548   - "throughput"
12549   - "parent"
12550   - "tags"
12551   layout:
12552     title: ""  # No title
12553     layout: "plot-throughput-speedup-analysis"
12554
12555 -
12556   type: "plot"
12557   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
12558   algorithm: "plot_throughput_speedup_analysis"
12559   output-file-type: ".html"
12560   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
12561   data: "plot-throughput-speedup-analysis-3n-hsw"
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 # Speedup - VPP IPv6 3n-hsw-xl710
12579 -
12580   type: "plot"
12581   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
12582   algorithm: "plot_throughput_speedup_analysis"
12583   output-file-type: ".html"
12584   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
12585   data: "plot-throughput-speedup-analysis-3n-hsw"
12586   filter: "'NIC_Intel-XL710' and
12587            '78B' and
12588            ('BASE' or 'SCALE') and
12589            'NDRPDR' and
12590            'IP6FWD' and
12591            not 'SRv6' and
12592            not 'IPSEC' and
12593            not 'VHOST'"
12594   parameters:
12595   - "throughput"
12596   - "parent"
12597   - "tags"
12598   layout:
12599     title: ""  # No title
12600     layout: "plot-throughput-speedup-analysis"
12601
12602 -
12603   type: "plot"
12604   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
12605   algorithm: "plot_throughput_speedup_analysis"
12606   output-file-type: ".html"
12607   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
12608   data: "plot-throughput-speedup-analysis-3n-hsw"
12609   filter: "'NIC_Intel-XL710' and
12610            '78B' and
12611            ('BASE' or 'SCALE') and
12612            'NDRPDR' and
12613            'IP6FWD' and
12614            not 'SRv6' and
12615            not 'IPSEC' and
12616            not 'VHOST'"
12617   parameters:
12618   - "throughput"
12619   - "parent"
12620   - "tags"
12621   layout:
12622     title: ""  # No title
12623     layout: "plot-throughput-speedup-analysis"
12624
12625 # Speedup - VPP IPv6 3n-skx-x710
12626 -
12627   type: "plot"
12628   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
12629   algorithm: "plot_throughput_speedup_analysis"
12630   output-file-type: ".html"
12631   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
12632   data: "plot-throughput-speedup-analysis-3n-skx"
12633   filter: "'NIC_Intel-X710' and
12634            '78B' and
12635            ('BASE' or 'SCALE') and
12636            'NDRPDR' and
12637            'IP6FWD' and
12638            not 'SRv6' and
12639            not 'IPSEC' and
12640            not 'VHOST'"
12641   parameters:
12642   - "throughput"
12643   - "parent"
12644   - "tags"
12645   layout:
12646     title: ""  # No title
12647     layout: "plot-throughput-speedup-analysis"
12648
12649 -
12650   type: "plot"
12651   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
12652   algorithm: "plot_throughput_speedup_analysis"
12653   output-file-type: ".html"
12654   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
12655   data: "plot-throughput-speedup-analysis-3n-skx"
12656   filter: "'NIC_Intel-X710' and
12657            '78B' and
12658            ('BASE' or 'SCALE') and
12659            'NDRPDR' and
12660            'IP6FWD' and
12661            not 'SRv6' and
12662            not 'IPSEC' and
12663            not 'VHOST'"
12664   parameters:
12665   - "throughput"
12666   - "parent"
12667   - "tags"
12668   layout:
12669     title: ""  # No title
12670     layout: "plot-throughput-speedup-analysis"
12671
12672 # Speedup - VPP IPv6 2n-skx-x710
12673 -
12674   type: "plot"
12675   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
12676   algorithm: "plot_throughput_speedup_analysis"
12677   output-file-type: ".html"
12678   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
12679   data: "plot-throughput-speedup-analysis-2n-skx"
12680   filter: "'NIC_Intel-X710' and
12681            '78B' and
12682            ('BASE' or 'SCALE') and
12683            'NDRPDR' and
12684            'IP6FWD' and
12685            not 'SRv6' and
12686            not 'IPSEC' and
12687            not 'VHOST'"
12688   parameters:
12689   - "throughput"
12690   - "parent"
12691   - "tags"
12692   layout:
12693     title: ""  # No title
12694     layout: "plot-throughput-speedup-analysis"
12695
12696 -
12697   type: "plot"
12698   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
12699   algorithm: "plot_throughput_speedup_analysis"
12700   output-file-type: ".html"
12701   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
12702   data: "plot-throughput-speedup-analysis-2n-skx"
12703   filter: "'NIC_Intel-X710' and
12704            '78B' and
12705            ('BASE' or 'SCALE') and
12706            'NDRPDR' and
12707            'IP6FWD' and
12708            not 'IPSEC' and
12709            not 'VHOST'"
12710   parameters:
12711   - "throughput"
12712   - "parent"
12713   - "tags"
12714   layout:
12715     title: ""  # No title
12716     layout: "plot-throughput-speedup-analysis"
12717
12718 # Speedup - VPP IPv6 2n-skx-xxv710
12719 -
12720   type: "plot"
12721   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
12722   algorithm: "plot_throughput_speedup_analysis"
12723   output-file-type: ".html"
12724   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
12725   data: "plot-throughput-speedup-analysis-2n-skx"
12726   filter: "'NIC_Intel-XXV710' and
12727            '78B' and
12728            ('BASE' or 'SCALE') and
12729            'NDRPDR' and
12730            'IP6FWD' and
12731            not 'SRv6' and
12732            not 'IPSEC' and
12733            not 'VHOST'"
12734   parameters:
12735   - "throughput"
12736   - "parent"
12737   - "tags"
12738   layout:
12739     title: ""  # No title
12740     layout: "plot-throughput-speedup-analysis"
12741
12742 -
12743   type: "plot"
12744   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
12745   algorithm: "plot_throughput_speedup_analysis"
12746   output-file-type: ".html"
12747   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
12748   data: "plot-throughput-speedup-analysis-2n-skx"
12749   filter: "'NIC_Intel-XXV710' and
12750            '78B' and
12751            ('BASE' or 'SCALE') and
12752            'NDRPDR' and
12753            'IP6FWD' and
12754            not 'SRv6' and
12755            not 'IPSEC' and
12756            not 'VHOST'"
12757   parameters:
12758   - "throughput"
12759   - "parent"
12760   - "tags"
12761   layout:
12762     title: ""  # No title
12763     layout: "plot-throughput-speedup-analysis"
12764
12765 ################################################################################
12766
12767 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
12768 -
12769   type: "plot"
12770   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12771   algorithm: "plot_throughput_speedup_analysis"
12772   output-file-type: ".html"
12773   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12774   data: "plot-throughput-speedup-analysis-3n-hsw"
12775   filter: "'NIC_Intel-X520-DA2' and
12776            '78B' and
12777            'ENCAP' and
12778            'NDRPDR' and
12779            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12780            not 'VHOST'"
12781   parameters:
12782   - "throughput"
12783   - "parent"
12784   - "tags"
12785   layout:
12786     title: ""  # No title
12787     layout: "plot-throughput-speedup-analysis"
12788
12789 -
12790   type: "plot"
12791   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12792   algorithm: "plot_throughput_speedup_analysis"
12793   output-file-type: ".html"
12794   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12795   data: "plot-throughput-speedup-analysis-3n-hsw"
12796   filter: "'NIC_Intel-X520-DA2' and
12797            '78B' and
12798            'ENCAP' and
12799            'NDRPDR' and
12800            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12801            not 'VHOST'"
12802   parameters:
12803   - "throughput"
12804   - "parent"
12805   - "tags"
12806   layout:
12807     title: ""  # No title
12808     layout: "plot-throughput-speedup-analysis"
12809
12810 ################################################################################
12811
12812 # Speedup - VPP IPSec 3n-hsw-xl710
12813 -
12814   type: "plot"
12815   title: "Speedup: ipsec-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12816   algorithm: "plot_throughput_speedup_analysis"
12817   output-file-type: ".html"
12818   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12819   data: "plot-throughput-speedup-analysis-3n-hsw"
12820   filter: "'NIC_Intel-XL710' and
12821            '64B' and
12822            'IP4FWD' and
12823            'NDRPDR' and
12824            'IPSECHW' and
12825            ('IPSECTRAN' or 'IPSECTUN') and
12826            not 'VHOST'"
12827   parameters:
12828   - "throughput"
12829   - "parent"
12830   - "tags"
12831   layout:
12832     title: ""  # No title
12833     layout: "plot-throughput-speedup-analysis"
12834
12835 -
12836   type: "plot"
12837   title: "Speedup: ipsec-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12838   algorithm: "plot_throughput_speedup_analysis"
12839   output-file-type: ".html"
12840   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12841   data: "plot-throughput-speedup-analysis-3n-hsw"
12842   filter: "'NIC_Intel-XL710' and
12843            '64B' and
12844            'IP4FWD' and
12845            'NDRPDR' and
12846            'IPSECHW' and
12847            ('IPSECTRAN' or 'IPSECTUN') and
12848            not 'VHOST'"
12849   parameters:
12850   - "throughput"
12851   - "parent"
12852   - "tags"
12853   layout:
12854     title: ""  # No title
12855     layout: "plot-throughput-speedup-analysis"
12856
12857 ################################################################################
12858
12859 # Speedup - VPP SRv6 3n-hsw-x520
12860 -
12861   type: "plot"
12862   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
12863   algorithm: "plot_throughput_speedup_analysis"
12864   output-file-type: ".html"
12865   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
12866   data: "plot-throughput-speedup-analysis-3n-hsw"
12867   filter: "'NIC_Intel-X520-DA2' and
12868            '78B' and
12869            'FEATURE' and
12870            'NDRPDR' and
12871            'IP6FWD' and
12872            'SRv6'"
12873   parameters:
12874   - "throughput"
12875   - "parent"
12876   - "tags"
12877   layout:
12878     title: ""  # No title
12879     layout: "plot-throughput-speedup-analysis"
12880
12881 -
12882   type: "plot"
12883   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
12884   algorithm: "plot_throughput_speedup_analysis"
12885   output-file-type: ".html"
12886   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
12887   data: "plot-throughput-speedup-analysis-3n-hsw"
12888   filter: "'NIC_Intel-X520-DA2' and
12889            '78B' and
12890            'FEATURE' and
12891            'NDRPDR' and
12892            'IP6FWD' and
12893            'SRv6'"
12894   parameters:
12895   - "throughput"
12896   - "parent"
12897   - "tags"
12898   layout:
12899     title: ""  # No title
12900     layout: "plot-throughput-speedup-analysis"
12901
12902 ################################################################################
12903
12904 # Speedup - VPP L2 3n-hsw-x520
12905 -
12906   type: "plot"
12907   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12908   algorithm: "plot_throughput_speedup_analysis"
12909   output-file-type: ".html"
12910   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12911   data: "plot-throughput-speedup-analysis-3n-hsw"
12912   filter: "'NIC_Intel-X520-DA2' and
12913            '64B' and
12914            ('BASE' or 'SCALE') and
12915            'NDRPDR' and
12916            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12917            not 'VHOST' and
12918            not 'MEMIF'"
12919   parameters:
12920   - "throughput"
12921   - "parent"
12922   - "tags"
12923   layout:
12924     title: ""  # No title
12925     layout: "plot-throughput-speedup-analysis"
12926
12927 -
12928   type: "plot"
12929   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12930   algorithm: "plot_throughput_speedup_analysis"
12931   output-file-type: ".html"
12932   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12933   data: "plot-throughput-speedup-analysis-3n-hsw"
12934   filter: "'NIC_Intel-X520-DA2' and
12935            '64B' and
12936            ('BASE' or 'SCALE') and
12937            'NDRPDR' and
12938            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12939            not 'VHOST' and
12940            not 'MEMIF'"
12941   parameters:
12942   - "throughput"
12943   - "parent"
12944   - "tags"
12945   layout:
12946     title: ""  # No title
12947     layout: "plot-throughput-speedup-analysis"
12948
12949 -
12950   type: "plot"
12951   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
12952   algorithm: "plot_throughput_speedup_analysis"
12953   output-file-type: ".html"
12954   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
12955   data: "plot-throughput-speedup-analysis-3n-hsw"
12956   filter: "'NIC_Intel-X520-DA2' and
12957            '64B' and
12958            'FEATURE' and
12959            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12960            'NDRPDR' and
12961            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12962            not 'VHOST' and
12963            not 'MEMIF'"
12964   parameters:
12965   - "throughput"
12966   - "parent"
12967   - "tags"
12968   layout:
12969     title: ""  # No title
12970     layout: "plot-throughput-speedup-analysis"
12971
12972 -
12973   type: "plot"
12974   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
12975   algorithm: "plot_throughput_speedup_analysis"
12976   output-file-type: ".html"
12977   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
12978   data: "plot-throughput-speedup-analysis-3n-hsw"
12979   filter: "'NIC_Intel-X520-DA2' and
12980            '64B' and
12981            'FEATURE' and
12982            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12983            'NDRPDR' and
12984            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12985            not 'VHOST' and
12986            not 'MEMIF'"
12987   parameters:
12988   - "throughput"
12989   - "parent"
12990   - "tags"
12991   layout:
12992     title: ""  # No title
12993     layout: "plot-throughput-speedup-analysis"
12994
12995 # Speedup - VPP L2 3n-hsw-x710
12996 -
12997   type: "plot"
12998   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12999   algorithm: "plot_throughput_speedup_analysis"
13000   output-file-type: ".html"
13001   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13002   data: "plot-throughput-speedup-analysis-3n-hsw"
13003   filter: "'NIC_Intel-X710' and
13004            '64B' and
13005            ('BASE' or 'SCALE') and
13006            'NDRPDR' and
13007            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13008            not 'VHOST' and
13009            not 'MEMIF'"
13010   parameters:
13011   - "throughput"
13012   - "parent"
13013   - "tags"
13014   layout:
13015     title: ""  # No title
13016     layout: "plot-throughput-speedup-analysis"
13017
13018 -
13019   type: "plot"
13020   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13021   algorithm: "plot_throughput_speedup_analysis"
13022   output-file-type: ".html"
13023   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13024   data: "plot-throughput-speedup-analysis-3n-hsw"
13025   filter: "'NIC_Intel-X710' and
13026            '64B' and
13027            ('BASE' or 'SCALE') and
13028            'NDRPDR' and
13029            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13030            not 'VHOST' and
13031            not 'MEMIF'"
13032   parameters:
13033   - "throughput"
13034   - "parent"
13035   - "tags"
13036   layout:
13037     title: ""  # No title
13038     layout: "plot-throughput-speedup-analysis"
13039
13040 -
13041   type: "plot"
13042   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
13043   algorithm: "plot_throughput_speedup_analysis"
13044   output-file-type: ".html"
13045   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
13046   data: "plot-throughput-speedup-analysis-3n-hsw"
13047   filter: "'NIC_Intel-X710' and
13048            '64B' and
13049            'FEATURE' and
13050            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13051            'NDRPDR' and
13052            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13053            not 'VHOST' and
13054            not 'MEMIF'"
13055   parameters:
13056   - "throughput"
13057   - "parent"
13058   - "tags"
13059   layout:
13060     title: ""  # No title
13061     layout: "plot-throughput-speedup-analysis"
13062
13063 -
13064   type: "plot"
13065   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
13066   algorithm: "plot_throughput_speedup_analysis"
13067   output-file-type: ".html"
13068   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
13069   data: "plot-throughput-speedup-analysis-3n-hsw"
13070   filter: "'NIC_Intel-X710' and
13071            '64B' and
13072            'FEATURE' and
13073            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13074            'NDRPDR' and
13075            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13076            not 'VHOST' and
13077            not 'MEMIF'"
13078   parameters:
13079   - "throughput"
13080   - "parent"
13081   - "tags"
13082   layout:
13083     title: ""  # No title
13084     layout: "plot-throughput-speedup-analysis"
13085
13086 # Speedup - VPP L2 3n-hsw-xl710
13087 -
13088   type: "plot"
13089   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13090   algorithm: "plot_throughput_speedup_analysis"
13091   output-file-type: ".html"
13092   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13093   data: "plot-throughput-speedup-analysis-3n-hsw"
13094   filter: "'NIC_Intel-XL710' and
13095            '64B' and
13096            ('BASE' or 'SCALE') and
13097            'NDRPDR' and
13098            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13099            not 'VHOST' and
13100            not 'MEMIF'"
13101   parameters:
13102   - "throughput"
13103   - "parent"
13104   - "tags"
13105   layout:
13106     title: ""  # No title
13107     layout: "plot-throughput-speedup-analysis"
13108
13109 -
13110   type: "plot"
13111   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13112   algorithm: "plot_throughput_speedup_analysis"
13113   output-file-type: ".html"
13114   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13115   data: "plot-throughput-speedup-analysis-3n-hsw"
13116   filter: "'NIC_Intel-XL710' and
13117            '64B' and
13118            ('BASE' or 'SCALE') and
13119            'NDRPDR' and
13120            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13121            not 'VHOST' and
13122            not 'MEMIF'"
13123   parameters:
13124   - "throughput"
13125   - "parent"
13126   - "tags"
13127   layout:
13128     title: ""  # No title
13129     layout: "plot-throughput-speedup-analysis"
13130
13131 # Speedup - VPP L2 3n-skx-x710
13132 -
13133   type: "plot"
13134   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13135   algorithm: "plot_throughput_speedup_analysis"
13136   output-file-type: ".html"
13137   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13138   data: "plot-throughput-speedup-analysis-3n-skx"
13139   filter: "'NIC_Intel-X710' and
13140            '64B' and
13141            ('BASE' or 'SCALE') and
13142            'NDRPDR' and
13143            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13144            not 'VHOST' and
13145            not 'MEMIF'"
13146   parameters:
13147   - "throughput"
13148   - "parent"
13149   - "tags"
13150   layout:
13151     title: ""  # No title
13152     layout: "plot-throughput-speedup-analysis"
13153
13154 -
13155   type: "plot"
13156   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13157   algorithm: "plot_throughput_speedup_analysis"
13158   output-file-type: ".html"
13159   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13160   data: "plot-throughput-speedup-analysis-3n-skx"
13161   filter: "'NIC_Intel-X710' and
13162            '64B' and
13163            ('BASE' or 'SCALE') and
13164            'NDRPDR' and
13165            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13166            not 'VHOST' and
13167            not 'MEMIF'"
13168   parameters:
13169   - "throughput"
13170   - "parent"
13171   - "tags"
13172   layout:
13173     title: ""  # No title
13174     layout: "plot-throughput-speedup-analysis"
13175
13176 -
13177   type: "plot"
13178   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
13179   algorithm: "plot_throughput_speedup_analysis"
13180   output-file-type: ".html"
13181   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
13182   data: "plot-throughput-speedup-analysis-3n-skx"
13183   filter: "'NIC_Intel-X710' and
13184            '64B' and
13185            'FEATURE' and
13186            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13187            'NDRPDR' and
13188            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13189            not 'VHOST' and
13190            not 'MEMIF'"
13191   parameters:
13192   - "throughput"
13193   - "parent"
13194   - "tags"
13195   layout:
13196     title: ""  # No title
13197     layout: "plot-throughput-speedup-analysis"
13198
13199 -
13200   type: "plot"
13201   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
13202   algorithm: "plot_throughput_speedup_analysis"
13203   output-file-type: ".html"
13204   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
13205   data: "plot-throughput-speedup-analysis-3n-skx"
13206   filter: "'NIC_Intel-X710' and
13207            '64B' and
13208            'FEATURE' and
13209            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13210            'NDRPDR' and
13211            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13212            not 'VHOST' and
13213            not 'MEMIF'"
13214   parameters:
13215   - "throughput"
13216   - "parent"
13217   - "tags"
13218   layout:
13219     title: ""  # No title
13220     layout: "plot-throughput-speedup-analysis"
13221
13222 # Speedup - VPP L2 3n-skx-xxv710
13223 -
13224   type: "plot"
13225   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13226   algorithm: "plot_throughput_speedup_analysis"
13227   output-file-type: ".html"
13228   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13229   data: "plot-throughput-speedup-analysis-3n-skx"
13230   filter: "'NIC_Intel-XXV710' and
13231            '64B' and
13232            ('BASE' or 'SCALE') and
13233            'NDRPDR' and
13234            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13235            not 'VHOST' and
13236            not 'MEMIF'"
13237   parameters:
13238   - "throughput"
13239   - "parent"
13240   - "tags"
13241   layout:
13242     title: ""  # No title
13243     layout: "plot-throughput-speedup-analysis"
13244
13245 -
13246   type: "plot"
13247   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13248   algorithm: "plot_throughput_speedup_analysis"
13249   output-file-type: ".html"
13250   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13251   data: "plot-throughput-speedup-analysis-3n-skx"
13252   filter: "'NIC_Intel-XXV710' and
13253            '64B' and
13254            ('BASE' or 'SCALE') and
13255            'NDRPDR' and
13256            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13257            not 'VHOST' and
13258            not 'MEMIF'"
13259   parameters:
13260   - "throughput"
13261   - "parent"
13262   - "tags"
13263   layout:
13264     title: ""  # No title
13265     layout: "plot-throughput-speedup-analysis"
13266
13267 # Speedup - VPP L2 2n-skx-x710
13268 -
13269   type: "plot"
13270   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
13271   algorithm: "plot_throughput_speedup_analysis"
13272   output-file-type: ".html"
13273   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
13274   data: "plot-throughput-speedup-analysis-2n-skx"
13275   filter: "'NIC_Intel-X710' and
13276            '64B' and
13277            ('BASE' or 'SCALE') and
13278            'NDRPDR' and
13279            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13280            not 'VHOST' and
13281            not 'MEMIF'"
13282   parameters:
13283   - "throughput"
13284   - "parent"
13285   - "tags"
13286   layout:
13287     title: ""  # No title
13288     layout: "plot-throughput-speedup-analysis"
13289
13290 -
13291   type: "plot"
13292   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
13293   algorithm: "plot_throughput_speedup_analysis"
13294   output-file-type: ".html"
13295   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
13296   data: "plot-throughput-speedup-analysis-2n-skx"
13297   filter: "'NIC_Intel-X710' and
13298            '64B' and
13299            ('BASE' or 'SCALE') and
13300            'NDRPDR' and
13301            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13302            not 'VHOST' and
13303            not 'MEMIF'"
13304   parameters:
13305   - "throughput"
13306   - "parent"
13307   - "tags"
13308   layout:
13309     title: ""  # No title
13310     layout: "plot-throughput-speedup-analysis"
13311
13312 # Speedup - VPP L2 2n-skx-xxv710
13313 -
13314   type: "plot"
13315   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13316   algorithm: "plot_throughput_speedup_analysis"
13317   output-file-type: ".html"
13318   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13319   data: "plot-throughput-speedup-analysis-2n-skx"
13320   filter: "'NIC_Intel-XXV710' and
13321            '64B' and
13322            ('BASE' or 'SCALE') and
13323            'NDRPDR' and
13324            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13325            not 'VHOST' and
13326            not 'MEMIF'"
13327   parameters:
13328   - "throughput"
13329   - "parent"
13330   - "tags"
13331   layout:
13332     title: ""  # No title
13333     layout: "plot-throughput-speedup-analysis"
13334
13335 -
13336   type: "plot"
13337   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13338   algorithm: "plot_throughput_speedup_analysis"
13339   output-file-type: ".html"
13340   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13341   data: "plot-throughput-speedup-analysis-2n-skx"
13342   filter: "'NIC_Intel-XXV710' and
13343            '64B' and
13344            ('BASE' or 'SCALE') and
13345            'NDRPDR' and
13346            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13347            not 'VHOST' and
13348            not 'MEMIF'"
13349   parameters:
13350   - "throughput"
13351   - "parent"
13352   - "tags"
13353   layout:
13354     title: ""  # No title
13355     layout: "plot-throughput-speedup-analysis"
13356
13357 ################################################################################
13358
13359 # Speedup - VPP vhost ip4 3n-hsw-x520
13360 -
13361   type: "plot"
13362   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13363   algorithm: "plot_throughput_speedup_analysis"
13364   output-file-type: ".html"
13365   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13366   data: "plot-throughput-speedup-analysis-3n-hsw"
13367   filter: "'NIC_Intel-X520-DA2' and
13368            '64B' and
13369            'NDRPDR' and
13370            'VHOST' and
13371            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13372   parameters:
13373   - "throughput"
13374   - "parent"
13375   - "tags"
13376   layout:
13377     title: ""  # No title
13378     layout: "plot-throughput-speedup-analysis"
13379
13380 -
13381   type: "plot"
13382   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13383   algorithm: "plot_throughput_speedup_analysis"
13384   output-file-type: ".html"
13385   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13386   data: "plot-throughput-speedup-analysis-3n-hsw"
13387   filter: "'NIC_Intel-X520-DA2' and
13388            '64B' and
13389            'NDRPDR' and
13390            'VHOST' and
13391            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13392   parameters:
13393   - "throughput"
13394   - "parent"
13395   - "tags"
13396   layout:
13397     title: ""  # No title
13398     layout: "plot-throughput-speedup-analysis"
13399
13400 # Speedup - VPP vhost l2sw 3n-hsw-x520
13401 -
13402   type: "plot"
13403   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13404   algorithm: "plot_throughput_speedup_analysis"
13405   output-file-type: ".html"
13406   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13407   data: "plot-throughput-speedup-analysis-3n-hsw"
13408   filter: "'NIC_Intel-X520-DA2' and
13409            '64B' and
13410            'NDRPDR' and
13411            'VHOST' and
13412            not 'VXLAN' and
13413            not 'IP4FWD' and
13414            not 'DOT1Q' and
13415            not '2VM'"
13416   parameters:
13417   - "throughput"
13418   - "parent"
13419   - "tags"
13420   layout:
13421     title: ""  # No title
13422     layout: "plot-throughput-speedup-analysis"
13423
13424 -
13425   type: "plot"
13426   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13427   algorithm: "plot_throughput_speedup_analysis"
13428   output-file-type: ".html"
13429   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13430   data: "plot-throughput-speedup-analysis-3n-hsw"
13431   filter: "'NIC_Intel-X520-DA2' and
13432            '64B' and
13433            'NDRPDR' and
13434            'VHOST' and
13435            not 'VXLAN' and
13436            not 'IP4FWD' and
13437            not 'DOT1Q' and
13438            not '2VM'"
13439   parameters:
13440   - "throughput"
13441   - "parent"
13442   - "tags"
13443   layout:
13444     title: ""  # No title
13445     layout: "plot-throughput-speedup-analysis"
13446
13447 # Speedup - VPP vhost ip4 3n-hsw-x710
13448 -
13449   type: "plot"
13450   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13451   algorithm: "plot_throughput_speedup_analysis"
13452   output-file-type: ".html"
13453   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13454   data: "plot-throughput-speedup-analysis-3n-hsw"
13455   filter: "'NIC_Intel-X710' and
13456            '64B' and
13457            'NDRPDR' and
13458            'VHOST' and
13459            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13460   parameters:
13461   - "throughput"
13462   - "parent"
13463   - "tags"
13464   layout:
13465     title: ""  # No title
13466     layout: "plot-throughput-speedup-analysis"
13467
13468 -
13469   type: "plot"
13470   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13471   algorithm: "plot_throughput_speedup_analysis"
13472   output-file-type: ".html"
13473   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13474   data: "plot-throughput-speedup-analysis-3n-hsw"
13475   filter: "'NIC_Intel-X710' and
13476            '64B' and
13477            'NDRPDR' and
13478            'VHOST' and
13479            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13480   parameters:
13481   - "throughput"
13482   - "parent"
13483   - "tags"
13484   layout:
13485     title: ""  # No title
13486     layout: "plot-throughput-speedup-analysis"
13487
13488 # Speedup - VPP vhost l2sw 3n-hsw-x710
13489 -
13490   type: "plot"
13491   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13492   algorithm: "plot_throughput_speedup_analysis"
13493   output-file-type: ".html"
13494   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13495   data: "plot-throughput-speedup-analysis-3n-hsw"
13496   filter: "'NIC_Intel-X710' and
13497            '64B' and
13498            'NDRPDR' and
13499            'VHOST' and
13500            not 'VXLAN' and
13501            not 'IP4FWD' and
13502            not 'DOT1Q' and
13503            not '2VM'"
13504   parameters:
13505   - "throughput"
13506   - "parent"
13507   - "tags"
13508   layout:
13509     title: ""  # No title
13510     layout: "plot-throughput-speedup-analysis"
13511
13512 -
13513   type: "plot"
13514   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13515   algorithm: "plot_throughput_speedup_analysis"
13516   output-file-type: ".html"
13517   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13518   data: "plot-throughput-speedup-analysis-3n-hsw"
13519   filter: "'NIC_Intel-X710' and
13520            '64B' and
13521            'NDRPDR' and
13522            'VHOST' and
13523            not 'VXLAN' and
13524            not 'IP4FWD' and
13525            not 'DOT1Q' and
13526            not '2VM'"
13527   parameters:
13528   - "throughput"
13529   - "parent"
13530   - "tags"
13531   layout:
13532     title: ""  # No title
13533     layout: "plot-throughput-speedup-analysis"
13534
13535 # Speedup - VPP vhost ip4 3n-hsw-xl710
13536 -
13537   type: "plot"
13538   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13539   algorithm: "plot_throughput_speedup_analysis"
13540   output-file-type: ".html"
13541   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13542   data: "plot-throughput-speedup-analysis-3n-hsw"
13543   filter: "'NIC_Intel-XL710' and
13544            '64B' and
13545            'NDRPDR' and
13546            'VHOST' and
13547            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13548   parameters:
13549   - "throughput"
13550   - "parent"
13551   - "tags"
13552   layout:
13553     title: ""  # No title
13554     layout: "plot-throughput-speedup-analysis"
13555
13556 -
13557   type: "plot"
13558   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13559   algorithm: "plot_throughput_speedup_analysis"
13560   output-file-type: ".html"
13561   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13562   data: "plot-throughput-speedup-analysis-3n-hsw"
13563   filter: "'NIC_Intel-XL710' and
13564            '64B' and
13565            'NDRPDR' and
13566            'VHOST' and
13567            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13568   parameters:
13569   - "throughput"
13570   - "parent"
13571   - "tags"
13572   layout:
13573     title: ""  # No title
13574     layout: "plot-throughput-speedup-analysis"
13575
13576 # Speedup - VPP vhost l2sw 3n-hsw-xl710
13577 -
13578   type: "plot"
13579   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13580   algorithm: "plot_throughput_speedup_analysis"
13581   output-file-type: ".html"
13582   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13583   data: "plot-throughput-speedup-analysis-3n-hsw"
13584   filter: "'NIC_Intel-XL710' and
13585            '64B' and
13586            'NDRPDR' and
13587            'VHOST' and
13588            not 'VXLAN' and
13589            not 'IP4FWD' and
13590            not 'DOT1Q' and
13591            not '2VM'"
13592   parameters:
13593   - "throughput"
13594   - "parent"
13595   - "tags"
13596   layout:
13597     title: ""  # No title
13598     layout: "plot-throughput-speedup-analysis"
13599
13600 -
13601   type: "plot"
13602   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13603   algorithm: "plot_throughput_speedup_analysis"
13604   output-file-type: ".html"
13605   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13606   data: "plot-throughput-speedup-analysis-3n-hsw"
13607   filter: "'NIC_Intel-XL710' and
13608            '64B' and
13609            'NDRPDR' and
13610            'VHOST' and
13611            not 'VXLAN' and
13612            not 'IP4FWD' and
13613            not 'DOT1Q' and
13614            not '2VM'"
13615   parameters:
13616   - "throughput"
13617   - "parent"
13618   - "tags"
13619   layout:
13620     title: ""  # No title
13621     layout: "plot-throughput-speedup-analysis"
13622
13623 # Speedup - VPP vhost l2sw 3n-hsw-x520
13624 -
13625   type: "plot"
13626   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
13627   algorithm: "plot_throughput_speedup_analysis"
13628   output-file-type: ".html"
13629   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
13630   data: "plot-throughput-speedup-analysis-3n-hsw"
13631   filter: "'NIC_Intel-X520-DA2' and
13632            '114B' and
13633            'NDRPDR' and
13634            'VTS'"
13635   parameters:
13636   - "throughput"
13637   - "parent"
13638   - "tags"
13639   layout:
13640     title: ""  # No title
13641     layout: "plot-throughput-speedup-analysis"
13642
13643 -
13644   type: "plot"
13645   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
13646   algorithm: "plot_throughput_speedup_analysis"
13647   output-file-type: ".html"
13648   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
13649   data: "plot-throughput-speedup-analysis-3n-hsw"
13650   filter: "'NIC_Intel-X520-DA2' and
13651            '114B' and
13652            'NDRPDR' and
13653            'VTS'"
13654   parameters:
13655   - "throughput"
13656   - "parent"
13657   - "tags"
13658   layout:
13659     title: ""  # No title
13660     layout: "plot-throughput-speedup-analysis"