3965638a094b31095360a4239068ca47ff0b52da
[csit.git] / resources / tools / presentation / specification.yaml
1 -
2   type: "environment"
3
4   paths:
5     # Top level directories:
6     ## Working directory
7     DIR[WORKING]: "_tmp"
8     ## Build directories
9     DIR[BUILD,HTML]: "_build"
10     DIR[BUILD,LATEX]: "_build_latex"
11
12     # Static .rst files
13     DIR[RST]: "../../../docs/report"
14
15     # Working directories
16     ## Input data files (.zip, .xml)
17     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
18     ## Static source files from git
19     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
20     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
21
22     # Static html content
23     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
24     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
25     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
26     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
27
28     # Detailed test results
29     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
30     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
31     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
32     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
33     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
34     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
35     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
36     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
37     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
38     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
39     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
40     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
41     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
42     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
43     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
44     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
45     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
46
47     # Detailed test configurations
48     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
49     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
50     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
51     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
52     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
53     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
54     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
55     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
56     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
57
58     # Detailed tests operational data
59     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
60     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
61     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
62     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
63
64     # .css patch file to fix tables generated by Sphinx
65     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
66     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
67
68   urls:
69     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
70     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
71     URL[NEXUS]: "https://docs.fd.io/csit"
72     DIR[NEXUS]: "report/_static/archive"
73
74   make-dirs:
75   # List the directories which are created while preparing the environment.
76   # All directories MUST be defined in "paths" section.
77   - "DIR[WORKING,DATA]"
78   - "DIR[STATIC,VPP]"
79   - "DIR[STATIC,DPDK]"
80   - "DIR[STATIC,ARCH]"
81   - "DIR[BUILD,LATEX]"
82   - "DIR[WORKING,SRC]"
83   - "DIR[WORKING,SRC,STATIC]"
84
85   remove-dirs:
86   # List the directories which are deleted while cleaning the environment.
87   # All directories MUST be defined in "paths" section.
88   #- "DIR[BUILD,HTML]"
89   - "DIR[WORKING,DATA]"
90
91   build-dirs:
92   # List the directories where the results (build) is stored.
93   # All directories MUST be defined in "paths" section.
94   - "DIR[BUILD,HTML]"
95   - "DIR[BUILD,LATEX]"
96
97 -
98   type: "configuration"
99
100   data-sets:
101
102     # VPP Performance
103     vpp-performance-changes:
104       csit-vpp-perf-1801-all:
105       - 124  # sel
106       - 127  # sel
107       - 128  # sel
108       - 141  # sel
109       - 142  # sel
110       - 143  # sel
111       - 145  # sel
112       - 146  # sel
113       - 162  # sel
114       - 163  # sel
115       - 167  # sel
116       - 172  # sel acl only
117       csit-vpp-perf-1804-all:
118       - 21  # sel
119       - 22  # sel
120       - 23  # sel
121       - 24  # sel
122       - 27  # sel
123       - 28  # sel
124       - 29  # sel
125       - 30  # sel
126       - 31  # sel
127       - 35  # sel
128       # TODO: Add Data sources
129       csit-vpp-perf-verify-1807-3n-hsw:
130       - 15  # NDRPDR sel
131       - 16  # NDRPDR sel
132       - 19  # NDRPDR sel
133       - 18  # NDRPDR sel
134       - 20  # NDRPDR sel
135
136     vpp-compare-testbeds:
137       # TODO: Add Data sources
138       csit-vpp-perf-verify-1807-3n-hsw:
139       - 15  # NDRPDR sel
140       - 16  # NDRPDR sel
141       - 19  # NDRPDR sel
142       - 18  # NDRPDR sel
143       - 20  # NDRPDR sel
144       csit-vpp-perf-verify-1807-3n-skx:
145       - 33  # NDRPDR sel
146       - 35  # NDRPDR sel
147       - 37  # NDRPDR sel
148       - 38  # NDRPDR sel
149       - 39  # NDRPDR sel
150       - 43  # NDRPDR sel
151       - 44  # NDRPDR sel
152       - 49  # NDRPDR sel
153       - 50  # NDRPDR sel
154       - 56  # NDRPDR sel
155
156     vpp-compare-testbeds-mrr:
157       # TODO: Add Data sources
158       csit-vpp-perf-verify-1807-3n-hsw:
159       - 9   # MRR sel
160       - 21  # MRR sel
161       - 31  # MRR sel
162       - 33  # MRR sel
163       - 36  # MRR sel
164       csit-vpp-perf-verify-1807-3n-skx:
165       - 28  # MRR sel
166       - 32  # MRR sel
167       - 36  # MRR sel
168       - 42  # MRR sel
169       - 47  # MRR sel
170       - 48  # MRR sel
171       - 51  # MRR sel
172       - 52  # MRR sel
173       - 53  # MRR sel
174       - 54  # MRR sel
175
176     vpp-performance-changes-mrr:
177       csit-vpp-perf-check-1801:
178       - 3
179       - 4
180       - 5
181       - 6
182       - 7
183       - 8
184       - 9
185       - 11
186       - 12
187       - 13
188       csit-vpp-perf-check-1804:
189       - 6   # mrr - sel
190       - 13  # mrr - sel
191       - 14  # mrr - sel
192       - 15  # mrr - sel
193       - 16  # mrr - sel
194       - 17  # mrr - sel
195       - 19  # mrr - sel
196       - 20  # mrr - sel
197       - 21  # mrr - sel
198       - 22  # mrr - sel
199       # TODO: Add Data sources
200       csit-vpp-perf-verify-1807-3n-hsw:
201       - 9   # MRR sel
202       - 21  # MRR sel
203       - 31  # MRR sel
204       - 33  # MRR sel
205       - 36  # MRR sel
206
207     vpp-perf-results-3n-hsw:
208       # TODO: Add Data sources
209       csit-vpp-perf-verify-1807-3n-hsw:
210       - 11  # NDRPDR full 1
211       - 22  # NDRPDR full 2
212
213     vpp-perf-results-3n-skx:
214       csit-vpp-perf-verify-1807-3n-skx:
215       - 40  # NDRPDR full 1
216       - 41  # NDRPDR full 2
217
218     vpp-perf-results-2n-skx:
219       csit-vpp-perf-verify-1807-2n-skx:
220       - 32  # NDRPDR full
221
222     vpp-mrr-results-3n-hsw:
223       csit-vpp-perf-verify-1807-3n-hsw:
224       - 8   # MRR full
225
226     vpp-mrr-results-3n-skx:
227       # TODO: Replace with better results
228       csit-vpp-perf-verify-1807-3n-skx:
229       - 31  # MRR full
230
231     vpp-mrr-results-2n-skx:
232       csit-vpp-perf-verify-1807-2n-skx:
233       - 27  # MRR full
234
235     plot-throughput-speedup-analysis-3n-hsw:
236       # TODO: Add Data sources
237       csit-vpp-perf-verify-1807-3n-hsw:
238       - 15  # NDRPDR sel
239       - 16  # NDRPDR sel
240       - 19  # NDRPDR sel
241       - 18  # NDRPDR sel
242       - 20  # NDRPDR sel
243
244     plot-throughput-speedup-analysis-3n-skx:
245       csit-vpp-perf-verify-1807-3n-skx:
246       - 33  # NDRPDR sel
247       - 35  # NDRPDR sel
248       - 37  # NDRPDR sel
249       - 38  # NDRPDR sel
250       - 39  # NDRPDR sel
251       - 43  # NDRPDR sel
252       - 44  # NDRPDR sel
253       - 49  # NDRPDR sel
254       - 50  # NDRPDR sel
255       - 56  # NDRPDR sel
256
257     plot-throughput-speedup-analysis-2n-skx:
258       csit-vpp-perf-verify-1807-2n-skx:
259       - 26  # NDRPDR sel
260       - 28  # NDRPDR sel
261       - 29  # NDRPDR sel
262       - 30  # NDRPDR sel
263       - 34  # NDRPDR sel
264       - 35  # NDRPDR sel
265       - 36  # NDRPDR sel
266       - 39  # NDRPDR sel
267       - 40  # NDRPDR sel
268       - 42  # NDRPDR sel
269
270     plot-vpp-throughput-latency-3n-hsw:
271       # TODO: Add Data sources
272       csit-vpp-perf-verify-1807-3n-hsw:
273       - 15  # NDRPDR sel
274       - 16  # NDRPDR sel
275       - 19  # NDRPDR sel
276       - 18  # NDRPDR sel
277       - 20  # NDRPDR sel
278
279     plot-vpp-throughput-latency-3n-skx:
280       csit-vpp-perf-verify-1807-3n-skx:
281       - 33  # NDRPDR sel
282       - 35  # NDRPDR sel
283       - 37  # NDRPDR sel
284       - 38  # NDRPDR sel
285       - 39  # NDRPDR sel
286       - 43  # NDRPDR sel
287       - 44  # NDRPDR sel
288       - 49  # NDRPDR sel
289       - 50  # NDRPDR sel
290       - 56  # NDRPDR sel
291
292     plot-vpp-throughput-latency-2n-skx:
293       csit-vpp-perf-verify-1807-2n-skx:
294       - 26  # NDRPDR sel
295       - 28  # NDRPDR sel
296       - 29  # NDRPDR sel
297       - 30  # NDRPDR sel
298       - 34  # NDRPDR sel
299       - 35  # NDRPDR sel
300       - 36  # NDRPDR sel
301       - 39  # NDRPDR sel
302       - 40  # NDRPDR sel
303       - 42  # NDRPDR sel
304
305     plot-vpp-http-server-performance:
306       csit-vpp-perf-verify-1807-3n-hsw:
307       - 24  # WRK
308       - 25  # WRK
309       - 23  # WRK
310       - 26  # WRK
311       - 27  # WRK
312       - 28  # WRK
313       - 29  # WRK
314       - 30  # WRK
315       - 32  # WRK
316       - 35  # WRK
317
318     # VPP Functional
319     vpp-func-results-ubuntu:
320       csit-vpp-functional-1807-ubuntu1604-virl:
321       - 278
322
323     vpp-func-results-centos:
324       csit-vpp-functional-1807-centos7-virl:
325       - 278
326
327     # VPP Ligato
328     ligato-perf-results-3n-hsw:
329       # TODO: Replace with better results
330       csit-ligato-perf-1807-all:
331       - 3   # full ?
332
333     plot-ligato-throughput-speedup-analysis-3n-hsw:
334       # TODO: Add Data sources
335       csit-ligato-perf-1807-all:
336       - 4   # sel
337
338     plot-ligato-throughput-latency-3n-hsw:
339       # TODO: Add Data sources
340       csit-ligato-perf-1807-all:
341       - 4   # sel
342
343     # DPDK Performance
344     dpdk-performance-changes:
345       csit-dpdk-perf-1804-all:
346       - 4
347       - 5
348       - 6
349       - 7
350       - 8
351       - 9
352       - 10
353       - 11
354       - 12
355       - 13
356       csit-dpdk-perf-verify-1807-3n-hsw:
357       - 11
358       - 12  # full
359       - 14
360       - 15
361       - 16
362       - 17
363       - 20
364       - 21
365       - 22
366       - 23
367
368     dpdk-compare-testbeds:
369       csit-dpdk-perf-verify-1807-3n-skx:
370       - 1
371       - 2
372       - 3
373       - 6
374       - 7
375       - 8
376       - 9
377       - 10
378       - 11
379       - 12
380       csit-dpdk-perf-verify-1807-3n-hsw:
381       - 11
382       - 12  # full
383       - 14
384       - 15
385       - 16
386       - 17
387       - 20
388       - 21
389       - 22
390       - 23
391
392     dpdk-perf-results-3n-hsw:
393       csit-dpdk-perf-verify-1807-3n-hsw:
394       - 12
395
396     dpdk-perf-results-3n-skx:
397       csit-dpdk-perf-verify-1807-3n-skx:
398       - 12
399
400     dpdk-perf-results-2n-skx:
401       csit-dpdk-perf-verify-1807-2n-skx:
402       - 10
403
404     plot-dpdk-throughput-latency-3n-hsw:
405       csit-dpdk-perf-verify-1807-3n-hsw:
406       - 11
407       - 12  # full
408       - 14
409       - 15
410       - 16
411       - 17
412       - 20
413       - 21
414       - 22
415       - 23
416
417     plot-dpdk-throughput-latency-3n-skx:
418       csit-dpdk-perf-verify-1807-3n-skx:
419       - 1
420       - 2
421       - 3
422       - 6
423       - 7
424       - 8
425       - 9
426       - 10
427       - 11
428       - 12
429
430     plot-dpdk-throughput-latency-2n-skx:
431       csit-dpdk-perf-verify-1807-2n-skx:
432       - 1
433       - 2
434       - 3
435       - 4
436       - 5
437       - 6
438       - 7
439       - 8
440       - 9
441       - 10
442
443     # HoneyComb Functional
444     hc-func-results:
445       csit-hc2vpp-verify-func-1807-ubuntu1604:
446       - 6
447
448     # NSH SFC Functional
449     nsh-func-results:
450       csit-nsh_sfc-verify-func-1807-ubuntu1604-virl:
451       - 2
452
453     # DMM Functional
454     dmm-func-results:
455       # TODO: Replace with 1807 job:
456       csit-dmm-functional-master-ubuntu1604-virl:
457       - 95
458
459   plot-layouts:
460
461     plot-cps:
462       xaxis:
463         autorange: True
464         fixedrange: False
465         gridcolor: "rgb(238, 238, 238)"
466         linecolor: "rgb(238, 238, 238)"
467         linewidth: 1
468         showgrid: True
469         showline: True
470         showticklabels: True
471         tickcolor: "rgb(238, 238, 238)"
472         tickmode: "linear"
473         title: "Indexed Test Cases"
474         zeroline: False
475       yaxis:
476         gridcolor: "rgb(238, 238, 238)"
477         hoverformat: ".4s"
478         linecolor: "rgb(238, 238, 238)"
479         linewidth: 1
480         rangemode: "tozero"
481         showgrid: True
482         showline: True
483         showticklabels: True
484         tickcolor: "rgb(238, 238, 238)"
485         title: "Connections Per Second [cps]"
486         zeroline: False
487       boxmode: "group"
488       boxgroupgap: 0.5
489       autosize: False
490       margin:
491         t: 50
492         b: 20
493         l: 80
494         r: 20
495       showlegend: True
496       legend:
497         orientation: "h"
498       width: 700
499       height: 1000
500
501     plot-rps:
502       xaxis:
503         autorange: True
504         fixedrange: False
505         gridcolor: "rgb(238, 238, 238)"
506         linecolor: "rgb(238, 238, 238)"
507         linewidth: 1
508         showgrid: True
509         showline: True
510         showticklabels: True
511         tickcolor: "rgb(238, 238, 238)"
512         tickmode: "linear"
513         title: "Indexed Test Cases"
514         zeroline: False
515       yaxis:
516         gridcolor: "rgb(238, 238, 238)"
517         hoverformat: ".4s"
518         linecolor: "rgb(238, 238, 238)"
519         linewidth: 1
520         rangemode: "tozero"
521         showgrid: True
522         showline: True
523         showticklabels: True
524         tickcolor: "rgb(238, 238, 238)"
525         title: "Requests Per Second [rps]"
526         zeroline: False
527       boxmode: "group"
528       boxgroupgap: 0.5
529       autosize: False
530       margin:
531         t: 50
532         b: 20
533         l: 80
534         r: 20
535       showlegend: True
536       legend:
537         orientation: "h"
538       width: 700
539       height: 1000
540
541     plot-throughput:
542       xaxis:
543         autorange: True
544         fixedrange: False
545         gridcolor: "rgb(238, 238, 238)"
546         linecolor: "rgb(238, 238, 238)"
547         linewidth: 1
548         showgrid: True
549         showline: True
550         showticklabels: True
551         tickcolor: "rgb(238, 238, 238)"
552         tickmode: "linear"
553         title: "Indexed Test Cases"
554         zeroline: False
555       yaxis:
556         gridcolor: "rgb(238, 238, 238)"
557         hoverformat: ".4s"
558         tickformat: ".3s"
559         linecolor: "rgb(238, 238, 238)"
560         linewidth: 1
561         showgrid: True
562         showline: True
563         showticklabels: True
564         tickcolor: "rgb(238, 238, 238)"
565         title: "Packets Per Second [pps]"
566         zeroline: False
567       boxmode: "group"
568       boxgroupgap: 0.5
569       autosize: False
570       margin:
571         t: 50
572         b: 20
573         l: 80
574         r: 20
575       showlegend: True
576       legend:
577         orientation: "h"
578       width: 700
579       height: 1000
580
581     plot-latency:
582       xaxis:
583         autorange: True
584         fixedrange: False
585         gridcolor: "rgb(238, 238, 238)"
586         linecolor: "rgb(238, 238, 238)"
587         linewidth: 1
588         showgrid: True
589         showline: True
590         showticklabels: True
591         tickcolor: "rgb(238, 238, 238)"
592         tickmode: "linear"
593         title: "Indexed Test Cases"
594         zeroline: False
595       yaxis:
596         gridcolor: "rgb(238, 238, 238)"
597         hoverformat: ""
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         title: "Latency min/avg/max [uSec]"
605         zeroline: False
606       boxmode: "group"
607       boxgroupgap: 0.5
608       autosize: False
609       margin:
610         t: 50
611         b: 20
612         l: 80
613         r: 20
614       showlegend: True
615       legend:
616         orientation: "h"
617       width: 700
618       height: 1000
619
620     plot-throughput-speedup-analysis:
621       xaxis:
622         autorange: True
623         fixedrange: False
624         gridcolor: "rgb(238, 238, 238)"
625         linecolor: "rgb(238, 238, 238)"
626         linewidth: 1
627         showgrid: True
628         showline: True
629         showticklabels: True
630         tickcolor: "rgb(238, 238, 238)"
631         tickmode: "linear"
632         tickangle: 270
633         zeroline: False
634       yaxis:
635         title: "Throughput speedup factor"
636         gridcolor: "rgb(238, 238, 238)"
637         hoverformat: ".4s"
638         linecolor: "rgb(238, 238, 238)"
639         linewidth: 1
640         showgrid: True
641         showline: True
642         showticklabels: True
643         tickcolor: "rgb(238, 238, 238)"
644         zeroline: False
645       legend:
646         orientation: "h"
647         xanchor: "center"
648         yanchor: "top"
649         x: 0.5
650         y: 1
651         bgcolor: "rgba(255, 255, 255, 0)"
652         bordercolor: "rgba(255, 255, 255, 0)"
653       barmode: "group"
654       bargap: 0.15
655       bargroupgap: 0.1
656       autosize: False
657       margin:
658           't': 50
659           'b': 300
660           'l': 50
661           'r': 20
662       showlegend: True
663       width: 700
664       height: 1000
665
666 -
667   type: "static"
668   src-path: "{DIR[RST]}"
669   dst-path: "{DIR[WORKING,SRC]}"
670
671 -
672   type: "input"
673   general:
674     file-name: "robot-plugin.zip"
675     file-format: ".zip"
676     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
677     extract: "robot-plugin/output.xml"
678
679   builds:
680
681     csit-vpp-perf-1801-all:
682     - 124  # sel
683     - 127  # sel
684     - 128  # sel
685     - 141  # sel
686     - 142  # sel
687     - 143  # sel
688     - 145  # sel
689     - 146  # sel
690     - 162  # sel
691     - 163  # sel
692     - 167  # sel
693     - 172  # sel acl only
694     csit-vpp-perf-1804-all:
695     - 21  # sel
696     - 22  # sel
697     - 23  # sel
698     - 24  # sel
699     - 27  # sel
700     - 28  # sel
701     - 29  # sel
702     - 30  # sel
703     - 31  # sel
704     - 35  # sel
705     # TODO: Add Data sources
706     csit-vpp-perf-verify-1807-3n-hsw:
707     - 8   # MRR full
708     - 9   # MRR sel
709     - 21  # MRR sel
710     - 31  # MRR sel
711     - 33  # MRR sel
712     - 36  # MRR sel
713     - 11  # NDRPDR full 1
714     - 22  # NDRPDR full 2
715     - 15  # NDRPDR sel
716     - 16  # NDRPDR sel
717     - 19  # NDRPDR sel
718     - 18  # NDRPDR sel
719     - 20  # NDRPDR sel
720     - 24  # WRK
721     - 25  # WRK
722     - 23  # WRK
723     - 26  # WRK
724     - 27  # WRK
725     - 28  # WRK
726     - 29  # WRK
727     - 30  # WRK
728     - 32  # WRK
729     - 35  # WRK
730     csit-vpp-perf-verify-1807-3n-skx:
731     - 31  # MRR full
732     - 28  # MRR sel
733     - 32  # MRR sel
734     - 36  # MRR sel
735     - 42  # MRR sel
736     - 47  # MRR sel
737     - 48  # MRR sel
738     - 51  # MRR sel
739     - 52  # MRR sel
740     - 53  # MRR sel
741     - 54  # MRR sel
742     - 40  # NDRPDR full 1
743     - 41  # NDRPDR full 2
744     - 33  # NDRPDR sel
745     - 35  # NDRPDR sel
746     - 37  # NDRPDR sel
747     - 38  # NDRPDR sel
748     - 39  # NDRPDR sel
749     - 43  # NDRPDR sel
750     - 44  # NDRPDR sel
751     - 49  # NDRPDR sel
752     - 50  # NDRPDR sel
753     - 56  # NDRPDR sel
754     csit-vpp-perf-verify-1807-2n-skx:
755     - 27  # MRR full
756     - 31  # MRR sel
757     - 33  # MRR sel
758     - 37  # MRR sel
759     - 38  # MRR sel
760     - 41  # MRR sel
761     - 43  # MRR sel
762     - 44  # MRR sel
763     - 45  # MRR sel
764     - 46  # MRR sel
765     - 47  # MRR sel
766     - 32  # NDRPDR full
767     - 26  # NDRPDR sel
768     - 28  # NDRPDR sel
769     - 29  # NDRPDR sel
770     - 30  # NDRPDR sel
771     - 34  # NDRPDR sel
772     - 35  # NDRPDR sel
773     - 36  # NDRPDR sel
774     - 39  # NDRPDR sel
775     - 40  # NDRPDR sel
776     - 42  # NDRPDR sel
777     csit-vpp-perf-check-1801:
778     - 3   # mrr
779     - 4   # mrr
780     - 5   # mrr
781     - 6   # mrr
782     - 7   # mrr
783     - 8   # mrr
784     - 9   # mrr
785     - 11  # mrr
786     - 12  # mrr
787     - 13  # mrr
788     csit-vpp-perf-check-1804:
789     - 5   # mrr - full
790     - 6   # mrr - sel
791     - 13  # mrr - sel
792     - 14  # mrr - sel
793     - 15  # mrr - sel
794     - 16  # mrr - sel
795     - 17  # mrr - sel
796     - 19  # mrr - sel
797     - 20  # mrr - sel
798     - 21  # mrr - sel
799     - 22  # mrr - sel
800     csit-ligato-perf-1804-all:
801     - 4   # full
802     - 5   # sel
803     - 6   # sel
804     - 7   # sel
805     - 8   # sel
806     - 9   # sel
807     - 10  # sel
808     - 11  # sel
809     - 12  # sel
810     - 13  # sel
811     - 14  # sel
812     # TODO: Add Data sources
813     csit-ligato-perf-1807-all:
814     - 3   # full ?
815     - 4   # sel
816     csit-dpdk-perf-1804-all:
817     - 4
818     - 5
819     - 6
820     - 7
821     - 8
822     - 9
823     - 10
824     - 11
825     - 12
826     - 13
827     csit-dpdk-perf-verify-1807-3n-hsw:
828     - 11
829     - 12  # full
830     - 14
831     - 15
832     - 16
833     - 17
834     - 20
835     - 21
836     - 22
837     - 23
838     csit-dpdk-perf-verify-1807-3n-skx:
839     - 1
840     - 2
841     - 3
842     - 6
843     - 7
844     - 8
845     - 9
846     - 10
847     - 11
848     - 12
849     csit-dpdk-perf-verify-1807-2n-skx:
850     - 1
851     - 2
852     - 3
853     - 4
854     - 5
855     - 6
856     - 7
857     - 8
858     - 9
859     - 10
860     csit-vpp-functional-1807-ubuntu1604-virl:
861     - 278
862     csit-vpp-functional-1807-centos7-virl:
863     - 278
864     csit-nsh_sfc-verify-func-1807-ubuntu1604-virl:
865     - 2
866     # TODO: Replace with 1807 job:
867     csit-dmm-functional-master-ubuntu1604-virl:
868     - 95
869     csit-hc2vpp-verify-func-1807-ubuntu1604:
870     - 6
871
872 -
873   type: "output"
874   output: "report"
875   format:
876     html:
877     - full
878     pdf:
879     - minimal
880
881 ################################################################################
882 ###                               T A B L E S                                ###
883 ################################################################################
884
885 ################################################################################
886 # VPP
887 -
888   type: "table"
889   title: "VPP Performance Changes 1t1c pdr"
890   algorithm: "table_performance_comparison"
891   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-pdr"
892   history:
893     -
894       title: "rls1801"
895       data:
896         csit-vpp-perf-1801-all:
897         - 124  # sel
898         - 127  # sel
899         - 128  # sel
900         - 141  # sel
901         - 142  # sel
902         - 143  # sel
903         - 145  # sel
904         - 146  # sel
905         - 162  # sel
906         - 163  # sel
907         - 167  # sel
908         - 172  # sel acl only
909   reference:
910     title: "rls1804"
911     data:
912       csit-vpp-perf-1804-all:
913       - 21  # sel
914       - 22  # sel
915       - 23  # sel
916       - 24  # sel
917       - 27  # sel
918       - 28  # sel
919       - 29  # sel
920       - 30  # sel
921       - 31  # sel
922       - 35  # sel
923   compare:
924     title: "rls1807"
925     data:
926       # TODO: Add Data sources
927       csit-vpp-perf-verify-1807-3n-hsw:
928       - 15  # NDRPDR sel
929       - 16  # NDRPDR sel
930       - 19  # NDRPDR sel
931       - 18  # NDRPDR sel
932       - 20  # NDRPDR sel
933   data: "vpp-performance-changes"
934   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
935   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
936   parameters:
937   - "name"
938   - "parent"
939   - "throughput"
940
941 -
942   type: "table"
943   title: "VPP Performance Changes 2t2c pdr"
944   algorithm: "table_performance_comparison"
945   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-pdr"
946   history:
947     -
948       title: "rls1801"
949       data:
950         csit-vpp-perf-1801-all:
951         - 124  # sel
952         - 127  # sel
953         - 128  # sel
954         - 141  # sel
955         - 142  # sel
956         - 143  # sel
957         - 145  # sel
958         - 146  # sel
959         - 162  # sel
960         - 163  # sel
961         - 167  # sel
962         - 172  # sel acl only
963   reference:
964     title: "rls1804"
965     data:
966       csit-vpp-perf-1804-all:
967       - 21  # sel
968       - 22  # sel
969       - 23  # sel
970       - 24  # sel
971       - 27  # sel
972       - 28  # sel
973       - 29  # sel
974       - 30  # sel
975       - 31  # sel
976       - 35  # sel
977   compare:
978     title: "rls1807"
979     data:
980       # TODO: Add Data sources
981       csit-vpp-perf-verify-1807-3n-hsw:
982       - 15  # NDRPDR sel
983       - 16  # NDRPDR sel
984       - 19  # NDRPDR sel
985       - 18  # NDRPDR sel
986       - 20  # NDRPDR sel
987   data: "vpp-performance-changes"
988   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
989   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
990   parameters:
991   - "name"
992   - "parent"
993   - "throughput"
994
995 -
996   type: "table"
997   title: "VPP Performance Changes 1t1c ndr"
998   algorithm: "table_performance_comparison"
999   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-ndr"
1000   history:
1001     -
1002       title: "rls1801"
1003       data:
1004         csit-vpp-perf-1801-all:
1005         - 124  # sel
1006         - 127  # sel
1007         - 128  # sel
1008         - 141  # sel
1009         - 142  # sel
1010         - 143  # sel
1011         - 145  # sel
1012         - 146  # sel
1013         - 162  # sel
1014         - 163  # sel
1015         - 167  # sel
1016         - 172  # sel acl only
1017   reference:
1018     title: "rls1804"
1019     data:
1020       csit-vpp-perf-1804-all:
1021       - 21  # sel
1022       - 22  # sel
1023       - 23  # sel
1024       - 24  # sel
1025       - 27  # sel
1026       - 28  # sel
1027       - 29  # sel
1028       - 30  # sel
1029       - 31  # sel
1030       - 35  # sel
1031   compare:
1032     title: "rls1807"
1033     data:
1034       # TODO: Add Data sources
1035       csit-vpp-perf-verify-1807-3n-hsw:
1036       - 15  # NDRPDR sel
1037       - 16  # NDRPDR sel
1038       - 19  # NDRPDR sel
1039       - 18  # NDRPDR sel
1040       - 20  # NDRPDR sel
1041   data: "vpp-performance-changes"
1042   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1043   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1044   parameters:
1045   - "name"
1046   - "parent"
1047   - "throughput"
1048
1049 -
1050   type: "table"
1051   title: "VPP Performance Changes 2t2c ndr"
1052   algorithm: "table_performance_comparison"
1053   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-ndr"
1054   history:
1055     -
1056       title: "rls1801"
1057       data:
1058         csit-vpp-perf-1801-all:
1059         - 124  # sel
1060         - 127  # sel
1061         - 128  # sel
1062         - 141  # sel
1063         - 142  # sel
1064         - 143  # sel
1065         - 145  # sel
1066         - 146  # sel
1067         - 162  # sel
1068         - 163  # sel
1069         - 167  # sel
1070         - 172  # sel acl only
1071   reference:
1072     title: "rls1804"
1073     data:
1074       csit-vpp-perf-1804-all:
1075       - 21  # sel
1076       - 22  # sel
1077       - 23  # sel
1078       - 24  # sel
1079       - 27  # sel
1080       - 28  # sel
1081       - 29  # sel
1082       - 30  # sel
1083       - 31  # sel
1084       - 35  # sel
1085   compare:
1086     title: "rls1807"
1087     data:
1088       # TODO: Add Data sources
1089       csit-vpp-perf-verify-1807-3n-hsw:
1090       - 15  # NDRPDR sel
1091       - 16  # NDRPDR sel
1092       - 19  # NDRPDR sel
1093       - 18  # NDRPDR sel
1094       - 20  # NDRPDR sel
1095   data: "vpp-performance-changes"
1096   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1097   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1098   parameters:
1099   - "name"
1100   - "parent"
1101   - "throughput"
1102
1103 -
1104   type: "table"
1105   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
1106   algorithm: "table_performance_comparison"
1107   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
1108   reference:
1109     title: "3-Node Hsw"
1110     data:
1111       # TODO: Add Data sources
1112       csit-vpp-perf-verify-1807-3n-hsw:
1113       - 15  # NDRPDR sel
1114       - 16  # NDRPDR sel
1115       - 19  # NDRPDR sel
1116       - 18  # NDRPDR sel
1117       - 20  # NDRPDR sel
1118   compare:
1119     title: "3-Node Skx"
1120     data:
1121       csit-vpp-perf-verify-1807-3n-skx:
1122       - 33  # NDRPDR sel
1123       - 35  # NDRPDR sel
1124       - 37  # NDRPDR sel
1125       - 38  # NDRPDR sel
1126       - 39  # NDRPDR sel
1127       - 43  # NDRPDR sel
1128       - 44  # NDRPDR sel
1129       - 49  # NDRPDR sel
1130       - 50  # NDRPDR sel
1131       - 56  # NDRPDR sel
1132   data: "vpp-compare-testbeds"
1133   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1134   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1135   parameters:
1136   - "name"
1137   - "parent"
1138   - "throughput"
1139
1140 -
1141   type: "table"
1142   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
1143   algorithm: "table_performance_comparison"
1144   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
1145   reference:
1146     title: "3-Node Hsw"
1147     data:
1148       # TODO: Add Data sources
1149       csit-vpp-perf-verify-1807-3n-hsw:
1150       - 15  # NDRPDR sel
1151       - 16  # NDRPDR sel
1152       - 19  # NDRPDR sel
1153       - 18  # NDRPDR sel
1154       - 20  # NDRPDR sel
1155   compare:
1156     title: "3-Node Skx"
1157     data:
1158       csit-vpp-perf-verify-1807-3n-skx:
1159       - 33  # NDRPDR sel
1160       - 35  # NDRPDR sel
1161       - 37  # NDRPDR sel
1162       - 38  # NDRPDR sel
1163       - 39  # NDRPDR sel
1164       - 43  # NDRPDR sel
1165       - 44  # NDRPDR sel
1166       - 49  # NDRPDR sel
1167       - 50  # NDRPDR sel
1168       - 56  # NDRPDR sel
1169   data: "vpp-compare-testbeds"
1170   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1171   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1172   parameters:
1173   - "name"
1174   - "parent"
1175   - "throughput"
1176
1177 -
1178   type: "table"
1179   title: "VPP Performance Changes - 1t1c MRR"
1180   algorithm: "table_performance_comparison"
1181   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-mrr"
1182   history:
1183     -
1184       title: "rls1801"
1185       data:
1186         csit-vpp-perf-check-1801:
1187         - 3
1188         - 4
1189         - 5
1190         - 6
1191         - 7
1192         - 8
1193         - 9
1194         - 11
1195         - 12
1196         - 13
1197   reference:
1198     title: "rls1804"
1199     data:
1200       csit-vpp-perf-check-1804:
1201       - 6   # mrr - sel
1202       - 13  # mrr - sel
1203       - 14  # mrr - sel
1204       - 15  # mrr - sel
1205       - 16  # mrr - sel
1206       - 17  # mrr - sel
1207       - 19  # mrr - sel
1208       - 20  # mrr - sel
1209       - 21  # mrr - sel
1210       - 22  # mrr - sel
1211   compare:
1212     title: "rls1807"
1213     data:
1214       # TODO: Add Data sources
1215       csit-vpp-perf-verify-1807-3n-hsw:
1216       - 9   # MRR sel
1217       - 21  # MRR sel
1218       - 31  # MRR sel
1219       - 33  # MRR sel
1220       - 36  # MRR sel
1221   data: "vpp-performance-changes-mrr"
1222   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1223   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1224   parameters:
1225   - "name"
1226   - "parent"
1227   - "result"
1228
1229 -
1230   type: "table"
1231   title: "VPP Performance Changes - 2t2c MRR"
1232   algorithm: "table_performance_comparison"
1233   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-mrr"
1234   history:
1235     -
1236       title: "rls1801"
1237       data:
1238         csit-vpp-perf-check-1801:
1239         - 3
1240         - 4
1241         - 5
1242         - 6
1243         - 7
1244         - 8
1245         - 9
1246         - 11
1247         - 12
1248         - 13
1249   reference:
1250     title: "rls1804"
1251     data:
1252       csit-vpp-perf-check-1804:
1253       - 6   # mrr - sel
1254       - 13  # mrr - sel
1255       - 14  # mrr - sel
1256       - 15  # mrr - sel
1257       - 16  # mrr - sel
1258       - 17  # mrr - sel
1259       - 19  # mrr - sel
1260       - 20  # mrr - sel
1261       - 21  # mrr - sel
1262       - 22  # mrr - sel
1263   compare:
1264     title: "rls1807"
1265     data:
1266       # TODO: Add Data sources
1267       csit-vpp-perf-verify-1807-3n-hsw:
1268       - 9   # MRR sel
1269       - 21  # MRR sel
1270       - 31  # MRR sel
1271       - 33  # MRR sel
1272       - 36  # MRR sel
1273   data: "vpp-performance-changes-mrr"
1274   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1275   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1276   parameters:
1277   - "name"
1278   - "parent"
1279   - "result"
1280
1281 -
1282   type: "table"
1283   title: "VPP Performance Changes - 4t4c MRR"
1284   algorithm: "table_performance_comparison"
1285   output-file: "{DIR[STATIC,VPP]}/performance-changes-4t4c-mrr"
1286   history:
1287     -
1288       title: "rls1801"
1289       data:
1290         csit-vpp-perf-check-1801:
1291         - 3
1292         - 4
1293         - 5
1294         - 6
1295         - 7
1296         - 8
1297         - 9
1298         - 11
1299         - 12
1300         - 13
1301   reference:
1302     title: "rls1804"
1303     data:
1304       csit-vpp-perf-check-1804:
1305       - 6   # mrr - sel
1306       - 13  # mrr - sel
1307       - 14  # mrr - sel
1308       - 15  # mrr - sel
1309       - 16  # mrr - sel
1310       - 17  # mrr - sel
1311       - 19  # mrr - sel
1312       - 20  # mrr - sel
1313       - 21  # mrr - sel
1314       - 22  # mrr - sel
1315   compare:
1316     title: "rls1807"
1317     data:
1318       # TODO: Add Data sources
1319       csit-vpp-perf-verify-1807-3n-hsw:
1320       - 9   # MRR sel
1321       - 21  # MRR sel
1322       - 31  # MRR sel
1323       - 33  # MRR sel
1324       - 36  # MRR sel
1325   data: "vpp-performance-changes-mrr"
1326   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1327   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1328   parameters:
1329   - "name"
1330   - "parent"
1331   - "result"
1332
1333 -
1334   type: "table"
1335   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
1336   algorithm: "table_performance_comparison"
1337   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
1338   reference:
1339     title: "3-Node Hsw"
1340     data:
1341       # TODO: Add Data sources
1342       csit-vpp-perf-verify-1807-3n-hsw:
1343       - 9   # MRR sel
1344       - 21  # MRR sel
1345       - 31  # MRR sel
1346       - 33  # MRR sel
1347       - 36  # MRR sel
1348   compare:
1349     title: "3-Node Skx"
1350     data:
1351       csit-vpp-perf-verify-1807-3n-skx:
1352       - 28  # MRR sel
1353       - 32  # MRR sel
1354       - 36  # MRR sel
1355       - 42  # MRR sel
1356       - 47  # MRR sel
1357       - 48  # MRR sel
1358       - 51  # MRR sel
1359       - 52  # MRR sel
1360       - 53  # MRR sel
1361       - 54  # MRR sel
1362   data: "vpp-compare-testbeds-mrr"
1363   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1364   filter: "'NIC_Intel-X710' and 'MRR'"
1365   parameters:
1366   - "name"
1367   - "parent"
1368   - "result"
1369
1370 -
1371   type: "table"
1372   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
1373   algorithm: "table_merged_details"
1374   output-file-ext: ".csv"
1375   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
1376   columns:
1377   -
1378     title: "Name"
1379     data: "data name"
1380   -
1381     title: "Status"
1382     data: "data msg"
1383   rows: "generated"
1384   data: "vpp-perf-results-3n-hsw"
1385   filter: "not 'NDRCHK' and not 'PDRCHK'"
1386   parameters:
1387   - "name"
1388   - "parent"
1389   - "msg"
1390
1391 -
1392   type: "table"
1393   title: "Detailed Test Results - VPP Performance Results 3n-skx"
1394   algorithm: "table_merged_details"
1395   output-file-ext: ".csv"
1396   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
1397   columns:
1398   -
1399     title: "Name"
1400     data: "data name"
1401   -
1402     title: "Status"
1403     data: "data msg"
1404   rows: "generated"
1405   data: "vpp-perf-results-3n-skx"
1406   filter: "not 'NDRCHK' and not 'PDRCHK'"
1407   parameters:
1408   - "name"
1409   - "parent"
1410   - "msg"
1411
1412 -
1413   type: "table"
1414   title: "Detailed Test Results - VPP Performance Results 2n-skx"
1415   algorithm: "table_merged_details"
1416   output-file-ext: ".csv"
1417   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
1418   columns:
1419   -
1420     title: "Name"
1421     data: "data name"
1422   -
1423     title: "Status"
1424     data: "data msg"
1425   rows: "generated"
1426   data: "vpp-perf-results-2n-skx"
1427   filter: "not 'NDRCHK' and not 'PDRCHK'"
1428   parameters:
1429   - "name"
1430   - "parent"
1431   - "msg"
1432
1433 -
1434   type: "table"
1435   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
1436   algorithm: "table_merged_details"
1437   output-file-ext: ".csv"
1438   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
1439   columns:
1440   -
1441     title: "Name"
1442     data: "data name"
1443   -
1444     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1445     data: "data vat-history"
1446   rows: "generated"
1447   data: "vpp-perf-results-3n-hsw"
1448   filter: "not 'NDRCHK' and not 'PDRCHK'"
1449   parameters:
1450   - "parent"
1451   - "name"
1452   - "vat-history"
1453
1454 -
1455   type: "table"
1456   title: "Test configuration - VPP Performance Test Configs 3n-skx"
1457   algorithm: "table_merged_details"
1458   output-file-ext: ".csv"
1459   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
1460   columns:
1461   -
1462     title: "Name"
1463     data: "data name"
1464   -
1465     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1466     data: "data vat-history"
1467   rows: "generated"
1468   data: "vpp-perf-results-3n-skx"
1469   filter: "not 'NDRCHK' and not 'PDRCHK'"
1470   parameters:
1471   - "parent"
1472   - "name"
1473   - "vat-history"
1474
1475 -
1476   type: "table"
1477   title: "Test configuration - VPP Performance Test Configs 2n-skx"
1478   algorithm: "table_merged_details"
1479   output-file-ext: ".csv"
1480   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
1481   columns:
1482   -
1483     title: "Name"
1484     data: "data name"
1485   -
1486     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1487     data: "data vat-history"
1488   rows: "generated"
1489   data: "vpp-perf-results-2n-skx"
1490   filter: "not 'NDRCHK' and not 'PDRCHK'"
1491   parameters:
1492   - "parent"
1493   - "name"
1494   - "vat-history"
1495
1496 -
1497   type: "table"
1498   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
1499   algorithm: "table_merged_details"
1500   output-file-ext: ".csv"
1501   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
1502   columns:
1503   -
1504     title: "Name"
1505     data: "data name"
1506   -
1507     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1508     data: "data show-run"
1509   rows: "generated"
1510   data: "vpp-perf-results-3n-hsw"
1511   filter: "not 'NDRCHK' and not 'PDRCHK'"
1512   parameters:
1513   - "parent"
1514   - "name"
1515   - "show-run"
1516
1517 -
1518   type: "table"
1519   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
1520   algorithm: "table_merged_details"
1521   output-file-ext: ".csv"
1522   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
1523   columns:
1524   -
1525     title: "Name"
1526     data: "data name"
1527   -
1528     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1529     data: "data show-run"
1530   rows: "generated"
1531   data: "vpp-perf-results-3n-skx"
1532   filter: "not 'NDRCHK' and not 'PDRCHK'"
1533   parameters:
1534   - "parent"
1535   - "name"
1536   - "show-run"
1537
1538 -
1539   type: "table"
1540   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
1541   algorithm: "table_merged_details"
1542   output-file-ext: ".csv"
1543   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
1544   columns:
1545   -
1546     title: "Name"
1547     data: "data name"
1548   -
1549     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1550     data: "data show-run"
1551   rows: "generated"
1552   data: "vpp-perf-results-2n-skx"
1553   filter: "not 'NDRCHK' and not 'PDRCHK'"
1554   parameters:
1555   - "parent"
1556   - "name"
1557   - "show-run"
1558
1559 -
1560   type: "table"
1561   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
1562   algorithm: "table_details"
1563   output-file-ext: ".csv"
1564   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
1565   columns:
1566   -
1567     title: "Name"
1568     data: "data name"
1569   -
1570     title: "Status"
1571     data: "data msg"
1572   rows: "generated"
1573   data: "vpp-mrr-results-3n-hsw"
1574   filter: "'MRR'"
1575   parameters:
1576   - "name"
1577   - "parent"
1578   - "msg"
1579
1580 -
1581   type: "table"
1582   title: "Detailed Test Results - VPP MRR Results 3n-skx"
1583   algorithm: "table_details"
1584   output-file-ext: ".csv"
1585   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
1586   columns:
1587   -
1588     title: "Name"
1589     data: "data name"
1590   -
1591     title: "Status"
1592     data: "data msg"
1593   rows: "generated"
1594   data: "vpp-mrr-results-3n-skx"
1595   filter: "'MRR'"
1596   parameters:
1597   - "name"
1598   - "parent"
1599   - "msg"
1600
1601 -
1602   type: "table"
1603   title: "Detailed Test Results - VPP MRR Results 2n-skx"
1604   algorithm: "table_details"
1605   output-file-ext: ".csv"
1606   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
1607   columns:
1608   -
1609     title: "Name"
1610     data: "data name"
1611   -
1612     title: "Status"
1613     data: "data msg"
1614   rows: "generated"
1615   data: "vpp-mrr-results-2n-skx"
1616   filter: "'MRR'"
1617   parameters:
1618   - "name"
1619   - "parent"
1620   - "msg"
1621
1622 -
1623   type: "table"
1624   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
1625   algorithm: "table_details"
1626   output-file-ext: ".csv"
1627   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
1628   columns:
1629   -
1630     title: "Name"
1631     data: "data name"
1632   -
1633     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1634     data: "data vat-history"
1635   rows: "generated"
1636   data: "vpp-mrr-results-3n-hsw"
1637   filter: "'MRR'"
1638   parameters:
1639   - "parent"
1640   - "name"
1641   - "vat-history"
1642
1643 -
1644   type: "table"
1645   title: "Test configuration - VPP MRR Test Configs 3n-skx"
1646   algorithm: "table_details"
1647   output-file-ext: ".csv"
1648   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
1649   columns:
1650   -
1651     title: "Name"
1652     data: "data name"
1653   -
1654     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1655     data: "data vat-history"
1656   rows: "generated"
1657   data: "vpp-mrr-results-3n-skx"
1658   filter: "'MRR'"
1659   parameters:
1660   - "parent"
1661   - "name"
1662   - "vat-history"
1663
1664 -
1665   type: "table"
1666   title: "Test configuration - VPP MRR Test Configs 2n-skx"
1667   algorithm: "table_details"
1668   output-file-ext: ".csv"
1669   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
1670   columns:
1671   -
1672     title: "Name"
1673     data: "data name"
1674   -
1675     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1676     data: "data vat-history"
1677   rows: "generated"
1678   data: "vpp-mrr-results-2n-skx"
1679   filter: "'MRR'"
1680   parameters:
1681   - "parent"
1682   - "name"
1683   - "vat-history"
1684
1685 -
1686   type: "table"
1687   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
1688   algorithm: "table_details"
1689   output-file-ext: ".csv"
1690   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
1691   columns:
1692   -
1693     title: "Name"
1694     data: "data name"
1695   -
1696     title: "Documentation"
1697     data: "data doc"
1698   -
1699     title: "Status"
1700     data: "data status"
1701   rows: "generated"
1702   data: "vpp-func-results-ubuntu"
1703   filter: "all"
1704   parameters:
1705   - "name"
1706   - "parent"
1707   - "doc"
1708   - "status"
1709
1710 -
1711   type: "table"
1712   title: "Detailed Test Results - VPP Functional Results - CentOS"
1713   algorithm: "table_details"
1714   output-file-ext: ".csv"
1715   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
1716   columns:
1717   -
1718     title: "Name"
1719     data: "data name"
1720   -
1721     title: "Documentation"
1722     data: "data doc"
1723   -
1724     title: "Status"
1725     data: "data status"
1726   rows: "generated"
1727   data:
1728     "vpp-func-results-centos"
1729   filter: "all"
1730   parameters:
1731   - "name"
1732   - "parent"
1733   - "doc"
1734   - "status"
1735
1736 -
1737   type: "table"
1738   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
1739   algorithm: "table_details"
1740   output-file-ext: ".csv"
1741   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
1742   columns:
1743   -
1744     title: "Name"
1745     data: "data name"
1746   -
1747     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1748     data: "data vat-history"
1749   rows: "generated"
1750   data: "vpp-func-results-ubuntu"
1751   filter: "all"
1752   parameters:
1753   - "parent"
1754   - "name"
1755   - "vat-history"
1756
1757 -
1758   type: "table"
1759   title: "Test configuration - VPP Functional Test Configs - CentOS"
1760   algorithm: "table_details"
1761   output-file-ext: ".csv"
1762   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
1763   columns:
1764   -
1765     title: "Name"
1766     data: "data name"
1767   -
1768     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1769     data: "data vat-history"
1770   rows: "generated"
1771   data: "vpp-func-results-centos"
1772   filter: "all"
1773   parameters:
1774   - "parent"
1775   - "name"
1776   - "vat-history"
1777
1778 -
1779   type: "table"
1780   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
1781   algorithm: "table_details"
1782   output-file-ext: ".csv"
1783   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
1784   columns:
1785   -
1786     title: "Name"
1787     data: "data name"
1788   -
1789     title: "Status"
1790     data: "data msg"
1791   rows: "generated"
1792   data: "ligato-perf-results-3n-hsw"
1793   filter: "all"
1794   parameters:
1795   - "name"
1796   - "parent"
1797   - "msg"
1798
1799 ################################################################################
1800 # DPDK
1801 -
1802   type: "table"
1803   title: "DPDK Performance Changes 1t1c pdr"
1804   algorithm: "table_performance_comparison"
1805   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-pdr"
1806   reference:
1807     title: "rls1804"
1808     data:
1809       csit-dpdk-perf-1804-all:
1810       - 4
1811       - 5
1812       - 6
1813       - 7
1814       - 8
1815       - 9
1816       - 10
1817       - 11
1818       - 12
1819       - 13
1820   compare:
1821     title: "rls1807"
1822     data:
1823       csit-dpdk-perf-verify-1807-3n-hsw:
1824       - 11
1825       - 12  # full
1826       - 14
1827       - 15
1828       - 16
1829       - 17
1830       - 20
1831       - 21
1832       - 22
1833       - 23
1834   data: "dpdk-performance-changes"
1835   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1836   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1837   parameters:
1838   - "name"
1839   - "parent"
1840   - "throughput"
1841
1842 -
1843   type: "table"
1844   title: "DPDK Performance Changes 2t2c pdr"
1845   algorithm: "table_performance_comparison"
1846   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-pdr"
1847   reference:
1848     title: "rls1804"
1849     data:
1850       csit-dpdk-perf-1804-all:
1851       - 4
1852       - 5
1853       - 6
1854       - 7
1855       - 8
1856       - 9
1857       - 10
1858       - 11
1859       - 12
1860       - 13
1861   compare:
1862     title: "rls1807"
1863     data:
1864       csit-dpdk-perf-verify-1807-3n-hsw:
1865       - 11
1866       - 12  # full
1867       - 14
1868       - 15
1869       - 16
1870       - 17
1871       - 20
1872       - 21
1873       - 22
1874       - 23
1875   data: "dpdk-performance-changes"
1876   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1877   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1878   parameters:
1879   - "name"
1880   - "parent"
1881   - "throughput"
1882
1883 -
1884   type: "table"
1885   title: "DPDK Performance Changes 1t1c ndr"
1886   algorithm: "table_performance_comparison"
1887   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-ndr"
1888   reference:
1889     title: "rls1804"
1890     data:
1891       csit-dpdk-perf-1804-all:
1892       - 4
1893       - 5
1894       - 6
1895       - 7
1896       - 8
1897       - 9
1898       - 10
1899       - 11
1900       - 12
1901       - 13
1902   compare:
1903     title: "rls1807"
1904     data:
1905       csit-dpdk-perf-verify-1807-3n-hsw:
1906       - 11
1907       - 12  # full
1908       - 14
1909       - 15
1910       - 16
1911       - 17
1912       - 20
1913       - 21
1914       - 22
1915       - 23
1916   data: "dpdk-performance-changes"
1917   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1918   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1919   parameters:
1920   - "name"
1921   - "parent"
1922   - "throughput"
1923
1924 -
1925   type: "table"
1926   title: "DPDK Performance Changes 2t2c ndr"
1927   algorithm: "table_performance_comparison"
1928   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-ndr"
1929   reference:
1930     title: "rls1804"
1931     data:
1932       csit-dpdk-perf-1804-all:
1933       - 4
1934       - 5
1935       - 6
1936       - 7
1937       - 8
1938       - 9
1939       - 10
1940       - 11
1941       - 12
1942       - 13
1943   compare:
1944     title: "rls1807"
1945     data:
1946       csit-dpdk-perf-verify-1807-3n-hsw:
1947       - 11
1948       - 12  # full
1949       - 14
1950       - 15
1951       - 16
1952       - 17
1953       - 20
1954       - 21
1955       - 22
1956       - 23
1957   data: "dpdk-performance-changes"
1958   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1959   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1960   parameters:
1961   - "name"
1962   - "parent"
1963   - "throughput"
1964
1965 -
1966   type: "table"
1967   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
1968   algorithm: "table_performance_comparison"
1969   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
1970   reference:
1971     title: "3-Node Hsw"
1972     data:
1973       csit-dpdk-perf-verify-1807-3n-hsw:
1974       - 11
1975       - 12  # full
1976       - 14
1977       - 15
1978       - 16
1979       - 17
1980       - 20
1981       - 21
1982       - 22
1983       - 23
1984   compare:
1985     title: "3-Node Skx"
1986     data:
1987       csit-dpdk-perf-verify-1807-3n-skx:
1988       - 1
1989       - 2
1990       - 3
1991       - 6
1992       - 7
1993       - 8
1994       - 9
1995       - 10
1996       - 11
1997       - 12
1998   data: "dpdk-compare-testbeds"
1999   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2000   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2001   parameters:
2002   - "name"
2003   - "parent"
2004   - "throughput"
2005
2006 -
2007   type: "table"
2008   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
2009   algorithm: "table_performance_comparison"
2010   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
2011   reference:
2012     title: "3-Node Hsw"
2013     data:
2014       csit-dpdk-perf-verify-1807-3n-hsw:
2015       - 11
2016       - 12  # full
2017       - 14
2018       - 15
2019       - 16
2020       - 17
2021       - 20
2022       - 21
2023       - 22
2024       - 23
2025   compare:
2026     title: "3-Node Skx"
2027     data:
2028       csit-dpdk-perf-verify-1807-3n-skx:
2029       - 1
2030       - 2
2031       - 3
2032       - 6
2033       - 7
2034       - 8
2035       - 9
2036       - 10
2037       - 11
2038       - 12
2039   data: "dpdk-compare-testbeds"
2040   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2041   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2042   parameters:
2043   - "name"
2044   - "parent"
2045   - "throughput"
2046
2047 -
2048   type: "table"
2049   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
2050   algorithm: "table_performance_comparison"
2051   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
2052   reference:
2053     title: "3-Node Hsw"
2054     data:
2055       csit-dpdk-perf-verify-1807-3n-hsw:
2056       - 11
2057       - 12  # full
2058       - 14
2059       - 15
2060       - 16
2061       - 17
2062       - 20
2063       - 21
2064       - 22
2065       - 23
2066   compare:
2067     title: "3-Node Skx"
2068     data:
2069       csit-dpdk-perf-verify-1807-3n-skx:
2070       - 1
2071       - 2
2072       - 3
2073       - 6
2074       - 7
2075       - 8
2076       - 9
2077       - 10
2078       - 11
2079       - 12
2080   data: "dpdk-compare-testbeds"
2081   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2082   filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2083   parameters:
2084   - "name"
2085   - "parent"
2086   - "throughput"
2087
2088 -
2089   type: "table"
2090   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
2091   algorithm: "table_details"
2092   output-file-ext: ".csv"
2093   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2094   columns:
2095   -
2096     title: "Name"
2097     data: "data name"
2098   -
2099     title: "Status"
2100     data: "data msg"
2101   rows: "generated"
2102   data: "dpdk-perf-results-3n-hsw"
2103   filter: "all"
2104   parameters:
2105   - "name"
2106   - "parent"
2107   - "msg"
2108
2109 -
2110   type: "table"
2111   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
2112   algorithm: "table_details"
2113   output-file-ext: ".csv"
2114   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2115   columns:
2116   -
2117     title: "Name"
2118     data: "data name"
2119   -
2120     title: "Status"
2121     data: "data msg"
2122   rows: "generated"
2123   data: "dpdk-perf-results-3n-skx"
2124   filter: "all"
2125   parameters:
2126   - "name"
2127   - "parent"
2128   - "msg"
2129
2130 -
2131   type: "table"
2132   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
2133   algorithm: "table_details"
2134   output-file-ext: ".csv"
2135   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2136   columns:
2137   -
2138     title: "Name"
2139     data: "data name"
2140   -
2141     title: "Status"
2142     data: "data msg"
2143   rows: "generated"
2144   data: "dpdk-perf-results-2n-skx"
2145   filter: "all"
2146   parameters:
2147   - "name"
2148   - "parent"
2149   - "msg"
2150
2151
2152 ################################################################################
2153 # HoneyComb
2154 -
2155   type: "table"
2156   title: "Detailed Test Results - Honeycomb Functional Results"
2157   algorithm: "table_details"
2158   output-file-ext: ".csv"
2159   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
2160   columns:
2161   -
2162     title: "Name"
2163     data: "data name"
2164   -
2165     title: "Documentation"
2166     data: "data doc"
2167   -
2168     title: "Status"
2169     data: "data status"
2170   rows: "generated"
2171   data:
2172     "hc-func-results"
2173   filter: "all"
2174   parameters:
2175   - "name"
2176   - "parent"
2177   - "doc"
2178   - "status"
2179
2180 ################################################################################
2181 # NSH SFC
2182 -
2183   type: "table"
2184   title: "Detailed Test Results - NSH SFC Functional Results"
2185   algorithm: "table_details"
2186   output-file-ext: ".csv"
2187   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_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     "nsh-func-results"
2201   filter: "all"
2202   parameters:
2203   - "name"
2204   - "parent"
2205   - "doc"
2206   - "status"
2207
2208 ################################################################################
2209 # DMM
2210 -
2211   type: "table"
2212   title: "Detailed Test Results - DMM Functional Results"
2213   algorithm: "table_details"
2214   output-file-ext: ".csv"
2215   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_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     "dmm-func-results"
2229   filter: "all"
2230   parameters:
2231   - "name"
2232   - "parent"
2233   - "doc"
2234   - "status"
2235
2236 ################################################################################
2237 ###                                F I L E S                                 ###
2238 ################################################################################
2239
2240 -
2241   type: "file"
2242   title: "VPP Performance Results 3n-hsw"
2243   algorithm: "file_test_results"
2244   output-file-ext: ".rst"
2245   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2246   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"
2247   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
2248   data: "vpp-perf-results-3n-hsw"
2249   filter: "not 'NDRCHK' and not 'PDRCHK'"
2250   parameters:
2251   - "name"
2252   - "doc"
2253   - "level"
2254   - "parent"
2255   data-start-level: 3
2256
2257 -
2258   type: "file"
2259   title: "VPP Performance Results 3n-skx"
2260   algorithm: "file_test_results"
2261   output-file-ext: ".rst"
2262   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2263   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"
2264   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
2265   data: "vpp-perf-results-3n-skx"
2266   filter: "not 'NDRCHK' and not 'PDRCHK'"
2267   parameters:
2268   - "name"
2269   - "doc"
2270   - "level"
2271   - "parent"
2272   data-start-level: 3
2273
2274 -
2275   type: "file"
2276   title: "VPP Performance Results 2n-skx"
2277   algorithm: "file_test_results"
2278   output-file-ext: ".rst"
2279   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2280   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"
2281   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
2282   data: "vpp-perf-results-2n-skx"
2283   filter: "not 'NDRCHK' and not 'PDRCHK'"
2284   parameters:
2285   - "name"
2286   - "doc"
2287   - "level"
2288   - "parent"
2289   data-start-level: 3
2290
2291 -
2292   type: "file"
2293   title: "VPP Performance Configuration 3n-hsw"
2294   algorithm: "file_test_results"
2295   output-file-ext: ".rst"
2296   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
2297   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"
2298   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
2299   data: "vpp-perf-results-3n-hsw"
2300   filter: "not 'NDRCHK' and not 'PDRCHK'"
2301   parameters:
2302   - "name"
2303   - "doc"
2304   - "level"
2305   - "parent"
2306   data-start-level: 3
2307
2308 -
2309   type: "file"
2310   title: "VPP Performance Configuration 3n-skx"
2311   algorithm: "file_test_results"
2312   output-file-ext: ".rst"
2313   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
2314   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"
2315   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
2316   data: "vpp-perf-results-3n-skx"
2317   filter: "not 'NDRCHK' and not 'PDRCHK'"
2318   parameters:
2319   - "name"
2320   - "doc"
2321   - "level"
2322   - "parent"
2323   data-start-level: 3
2324
2325 -
2326   type: "file"
2327   title: "VPP Performance Configuration 2n-skx"
2328   algorithm: "file_test_results"
2329   output-file-ext: ".rst"
2330   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
2331   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"
2332   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
2333   data: "vpp-perf-results-2n-skx"
2334   filter: "not 'NDRCHK' and not 'PDRCHK'"
2335   parameters:
2336   - "name"
2337   - "doc"
2338   - "level"
2339   - "parent"
2340   data-start-level: 3
2341
2342 -
2343   type: "file"
2344   title: "VPP Performance Operational Data 3n-hsw"
2345   algorithm: "file_test_results"
2346   output-file-ext: ".rst"
2347   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
2348   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"
2349   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
2350   data: "vpp-perf-results-3n-hsw"
2351   filter: "not 'NDRCHK' and not 'PDRCHK'"
2352   parameters:
2353   - "name"
2354   - "doc"
2355   - "level"
2356   - "parent"
2357   data-start-level: 3
2358
2359 -
2360   type: "file"
2361   title: "VPP Performance Operational Data 3n-skx"
2362   algorithm: "file_test_results"
2363   output-file-ext: ".rst"
2364   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
2365   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"
2366   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
2367   data: "vpp-perf-results-3n-skx"
2368   filter: "not 'NDRCHK' and not 'PDRCHK'"
2369   parameters:
2370   - "name"
2371   - "doc"
2372   - "level"
2373   - "parent"
2374   data-start-level: 3
2375
2376 -
2377   type: "file"
2378   title: "VPP Performance Operational Data 2n-skx"
2379   algorithm: "file_test_results"
2380   output-file-ext: ".rst"
2381   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
2382   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"
2383   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
2384   data: "vpp-perf-results-2n-skx"
2385   filter: "not 'NDRCHK' and not 'PDRCHK'"
2386   parameters:
2387   - "name"
2388   - "doc"
2389   - "level"
2390   - "parent"
2391   data-start-level: 3
2392
2393 -
2394   type: "file"
2395   title: "VPP MRR Results 3n-hsw"
2396   algorithm: "file_test_results"
2397   output-file-ext: ".rst"
2398   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
2399   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"
2400   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
2401   data: "vpp-mrr-results-3n-hsw"
2402   filter: "'MRR'"
2403   parameters:
2404   - "name"
2405   - "doc"
2406   - "level"
2407   - "parent"
2408   data-start-level: 3
2409
2410 -
2411   type: "file"
2412   title: "VPP MRR Results 3n-skx"
2413   algorithm: "file_test_results"
2414   output-file-ext: ".rst"
2415   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
2416   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"
2417   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
2418   data: "vpp-mrr-results-3n-skx"
2419   filter: "'MRR'"
2420   parameters:
2421   - "name"
2422   - "doc"
2423   - "level"
2424   - "parent"
2425   data-start-level: 3
2426
2427 -
2428   type: "file"
2429   title: "VPP MRR Results 2n-skx"
2430   algorithm: "file_test_results"
2431   output-file-ext: ".rst"
2432   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
2433   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"
2434   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
2435   data: "vpp-mrr-results-2n-skx"
2436   filter: "all"
2437   parameters:
2438   - "name"
2439   - "doc"
2440   - "level"
2441   - "parent"
2442   data-start-level: 3
2443
2444 -
2445   type: "file"
2446   title: "VPP MRR Configuration 3n-hsw"
2447   algorithm: "file_test_results"
2448   output-file-ext: ".rst"
2449   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
2450   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"
2451   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
2452   data: "vpp-mrr-results-3n-hsw"
2453   filter: "'MRR'"
2454   parameters:
2455   - "name"
2456   - "doc"
2457   - "level"
2458   - "parent"
2459   data-start-level: 3
2460
2461 -
2462   type: "file"
2463   title: "VPP MRR Configuration 3n-skx"
2464   algorithm: "file_test_results"
2465   output-file-ext: ".rst"
2466   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
2467   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"
2468   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
2469   data: "vpp-mrr-results-3n-skx"
2470   filter: "'MRR'"
2471   parameters:
2472   - "name"
2473   - "doc"
2474   - "level"
2475   - "parent"
2476   data-start-level: 3
2477
2478 -
2479   type: "file"
2480   title: "VPP MRR Configuration 2n-skx"
2481   algorithm: "file_test_results"
2482   output-file-ext: ".rst"
2483   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
2484   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"
2485   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
2486   data: "vpp-mrr-results-2n-skx"
2487   filter: "'MRR'"
2488   parameters:
2489   - "name"
2490   - "doc"
2491   - "level"
2492   - "parent"
2493   data-start-level: 3
2494
2495 -
2496   type: "file"
2497   title: "VPP Functional Results - Ubuntu"
2498   algorithm: "file_test_results"
2499   output-file-ext: ".rst"
2500   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
2501   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"
2502   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
2503   data: "vpp-func-results-ubuntu"
2504   filter: "all"
2505   parameters:
2506   - "name"
2507   - "doc"
2508   - "level"
2509   - "parent"
2510   data-start-level: 4
2511
2512 -
2513   type: "file"
2514   title: "VPP Functional Results - CentOS"
2515   algorithm: "file_test_results"
2516   output-file-ext: ".rst"
2517   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
2518   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"
2519   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
2520   data:
2521     "vpp-func-results-centos"
2522   filter: "all"
2523   parameters:
2524   - "name"
2525   - "doc"
2526   - "level"
2527   - "parent"
2528   data-start-level: 4
2529
2530 -
2531   type: "file"
2532   title: "VPP Functional Configuration - Ubuntu"
2533   algorithm: "file_test_results"
2534   output-file-ext: ".rst"
2535   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
2536   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"
2537   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
2538   data: "vpp-func-results-ubuntu"
2539   filter: "all"
2540   parameters:
2541   - "name"
2542   - "doc"
2543   - "level"
2544   - "parent"
2545   data-start-level: 4
2546
2547 -
2548   type: "file"
2549   title: "VPP Functional Configuration - CentOS"
2550   algorithm: "file_test_results"
2551   output-file-ext: ".rst"
2552   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
2553   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"
2554   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
2555   data:
2556     "vpp-func-results-centos"
2557   filter: "all"
2558   parameters:
2559   - "name"
2560   - "doc"
2561   - "level"
2562   - "parent"
2563   data-start-level: 4
2564
2565 -
2566   type: "file"
2567   title: "Container Orchestrated Performance Results 3n-hsw"
2568   algorithm: "file_test_results"
2569   output-file-ext: ".rst"
2570   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
2571   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"
2572   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
2573   data: "ligato-perf-results-3n-hsw"
2574   filter: "all"
2575   parameters:
2576   - "name"
2577   - "doc"
2578   - "level"
2579   - "parent"
2580   data-start-level: 3
2581
2582 -
2583   type: "file"
2584   title: "DPDK Performance Results 3n-hsw"
2585   algorithm: "file_test_results"
2586   output-file-ext: ".rst"
2587   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2588   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"
2589   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
2590   data: "dpdk-perf-results-3n-hsw"
2591   filter: "all"
2592   parameters:
2593   - "name"
2594   - "doc"
2595   - "level"
2596   - "parent"
2597   data-start-level: 3
2598
2599 -
2600   type: "file"
2601   title: "DPDK Performance Results 3n-skx"
2602   algorithm: "file_test_results"
2603   output-file-ext: ".rst"
2604   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2605   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"
2606   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
2607   data: "dpdk-perf-results-3n-skx"
2608   filter: "all"
2609   parameters:
2610   - "name"
2611   - "doc"
2612   - "level"
2613   - "parent"
2614   data-start-level: 3
2615
2616 -
2617   type: "file"
2618   title: "DPDK Performance Results 2n-skx"
2619   algorithm: "file_test_results"
2620   output-file-ext: ".rst"
2621   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2622   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"
2623   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
2624   data: "dpdk-perf-results-2n-skx"
2625   filter: "all"
2626   parameters:
2627   - "name"
2628   - "doc"
2629   - "level"
2630   - "parent"
2631   data-start-level: 3
2632
2633 -
2634   type: "file"
2635   title: "Honeycomb Functional Results"
2636   algorithm: "file_test_results"
2637   output-file-ext: ".rst"
2638   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
2639   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"
2640   dir-tables: "{DIR[DTR,FUNC,HC]}"
2641   data:
2642     "hc-func-results"
2643   filter: "all"
2644   parameters:
2645   - "name"
2646   - "doc"
2647   - "level"
2648   - "parent"
2649   data-start-level: 3
2650
2651 -
2652   type: "file"
2653   title: "NSH SFC Functional Results"
2654   algorithm: "file_test_results"
2655   output-file-ext: ".rst"
2656   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
2657   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"
2658   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
2659   data:
2660     "nsh-func-results"
2661   filter: "all"
2662   parameters:
2663   - "name"
2664   - "doc"
2665   - "level"
2666   - "parent"
2667   data-start-level: 3
2668
2669 -
2670   type: "file"
2671   title: "DMM Functional Results"
2672   algorithm: "file_test_results"
2673   output-file-ext: ".rst"
2674   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
2675   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"
2676   dir-tables: "{DIR[DTR,FUNC,DMM]}"
2677   data:
2678     "dmm-func-results"
2679   filter: "all"
2680   parameters:
2681   - "name"
2682   - "doc"
2683   - "level"
2684   - "parent"
2685   data-start-level: 3
2686
2687 ################################################################################
2688 ###                                P L O T S                                 ###
2689 ################################################################################
2690
2691 ################################################################################
2692 # Plots VPP HTTP Server Performance
2693 -
2694   type: "plot"
2695   title: "VPP HTTP Server Performance"
2696   algorithm: "plot_http_server_performance_box"
2697   output-file-type: ".html"
2698   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
2699   data:
2700     "plot-vpp-http-server-performance"
2701   # Keep this formatting, the filter is enclosed with " (quotation mark) and
2702   # each tag is enclosed with ' (apostrophe).
2703   filter: "'HTTP' and 'TCP_CPS'"
2704   parameters:
2705   - "result"
2706   - "name"
2707   traces:
2708     hoverinfo: "x+y"
2709     boxpoints: "outliers"
2710     whiskerwidth: 0
2711   layout:
2712     title: "VPP HTTP Server Performance"
2713     layout:
2714       "plot-cps"
2715
2716 -
2717   type: "plot"
2718   title: "VPP HTTP Server Performance"
2719   algorithm: "plot_http_server_performance_box"
2720   output-file-type: ".html"
2721   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
2722   data:
2723     "plot-vpp-http-server-performance"
2724   filter: "'HTTP' and 'TCP_RPS'"
2725   parameters:
2726   - "result"
2727   - "name"
2728   traces:
2729     hoverinfo: "x+y"
2730     boxpoints: "outliers"
2731     whiskerwidth: 0
2732   layout:
2733     title: "VPP HTTP Server Performance"
2734     layout:
2735       "plot-rps"
2736
2737 ################################################################################
2738
2739 # Packet Throughput - VPP L2 3n-hsw-x520
2740 -
2741   type: "plot"
2742   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
2743   algorithm: "plot_performance_box"
2744   output-file-type: ".html"
2745   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
2746   data: "plot-vpp-throughput-latency-3n-hsw"
2747   filter: "'NIC_Intel-X520-DA2' and
2748            '64B' and
2749            ('BASE' or 'SCALE') and
2750            'NDRPDR' and
2751            '1T1C' and
2752            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2753            not 'VHOST' and
2754            not 'MEMIF'"
2755   parameters:
2756   - "throughput"
2757   - "parent"
2758   traces:
2759     hoverinfo: "x+y"
2760     boxpoints: "outliers"
2761     whiskerwidth: 0
2762   layout:
2763     title: ""  # No title
2764     layout: "plot-throughput"
2765
2766 -
2767   type: "plot"
2768   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
2769   algorithm: "plot_performance_box"
2770   output-file-type: ".html"
2771   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
2772   data: "plot-vpp-throughput-latency-3n-hsw"
2773   filter: "'NIC_Intel-X520-DA2' and
2774            '64B' and
2775            ('BASE' or 'SCALE') and
2776            'NDRPDR' and
2777            '1T1C' and
2778            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2779            not 'VHOST' and
2780            not 'MEMIF'"
2781   parameters:
2782   - "throughput"
2783   - "parent"
2784   traces:
2785     hoverinfo: "x+y"
2786     boxpoints: "outliers"
2787     whiskerwidth: 0
2788   layout:
2789     title: ""  # No title
2790     layout: "plot-throughput"
2791
2792 -
2793   type: "plot"
2794   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
2795   algorithm: "plot_performance_box"
2796   output-file-type: ".html"
2797   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
2798   data: "plot-vpp-throughput-latency-3n-hsw"
2799   filter: "'NIC_Intel-X520-DA2' and
2800            '64B' and
2801            ('BASE' or 'SCALE') and
2802            'NDRPDR' and
2803            '2T2C' and
2804            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2805            not 'VHOST' and
2806            not 'MEMIF'"
2807   parameters:
2808   - "throughput"
2809   - "parent"
2810   traces:
2811     hoverinfo: "x+y"
2812     boxpoints: "outliers"
2813     whiskerwidth: 0
2814   layout:
2815     title: ""  # No title
2816     layout: "plot-throughput"
2817
2818 -
2819   type: "plot"
2820   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
2821   algorithm: "plot_performance_box"
2822   output-file-type: ".html"
2823   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
2824   data: "plot-vpp-throughput-latency-3n-hsw"
2825   filter: "'NIC_Intel-X520-DA2' and
2826            '64B' and
2827            ('BASE' or 'SCALE') and
2828            'NDRPDR' and
2829            '2T2C' and
2830            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2831            not 'VHOST' and
2832            not 'MEMIF'"
2833   parameters:
2834   - "throughput"
2835   - "parent"
2836   traces:
2837     hoverinfo: "x+y"
2838     boxpoints: "outliers"
2839     whiskerwidth: 0
2840   layout:
2841     title: ""  # No title
2842     layout: "plot-throughput"
2843
2844 -
2845   type: "plot"
2846   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
2847   algorithm: "plot_performance_box"
2848   output-file-type: ".html"
2849   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
2850   data: "plot-vpp-throughput-latency-3n-hsw"
2851   filter: "'NIC_Intel-X520-DA2' and
2852            '64B' and
2853            'FEATURE' and
2854            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2855            'NDRPDR' and
2856            '1T1C' and
2857            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2858            not 'VHOST' and
2859            not 'MEMIF'"
2860   parameters:
2861   - "throughput"
2862   - "parent"
2863   traces:
2864     hoverinfo: "x+y"
2865     boxpoints: "outliers"
2866     whiskerwidth: 0
2867   layout:
2868     title: ""  # No title
2869     layout: "plot-throughput"
2870
2871 -
2872   type: "plot"
2873   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
2874   algorithm: "plot_performance_box"
2875   output-file-type: ".html"
2876   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
2877   data: "plot-vpp-throughput-latency-3n-hsw"
2878   filter: "'NIC_Intel-X520-DA2' and
2879            '64B' and
2880            'FEATURE' and
2881            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2882            'NDRPDR' and
2883            '1T1C' and
2884            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2885            not 'VHOST' and
2886            not 'MEMIF'"
2887   parameters:
2888   - "throughput"
2889   - "parent"
2890   traces:
2891     hoverinfo: "x+y"
2892     boxpoints: "outliers"
2893     whiskerwidth: 0
2894   layout:
2895     title: ""  # No title
2896     layout: "plot-throughput"
2897
2898 -
2899   type: "plot"
2900   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
2901   algorithm: "plot_performance_box"
2902   output-file-type: ".html"
2903   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
2904   data: "plot-vpp-throughput-latency-3n-hsw"
2905   filter: "'NIC_Intel-X520-DA2' and
2906            '64B' and
2907            'FEATURE' and
2908            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2909            'NDRPDR' and
2910            '2T2C' and
2911            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2912            not 'VHOST' and
2913            not 'MEMIF'"
2914   parameters:
2915   - "throughput"
2916   - "parent"
2917   traces:
2918     hoverinfo: "x+y"
2919     boxpoints: "outliers"
2920     whiskerwidth: 0
2921   layout:
2922     title: ""  # No title
2923     layout: "plot-throughput"
2924
2925 -
2926   type: "plot"
2927   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
2928   algorithm: "plot_performance_box"
2929   output-file-type: ".html"
2930   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
2931   data: "plot-vpp-throughput-latency-3n-hsw"
2932   filter: "'NIC_Intel-X520-DA2' and
2933            '64B' and
2934            'FEATURE' and
2935            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2936            'NDRPDR' and
2937            '2T2C' and
2938            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2939            not 'VHOST' and
2940            not 'MEMIF'"
2941   parameters:
2942   - "throughput"
2943   - "parent"
2944   traces:
2945     hoverinfo: "x+y"
2946     boxpoints: "outliers"
2947     whiskerwidth: 0
2948   layout:
2949     title: ""  # No title
2950     layout: "plot-throughput"
2951
2952 # Packet Throughput - VPP L2 3n-hsw-x710
2953 -
2954   type: "plot"
2955   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
2956   algorithm: "plot_performance_box"
2957   output-file-type: ".html"
2958   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
2959   data: "plot-vpp-throughput-latency-3n-hsw"
2960   filter: "'NIC_Intel-X710' and
2961            '64B' and
2962            ('BASE' or 'SCALE') and
2963            'NDRPDR' and
2964            '1T1C' and
2965            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2966            not 'VHOST' and
2967            not 'MEMIF'"
2968   parameters:
2969   - "throughput"
2970   - "parent"
2971   traces:
2972     hoverinfo: "x+y"
2973     boxpoints: "outliers"
2974     whiskerwidth: 0
2975   layout:
2976     title: ""  # No title
2977     layout: "plot-throughput"
2978
2979 -
2980   type: "plot"
2981   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
2982   algorithm: "plot_performance_box"
2983   output-file-type: ".html"
2984   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
2985   data: "plot-vpp-throughput-latency-3n-hsw"
2986   filter: "'NIC_Intel-X710' and
2987            '64B' and
2988            ('BASE' or 'SCALE') and
2989            'NDRPDR' and
2990            '1T1C' and
2991            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2992            not 'VHOST' and
2993            not 'MEMIF'"
2994   parameters:
2995   - "throughput"
2996   - "parent"
2997   traces:
2998     hoverinfo: "x+y"
2999     boxpoints: "outliers"
3000     whiskerwidth: 0
3001   layout:
3002     title: ""  # No title
3003     layout: "plot-throughput"
3004
3005 -
3006   type: "plot"
3007   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3008   algorithm: "plot_performance_box"
3009   output-file-type: ".html"
3010   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3011   data: "plot-vpp-throughput-latency-3n-hsw"
3012   filter: "'NIC_Intel-X710' and
3013            '64B' and
3014            ('BASE' or 'SCALE') and
3015            'NDRPDR' and
3016            '2T2C' and
3017            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3018            not 'VHOST' and
3019            not 'MEMIF'"
3020   parameters:
3021   - "throughput"
3022   - "parent"
3023   traces:
3024     hoverinfo: "x+y"
3025     boxpoints: "outliers"
3026     whiskerwidth: 0
3027   layout:
3028     title: ""  # No title
3029     layout: "plot-throughput"
3030
3031 -
3032   type: "plot"
3033   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3034   algorithm: "plot_performance_box"
3035   output-file-type: ".html"
3036   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3037   data: "plot-vpp-throughput-latency-3n-hsw"
3038   filter: "'NIC_Intel-X710' and
3039            '64B' and
3040            ('BASE' or 'SCALE') and
3041            'NDRPDR' and
3042            '2T2C' and
3043            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3044            not 'VHOST' and
3045            not 'MEMIF'"
3046   parameters:
3047   - "throughput"
3048   - "parent"
3049   traces:
3050     hoverinfo: "x+y"
3051     boxpoints: "outliers"
3052     whiskerwidth: 0
3053   layout:
3054     title: ""  # No title
3055     layout: "plot-throughput"
3056
3057 -
3058   type: "plot"
3059   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3060   algorithm: "plot_performance_box"
3061   output-file-type: ".html"
3062   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3063   data: "plot-vpp-throughput-latency-3n-hsw"
3064   filter: "'NIC_Intel-X710' and
3065            '64B' and
3066            'FEATURE' and
3067            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3068            'NDRPDR' and
3069            '1T1C' and
3070            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3071            not 'VHOST' and
3072            not 'MEMIF'"
3073   parameters:
3074   - "throughput"
3075   - "parent"
3076   traces:
3077     hoverinfo: "x+y"
3078     boxpoints: "outliers"
3079     whiskerwidth: 0
3080   layout:
3081     title: ""  # No title
3082     layout: "plot-throughput"
3083
3084 -
3085   type: "plot"
3086   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3087   algorithm: "plot_performance_box"
3088   output-file-type: ".html"
3089   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3090   data: "plot-vpp-throughput-latency-3n-hsw"
3091   filter: "'NIC_Intel-X710' and
3092            '64B' and
3093            'FEATURE' and
3094            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3095            'NDRPDR' and
3096            '1T1C' and
3097            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3098            not 'VHOST' and
3099            not 'MEMIF'"
3100   parameters:
3101   - "throughput"
3102   - "parent"
3103   traces:
3104     hoverinfo: "x+y"
3105     boxpoints: "outliers"
3106     whiskerwidth: 0
3107   layout:
3108     title: ""  # No title
3109     layout: "plot-throughput"
3110
3111 -
3112   type: "plot"
3113   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3114   algorithm: "plot_performance_box"
3115   output-file-type: ".html"
3116   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3117   data: "plot-vpp-throughput-latency-3n-hsw"
3118   filter: "'NIC_Intel-X710' and
3119            '64B' and
3120            'FEATURE' and
3121            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3122            'NDRPDR' and
3123            '2T2C' and
3124            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3125            not 'VHOST' and
3126            not 'MEMIF'"
3127   parameters:
3128   - "throughput"
3129   - "parent"
3130   traces:
3131     hoverinfo: "x+y"
3132     boxpoints: "outliers"
3133     whiskerwidth: 0
3134   layout:
3135     title: ""  # No title
3136     layout: "plot-throughput"
3137
3138 -
3139   type: "plot"
3140   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3141   algorithm: "plot_performance_box"
3142   output-file-type: ".html"
3143   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3144   data: "plot-vpp-throughput-latency-3n-hsw"
3145   filter: "'NIC_Intel-X710' and
3146            '64B' and
3147            'FEATURE' and
3148            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3149            'NDRPDR' and
3150            '2T2C' and
3151            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3152            not 'VHOST' and
3153            not 'MEMIF'"
3154   parameters:
3155   - "throughput"
3156   - "parent"
3157   traces:
3158     hoverinfo: "x+y"
3159     boxpoints: "outliers"
3160     whiskerwidth: 0
3161   layout:
3162     title: ""  # No title
3163     layout: "plot-throughput"
3164
3165 # Packet Throughput - VPP L2 3n-hsw-xl710
3166 -
3167   type: "plot"
3168   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3169   algorithm: "plot_performance_box"
3170   output-file-type: ".html"
3171   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3172   data: "plot-vpp-throughput-latency-3n-hsw"
3173   filter: "'NIC_Intel-XL710' and
3174            '64B' and
3175            ('BASE' or 'SCALE') and
3176            'NDRPDR' and
3177            '1T1C' and
3178            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3179            not 'VHOST' and
3180            not 'MEMIF'"
3181   parameters:
3182   - "throughput"
3183   - "parent"
3184   traces:
3185     hoverinfo: "x+y"
3186     boxpoints: "outliers"
3187     whiskerwidth: 0
3188   layout:
3189     title: ""  # No title
3190     layout: "plot-throughput"
3191
3192 -
3193   type: "plot"
3194   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3195   algorithm: "plot_performance_box"
3196   output-file-type: ".html"
3197   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3198   data: "plot-vpp-throughput-latency-3n-hsw"
3199   filter: "'NIC_Intel-XL710' and
3200            '64B' and
3201            ('BASE' or 'SCALE') and
3202            'NDRPDR' and
3203            '1T1C' and
3204            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3205            not 'VHOST' and
3206            not 'MEMIF'"
3207   parameters:
3208   - "throughput"
3209   - "parent"
3210   traces:
3211     hoverinfo: "x+y"
3212     boxpoints: "outliers"
3213     whiskerwidth: 0
3214   layout:
3215     title: ""  # No title
3216     layout: "plot-throughput"
3217
3218 -
3219   type: "plot"
3220   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3221   algorithm: "plot_performance_box"
3222   output-file-type: ".html"
3223   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3224   data: "plot-vpp-throughput-latency-3n-hsw"
3225   filter: "'NIC_Intel-XL710' and
3226            '64B' and
3227            ('BASE' or 'SCALE') and
3228            'NDRPDR' and
3229            '2T2C' and
3230            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3231            not 'VHOST' and
3232            not 'MEMIF'"
3233   parameters:
3234   - "throughput"
3235   - "parent"
3236   traces:
3237     hoverinfo: "x+y"
3238     boxpoints: "outliers"
3239     whiskerwidth: 0
3240   layout:
3241     title: ""  # No title
3242     layout: "plot-throughput"
3243
3244 -
3245   type: "plot"
3246   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3247   algorithm: "plot_performance_box"
3248   output-file-type: ".html"
3249   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3250   data: "plot-vpp-throughput-latency-3n-hsw"
3251   filter: "'NIC_Intel-XL710' and
3252            '64B' and
3253            ('BASE' or 'SCALE') and
3254            'NDRPDR' and
3255            '2T2C' and
3256            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3257            not 'VHOST' and
3258            not 'MEMIF'"
3259   parameters:
3260   - "throughput"
3261   - "parent"
3262   traces:
3263     hoverinfo: "x+y"
3264     boxpoints: "outliers"
3265     whiskerwidth: 0
3266   layout:
3267     title: ""  # No title
3268     layout: "plot-throughput"
3269
3270 # Packet Throughput - VPP L2 3n-skx-x710
3271 -
3272   type: "plot"
3273   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3274   algorithm: "plot_performance_box"
3275   output-file-type: ".html"
3276   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3277   data: "plot-vpp-throughput-latency-3n-skx"
3278   filter: "'NIC_Intel-X710' and
3279            '64B' and
3280            ('BASE' or 'SCALE') and
3281            'NDRPDR' and
3282            '2T1C' and
3283            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3284            not 'VHOST' and
3285            not 'MEMIF'"
3286   parameters:
3287   - "throughput"
3288   - "parent"
3289   traces:
3290     hoverinfo: "x+y"
3291     boxpoints: "outliers"
3292     whiskerwidth: 0
3293   layout:
3294     title: ""  # No title
3295     layout: "plot-throughput"
3296
3297 -
3298   type: "plot"
3299   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3300   algorithm: "plot_performance_box"
3301   output-file-type: ".html"
3302   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3303   data: "plot-vpp-throughput-latency-3n-skx"
3304   filter: "'NIC_Intel-X710' and
3305            '64B' and
3306            ('BASE' or 'SCALE') and
3307            'NDRPDR' and
3308            '2T1C' and
3309            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3310            not 'VHOST' and
3311            not 'MEMIF'"
3312   parameters:
3313   - "throughput"
3314   - "parent"
3315   traces:
3316     hoverinfo: "x+y"
3317     boxpoints: "outliers"
3318     whiskerwidth: 0
3319   layout:
3320     title: ""  # No title
3321     layout: "plot-throughput"
3322
3323 -
3324   type: "plot"
3325   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3326   algorithm: "plot_performance_box"
3327   output-file-type: ".html"
3328   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3329   data: "plot-vpp-throughput-latency-3n-skx"
3330   filter: "'NIC_Intel-X710' and
3331            '64B' and
3332            ('BASE' or 'SCALE') and
3333            'NDRPDR' and
3334            '4T2C' and
3335            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3336            not 'VHOST' and
3337            not 'MEMIF'"
3338   parameters:
3339   - "throughput"
3340   - "parent"
3341   traces:
3342     hoverinfo: "x+y"
3343     boxpoints: "outliers"
3344     whiskerwidth: 0
3345   layout:
3346     title: ""  # No title
3347     layout: "plot-throughput"
3348
3349 -
3350   type: "plot"
3351   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3352   algorithm: "plot_performance_box"
3353   output-file-type: ".html"
3354   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3355   data: "plot-vpp-throughput-latency-3n-skx"
3356   filter: "'NIC_Intel-X710' and
3357            '64B' and
3358            ('BASE' or 'SCALE') and
3359            'NDRPDR' and
3360            '4T2C' and
3361            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3362            not 'VHOST' and
3363            not 'MEMIF'"
3364   parameters:
3365   - "throughput"
3366   - "parent"
3367   traces:
3368     hoverinfo: "x+y"
3369     boxpoints: "outliers"
3370     whiskerwidth: 0
3371   layout:
3372     title: ""  # No title
3373     layout: "plot-throughput"
3374
3375 -
3376   type: "plot"
3377   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3378   algorithm: "plot_performance_box"
3379   output-file-type: ".html"
3380   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3381   data: "plot-vpp-throughput-latency-3n-skx"
3382   filter: "'NIC_Intel-X710' and
3383            '64B' and
3384            'FEATURE' and
3385            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3386            'NDRPDR' and
3387            '2T1C' and
3388            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3389            not 'VHOST' and
3390            not 'MEMIF'"
3391   parameters:
3392   - "throughput"
3393   - "parent"
3394   traces:
3395     hoverinfo: "x+y"
3396     boxpoints: "outliers"
3397     whiskerwidth: 0
3398   layout:
3399     title: ""  # No title
3400     layout: "plot-throughput"
3401
3402 -
3403   type: "plot"
3404   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3405   algorithm: "plot_performance_box"
3406   output-file-type: ".html"
3407   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3408   data: "plot-vpp-throughput-latency-3n-skx"
3409   filter: "'NIC_Intel-X710' and
3410            '64B' and
3411            'FEATURE' and
3412            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3413            'NDRPDR' and
3414            '2T1C' and
3415            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3416            not 'VHOST' and
3417            not 'MEMIF'"
3418   parameters:
3419   - "throughput"
3420   - "parent"
3421   traces:
3422     hoverinfo: "x+y"
3423     boxpoints: "outliers"
3424     whiskerwidth: 0
3425   layout:
3426     title: ""  # No title
3427     layout: "plot-throughput"
3428
3429 -
3430   type: "plot"
3431   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
3432   algorithm: "plot_performance_box"
3433   output-file-type: ".html"
3434   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
3435   data: "plot-vpp-throughput-latency-3n-skx"
3436   filter: "'NIC_Intel-X710' and
3437            '64B' and
3438            'FEATURE' and
3439            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3440            'NDRPDR' and
3441            '4T2C' and
3442            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3443            not 'VHOST' and
3444            not 'MEMIF'"
3445   parameters:
3446   - "throughput"
3447   - "parent"
3448   traces:
3449     hoverinfo: "x+y"
3450     boxpoints: "outliers"
3451     whiskerwidth: 0
3452   layout:
3453     title: ""  # No title
3454     layout: "plot-throughput"
3455
3456 -
3457   type: "plot"
3458   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
3459   algorithm: "plot_performance_box"
3460   output-file-type: ".html"
3461   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
3462   data: "plot-vpp-throughput-latency-3n-skx"
3463   filter: "'NIC_Intel-X710' and
3464            '64B' and
3465            'FEATURE' and
3466            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3467            'NDRPDR' and
3468            '4T2C' and
3469            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3470            not 'VHOST' and
3471            not 'MEMIF'"
3472   parameters:
3473   - "throughput"
3474   - "parent"
3475   traces:
3476     hoverinfo: "x+y"
3477     boxpoints: "outliers"
3478     whiskerwidth: 0
3479   layout:
3480     title: ""  # No title
3481     layout: "plot-throughput"
3482
3483 # Packet Throughput - VPP L2 3n-skx-xxv710
3484 -
3485   type: "plot"
3486   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3487   algorithm: "plot_performance_box"
3488   output-file-type: ".html"
3489   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3490   data: "plot-vpp-throughput-latency-3n-skx"
3491   filter: "'NIC_Intel-XXV710' and
3492            '64B' and
3493            ('BASE' or 'SCALE') and
3494            'NDRPDR' and
3495            '2T1C' and
3496            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3497            not 'VHOST' and
3498            not 'MEMIF'"
3499   parameters:
3500   - "throughput"
3501   - "parent"
3502   traces:
3503     hoverinfo: "x+y"
3504     boxpoints: "outliers"
3505     whiskerwidth: 0
3506   layout:
3507     title: ""  # No title
3508     layout: "plot-throughput"
3509
3510 -
3511   type: "plot"
3512   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3513   algorithm: "plot_performance_box"
3514   output-file-type: ".html"
3515   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3516   data: "plot-vpp-throughput-latency-3n-skx"
3517   filter: "'NIC_Intel-XXV710' and
3518            '64B' and
3519            ('BASE' or 'SCALE') and
3520            'NDRPDR' and
3521            '2T1C' and
3522            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3523            not 'VHOST' and
3524            not 'MEMIF'"
3525   parameters:
3526   - "throughput"
3527   - "parent"
3528   traces:
3529     hoverinfo: "x+y"
3530     boxpoints: "outliers"
3531     whiskerwidth: 0
3532   layout:
3533     title: ""  # No title
3534     layout: "plot-throughput"
3535
3536 -
3537   type: "plot"
3538   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3539   algorithm: "plot_performance_box"
3540   output-file-type: ".html"
3541   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3542   data: "plot-vpp-throughput-latency-3n-skx"
3543   filter: "'NIC_Intel-XXV710' and
3544            '64B' and
3545            ('BASE' or 'SCALE') and
3546            'NDRPDR' and
3547            '4T2C' and
3548            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3549            not 'VHOST' and
3550            not 'MEMIF'"
3551   parameters:
3552   - "throughput"
3553   - "parent"
3554   traces:
3555     hoverinfo: "x+y"
3556     boxpoints: "outliers"
3557     whiskerwidth: 0
3558   layout:
3559     title: ""  # No title
3560     layout: "plot-throughput"
3561
3562 -
3563   type: "plot"
3564   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3565   algorithm: "plot_performance_box"
3566   output-file-type: ".html"
3567   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3568   data: "plot-vpp-throughput-latency-3n-skx"
3569   filter: "'NIC_Intel-XXV710' and
3570            '64B' and
3571            ('BASE' or 'SCALE') and
3572            'NDRPDR' and
3573            '4T2C' and
3574            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3575            not 'VHOST' and
3576            not 'MEMIF'"
3577   parameters:
3578   - "throughput"
3579   - "parent"
3580   traces:
3581     hoverinfo: "x+y"
3582     boxpoints: "outliers"
3583     whiskerwidth: 0
3584   layout:
3585     title: ""  # No title
3586     layout: "plot-throughput"
3587
3588 # Packet Throughput - VPP L2 2n-skx-x710
3589 -
3590   type: "plot"
3591   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
3592   algorithm: "plot_performance_box"
3593   output-file-type: ".html"
3594   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
3595   data: "plot-vpp-throughput-latency-2n-skx"
3596   filter: "'NIC_Intel-X710' and
3597            '64B' and
3598            ('BASE' or 'SCALE') and
3599            'NDRPDR' and
3600            '2T1C' and
3601            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3602            not 'VHOST' and
3603            not 'MEMIF'"
3604   parameters:
3605   - "throughput"
3606   - "parent"
3607   traces:
3608     hoverinfo: "x+y"
3609     boxpoints: "outliers"
3610     whiskerwidth: 0
3611   layout:
3612     title: ""  # No title
3613     layout: "plot-throughput"
3614
3615 -
3616   type: "plot"
3617   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
3618   algorithm: "plot_performance_box"
3619   output-file-type: ".html"
3620   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
3621   data: "plot-vpp-throughput-latency-2n-skx"
3622   filter: "'NIC_Intel-X710' and
3623            '64B' and
3624            ('BASE' or 'SCALE') and
3625            'NDRPDR' and
3626            '2T1C' and
3627            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3628            not 'VHOST' and
3629            not 'MEMIF'"
3630   parameters:
3631   - "throughput"
3632   - "parent"
3633   traces:
3634     hoverinfo: "x+y"
3635     boxpoints: "outliers"
3636     whiskerwidth: 0
3637   layout:
3638     title: ""  # No title
3639     layout: "plot-throughput"
3640
3641 -
3642   type: "plot"
3643   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
3644   algorithm: "plot_performance_box"
3645   output-file-type: ".html"
3646   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
3647   data: "plot-vpp-throughput-latency-2n-skx"
3648   filter: "'NIC_Intel-X710' and
3649            '64B' and
3650            ('BASE' or 'SCALE') and
3651            'NDRPDR' and
3652            '4T2C' and
3653            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3654            not 'VHOST' and
3655            not 'MEMIF'"
3656   parameters:
3657   - "throughput"
3658   - "parent"
3659   traces:
3660     hoverinfo: "x+y"
3661     boxpoints: "outliers"
3662     whiskerwidth: 0
3663   layout:
3664     title: ""  # No title
3665     layout: "plot-throughput"
3666
3667 -
3668   type: "plot"
3669   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
3670   algorithm: "plot_performance_box"
3671   output-file-type: ".html"
3672   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
3673   data: "plot-vpp-throughput-latency-2n-skx"
3674   filter: "'NIC_Intel-X710' and
3675            '64B' and
3676            ('BASE' or 'SCALE') and
3677            'NDRPDR' and
3678            '4T2C' and
3679            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3680            not 'VHOST' and
3681            not 'MEMIF'"
3682   parameters:
3683   - "throughput"
3684   - "parent"
3685   traces:
3686     hoverinfo: "x+y"
3687     boxpoints: "outliers"
3688     whiskerwidth: 0
3689   layout:
3690     title: ""  # No title
3691     layout: "plot-throughput"
3692
3693 # Packet Throughput - VPP L2 2n-skx-xxv710
3694 -
3695   type: "plot"
3696   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3697   algorithm: "plot_performance_box"
3698   output-file-type: ".html"
3699   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3700   data: "plot-vpp-throughput-latency-2n-skx"
3701   filter: "'NIC_Intel-XXV710' and
3702            '64B' and
3703            ('BASE' or 'SCALE') and
3704            'NDRPDR' and
3705            '2T1C' and
3706            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3707            not 'VHOST' and
3708            not 'MEMIF'"
3709   parameters:
3710   - "throughput"
3711   - "parent"
3712   traces:
3713     hoverinfo: "x+y"
3714     boxpoints: "outliers"
3715     whiskerwidth: 0
3716   layout:
3717     title: ""  # No title
3718     layout: "plot-throughput"
3719
3720 -
3721   type: "plot"
3722   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3723   algorithm: "plot_performance_box"
3724   output-file-type: ".html"
3725   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3726   data: "plot-vpp-throughput-latency-2n-skx"
3727   filter: "'NIC_Intel-XXV710' and
3728            '64B' and
3729            ('BASE' or 'SCALE') and
3730            'NDRPDR' and
3731            '2T1C' and
3732            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3733            not 'VHOST' and
3734            not 'MEMIF'"
3735   parameters:
3736   - "throughput"
3737   - "parent"
3738   traces:
3739     hoverinfo: "x+y"
3740     boxpoints: "outliers"
3741     whiskerwidth: 0
3742   layout:
3743     title: ""  # No title
3744     layout: "plot-throughput"
3745
3746 -
3747   type: "plot"
3748   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3749   algorithm: "plot_performance_box"
3750   output-file-type: ".html"
3751   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3752   data: "plot-vpp-throughput-latency-2n-skx"
3753   filter: "'NIC_Intel-XXV710' and
3754            '64B' and
3755            ('BASE' or 'SCALE') and
3756            'NDRPDR' and
3757            '4T2C' and
3758            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3759            not 'VHOST' and
3760            not 'MEMIF'"
3761   parameters:
3762   - "throughput"
3763   - "parent"
3764   traces:
3765     hoverinfo: "x+y"
3766     boxpoints: "outliers"
3767     whiskerwidth: 0
3768   layout:
3769     title: ""  # No title
3770     layout: "plot-throughput"
3771
3772 -
3773   type: "plot"
3774   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3775   algorithm: "plot_performance_box"
3776   output-file-type: ".html"
3777   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3778   data: "plot-vpp-throughput-latency-2n-skx"
3779   filter: "'NIC_Intel-XXV710' and
3780            '64B' and
3781            ('BASE' or 'SCALE') and
3782            'NDRPDR' and
3783            '4T2C' and
3784            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3785            not 'VHOST' and
3786            not 'MEMIF'"
3787   parameters:
3788   - "throughput"
3789   - "parent"
3790   traces:
3791     hoverinfo: "x+y"
3792     boxpoints: "outliers"
3793     whiskerwidth: 0
3794   layout:
3795     title: ""  # No title
3796     layout: "plot-throughput"
3797
3798 ################################################################################
3799
3800 # Packet Throughput - VPP Container Memif 3n-hsw-x520
3801 -
3802   type: "plot"
3803   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3804   algorithm: "plot_performance_box"
3805   output-file-type: ".html"
3806   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3807   data: "plot-vpp-throughput-latency-3n-hsw"
3808   filter: "'NIC_Intel-X520-DA2' and
3809            '64B' and
3810            ('BASE' or 'SCALE') and
3811            'NDRPDR' and
3812            '1T1C' and
3813            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3814            not 'VHOST' and
3815            'MEMIF'"
3816   parameters:
3817   - "throughput"
3818   - "parent"
3819   traces:
3820     hoverinfo: "x+y"
3821     boxpoints: "outliers"
3822     whiskerwidth: 0
3823   layout:
3824     title: ""  # No title
3825     layout: "plot-throughput"
3826
3827 -
3828   type: "plot"
3829   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3830   algorithm: "plot_performance_box"
3831   output-file-type: ".html"
3832   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3833   data: "plot-vpp-throughput-latency-3n-hsw"
3834   filter: "'NIC_Intel-X520-DA2' and
3835            '64B' and
3836            ('BASE' or 'SCALE') and
3837            'NDRPDR' and
3838            '1T1C' and
3839            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3840            not 'VHOST' and
3841            'MEMIF'"
3842   parameters:
3843   - "throughput"
3844   - "parent"
3845   traces:
3846     hoverinfo: "x+y"
3847     boxpoints: "outliers"
3848     whiskerwidth: 0
3849   layout:
3850     title: ""  # No title
3851     layout: "plot-throughput"
3852
3853 -
3854   type: "plot"
3855   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3856   algorithm: "plot_performance_box"
3857   output-file-type: ".html"
3858   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3859   data: "plot-vpp-throughput-latency-3n-hsw"
3860   filter: "'NIC_Intel-X520-DA2' and
3861            '64B' and
3862            ('BASE' or 'SCALE') and
3863            'NDRPDR' and
3864            '2T2C' and
3865            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3866            not 'VHOST' and
3867            'MEMIF'"
3868   parameters:
3869   - "throughput"
3870   - "parent"
3871   traces:
3872     hoverinfo: "x+y"
3873     boxpoints: "outliers"
3874     whiskerwidth: 0
3875   layout:
3876     title: ""  # No title
3877     layout: "plot-throughput"
3878
3879 -
3880   type: "plot"
3881   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3882   algorithm: "plot_performance_box"
3883   output-file-type: ".html"
3884   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3885   data: "plot-vpp-throughput-latency-3n-hsw"
3886   filter: "'NIC_Intel-X520-DA2' and
3887            '64B' and
3888            ('BASE' or 'SCALE') and
3889            'NDRPDR' and
3890            '2T2C' and
3891            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3892            not 'VHOST' and
3893            'MEMIF'"
3894   parameters:
3895   - "throughput"
3896   - "parent"
3897   traces:
3898     hoverinfo: "x+y"
3899     boxpoints: "outliers"
3900     whiskerwidth: 0
3901   layout:
3902     title: ""  # No title
3903     layout: "plot-throughput"
3904
3905 # Packet Throughput - VPP Container Memif 3n-hsw-x710
3906 -
3907   type: "plot"
3908   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3909   algorithm: "plot_performance_box"
3910   output-file-type: ".html"
3911   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3912   data: "plot-vpp-throughput-latency-3n-hsw"
3913   filter: "'NIC_Intel-X710' and
3914            '64B' and
3915            ('BASE' or 'SCALE') and
3916            'NDRPDR' and
3917            '1T1C' and
3918            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3919            not 'VHOST' and
3920            'MEMIF'"
3921   parameters:
3922   - "throughput"
3923   - "parent"
3924   traces:
3925     hoverinfo: "x+y"
3926     boxpoints: "outliers"
3927     whiskerwidth: 0
3928   layout:
3929     title: ""  # No title
3930     layout: "plot-throughput"
3931
3932 -
3933   type: "plot"
3934   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3935   algorithm: "plot_performance_box"
3936   output-file-type: ".html"
3937   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3938   data: "plot-vpp-throughput-latency-3n-hsw"
3939   filter: "'NIC_Intel-X710' and
3940            '64B' and
3941            ('BASE' or 'SCALE') and
3942            'NDRPDR' and
3943            '1T1C' and
3944            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3945            not 'VHOST' and
3946            'MEMIF'"
3947   parameters:
3948   - "throughput"
3949   - "parent"
3950   traces:
3951     hoverinfo: "x+y"
3952     boxpoints: "outliers"
3953     whiskerwidth: 0
3954   layout:
3955     title: ""  # No title
3956     layout: "plot-throughput"
3957
3958 -
3959   type: "plot"
3960   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3961   algorithm: "plot_performance_box"
3962   output-file-type: ".html"
3963   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3964   data: "plot-vpp-throughput-latency-3n-hsw"
3965   filter: "'NIC_Intel-X710' and
3966            '64B' and
3967            ('BASE' or 'SCALE') and
3968            'NDRPDR' and
3969            '2T2C' and
3970            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3971            not 'VHOST' and
3972            'MEMIF'"
3973   parameters:
3974   - "throughput"
3975   - "parent"
3976   traces:
3977     hoverinfo: "x+y"
3978     boxpoints: "outliers"
3979     whiskerwidth: 0
3980   layout:
3981     title: ""  # No title
3982     layout: "plot-throughput"
3983
3984 -
3985   type: "plot"
3986   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3987   algorithm: "plot_performance_box"
3988   output-file-type: ".html"
3989   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3990   data: "plot-vpp-throughput-latency-3n-hsw"
3991   filter: "'NIC_Intel-X710' and
3992            '64B' and
3993            ('BASE' or 'SCALE') and
3994            'NDRPDR' and
3995            '2T2C' and
3996            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3997            not 'VHOST' and
3998            'MEMIF'"
3999   parameters:
4000   - "throughput"
4001   - "parent"
4002   traces:
4003     hoverinfo: "x+y"
4004     boxpoints: "outliers"
4005     whiskerwidth: 0
4006   layout:
4007     title: ""  # No title
4008     layout: "plot-throughput"
4009
4010 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
4011 -
4012   type: "plot"
4013   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4014   algorithm: "plot_performance_box"
4015   output-file-type: ".html"
4016   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4017   data: "plot-vpp-throughput-latency-3n-hsw"
4018   filter: "'NIC_Intel-XL710' and
4019            '64B' and
4020            ('BASE' or 'SCALE') and
4021            'NDRPDR' and
4022            '1T1C' and
4023            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4024            not 'VHOST' and
4025            'MEMIF'"
4026   parameters:
4027   - "throughput"
4028   - "parent"
4029   traces:
4030     hoverinfo: "x+y"
4031     boxpoints: "outliers"
4032     whiskerwidth: 0
4033   layout:
4034     title: ""  # No title
4035     layout: "plot-throughput"
4036
4037 -
4038   type: "plot"
4039   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4040   algorithm: "plot_performance_box"
4041   output-file-type: ".html"
4042   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4043   data: "plot-vpp-throughput-latency-3n-hsw"
4044   filter: "'NIC_Intel-XL710' and
4045            '64B' and
4046            ('BASE' or 'SCALE') and
4047            'NDRPDR' and
4048            '1T1C' and
4049            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4050            not 'VHOST' and
4051            'MEMIF'"
4052   parameters:
4053   - "throughput"
4054   - "parent"
4055   traces:
4056     hoverinfo: "x+y"
4057     boxpoints: "outliers"
4058     whiskerwidth: 0
4059   layout:
4060     title: ""  # No title
4061     layout: "plot-throughput"
4062
4063 -
4064   type: "plot"
4065   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4066   algorithm: "plot_performance_box"
4067   output-file-type: ".html"
4068   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4069   data: "plot-vpp-throughput-latency-3n-hsw"
4070   filter: "'NIC_Intel-XL710' and
4071            '64B' and
4072            ('BASE' or 'SCALE') and
4073            'NDRPDR' and
4074            '2T2C' and
4075            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4076            not 'VHOST' and
4077            'MEMIF'"
4078   parameters:
4079   - "throughput"
4080   - "parent"
4081   traces:
4082     hoverinfo: "x+y"
4083     boxpoints: "outliers"
4084     whiskerwidth: 0
4085   layout:
4086     title: ""  # No title
4087     layout: "plot-throughput"
4088
4089 -
4090   type: "plot"
4091   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4092   algorithm: "plot_performance_box"
4093   output-file-type: ".html"
4094   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4095   data: "plot-vpp-throughput-latency-3n-hsw"
4096   filter: "'NIC_Intel-XL710' and
4097            '64B' and
4098            ('BASE' or 'SCALE') and
4099            'NDRPDR' and
4100            '2T2C' and
4101            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4102            not 'VHOST' and
4103            'MEMIF'"
4104   parameters:
4105   - "throughput"
4106   - "parent"
4107   traces:
4108     hoverinfo: "x+y"
4109     boxpoints: "outliers"
4110     whiskerwidth: 0
4111   layout:
4112     title: ""  # No title
4113     layout: "plot-throughput"
4114
4115 # Packet Throughput - VPP Container Memif 3n-skx-x710
4116 -
4117   type: "plot"
4118   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4119   algorithm: "plot_performance_box"
4120   output-file-type: ".html"
4121   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4122   data: "plot-vpp-throughput-latency-3n-skx"
4123   filter: "'NIC_Intel-X710' and
4124            '64B' and
4125            ('BASE' or 'SCALE') and
4126            'NDRPDR' and
4127            '2T1C' and
4128            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4129            not 'VHOST' and
4130            'MEMIF'"
4131   parameters:
4132   - "throughput"
4133   - "parent"
4134   traces:
4135     hoverinfo: "x+y"
4136     boxpoints: "outliers"
4137     whiskerwidth: 0
4138   layout:
4139     title: ""  # No title
4140     layout: "plot-throughput"
4141
4142 -
4143   type: "plot"
4144   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4145   algorithm: "plot_performance_box"
4146   output-file-type: ".html"
4147   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4148   data: "plot-vpp-throughput-latency-3n-skx"
4149   filter: "'NIC_Intel-X710' and
4150            '64B' and
4151            ('BASE' or 'SCALE') and
4152            'NDRPDR' and
4153            '2T1C' and
4154            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4155            not 'VHOST' and
4156             'MEMIF'"
4157   parameters:
4158   - "throughput"
4159   - "parent"
4160   traces:
4161     hoverinfo: "x+y"
4162     boxpoints: "outliers"
4163     whiskerwidth: 0
4164   layout:
4165     title: ""  # No title
4166     layout: "plot-throughput"
4167
4168 -
4169   type: "plot"
4170   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4171   algorithm: "plot_performance_box"
4172   output-file-type: ".html"
4173   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4174   data: "plot-vpp-throughput-latency-3n-skx"
4175   filter: "'NIC_Intel-X710' and
4176            '64B' and
4177            ('BASE' or 'SCALE') and
4178            'NDRPDR' and
4179            '4T2C' and
4180            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4181            not 'VHOST' and
4182            'MEMIF'"
4183   parameters:
4184   - "throughput"
4185   - "parent"
4186   traces:
4187     hoverinfo: "x+y"
4188     boxpoints: "outliers"
4189     whiskerwidth: 0
4190   layout:
4191     title: ""  # No title
4192     layout: "plot-throughput"
4193
4194 -
4195   type: "plot"
4196   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4197   algorithm: "plot_performance_box"
4198   output-file-type: ".html"
4199   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4200   data: "plot-vpp-throughput-latency-3n-skx"
4201   filter: "'NIC_Intel-X710' and
4202            '64B' and
4203            ('BASE' or 'SCALE') and
4204            'NDRPDR' and
4205            '4T2C' and
4206            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4207            not 'VHOST' and
4208            'MEMIF'"
4209   parameters:
4210   - "throughput"
4211   - "parent"
4212   traces:
4213     hoverinfo: "x+y"
4214     boxpoints: "outliers"
4215     whiskerwidth: 0
4216   layout:
4217     title: ""  # No title
4218     layout: "plot-throughput"
4219
4220 ################################################################################
4221
4222 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520
4223 -
4224   type: "plot"
4225   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4226   algorithm: "plot_performance_box"
4227   output-file-type: ".html"
4228   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4229   data: "plot-ligato-throughput-latency-3n-hsw"
4230   filter: "'NIC_Intel-X520-DA2' and
4231            '64B' and
4232            ('BASE' or 'SCALE') and
4233            'NDRPDR' and
4234            '1T1C' and
4235            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4236            not 'VHOST' and
4237            'MEMIF'"
4238   parameters:
4239   - "throughput"
4240   - "parent"
4241   traces:
4242     hoverinfo: "x+y"
4243     boxpoints: "outliers"
4244     whiskerwidth: 0
4245   layout:
4246     title: ""  # No title
4247     layout: "plot-throughput"
4248
4249 -
4250   type: "plot"
4251   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4252   algorithm: "plot_performance_box"
4253   output-file-type: ".html"
4254   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4255   data: "plot-ligato-throughput-latency-3n-hsw"
4256   filter: "'NIC_Intel-X520-DA2' and
4257            '64B' and
4258            ('BASE' or 'SCALE') and
4259            'NDRPDR' and
4260            '1T1C' and
4261            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4262            not 'VHOST' and
4263            'MEMIF'"
4264   parameters:
4265   - "throughput"
4266   - "parent"
4267   traces:
4268     hoverinfo: "x+y"
4269     boxpoints: "outliers"
4270     whiskerwidth: 0
4271   layout:
4272     title: ""  # No title
4273     layout: "plot-throughput"
4274
4275 -
4276   type: "plot"
4277   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4278   algorithm: "plot_performance_box"
4279   output-file-type: ".html"
4280   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4281   data: "plot-ligato-throughput-latency-3n-hsw"
4282   filter: "'NIC_Intel-X520-DA2' and
4283            '64B' and
4284            ('BASE' or 'SCALE') and
4285            'NDRPDR' and
4286            '2T2C' and
4287            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4288            not 'VHOST' and
4289            'MEMIF'"
4290   parameters:
4291   - "throughput"
4292   - "parent"
4293   traces:
4294     hoverinfo: "x+y"
4295     boxpoints: "outliers"
4296     whiskerwidth: 0
4297   layout:
4298     title: ""  # No title
4299     layout: "plot-throughput"
4300
4301 -
4302   type: "plot"
4303   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4304   algorithm: "plot_performance_box"
4305   output-file-type: ".html"
4306   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4307   data: "plot-ligato-throughput-latency-3n-hsw"
4308   filter: "'NIC_Intel-X520-DA2' and
4309            '64B' and
4310            ('BASE' or 'SCALE') and
4311            'NDRPDR' and
4312            '2T2C' and
4313            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4314            not 'VHOST' and
4315            'MEMIF'"
4316   parameters:
4317   - "throughput"
4318   - "parent"
4319   traces:
4320     hoverinfo: "x+y"
4321     boxpoints: "outliers"
4322     whiskerwidth: 0
4323   layout:
4324     title: ""  # No title
4325     layout: "plot-throughput"
4326
4327 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710
4328 -
4329   type: "plot"
4330   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4331   algorithm: "plot_performance_box"
4332   output-file-type: ".html"
4333   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4334   data: "plot-ligato-throughput-latency-3n-hsw"
4335   filter: "'NIC_Intel-X710' and
4336            '64B' and
4337            ('BASE' or 'SCALE') and
4338            'NDRPDR' and
4339            '1T1C' and
4340            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4341            not 'VHOST' and
4342            'MEMIF'"
4343   parameters:
4344   - "throughput"
4345   - "parent"
4346   traces:
4347     hoverinfo: "x+y"
4348     boxpoints: "outliers"
4349     whiskerwidth: 0
4350   layout:
4351     title: ""  # No title
4352     layout: "plot-throughput"
4353
4354 -
4355   type: "plot"
4356   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4357   algorithm: "plot_performance_box"
4358   output-file-type: ".html"
4359   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4360   data: "plot-ligato-throughput-latency-3n-hsw"
4361   filter: "'NIC_Intel-X710' and
4362            '64B' and
4363            ('BASE' or 'SCALE') and
4364            'NDRPDR' and
4365            '1T1C' and
4366            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4367            not 'VHOST' and
4368            'MEMIF'"
4369   parameters:
4370   - "throughput"
4371   - "parent"
4372   traces:
4373     hoverinfo: "x+y"
4374     boxpoints: "outliers"
4375     whiskerwidth: 0
4376   layout:
4377     title: ""  # No title
4378     layout: "plot-throughput"
4379
4380 -
4381   type: "plot"
4382   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4383   algorithm: "plot_performance_box"
4384   output-file-type: ".html"
4385   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4386   data: "plot-ligato-throughput-latency-3n-hsw"
4387   filter: "'NIC_Intel-X710' and
4388            '64B' and
4389            ('BASE' or 'SCALE') and
4390            'NDRPDR' and
4391            '2T2C' and
4392            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4393            not 'VHOST' and
4394            'MEMIF'"
4395   parameters:
4396   - "throughput"
4397   - "parent"
4398   traces:
4399     hoverinfo: "x+y"
4400     boxpoints: "outliers"
4401     whiskerwidth: 0
4402   layout:
4403     title: ""  # No title
4404     layout: "plot-throughput"
4405
4406 -
4407   type: "plot"
4408   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4409   algorithm: "plot_performance_box"
4410   output-file-type: ".html"
4411   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4412   data: "plot-ligato-throughput-latency-3n-hsw"
4413   filter: "'NIC_Intel-X710' and
4414            '64B' and
4415            ('BASE' or 'SCALE') and
4416            'NDRPDR' and
4417            '2T2C' and
4418            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4419            not 'VHOST' and
4420            'MEMIF'"
4421   parameters:
4422   - "throughput"
4423   - "parent"
4424   traces:
4425     hoverinfo: "x+y"
4426     boxpoints: "outliers"
4427     whiskerwidth: 0
4428   layout:
4429     title: ""  # No title
4430     layout: "plot-throughput"
4431
4432 ################################################################################
4433
4434 # Packet Throughput - VPP IPv4 3n-hsw-x520
4435 -
4436   type: "plot"
4437   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4438   algorithm: "plot_performance_box"
4439   output-file-type: ".html"
4440   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4441   data: "plot-vpp-throughput-latency-3n-hsw"
4442   filter: "'NIC_Intel-X520-DA2' and
4443            '64B' and
4444            ('BASE' or 'SCALE') and
4445            'NDRPDR' and
4446            '1T1C' and
4447            'IP4FWD' and
4448            not 'IPSEC' and
4449            not 'VHOST'"
4450   parameters:
4451   - "throughput"
4452   - "parent"
4453   traces:
4454     hoverinfo: "x+y"
4455     boxpoints: "outliers"
4456     whiskerwidth: 0
4457   layout:
4458     title: ""  # No title
4459     layout: "plot-throughput"
4460
4461 -
4462   type: "plot"
4463   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4464   algorithm: "plot_performance_box"
4465   output-file-type: ".html"
4466   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4467   data: "plot-vpp-throughput-latency-3n-hsw"
4468   filter: "'NIC_Intel-X520-DA2' and
4469            '64B' and
4470            ('BASE' or 'SCALE') and
4471            'NDRPDR' and
4472            '1T1C' and
4473            'IP4FWD' and
4474            not 'IPSEC' and
4475            not 'VHOST'"
4476   parameters:
4477   - "throughput"
4478   - "parent"
4479   traces:
4480     hoverinfo: "x+y"
4481     boxpoints: "outliers"
4482     whiskerwidth: 0
4483   layout:
4484     title: ""  # No title
4485     layout: "plot-throughput"
4486
4487 -
4488   type: "plot"
4489   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4490   algorithm: "plot_performance_box"
4491   output-file-type: ".html"
4492   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4493   data: "plot-vpp-throughput-latency-3n-hsw"
4494   filter: "'NIC_Intel-X520-DA2' and
4495            '64B' and
4496            ('BASE' or 'SCALE') and
4497            'NDRPDR' and
4498            '2T2C' and
4499            'IP4FWD' and
4500            not 'IPSEC' and
4501            not 'VHOST'"
4502   parameters:
4503   - "throughput"
4504   - "parent"
4505   traces:
4506     hoverinfo: "x+y"
4507     boxpoints: "outliers"
4508     whiskerwidth: 0
4509   layout:
4510     title: ""  # No title
4511     layout: "plot-throughput"
4512
4513 -
4514   type: "plot"
4515   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4516   algorithm: "plot_performance_box"
4517   output-file-type: ".html"
4518   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4519   data: "plot-vpp-throughput-latency-3n-hsw"
4520   filter: "'NIC_Intel-X520-DA2' and
4521            '64B' and
4522            ('BASE' or 'SCALE') and
4523            'NDRPDR' and
4524            '2T2C' and
4525            'IP4FWD' and
4526            not 'IPSEC' and
4527            not 'VHOST'"
4528   parameters:
4529   - "throughput"
4530   - "parent"
4531   traces:
4532     hoverinfo: "x+y"
4533     boxpoints: "outliers"
4534     whiskerwidth: 0
4535   layout:
4536     title: ""  # No title
4537     layout: "plot-throughput"
4538
4539 -
4540   type: "plot"
4541   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
4542   algorithm: "plot_performance_box"
4543   output-file-type: ".html"
4544   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
4545   data: "plot-vpp-throughput-latency-3n-hsw"
4546   filter: "'NIC_Intel-X520-DA2' and
4547            '64B' and
4548            'FEATURE' and
4549            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4550            'NDRPDR' and
4551            '1T1C' and
4552            'IP4FWD' and
4553            not 'IPSEC' and
4554            not 'VHOST'"
4555   parameters:
4556   - "throughput"
4557   - "parent"
4558   traces:
4559     hoverinfo: "x+y"
4560     boxpoints: "outliers"
4561     whiskerwidth: 0
4562   layout:
4563     title: ""  # No title
4564     layout: "plot-throughput"
4565
4566 -
4567   type: "plot"
4568   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
4569   algorithm: "plot_performance_box"
4570   output-file-type: ".html"
4571   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
4572   data: "plot-vpp-throughput-latency-3n-hsw"
4573   filter: "'NIC_Intel-X520-DA2' and
4574            '64B' and
4575            'FEATURE' and
4576            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4577            'NDRPDR' and
4578            '1T1C' and
4579            'IP4FWD' and
4580            not 'IPSEC' and
4581            not 'VHOST'"
4582   parameters:
4583   - "throughput"
4584   - "parent"
4585   traces:
4586     hoverinfo: "x+y"
4587     boxpoints: "outliers"
4588     whiskerwidth: 0
4589   layout:
4590     title: ""  # No title
4591     layout: "plot-throughput"
4592
4593 -
4594   type: "plot"
4595   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
4596   algorithm: "plot_performance_box"
4597   output-file-type: ".html"
4598   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
4599   data: "plot-vpp-throughput-latency-3n-hsw"
4600   filter: "'NIC_Intel-X520-DA2' and
4601            '64B' and
4602            'FEATURE' and
4603            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4604            'NDRPDR' and
4605            '2T2C' and
4606            'IP4FWD' and
4607            not 'IPSEC' and
4608            not 'VHOST'"
4609   parameters:
4610   - "throughput"
4611   - "parent"
4612   traces:
4613     hoverinfo: "x+y"
4614     boxpoints: "outliers"
4615     whiskerwidth: 0
4616   layout:
4617     title: ""  # No title
4618     layout: "plot-throughput"
4619
4620 -
4621   type: "plot"
4622   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
4623   algorithm: "plot_performance_box"
4624   output-file-type: ".html"
4625   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
4626   data: "plot-vpp-throughput-latency-3n-hsw"
4627   filter: "'NIC_Intel-X520-DA2' and
4628            '64B' and
4629            'FEATURE' and
4630            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4631            'NDRPDR' and
4632            '2T2C' and
4633            'IP4FWD' and
4634            not 'IPSEC' and
4635            not 'VHOST'"
4636   parameters:
4637   - "throughput"
4638   - "parent"
4639   traces:
4640     hoverinfo: "x+y"
4641     boxpoints: "outliers"
4642     whiskerwidth: 0
4643   layout:
4644     title: ""  # No title
4645     layout: "plot-throughput"
4646
4647 # Packet Throughput - VPP IPv4 3n-hsw-x710
4648 -
4649   type: "plot"
4650   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4651   algorithm: "plot_performance_box"
4652   output-file-type: ".html"
4653   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4654   data: "plot-vpp-throughput-latency-3n-hsw"
4655   filter: "'NIC_Intel-X710' and
4656            '64B' and
4657            ('BASE' or 'SCALE') and
4658            'NDRPDR' and
4659            '1T1C' and
4660            'IP4FWD' and
4661            not 'IPSEC' and
4662            not 'VHOST'"
4663   parameters:
4664   - "throughput"
4665   - "parent"
4666   traces:
4667     hoverinfo: "x+y"
4668     boxpoints: "outliers"
4669     whiskerwidth: 0
4670   layout:
4671     title: ""  # No title
4672     layout: "plot-throughput"
4673
4674 -
4675   type: "plot"
4676   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4677   algorithm: "plot_performance_box"
4678   output-file-type: ".html"
4679   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4680   data: "plot-vpp-throughput-latency-3n-hsw"
4681   filter: "'NIC_Intel-X710' and
4682            '64B' and
4683            ('BASE' or 'SCALE') and
4684            'NDRPDR' and
4685            '1T1C' and
4686            'IP4FWD' and
4687            not 'IPSEC' and
4688            not 'VHOST'"
4689   parameters:
4690   - "throughput"
4691   - "parent"
4692   traces:
4693     hoverinfo: "x+y"
4694     boxpoints: "outliers"
4695     whiskerwidth: 0
4696   layout:
4697     title: ""  # No title
4698     layout: "plot-throughput"
4699
4700 -
4701   type: "plot"
4702   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4703   algorithm: "plot_performance_box"
4704   output-file-type: ".html"
4705   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4706   data: "plot-vpp-throughput-latency-3n-hsw"
4707   filter: "'NIC_Intel-X710' and
4708            '64B' and
4709            ('BASE' or 'SCALE') and
4710            'NDRPDR' and
4711            '2T2C' and
4712            'IP4FWD' and
4713            not 'IPSEC' and
4714            not 'VHOST'"
4715   parameters:
4716   - "throughput"
4717   - "parent"
4718   traces:
4719     hoverinfo: "x+y"
4720     boxpoints: "outliers"
4721     whiskerwidth: 0
4722   layout:
4723     title: ""  # No title
4724     layout: "plot-throughput"
4725
4726 -
4727   type: "plot"
4728   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4729   algorithm: "plot_performance_box"
4730   output-file-type: ".html"
4731   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4732   data: "plot-vpp-throughput-latency-3n-hsw"
4733   filter: "'NIC_Intel-X710' and
4734            '64B' and
4735            ('BASE' or 'SCALE') and
4736            'NDRPDR' and
4737            '2T2C' and
4738            'IP4FWD' and
4739            not 'IPSEC' and
4740            not 'VHOST'"
4741   parameters:
4742   - "throughput"
4743   - "parent"
4744   traces:
4745     hoverinfo: "x+y"
4746     boxpoints: "outliers"
4747     whiskerwidth: 0
4748   layout:
4749     title: ""  # No title
4750     layout: "plot-throughput"
4751
4752 -
4753   type: "plot"
4754   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
4755   algorithm: "plot_performance_box"
4756   output-file-type: ".html"
4757   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
4758   data: "plot-vpp-throughput-latency-3n-hsw"
4759   filter: "'NIC_Intel-X710' and
4760            '64B' and
4761            'FEATURE' and
4762            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4763            'NDRPDR' and
4764            '1T1C' and
4765            'IP4FWD' and
4766            not 'IPSEC' and
4767            not 'VHOST'"
4768   parameters:
4769   - "throughput"
4770   - "parent"
4771   traces:
4772     hoverinfo: "x+y"
4773     boxpoints: "outliers"
4774     whiskerwidth: 0
4775   layout:
4776     title: ""  # No title
4777     layout: "plot-throughput"
4778
4779 -
4780   type: "plot"
4781   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
4782   algorithm: "plot_performance_box"
4783   output-file-type: ".html"
4784   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
4785   data: "plot-vpp-throughput-latency-3n-hsw"
4786   filter: "'NIC_Intel-X710' and
4787            '64B' and
4788            'FEATURE' and
4789            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4790            'NDRPDR' and
4791            '1T1C' and
4792            'IP4FWD' and
4793            not 'IPSEC' and
4794            not 'VHOST'"
4795   parameters:
4796   - "throughput"
4797   - "parent"
4798   traces:
4799     hoverinfo: "x+y"
4800     boxpoints: "outliers"
4801     whiskerwidth: 0
4802   layout:
4803     title: ""  # No title
4804     layout: "plot-throughput"
4805
4806 -
4807   type: "plot"
4808   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
4809   algorithm: "plot_performance_box"
4810   output-file-type: ".html"
4811   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
4812   data: "plot-vpp-throughput-latency-3n-hsw"
4813   filter: "'NIC_Intel-X710' and
4814            '64B' and
4815            'FEATURE' and
4816            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4817            'NDRPDR' and
4818            '2T2C' and
4819            'IP4FWD' and
4820            not 'IPSEC' and
4821            not 'VHOST'"
4822   parameters:
4823   - "throughput"
4824   - "parent"
4825   traces:
4826     hoverinfo: "x+y"
4827     boxpoints: "outliers"
4828     whiskerwidth: 0
4829   layout:
4830     title: ""  # No title
4831     layout: "plot-throughput"
4832
4833 -
4834   type: "plot"
4835   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
4836   algorithm: "plot_performance_box"
4837   output-file-type: ".html"
4838   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
4839   data: "plot-vpp-throughput-latency-3n-hsw"
4840   filter: "'NIC_Intel-X710' and
4841            '64B' and
4842            'FEATURE' and
4843            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4844            'NDRPDR' and
4845            '2T2C' and
4846            'IP4FWD' and
4847            not 'IPSEC' and
4848            not 'VHOST'"
4849   parameters:
4850   - "throughput"
4851   - "parent"
4852   traces:
4853     hoverinfo: "x+y"
4854     boxpoints: "outliers"
4855     whiskerwidth: 0
4856   layout:
4857     title: ""  # No title
4858     layout: "plot-throughput"
4859
4860 # Packet Throughput - VPP IPv4 3n-hsw-xl710
4861 -
4862   type: "plot"
4863   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4864   algorithm: "plot_performance_box"
4865   output-file-type: ".html"
4866   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4867   data: "plot-vpp-throughput-latency-3n-hsw"
4868   filter: "'NIC_Intel-XL710' and
4869            '64B' and
4870            ('BASE' or 'SCALE') and
4871            'NDRPDR' and
4872            '1T1C' and
4873            'IP4FWD' and
4874            not 'IPSEC' and
4875            not 'VHOST'"
4876   parameters:
4877   - "throughput"
4878   - "parent"
4879   traces:
4880     hoverinfo: "x+y"
4881     boxpoints: "outliers"
4882     whiskerwidth: 0
4883   layout:
4884     title: ""  # No title
4885     layout: "plot-throughput"
4886
4887 -
4888   type: "plot"
4889   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4890   algorithm: "plot_performance_box"
4891   output-file-type: ".html"
4892   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4893   data: "plot-vpp-throughput-latency-3n-hsw"
4894   filter: "'NIC_Intel-XL710' and
4895            '64B' and
4896            ('BASE' or 'SCALE') and
4897            'NDRPDR' and
4898            '1T1C' and
4899            'IP4FWD' and
4900            not 'IPSEC' and
4901            not 'VHOST'"
4902   parameters:
4903   - "throughput"
4904   - "parent"
4905   traces:
4906     hoverinfo: "x+y"
4907     boxpoints: "outliers"
4908     whiskerwidth: 0
4909   layout:
4910     title: ""  # No title
4911     layout: "plot-throughput"
4912
4913 -
4914   type: "plot"
4915   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4916   algorithm: "plot_performance_box"
4917   output-file-type: ".html"
4918   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4919   data: "plot-vpp-throughput-latency-3n-hsw"
4920   filter: "'NIC_Intel-XL710' and
4921            '64B' and
4922            ('BASE' or 'SCALE') and
4923            'NDRPDR' and
4924            '2T2C' and
4925            'IP4FWD' and
4926            not 'IPSEC' and
4927            not 'VHOST'"
4928   parameters:
4929   - "throughput"
4930   - "parent"
4931   traces:
4932     hoverinfo: "x+y"
4933     boxpoints: "outliers"
4934     whiskerwidth: 0
4935   layout:
4936     title: ""  # No title
4937     layout: "plot-throughput"
4938
4939 -
4940   type: "plot"
4941   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4942   algorithm: "plot_performance_box"
4943   output-file-type: ".html"
4944   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4945   data: "plot-vpp-throughput-latency-3n-hsw"
4946   filter: "'NIC_Intel-XL710' and
4947            '64B' and
4948            ('BASE' or 'SCALE') and
4949            'NDRPDR' and
4950            '2T2C' and
4951            'IP4FWD' and
4952            not 'IPSEC' and
4953            not 'VHOST'"
4954   parameters:
4955   - "throughput"
4956   - "parent"
4957   traces:
4958     hoverinfo: "x+y"
4959     boxpoints: "outliers"
4960     whiskerwidth: 0
4961   layout:
4962     title: ""  # No title
4963     layout: "plot-throughput"
4964
4965 # Packet Throughput - VPP IPv4 3n-skx-x710
4966 -
4967   type: "plot"
4968   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4969   algorithm: "plot_performance_box"
4970   output-file-type: ".html"
4971   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4972   data: "plot-vpp-throughput-latency-3n-skx"
4973   filter: "'NIC_Intel-X710' and
4974            '64B' and
4975            ('BASE' or 'SCALE') and
4976            'NDRPDR' and
4977            '2T1C' and
4978            'IP4FWD' and
4979            not 'IPSEC' and
4980            not 'VHOST'"
4981   parameters:
4982   - "throughput"
4983   - "parent"
4984   traces:
4985     hoverinfo: "x+y"
4986     boxpoints: "outliers"
4987     whiskerwidth: 0
4988   layout:
4989     title: ""  # No title
4990     layout: "plot-throughput"
4991
4992 -
4993   type: "plot"
4994   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4995   algorithm: "plot_performance_box"
4996   output-file-type: ".html"
4997   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4998   data: "plot-vpp-throughput-latency-3n-skx"
4999   filter: "'NIC_Intel-X710' and
5000            '64B' and
5001            ('BASE' or 'SCALE') and
5002            'NDRPDR' and
5003            '2T1C' and
5004            'IP4FWD' and
5005            not 'IPSEC' and
5006            not 'VHOST'"
5007   parameters:
5008   - "throughput"
5009   - "parent"
5010   traces:
5011     hoverinfo: "x+y"
5012     boxpoints: "outliers"
5013     whiskerwidth: 0
5014   layout:
5015     title: ""  # No title
5016     layout: "plot-throughput"
5017
5018 -
5019   type: "plot"
5020   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5021   algorithm: "plot_performance_box"
5022   output-file-type: ".html"
5023   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5024   data: "plot-vpp-throughput-latency-3n-skx"
5025   filter: "'NIC_Intel-X710' and
5026            '64B' and
5027            ('BASE' or 'SCALE') and
5028            'NDRPDR' and
5029            '4T2C' and
5030            'IP4FWD' and
5031            not 'IPSEC' and
5032            not 'VHOST'"
5033   parameters:
5034   - "throughput"
5035   - "parent"
5036   traces:
5037     hoverinfo: "x+y"
5038     boxpoints: "outliers"
5039     whiskerwidth: 0
5040   layout:
5041     title: ""  # No title
5042     layout: "plot-throughput"
5043
5044 -
5045   type: "plot"
5046   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5047   algorithm: "plot_performance_box"
5048   output-file-type: ".html"
5049   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5050   data: "plot-vpp-throughput-latency-3n-skx"
5051   filter: "'NIC_Intel-X710' and
5052            '64B' and
5053            ('BASE' or 'SCALE') and
5054            'NDRPDR' and
5055            '4T2C' and
5056            'IP4FWD' and
5057            not 'IPSEC' and
5058            not 'VHOST'"
5059   parameters:
5060   - "throughput"
5061   - "parent"
5062   traces:
5063     hoverinfo: "x+y"
5064     boxpoints: "outliers"
5065     whiskerwidth: 0
5066   layout:
5067     title: ""  # No title
5068     layout: "plot-throughput"
5069
5070 -
5071   type: "plot"
5072   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
5073   algorithm: "plot_performance_box"
5074   output-file-type: ".html"
5075   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
5076   data: "plot-vpp-throughput-latency-3n-skx"
5077   filter: "'NIC_Intel-X710' and
5078            '64B' and
5079            'FEATURE' and
5080            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5081            'NDRPDR' and
5082            '2T1C' and
5083            'IP4FWD' and
5084            not 'IPSEC' and
5085            not 'VHOST'"
5086   parameters:
5087   - "throughput"
5088   - "parent"
5089   traces:
5090     hoverinfo: "x+y"
5091     boxpoints: "outliers"
5092     whiskerwidth: 0
5093   layout:
5094     title: ""  # No title
5095     layout: "plot-throughput"
5096
5097 -
5098   type: "plot"
5099   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
5100   algorithm: "plot_performance_box"
5101   output-file-type: ".html"
5102   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
5103   data: "plot-vpp-throughput-latency-3n-skx"
5104   filter: "'NIC_Intel-X710' and
5105            '64B' and
5106            'FEATURE' and
5107            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5108            'NDRPDR' and
5109            '2T1C' and
5110            'IP4FWD' and
5111            not 'IPSEC' and
5112            not 'VHOST'"
5113   parameters:
5114   - "throughput"
5115   - "parent"
5116   traces:
5117     hoverinfo: "x+y"
5118     boxpoints: "outliers"
5119     whiskerwidth: 0
5120   layout:
5121     title: ""  # No title
5122     layout: "plot-throughput"
5123
5124 -
5125   type: "plot"
5126   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
5127   algorithm: "plot_performance_box"
5128   output-file-type: ".html"
5129   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
5130   data: "plot-vpp-throughput-latency-3n-skx"
5131   filter: "'NIC_Intel-X710' and
5132            '64B' and
5133            'FEATURE' and
5134            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5135            'NDRPDR' and
5136            '4T2C' and
5137            'IP4FWD' and
5138            not 'IPSEC' and
5139            not 'VHOST'"
5140   parameters:
5141   - "throughput"
5142   - "parent"
5143   traces:
5144     hoverinfo: "x+y"
5145     boxpoints: "outliers"
5146     whiskerwidth: 0
5147   layout:
5148     title: ""  # No title
5149     layout: "plot-throughput"
5150
5151 -
5152   type: "plot"
5153   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
5154   algorithm: "plot_performance_box"
5155   output-file-type: ".html"
5156   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
5157   data: "plot-vpp-throughput-latency-3n-skx"
5158   filter: "'NIC_Intel-X710' and
5159            '64B' and
5160            'FEATURE' and
5161            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5162            'NDRPDR' and
5163            '4T2C' and
5164            'IP4FWD' and
5165            not 'IPSEC' and
5166            not 'VHOST'"
5167   parameters:
5168   - "throughput"
5169   - "parent"
5170   traces:
5171     hoverinfo: "x+y"
5172     boxpoints: "outliers"
5173     whiskerwidth: 0
5174   layout:
5175     title: ""  # No title
5176     layout: "plot-throughput"
5177
5178 # Packet Throughput - VPP IPv4 2n-skx-x710
5179 -
5180   type: "plot"
5181   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5182   algorithm: "plot_performance_box"
5183   output-file-type: ".html"
5184   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5185   data: "plot-vpp-throughput-latency-2n-skx"
5186   filter: "'NIC_Intel-X710' and
5187            '64B' and
5188            ('BASE' or 'SCALE') and
5189            'NDRPDR' and
5190            '2T1C' and
5191            'IP4FWD' and
5192            not 'IPSEC' and
5193            not 'VHOST'"
5194   parameters:
5195   - "throughput"
5196   - "parent"
5197   traces:
5198     hoverinfo: "x+y"
5199     boxpoints: "outliers"
5200     whiskerwidth: 0
5201   layout:
5202     title: ""  # No title
5203     layout: "plot-throughput"
5204
5205 -
5206   type: "plot"
5207   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5208   algorithm: "plot_performance_box"
5209   output-file-type: ".html"
5210   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5211   data: "plot-vpp-throughput-latency-2n-skx"
5212   filter: "'NIC_Intel-X710' and
5213            '64B' and
5214            ('BASE' or 'SCALE') and
5215            'NDRPDR' and
5216            '2T1C' and
5217            'IP4FWD' and
5218            not 'IPSEC' and
5219            not 'VHOST'"
5220   parameters:
5221   - "throughput"
5222   - "parent"
5223   traces:
5224     hoverinfo: "x+y"
5225     boxpoints: "outliers"
5226     whiskerwidth: 0
5227   layout:
5228     title: ""  # No title
5229     layout: "plot-throughput"
5230
5231 -
5232   type: "plot"
5233   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5234   algorithm: "plot_performance_box"
5235   output-file-type: ".html"
5236   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5237   data: "plot-vpp-throughput-latency-2n-skx"
5238   filter: "'NIC_Intel-X710' and
5239            '64B' and
5240            ('BASE' or 'SCALE') and
5241            'NDRPDR' and
5242            '4T2C' and
5243            'IP4FWD' and
5244            not 'IPSEC' and
5245            not 'VHOST'"
5246   parameters:
5247   - "throughput"
5248   - "parent"
5249   traces:
5250     hoverinfo: "x+y"
5251     boxpoints: "outliers"
5252     whiskerwidth: 0
5253   layout:
5254     title: ""  # No title
5255     layout: "plot-throughput"
5256
5257 -
5258   type: "plot"
5259   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5260   algorithm: "plot_performance_box"
5261   output-file-type: ".html"
5262   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5263   data: "plot-vpp-throughput-latency-2n-skx"
5264   filter: "'NIC_Intel-X710' and
5265            '64B' and
5266            ('BASE' or 'SCALE') and
5267            'NDRPDR' and
5268            '4T2C' and
5269            'IP4FWD' and
5270            not 'IPSEC' and
5271            not 'VHOST'"
5272   parameters:
5273   - "throughput"
5274   - "parent"
5275   traces:
5276     hoverinfo: "x+y"
5277     boxpoints: "outliers"
5278     whiskerwidth: 0
5279   layout:
5280     title: ""  # No title
5281     layout: "plot-throughput"
5282
5283 # Packet Throughput - VPP IPv4 2n-skx-xxv710
5284 -
5285   type: "plot"
5286   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5287   algorithm: "plot_performance_box"
5288   output-file-type: ".html"
5289   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5290   data: "plot-vpp-throughput-latency-2n-skx"
5291   filter: "'NIC_Intel-XXV710' and
5292            '64B' and
5293            ('BASE' or 'SCALE') and
5294            'NDRPDR' and
5295            '2T1C' and
5296            'IP4FWD' and
5297            not 'IPSEC' and
5298            not 'VHOST'"
5299   parameters:
5300   - "throughput"
5301   - "parent"
5302   traces:
5303     hoverinfo: "x+y"
5304     boxpoints: "outliers"
5305     whiskerwidth: 0
5306   layout:
5307     title: ""  # No title
5308     layout: "plot-throughput"
5309
5310 -
5311   type: "plot"
5312   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5313   algorithm: "plot_performance_box"
5314   output-file-type: ".html"
5315   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5316   data: "plot-vpp-throughput-latency-2n-skx"
5317   filter: "'NIC_Intel-XXV710' and
5318            '64B' and
5319            ('BASE' or 'SCALE') and
5320            'NDRPDR' and
5321            '2T1C' and
5322            'IP4FWD' and
5323            not 'IPSEC' and
5324            not 'VHOST'"
5325   parameters:
5326   - "throughput"
5327   - "parent"
5328   traces:
5329     hoverinfo: "x+y"
5330     boxpoints: "outliers"
5331     whiskerwidth: 0
5332   layout:
5333     title: ""  # No title
5334     layout: "plot-throughput"
5335
5336 -
5337   type: "plot"
5338   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5339   algorithm: "plot_performance_box"
5340   output-file-type: ".html"
5341   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5342   data: "plot-vpp-throughput-latency-2n-skx"
5343   filter: "'NIC_Intel-XXV710' and
5344            '64B' and
5345            ('BASE' or 'SCALE') and
5346            'NDRPDR' and
5347            '4T2C' and
5348            'IP4FWD' and
5349            not 'IPSEC' and
5350            not 'VHOST'"
5351   parameters:
5352   - "throughput"
5353   - "parent"
5354   traces:
5355     hoverinfo: "x+y"
5356     boxpoints: "outliers"
5357     whiskerwidth: 0
5358   layout:
5359     title: ""  # No title
5360     layout: "plot-throughput"
5361
5362 -
5363   type: "plot"
5364   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5365   algorithm: "plot_performance_box"
5366   output-file-type: ".html"
5367   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5368   data: "plot-vpp-throughput-latency-2n-skx"
5369   filter: "'NIC_Intel-XXV710' and
5370            '64B' and
5371            ('BASE' or 'SCALE') and
5372            'NDRPDR' and
5373            '4T2C' and
5374            'IP4FWD' and
5375            not 'IPSEC' and
5376            not 'VHOST'"
5377   parameters:
5378   - "throughput"
5379   - "parent"
5380   traces:
5381     hoverinfo: "x+y"
5382     boxpoints: "outliers"
5383     whiskerwidth: 0
5384   layout:
5385     title: ""  # No title
5386     layout: "plot-throughput"
5387
5388 ################################################################################
5389
5390 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520
5391 -
5392   type: "plot"
5393   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5394   algorithm: "plot_performance_box"
5395   output-file-type: ".html"
5396   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5397   data: "plot-vpp-throughput-latency-3n-hsw"
5398   filter: "'NIC_Intel-X520-DA2' and
5399            '64B' and
5400            'ENCAP' and
5401            'NDRPDR' and
5402            '1T1C' and
5403            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5404            not 'VHOST' and
5405            not 'IPSECHW'"
5406   parameters:
5407   - "throughput"
5408   - "parent"
5409   traces:
5410     hoverinfo: "x+y"
5411     boxpoints: "outliers"
5412     whiskerwidth: 0
5413   layout:
5414     title: ""  # No title
5415     layout: "plot-throughput"
5416
5417 -
5418   type: "plot"
5419   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5420   algorithm: "plot_performance_box"
5421   output-file-type: ".html"
5422   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5423   data: "plot-vpp-throughput-latency-3n-hsw"
5424   filter: "'NIC_Intel-X520-DA2' and
5425            '64B' and
5426            'ENCAP' and
5427            'NDRPDR' and
5428            '1T1C' and
5429            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5430            not 'VHOST' and
5431            not 'IPSECHW'"
5432   parameters:
5433   - "throughput"
5434   - "parent"
5435   traces:
5436     hoverinfo: "x+y"
5437     boxpoints: "outliers"
5438     whiskerwidth: 0
5439   layout:
5440     title: ""  # No title
5441     layout: "plot-throughput"
5442
5443 -
5444   type: "plot"
5445   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5446   algorithm: "plot_performance_box"
5447   output-file-type: ".html"
5448   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5449   data: "plot-vpp-throughput-latency-3n-hsw"
5450   filter: "'NIC_Intel-X520-DA2' and
5451            '64B' and
5452            'ENCAP' and
5453            'NDRPDR' and
5454            '2T2C' and
5455            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5456            not 'VHOST' and
5457            not 'IPSECHW'"
5458   parameters:
5459   - "throughput"
5460   - "parent"
5461   traces:
5462     hoverinfo: "x+y"
5463     boxpoints: "outliers"
5464     whiskerwidth: 0
5465   layout:
5466     title: ""  # No title
5467     layout: "plot-throughput"
5468
5469 -
5470   type: "plot"
5471   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5472   algorithm: "plot_performance_box"
5473   output-file-type: ".html"
5474   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5475   data: "plot-vpp-throughput-latency-3n-hsw"
5476   filter: "'NIC_Intel-X520-DA2' and
5477            '64B' and
5478            'ENCAP' and
5479            'NDRPDR' and
5480            '2T2C' and
5481            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5482            not 'VHOST' and
5483            not 'IPSECHW'"
5484   parameters:
5485   - "throughput"
5486   - "parent"
5487   traces:
5488     hoverinfo: "x+y"
5489     boxpoints: "outliers"
5490     whiskerwidth: 0
5491   layout:
5492     title: ""  # No title
5493     layout: "plot-throughput"
5494
5495 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710
5496 -
5497   type: "plot"
5498   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5499   algorithm: "plot_performance_box"
5500   output-file-type: ".html"
5501   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5502   data: "plot-vpp-throughput-latency-3n-hsw"
5503   filter: "'NIC_Intel-X710' and
5504            '64B' and
5505            'ENCAP' and
5506            'NDRPDR' and
5507            '1T1C' and
5508            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5509            not 'VHOST' and
5510            not 'IPSECHW'"
5511   parameters:
5512   - "throughput"
5513   - "parent"
5514   traces:
5515     hoverinfo: "x+y"
5516     boxpoints: "outliers"
5517     whiskerwidth: 0
5518   layout:
5519     title: ""  # No title
5520     layout: "plot-throughput"
5521
5522 -
5523   type: "plot"
5524   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5525   algorithm: "plot_performance_box"
5526   output-file-type: ".html"
5527   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5528   data: "plot-vpp-throughput-latency-3n-hsw"
5529   filter: "'NIC_Intel-X710' and
5530            '64B' and
5531            'ENCAP' and
5532            'NDRPDR' and
5533            '1T1C' and
5534            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5535            not 'VHOST' and
5536            not 'IPSECHW'"
5537   parameters:
5538   - "throughput"
5539   - "parent"
5540   traces:
5541     hoverinfo: "x+y"
5542     boxpoints: "outliers"
5543     whiskerwidth: 0
5544   layout:
5545     title: ""  # No title
5546     layout: "plot-throughput"
5547
5548 -
5549   type: "plot"
5550   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5551   algorithm: "plot_performance_box"
5552   output-file-type: ".html"
5553   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5554   data: "plot-vpp-throughput-latency-3n-hsw"
5555   filter: "'NIC_Intel-X710' and
5556            '64B' and
5557            'ENCAP' and
5558            'NDRPDR' and
5559            '2T2C' and
5560            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5561            not 'VHOST' and
5562            not 'IPSECHW'"
5563   parameters:
5564   - "throughput"
5565   - "parent"
5566   traces:
5567     hoverinfo: "x+y"
5568     boxpoints: "outliers"
5569     whiskerwidth: 0
5570   layout:
5571     title: ""  # No title
5572     layout: "plot-throughput"
5573
5574 -
5575   type: "plot"
5576   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5577   algorithm: "plot_performance_box"
5578   output-file-type: ".html"
5579   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5580   data: "plot-vpp-throughput-latency-3n-hsw"
5581   filter: "'NIC_Intel-X710' and
5582            '64B' and
5583            'ENCAP' and
5584            'NDRPDR' and
5585            '2T2C' and
5586            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5587            not 'VHOST' and
5588            not 'IPSECHW'"
5589   parameters:
5590   - "throughput"
5591   - "parent"
5592   traces:
5593     hoverinfo: "x+y"
5594     boxpoints: "outliers"
5595     whiskerwidth: 0
5596   layout:
5597     title: ""  # No title
5598     layout: "plot-throughput"
5599
5600 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710
5601 -
5602   type: "plot"
5603   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5604   algorithm: "plot_performance_box"
5605   output-file-type: ".html"
5606   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5607   data: "plot-vpp-throughput-latency-3n-skx"
5608   filter: "'NIC_Intel-X710' and
5609            '64B' and
5610            'ENCAP' and
5611            'NDRPDR' and
5612            '2T1C' and
5613            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5614            not 'VHOST' and
5615            not 'IPSECHW'"
5616   parameters:
5617   - "throughput"
5618   - "parent"
5619   traces:
5620     hoverinfo: "x+y"
5621     boxpoints: "outliers"
5622     whiskerwidth: 0
5623   layout:
5624     title: ""  # No title
5625     layout: "plot-throughput"
5626
5627 -
5628   type: "plot"
5629   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5630   algorithm: "plot_performance_box"
5631   output-file-type: ".html"
5632   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5633   data: "plot-vpp-throughput-latency-3n-skx"
5634   filter: "'NIC_Intel-X710' and
5635            '64B' and
5636            'ENCAP' and
5637            'NDRPDR' and
5638            '2T1C' and
5639            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5640            not 'VHOST' and
5641            not 'IPSECHW'"
5642   parameters:
5643   - "throughput"
5644   - "parent"
5645   traces:
5646     hoverinfo: "x+y"
5647     boxpoints: "outliers"
5648     whiskerwidth: 0
5649   layout:
5650     title: ""  # No title
5651     layout: "plot-throughput"
5652
5653 -
5654   type: "plot"
5655   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5656   algorithm: "plot_performance_box"
5657   output-file-type: ".html"
5658   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5659   data: "plot-vpp-throughput-latency-3n-skx"
5660   filter: "'NIC_Intel-X710' and
5661            '64B' and
5662            'ENCAP' and
5663            'NDRPDR' and
5664            '4T2C' and
5665            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5666            not 'VHOST' and
5667            not 'IPSECHW'"
5668   parameters:
5669   - "throughput"
5670   - "parent"
5671   traces:
5672     hoverinfo: "x+y"
5673     boxpoints: "outliers"
5674     whiskerwidth: 0
5675   layout:
5676     title: ""  # No title
5677     layout: "plot-throughput"
5678
5679 -
5680   type: "plot"
5681   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5682   algorithm: "plot_performance_box"
5683   output-file-type: ".html"
5684   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5685   data: "plot-vpp-throughput-latency-3n-skx"
5686   filter: "'NIC_Intel-X710' and
5687            '64B' and
5688            'ENCAP' and
5689            'NDRPDR' and
5690            '4T2C' and
5691            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5692            not 'VHOST' and
5693            not 'IPSECHW'"
5694   parameters:
5695   - "throughput"
5696   - "parent"
5697   traces:
5698     hoverinfo: "x+y"
5699     boxpoints: "outliers"
5700     whiskerwidth: 0
5701   layout:
5702     title: ""  # No title
5703     layout: "plot-throughput"
5704
5705 ################################################################################
5706
5707 # Packet Throughput - VPP IPv6 3n-hsw-x520
5708 -
5709   type: "plot"
5710   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
5711   algorithm: "plot_performance_box"
5712   output-file-type: ".html"
5713   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
5714   data: "plot-vpp-throughput-latency-3n-hsw"
5715   filter: "'NIC_Intel-X520-DA2' and
5716            '78B' and
5717            ('BASE' or 'SCALE') and
5718            'NDRPDR' and
5719            '1T1C' and
5720            'IP6FWD' and
5721            not 'SRv6' and
5722            not 'IPSEC' and
5723            not 'VHOST'"
5724   parameters:
5725   - "throughput"
5726   - "parent"
5727   traces:
5728     hoverinfo: "x+y"
5729     boxpoints: "outliers"
5730     whiskerwidth: 0
5731   layout:
5732     title: ""  # No title
5733     layout: "plot-throughput"
5734
5735 -
5736   type: "plot"
5737   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
5738   algorithm: "plot_performance_box"
5739   output-file-type: ".html"
5740   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
5741   data: "plot-vpp-throughput-latency-3n-hsw"
5742   filter: "'NIC_Intel-X520-DA2' and
5743            '78B' and
5744            ('BASE' or 'SCALE') and
5745            'NDRPDR' and
5746            '1T1C' and
5747            'IP6FWD' and
5748            not 'SRv6' and
5749            not 'IPSEC' and
5750            not 'VHOST'"
5751   parameters:
5752   - "throughput"
5753   - "parent"
5754   traces:
5755     hoverinfo: "x+y"
5756     boxpoints: "outliers"
5757     whiskerwidth: 0
5758   layout:
5759     title: ""  # No title
5760     layout: "plot-throughput"
5761
5762 -
5763   type: "plot"
5764   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
5765   algorithm: "plot_performance_box"
5766   output-file-type: ".html"
5767   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
5768   data: "plot-vpp-throughput-latency-3n-hsw"
5769   filter: "'NIC_Intel-X520-DA2' and
5770            '78B' and
5771            ('BASE' or 'SCALE') and
5772            'NDRPDR' and
5773            '2T2C' and
5774            'IP6FWD' and
5775            not 'SRv6' and
5776            not 'IPSEC' and
5777            not 'VHOST'"
5778   parameters:
5779   - "throughput"
5780   - "parent"
5781   traces:
5782     hoverinfo: "x+y"
5783     boxpoints: "outliers"
5784     whiskerwidth: 0
5785   layout:
5786     title: ""  # No title
5787     layout: "plot-throughput"
5788
5789 -
5790   type: "plot"
5791   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
5792   algorithm: "plot_performance_box"
5793   output-file-type: ".html"
5794   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
5795   data: "plot-vpp-throughput-latency-3n-hsw"
5796   filter: "'NIC_Intel-X520-DA2' and
5797            '78B' and
5798            ('BASE' or 'SCALE') and
5799            'NDRPDR' and
5800            '2T2C' and
5801            'IP6FWD' and
5802            not 'SRv6' and
5803            not 'IPSEC' and
5804            not 'VHOST'"
5805   parameters:
5806   - "throughput"
5807   - "parent"
5808   traces:
5809     hoverinfo: "x+y"
5810     boxpoints: "outliers"
5811     whiskerwidth: 0
5812   layout:
5813     title: ""  # No title
5814     layout: "plot-throughput"
5815
5816 # Packet Throughput - VPP IPv6 3n-hsw-x710
5817 -
5818   type: "plot"
5819   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
5820   algorithm: "plot_performance_box"
5821   output-file-type: ".html"
5822   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
5823   data: "plot-vpp-throughput-latency-3n-hsw"
5824   filter: "'NIC_Intel-X710' and
5825            '78B' and
5826            ('BASE' or 'SCALE') and
5827            'NDRPDR' and
5828            '1T1C' 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 -
5845   type: "plot"
5846   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
5847   algorithm: "plot_performance_box"
5848   output-file-type: ".html"
5849   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
5850   data: "plot-vpp-throughput-latency-3n-hsw"
5851   filter: "'NIC_Intel-X710' and
5852            '78B' and
5853            ('BASE' or 'SCALE') and
5854            'NDRPDR' and
5855            '1T1C' and
5856            'IP6FWD' and
5857            not 'SRv6' and
5858            not 'IPSEC' and
5859            not 'VHOST'"
5860   parameters:
5861   - "throughput"
5862   - "parent"
5863   traces:
5864     hoverinfo: "x+y"
5865     boxpoints: "outliers"
5866     whiskerwidth: 0
5867   layout:
5868     title: ""  # No title
5869     layout: "plot-throughput"
5870
5871 -
5872   type: "plot"
5873   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
5874   algorithm: "plot_performance_box"
5875   output-file-type: ".html"
5876   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
5877   data: "plot-vpp-throughput-latency-3n-hsw"
5878   filter: "'NIC_Intel-X710' and
5879            '78B' and
5880            ('BASE' or 'SCALE') and
5881            'NDRPDR' and
5882            '2T2C' and
5883            'IP6FWD' and
5884            not 'SRv6' and
5885            not 'IPSEC' and
5886            not 'VHOST'"
5887   parameters:
5888   - "throughput"
5889   - "parent"
5890   traces:
5891     hoverinfo: "x+y"
5892     boxpoints: "outliers"
5893     whiskerwidth: 0
5894   layout:
5895     title: ""  # No title
5896     layout: "plot-throughput"
5897
5898 -
5899   type: "plot"
5900   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
5901   algorithm: "plot_performance_box"
5902   output-file-type: ".html"
5903   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
5904   data: "plot-vpp-throughput-latency-3n-hsw"
5905   filter: "'NIC_Intel-X710' and
5906            '78B' and
5907            ('BASE' or 'SCALE') and
5908            'NDRPDR' and
5909            '2T2C' and
5910            'IP6FWD' and
5911            not 'SRv6' and
5912            not 'IPSEC' and
5913            not 'VHOST'"
5914   parameters:
5915   - "throughput"
5916   - "parent"
5917   traces:
5918     hoverinfo: "x+y"
5919     boxpoints: "outliers"
5920     whiskerwidth: 0
5921   layout:
5922     title: ""  # No title
5923     layout: "plot-throughput"
5924
5925 # Packet Throughput - VPP IPv6 3n-hsw-xl710
5926 -
5927   type: "plot"
5928   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
5929   algorithm: "plot_performance_box"
5930   output-file-type: ".html"
5931   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
5932   data: "plot-vpp-throughput-latency-3n-hsw"
5933   filter: "'NIC_Intel-XL710' and
5934            '78B' and
5935            ('BASE' or 'SCALE') and
5936            'NDRPDR' and
5937            '1T1C' 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 -
5954   type: "plot"
5955   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
5956   algorithm: "plot_performance_box"
5957   output-file-type: ".html"
5958   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
5959   data: "plot-vpp-throughput-latency-3n-hsw"
5960   filter: "'NIC_Intel-XL710' and
5961            '78B' and
5962            ('BASE' or 'SCALE') and
5963            'NDRPDR' and
5964            '1T1C' and
5965            'IP6FWD' and
5966            not 'SRv6' and
5967            not 'IPSEC' and
5968            not 'VHOST'"
5969   parameters:
5970   - "throughput"
5971   - "parent"
5972   traces:
5973     hoverinfo: "x+y"
5974     boxpoints: "outliers"
5975     whiskerwidth: 0
5976   layout:
5977     title: ""  # No title
5978     layout: "plot-throughput"
5979
5980 -
5981   type: "plot"
5982   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
5983   algorithm: "plot_performance_box"
5984   output-file-type: ".html"
5985   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
5986   data: "plot-vpp-throughput-latency-3n-hsw"
5987   filter: "'NIC_Intel-XL710' and
5988            '78B' and
5989            ('BASE' or 'SCALE') and
5990            'NDRPDR' and
5991            '2T2C' and
5992            'IP6FWD' and
5993            not 'SRv6' and
5994            not 'IPSEC' and
5995            not 'VHOST'"
5996   parameters:
5997   - "throughput"
5998   - "parent"
5999   traces:
6000     hoverinfo: "x+y"
6001     boxpoints: "outliers"
6002     whiskerwidth: 0
6003   layout:
6004     title: ""  # No title
6005     layout: "plot-throughput"
6006
6007 -
6008   type: "plot"
6009   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
6010   algorithm: "plot_performance_box"
6011   output-file-type: ".html"
6012   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
6013   data: "plot-vpp-throughput-latency-3n-hsw"
6014   filter: "'NIC_Intel-XL710' and
6015            '78B' and
6016            ('BASE' or 'SCALE') and
6017            'NDRPDR' and
6018            '2T2C' and
6019            'IP6FWD' and
6020            not 'SRv6' and
6021            not 'IPSEC' and
6022            not 'VHOST'"
6023   parameters:
6024   - "throughput"
6025   - "parent"
6026   traces:
6027     hoverinfo: "x+y"
6028     boxpoints: "outliers"
6029     whiskerwidth: 0
6030   layout:
6031     title: ""  # No title
6032     layout: "plot-throughput"
6033
6034 # Packet Throughput - VPP IPv6 3n-skx-x710
6035 -
6036   type: "plot"
6037   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
6038   algorithm: "plot_performance_box"
6039   output-file-type: ".html"
6040   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
6041   data: "plot-vpp-throughput-latency-3n-skx"
6042   filter: "'NIC_Intel-X710' and
6043            '78B' and
6044            ('BASE' or 'SCALE') and
6045            'NDRPDR' and
6046            '2T1C' 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 -
6063   type: "plot"
6064   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
6065   algorithm: "plot_performance_box"
6066   output-file-type: ".html"
6067   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
6068   data: "plot-vpp-throughput-latency-3n-skx"
6069   filter: "'NIC_Intel-X710' and
6070            '78B' and
6071            ('BASE' or 'SCALE') and
6072            'NDRPDR' and
6073            '2T1C' and
6074            'IP6FWD' and
6075            not 'SRv6' and
6076            not 'IPSEC' and
6077            not 'VHOST'"
6078   parameters:
6079   - "throughput"
6080   - "parent"
6081   traces:
6082     hoverinfo: "x+y"
6083     boxpoints: "outliers"
6084     whiskerwidth: 0
6085   layout:
6086     title: ""  # No title
6087     layout: "plot-throughput"
6088
6089 -
6090   type: "plot"
6091   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
6092   algorithm: "plot_performance_box"
6093   output-file-type: ".html"
6094   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
6095   data: "plot-vpp-throughput-latency-3n-skx"
6096   filter: "'NIC_Intel-X710' and
6097            '78B' and
6098            ('BASE' or 'SCALE') and
6099            'NDRPDR' and
6100            '4T2C' and
6101            'IP6FWD' and
6102            not 'SRv6' and
6103            not 'IPSEC' and
6104            not 'VHOST'"
6105   parameters:
6106   - "throughput"
6107   - "parent"
6108   traces:
6109     hoverinfo: "x+y"
6110     boxpoints: "outliers"
6111     whiskerwidth: 0
6112   layout:
6113     title: ""  # No title
6114     layout: "plot-throughput"
6115
6116 -
6117   type: "plot"
6118   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
6119   algorithm: "plot_performance_box"
6120   output-file-type: ".html"
6121   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
6122   data: "plot-vpp-throughput-latency-3n-skx"
6123   filter: "'NIC_Intel-X710' and
6124            '78B' and
6125            ('BASE' or 'SCALE') and
6126            'NDRPDR' and
6127            '4T2C' and
6128            'IP6FWD' and
6129            not 'SRv6' and
6130            not 'IPSEC' and
6131            not 'VHOST'"
6132   parameters:
6133   - "throughput"
6134   - "parent"
6135   traces:
6136     hoverinfo: "x+y"
6137     boxpoints: "outliers"
6138     whiskerwidth: 0
6139   layout:
6140     title: ""  # No title
6141     layout: "plot-throughput"
6142
6143 # Packet Throughput - VPP IPv6 2n-skx-x710
6144 -
6145   type: "plot"
6146   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
6147   algorithm: "plot_performance_box"
6148   output-file-type: ".html"
6149   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
6150   data: "plot-vpp-throughput-latency-2n-skx"
6151   filter: "'NIC_Intel-X710' and
6152            '78B' and
6153            ('BASE' or 'SCALE') and
6154            'NDRPDR' and
6155            '2T1C' 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 -
6172   type: "plot"
6173   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
6174   algorithm: "plot_performance_box"
6175   output-file-type: ".html"
6176   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
6177   data: "plot-vpp-throughput-latency-2n-skx"
6178   filter: "'NIC_Intel-X710' and
6179            '78B' and
6180            ('BASE' or 'SCALE') and
6181            'NDRPDR' and
6182            '2T1C' and
6183            'IP6FWD' and
6184            not 'IPSEC' and
6185            not 'VHOST'"
6186   parameters:
6187   - "throughput"
6188   - "parent"
6189   traces:
6190     hoverinfo: "x+y"
6191     boxpoints: "outliers"
6192     whiskerwidth: 0
6193   layout:
6194     title: ""  # No title
6195     layout: "plot-throughput"
6196
6197 -
6198   type: "plot"
6199   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
6200   algorithm: "plot_performance_box"
6201   output-file-type: ".html"
6202   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
6203   data: "plot-vpp-throughput-latency-2n-skx"
6204   filter: "'NIC_Intel-X710' and
6205            '78B' and
6206            ('BASE' or 'SCALE') and
6207            'NDRPDR' and
6208            '4T2C' and
6209            'IP6FWD' and
6210            not 'SRv6' and
6211            not 'IPSEC' and
6212            not 'VHOST'"
6213   parameters:
6214   - "throughput"
6215   - "parent"
6216   traces:
6217     hoverinfo: "x+y"
6218     boxpoints: "outliers"
6219     whiskerwidth: 0
6220   layout:
6221     title: ""  # No title
6222     layout: "plot-throughput"
6223
6224 -
6225   type: "plot"
6226   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
6227   algorithm: "plot_performance_box"
6228   output-file-type: ".html"
6229   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
6230   data: "plot-vpp-throughput-latency-2n-skx"
6231   filter: "'NIC_Intel-X710' and
6232            '78B' and
6233            ('BASE' or 'SCALE') and
6234            'NDRPDR' and
6235            '4T2C' and
6236            'IP6FWD' and
6237            not 'SRv6' and
6238            not 'IPSEC' and
6239            not 'VHOST'"
6240   parameters:
6241   - "throughput"
6242   - "parent"
6243   traces:
6244     hoverinfo: "x+y"
6245     boxpoints: "outliers"
6246     whiskerwidth: 0
6247   layout:
6248     title: ""  # No title
6249     layout: "plot-throughput"
6250
6251 # Packet Throughput - VPP IPv6 2n-skx-xxv710
6252 -
6253   type: "plot"
6254   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
6255   algorithm: "plot_performance_box"
6256   output-file-type: ".html"
6257   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
6258   data: "plot-vpp-throughput-latency-2n-skx"
6259   filter: "'NIC_Intel-XXV710' and
6260            '78B' and
6261            ('BASE' or 'SCALE') and
6262            'NDRPDR' and
6263            '2T1C' 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 -
6280   type: "plot"
6281   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
6282   algorithm: "plot_performance_box"
6283   output-file-type: ".html"
6284   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
6285   data: "plot-vpp-throughput-latency-2n-skx"
6286   filter: "'NIC_Intel-XXV710' and
6287            '78B' and
6288            ('BASE' or 'SCALE') and
6289            'NDRPDR' and
6290            '2T1C' and
6291            'IP6FWD' and
6292            not 'SRv6' and
6293            not 'IPSEC' and
6294            not 'VHOST'"
6295   parameters:
6296   - "throughput"
6297   - "parent"
6298   traces:
6299     hoverinfo: "x+y"
6300     boxpoints: "outliers"
6301     whiskerwidth: 0
6302   layout:
6303     title: ""  # No title
6304     layout: "plot-throughput"
6305
6306 -
6307   type: "plot"
6308   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
6309   algorithm: "plot_performance_box"
6310   output-file-type: ".html"
6311   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
6312   data: "plot-vpp-throughput-latency-2n-skx"
6313   filter: "'NIC_Intel-XXV710' and
6314            '78B' and
6315            ('BASE' or 'SCALE') and
6316            'NDRPDR' and
6317            '4T2C' and
6318            'IP6FWD' and
6319            not 'SRv6' and
6320            not 'IPSEC' and
6321            not 'VHOST'"
6322   parameters:
6323   - "throughput"
6324   - "parent"
6325   traces:
6326     hoverinfo: "x+y"
6327     boxpoints: "outliers"
6328     whiskerwidth: 0
6329   layout:
6330     title: ""  # No title
6331     layout: "plot-throughput"
6332
6333 -
6334   type: "plot"
6335   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
6336   algorithm: "plot_performance_box"
6337   output-file-type: ".html"
6338   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
6339   data: "plot-vpp-throughput-latency-2n-skx"
6340   filter: "'NIC_Intel-XXV710' and
6341            '78B' and
6342            ('BASE' or 'SCALE') and
6343            'NDRPDR' and
6344            '4T2C' and
6345            'IP6FWD' and
6346            not 'SRv6' and
6347            not 'IPSEC' and
6348            not 'VHOST'"
6349   parameters:
6350   - "throughput"
6351   - "parent"
6352   traces:
6353     hoverinfo: "x+y"
6354     boxpoints: "outliers"
6355     whiskerwidth: 0
6356   layout:
6357     title: ""  # No title
6358     layout: "plot-throughput"
6359
6360 ################################################################################
6361
6362 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
6363 -
6364   type: "plot"
6365   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
6366   algorithm: "plot_performance_box"
6367   output-file-type: ".html"
6368   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
6369   data: "plot-vpp-throughput-latency-3n-hsw"
6370   filter: "'NIC_Intel-X520-DA2' and
6371            '78B' and
6372            'ENCAP' and
6373            'NDRPDR' and
6374            '1T1C' and
6375            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') 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   type: "plot"
6390   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
6391   algorithm: "plot_performance_box"
6392   output-file-type: ".html"
6393   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
6394   data: "plot-vpp-throughput-latency-3n-hsw"
6395   filter: "'NIC_Intel-X520-DA2' and
6396            '78B' and
6397            'ENCAP' and
6398            'NDRPDR' and
6399            '1T1C' and
6400            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6401            not 'VHOST'"
6402   parameters:
6403   - "throughput"
6404   - "parent"
6405   traces:
6406     hoverinfo: "x+y"
6407     boxpoints: "outliers"
6408     whiskerwidth: 0
6409   layout:
6410     title: ""  # No title
6411     layout: "plot-throughput"
6412
6413 -
6414   type: "plot"
6415   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
6416   algorithm: "plot_performance_box"
6417   output-file-type: ".html"
6418   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
6419   data: "plot-vpp-throughput-latency-3n-hsw"
6420   filter: "'NIC_Intel-X520-DA2' and
6421            '78B' and
6422            'ENCAP' and
6423            'NDRPDR' and
6424            '2T2C' and
6425            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6426            not 'VHOST'"
6427   parameters:
6428   - "throughput"
6429   - "parent"
6430   traces:
6431     hoverinfo: "x+y"
6432     boxpoints: "outliers"
6433     whiskerwidth: 0
6434   layout:
6435     title: ""  # No title
6436     layout: "plot-throughput"
6437
6438 -
6439   type: "plot"
6440   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
6441   algorithm: "plot_performance_box"
6442   output-file-type: ".html"
6443   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
6444   data: "plot-vpp-throughput-latency-3n-hsw"
6445   filter: "'NIC_Intel-X520-DA2' and
6446            '78B' and
6447            'ENCAP' and
6448            'NDRPDR' and
6449            '2T2C' and
6450            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6451            not 'VHOST'"
6452   parameters:
6453   - "throughput"
6454   - "parent"
6455   traces:
6456     hoverinfo: "x+y"
6457     boxpoints: "outliers"
6458     whiskerwidth: 0
6459   layout:
6460     title: ""  # No title
6461     layout: "plot-throughput"
6462
6463 ################################################################################
6464
6465 # Packet Throughput - VPP IPSec 3n-hsw-xl710
6466 -
6467   type: "plot"
6468   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6469   algorithm: "plot_performance_box"
6470   output-file-type: ".html"
6471   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6472   data: "plot-vpp-throughput-latency-3n-hsw"
6473   filter: "'NIC_Intel-XL710' and
6474            '64B' and
6475            'IP4FWD' and
6476            'NDRPDR' and
6477            '1T1C' and
6478            'IPSECHW' and
6479            ('IPSECTRAN' or 'IPSECTUN') and
6480            not 'VHOST'"
6481   parameters:
6482   - "throughput"
6483   - "parent"
6484   traces:
6485     hoverinfo: "x+y"
6486     boxpoints: "outliers"
6487     whiskerwidth: 0
6488   layout:
6489     title: ""  # No title
6490     layout: "plot-throughput"
6491
6492 -
6493   type: "plot"
6494   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6495   algorithm: "plot_performance_box"
6496   output-file-type: ".html"
6497   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6498   data: "plot-vpp-throughput-latency-3n-hsw"
6499   filter: "'NIC_Intel-XL710' and
6500            '64B' and
6501            'IP4FWD' and
6502            'NDRPDR' and
6503            '1T1C' and
6504            'IPSECHW' and
6505            ('IPSECTRAN' or 'IPSECTUN') and
6506            not 'VHOST'"
6507   parameters:
6508   - "throughput"
6509   - "parent"
6510   traces:
6511     hoverinfo: "x+y"
6512     boxpoints: "outliers"
6513     whiskerwidth: 0
6514   layout:
6515     title: ""  # No title
6516     layout: "plot-throughput"
6517
6518 -
6519   type: "plot"
6520   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6521   algorithm: "plot_performance_box"
6522   output-file-type: ".html"
6523   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6524   data: "plot-vpp-throughput-latency-3n-hsw"
6525   filter: "'NIC_Intel-XL710' and
6526            '64B' and
6527            'IP4FWD' and
6528            'NDRPDR' and
6529            '2T2C' and
6530            'IPSECHW' and
6531            ('IPSECTRAN' or 'IPSECTUN') and
6532            not 'VHOST'"
6533   parameters:
6534   - "throughput"
6535   - "parent"
6536   traces:
6537     hoverinfo: "x+y"
6538     boxpoints: "outliers"
6539     whiskerwidth: 0
6540   layout:
6541     title: ""  # No title
6542     layout: "plot-throughput"
6543
6544 -
6545   type: "plot"
6546   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6547   algorithm: "plot_performance_box"
6548   output-file-type: ".html"
6549   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6550   data: "plot-vpp-throughput-latency-3n-hsw"
6551   filter: "'NIC_Intel-XL710' and
6552            '64B' and
6553            'IP4FWD' and
6554            'NDRPDR' and
6555            '2T2C' and
6556            'IPSECHW' and
6557            ('IPSECTRAN' or 'IPSECTUN') and
6558            not 'VHOST'"
6559   parameters:
6560   - "throughput"
6561   - "parent"
6562   traces:
6563     hoverinfo: "x+y"
6564     boxpoints: "outliers"
6565     whiskerwidth: 0
6566   layout:
6567     title: ""  # No title
6568     layout: "plot-throughput"
6569
6570 ################################################################################
6571
6572 # Packet Throughput - VPP SRv6 3n-hsw-x520
6573 -
6574   type: "plot"
6575   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
6576   algorithm: "plot_performance_box"
6577   output-file-type: ".html"
6578   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
6579   data: "plot-vpp-throughput-latency-3n-hsw"
6580   filter: "'NIC_Intel-X520-DA2' and
6581            '78B' and
6582            'FEATURE' and
6583            'NDRPDR' and
6584            '1T1C' and
6585            'IP6FWD' and
6586            'SRv6'"
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   type: "plot"
6600   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
6601   algorithm: "plot_performance_box"
6602   output-file-type: ".html"
6603   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
6604   data: "plot-vpp-throughput-latency-3n-hsw"
6605   filter: "'NIC_Intel-X520-DA2' and
6606            '78B' and
6607            'FEATURE' and
6608            'NDRPDR' and
6609            '1T1C' and
6610            'IP6FWD' and
6611            'SRv6'"
6612   parameters:
6613   - "throughput"
6614   - "parent"
6615   traces:
6616     hoverinfo: "x+y"
6617     boxpoints: "outliers"
6618     whiskerwidth: 0
6619   layout:
6620     title: ""  # No title
6621     layout: "plot-throughput"
6622
6623 -
6624   type: "plot"
6625   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
6626   algorithm: "plot_performance_box"
6627   output-file-type: ".html"
6628   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
6629   data: "plot-vpp-throughput-latency-3n-hsw"
6630   filter: "'NIC_Intel-X520-DA2' and
6631            '78B' and
6632            'FEATURE' and
6633            'NDRPDR' and
6634            '2T2C' and
6635            'IP6FWD' and
6636            'SRv6'"
6637   parameters:
6638   - "throughput"
6639   - "parent"
6640   traces:
6641     hoverinfo: "x+y"
6642     boxpoints: "outliers"
6643     whiskerwidth: 0
6644   layout:
6645     title: ""  # No title
6646     layout: "plot-throughput"
6647
6648 -
6649   type: "plot"
6650   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
6651   algorithm: "plot_performance_box"
6652   output-file-type: ".html"
6653   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
6654   data: "plot-vpp-throughput-latency-3n-hsw"
6655   filter: "'NIC_Intel-X520-DA2' and
6656            '78B' and
6657            'FEATURE' and
6658            'NDRPDR' and
6659            '2T2C' and
6660            'IP6FWD' and
6661            'SRv6'"
6662   parameters:
6663   - "throughput"
6664   - "parent"
6665   traces:
6666     hoverinfo: "x+y"
6667     boxpoints: "outliers"
6668     whiskerwidth: 0
6669   layout:
6670     title: ""  # No title
6671     layout: "plot-throughput"
6672
6673 ################################################################################
6674
6675 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
6676 -
6677   type: "plot"
6678   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6679   algorithm: "plot_performance_box"
6680   output-file-type: ".html"
6681   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6682   data: "plot-vpp-throughput-latency-3n-hsw"
6683   filter: "'NIC_Intel-X520-DA2' and
6684            '64B' and
6685            'NDRPDR' and
6686            '1T1C' and
6687            'VHOST' and
6688            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6689   parameters:
6690   - "throughput"
6691   - "parent"
6692   traces:
6693     hoverinfo: "x+y"
6694     boxpoints: "outliers"
6695     whiskerwidth: 0
6696   layout:
6697     title: ""  # No title
6698     layout: "plot-throughput"
6699
6700 -
6701   type: "plot"
6702   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6703   algorithm: "plot_performance_box"
6704   output-file-type: ".html"
6705   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6706   data: "plot-vpp-throughput-latency-3n-hsw"
6707   filter: "'NIC_Intel-X520-DA2' and
6708            '64B' and
6709            'NDRPDR' and
6710            '2T2C' and
6711            'VHOST' and
6712            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6713   parameters:
6714   - "throughput"
6715   - "parent"
6716   traces:
6717     hoverinfo: "x+y"
6718     boxpoints: "outliers"
6719     whiskerwidth: 0
6720   layout:
6721     title: ""  # No title
6722     layout: "plot-throughput"
6723
6724 -
6725   type: "plot"
6726   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6727   algorithm: "plot_performance_box"
6728   output-file-type: ".html"
6729   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6730   data: "plot-vpp-throughput-latency-3n-hsw"
6731   filter: "'NIC_Intel-X520-DA2' and
6732            '64B' and
6733            'NDRPDR' and
6734            '1T1C' and
6735            'VHOST' and
6736            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6737   parameters:
6738   - "throughput"
6739   - "parent"
6740   traces:
6741     hoverinfo: "x+y"
6742     boxpoints: "outliers"
6743     whiskerwidth: 0
6744   layout:
6745     title: ""  # No title
6746     layout: "plot-throughput"
6747
6748 -
6749   type: "plot"
6750   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6751   algorithm: "plot_performance_box"
6752   output-file-type: ".html"
6753   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6754   data: "plot-vpp-throughput-latency-3n-hsw"
6755   filter: "'NIC_Intel-X520-DA2' and
6756            '64B' and
6757            'NDRPDR' and
6758            '2T2C' and
6759            'VHOST' and
6760            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6761   parameters:
6762   - "throughput"
6763   - "parent"
6764   traces:
6765     hoverinfo: "x+y"
6766     boxpoints: "outliers"
6767     whiskerwidth: 0
6768   layout:
6769     title: ""  # No title
6770     layout: "plot-throughput"
6771
6772 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
6773 -
6774   type: "plot"
6775   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6776   algorithm: "plot_performance_box"
6777   output-file-type: ".html"
6778   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6779   data: "plot-vpp-throughput-latency-3n-hsw"
6780   filter: "'NIC_Intel-X520-DA2' and
6781            '64B' and
6782            'NDRPDR' and
6783            '1T1C' and
6784            'VHOST' and
6785            not 'VXLAN' and
6786            not 'IP4FWD' and
6787            not 'DOT1Q' and
6788            not '2VM'"
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 -
6801   type: "plot"
6802   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6803   algorithm: "plot_performance_box"
6804   output-file-type: ".html"
6805   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6806   data: "plot-vpp-throughput-latency-3n-hsw"
6807   filter: "'NIC_Intel-X520-DA2' and
6808            '64B' and
6809            'NDRPDR' and
6810            '2T2C' and
6811            'VHOST' and
6812            not 'VXLAN' and
6813            not 'IP4FWD' and
6814            not 'DOT1Q' and
6815            not '2VM'"
6816   parameters:
6817   - "throughput"
6818   - "parent"
6819   traces:
6820     hoverinfo: "x+y"
6821     boxpoints: "outliers"
6822     whiskerwidth: 0
6823   layout:
6824     title: ""  # No title
6825     layout: "plot-throughput"
6826
6827 -
6828   type: "plot"
6829   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6830   algorithm: "plot_performance_box"
6831   output-file-type: ".html"
6832   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6833   data: "plot-vpp-throughput-latency-3n-hsw"
6834   filter: "'NIC_Intel-X520-DA2' and
6835            '64B' and
6836            'NDRPDR' and
6837            '1T1C' and
6838            'VHOST' and
6839            not 'VXLAN' and
6840            not 'IP4FWD' and
6841            not 'DOT1Q' and
6842            not '2VM'"
6843   parameters:
6844   - "throughput"
6845   - "parent"
6846   traces:
6847     hoverinfo: "x+y"
6848     boxpoints: "outliers"
6849     whiskerwidth: 0
6850   layout:
6851     title: ""  # No title
6852     layout: "plot-throughput"
6853
6854 -
6855   type: "plot"
6856   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6857   algorithm: "plot_performance_box"
6858   output-file-type: ".html"
6859   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6860   data: "plot-vpp-throughput-latency-3n-hsw"
6861   filter: "'NIC_Intel-X520-DA2' and
6862            '64B' and
6863            'NDRPDR' and
6864            '2T2C' and
6865            'VHOST' and
6866            not 'VXLAN' and
6867            not 'IP4FWD' and
6868            not 'DOT1Q' and
6869            not '2VM'"
6870   parameters:
6871   - "throughput"
6872   - "parent"
6873   traces:
6874     hoverinfo: "x+y"
6875     boxpoints: "outliers"
6876     whiskerwidth: 0
6877   layout:
6878     title: ""  # No title
6879     layout: "plot-throughput"
6880
6881 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
6882 -
6883   type: "plot"
6884   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6885   algorithm: "plot_performance_box"
6886   output-file-type: ".html"
6887   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6888   data: "plot-vpp-throughput-latency-3n-hsw"
6889   filter: "'NIC_Intel-X710' and
6890            '64B' and
6891            'NDRPDR' and
6892            '1T1C' and
6893            'VHOST' and
6894            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6895   parameters:
6896   - "throughput"
6897   - "parent"
6898   traces:
6899     hoverinfo: "x+y"
6900     boxpoints: "outliers"
6901     whiskerwidth: 0
6902   layout:
6903     title: ""  # No title
6904     layout: "plot-throughput"
6905
6906 -
6907   type: "plot"
6908   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6909   algorithm: "plot_performance_box"
6910   output-file-type: ".html"
6911   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6912   data: "plot-vpp-throughput-latency-3n-hsw"
6913   filter: "'NIC_Intel-X710' and
6914            '64B' and
6915            'NDRPDR' and
6916            '2T2C' and
6917            'VHOST' and
6918            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6919   parameters:
6920   - "throughput"
6921   - "parent"
6922   traces:
6923     hoverinfo: "x+y"
6924     boxpoints: "outliers"
6925     whiskerwidth: 0
6926   layout:
6927     title: ""  # No title
6928     layout: "plot-throughput"
6929
6930 -
6931   type: "plot"
6932   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6933   algorithm: "plot_performance_box"
6934   output-file-type: ".html"
6935   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6936   data: "plot-vpp-throughput-latency-3n-hsw"
6937   filter: "'NIC_Intel-X710' and
6938            '64B' and
6939            'NDRPDR' and
6940            '1T1C' and
6941            'VHOST' and
6942            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6943   parameters:
6944   - "throughput"
6945   - "parent"
6946   traces:
6947     hoverinfo: "x+y"
6948     boxpoints: "outliers"
6949     whiskerwidth: 0
6950   layout:
6951     title: ""  # No title
6952     layout: "plot-throughput"
6953
6954 -
6955   type: "plot"
6956   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6957   algorithm: "plot_performance_box"
6958   output-file-type: ".html"
6959   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6960   data: "plot-vpp-throughput-latency-3n-hsw"
6961   filter: "'NIC_Intel-X710' and
6962            '64B' and
6963            'NDRPDR' and
6964            '2T2C' and
6965            'VHOST' and
6966            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6967   parameters:
6968   - "throughput"
6969   - "parent"
6970   traces:
6971     hoverinfo: "x+y"
6972     boxpoints: "outliers"
6973     whiskerwidth: 0
6974   layout:
6975     title: ""  # No title
6976     layout: "plot-throughput"
6977
6978 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
6979 -
6980   type: "plot"
6981   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6982   algorithm: "plot_performance_box"
6983   output-file-type: ".html"
6984   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6985   data: "plot-vpp-throughput-latency-3n-hsw"
6986   filter: "'NIC_Intel-X710' and
6987            '64B' and
6988            'NDRPDR' and
6989            '1T1C' and
6990            'VHOST' and
6991            not 'VXLAN' and
6992            not 'IP4FWD' and
6993            not 'DOT1Q' and
6994            not '2VM'"
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 -
7007   type: "plot"
7008   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7009   algorithm: "plot_performance_box"
7010   output-file-type: ".html"
7011   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7012   data: "plot-vpp-throughput-latency-3n-hsw"
7013   filter: "'NIC_Intel-X710' and
7014            '64B' and
7015            'NDRPDR' and
7016            '2T2C' and
7017            'VHOST' and
7018            not 'VXLAN' and
7019            not 'IP4FWD' and
7020            not 'DOT1Q' and
7021            not '2VM'"
7022   parameters:
7023   - "throughput"
7024   - "parent"
7025   traces:
7026     hoverinfo: "x+y"
7027     boxpoints: "outliers"
7028     whiskerwidth: 0
7029   layout:
7030     title: ""  # No title
7031     layout: "plot-throughput"
7032
7033 -
7034   type: "plot"
7035   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7036   algorithm: "plot_performance_box"
7037   output-file-type: ".html"
7038   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7039   data: "plot-vpp-throughput-latency-3n-hsw"
7040   filter: "'NIC_Intel-X710' and
7041            '64B' and
7042            'NDRPDR' and
7043            '1T1C' and
7044            'VHOST' and
7045            not 'VXLAN' and
7046            not 'IP4FWD' and
7047            not 'DOT1Q' and
7048            not '2VM'"
7049   parameters:
7050   - "throughput"
7051   - "parent"
7052   traces:
7053     hoverinfo: "x+y"
7054     boxpoints: "outliers"
7055     whiskerwidth: 0
7056   layout:
7057     title: ""  # No title
7058     layout: "plot-throughput"
7059
7060 -
7061   type: "plot"
7062   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7063   algorithm: "plot_performance_box"
7064   output-file-type: ".html"
7065   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7066   data: "plot-vpp-throughput-latency-3n-hsw"
7067   filter: "'NIC_Intel-X710' and
7068            '64B' and
7069            'NDRPDR' and
7070            '2T2C' and
7071            'VHOST' and
7072            not 'VXLAN' and
7073            not 'IP4FWD' and
7074            not 'DOT1Q' and
7075            not '2VM'"
7076   parameters:
7077   - "throughput"
7078   - "parent"
7079   traces:
7080     hoverinfo: "x+y"
7081     boxpoints: "outliers"
7082     whiskerwidth: 0
7083   layout:
7084     title: ""  # No title
7085     layout: "plot-throughput"
7086
7087 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
7088 -
7089   type: "plot"
7090   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7091   algorithm: "plot_performance_box"
7092   output-file-type: ".html"
7093   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7094   data: "plot-vpp-throughput-latency-3n-hsw"
7095   filter: "'NIC_Intel-XL710' and
7096            '64B' and
7097            'NDRPDR' and
7098            '1T1C' and
7099            'VHOST' and
7100            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7101   parameters:
7102   - "throughput"
7103   - "parent"
7104   traces:
7105     hoverinfo: "x+y"
7106     boxpoints: "outliers"
7107     whiskerwidth: 0
7108   layout:
7109     title: ""  # No title
7110     layout: "plot-throughput"
7111
7112 -
7113   type: "plot"
7114   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7115   algorithm: "plot_performance_box"
7116   output-file-type: ".html"
7117   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7118   data: "plot-vpp-throughput-latency-3n-hsw"
7119   filter: "'NIC_Intel-XL710' and
7120            '64B' and
7121            'NDRPDR' and
7122            '2T2C' and
7123            'VHOST' and
7124            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7125   parameters:
7126   - "throughput"
7127   - "parent"
7128   traces:
7129     hoverinfo: "x+y"
7130     boxpoints: "outliers"
7131     whiskerwidth: 0
7132   layout:
7133     title: ""  # No title
7134     layout: "plot-throughput"
7135
7136 -
7137   type: "plot"
7138   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7139   algorithm: "plot_performance_box"
7140   output-file-type: ".html"
7141   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7142   data: "plot-vpp-throughput-latency-3n-hsw"
7143   filter: "'NIC_Intel-XL710' and
7144            '64B' and
7145            'NDRPDR' and
7146            '1T1C' and
7147            'VHOST' and
7148            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7149   parameters:
7150   - "throughput"
7151   - "parent"
7152   traces:
7153     hoverinfo: "x+y"
7154     boxpoints: "outliers"
7155     whiskerwidth: 0
7156   layout:
7157     title: ""  # No title
7158     layout: "plot-throughput"
7159
7160 -
7161   type: "plot"
7162   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7163   algorithm: "plot_performance_box"
7164   output-file-type: ".html"
7165   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7166   data: "plot-vpp-throughput-latency-3n-hsw"
7167   filter: "'NIC_Intel-XL710' and
7168            '64B' and
7169            'NDRPDR' and
7170            '2T2C' and
7171            'VHOST' and
7172            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7173   parameters:
7174   - "throughput"
7175   - "parent"
7176   traces:
7177     hoverinfo: "x+y"
7178     boxpoints: "outliers"
7179     whiskerwidth: 0
7180   layout:
7181     title: ""  # No title
7182     layout: "plot-throughput"
7183
7184 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
7185 -
7186   type: "plot"
7187   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7188   algorithm: "plot_performance_box"
7189   output-file-type: ".html"
7190   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7191   data: "plot-vpp-throughput-latency-3n-hsw"
7192   filter: "'NIC_Intel-XL710' and
7193            '64B' and
7194            'NDRPDR' and
7195            '1T1C' and
7196            'VHOST' and
7197            not 'VXLAN' and
7198            not 'IP4FWD' and
7199            not 'DOT1Q' and
7200            not '2VM'"
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 -
7213   type: "plot"
7214   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7215   algorithm: "plot_performance_box"
7216   output-file-type: ".html"
7217   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7218   data: "plot-vpp-throughput-latency-3n-hsw"
7219   filter: "'NIC_Intel-XL710' and
7220            '64B' and
7221            'NDRPDR' and
7222            '2T2C' and
7223            'VHOST' and
7224            not 'VXLAN' and
7225            not 'IP4FWD' and
7226            not 'DOT1Q' and
7227            not '2VM'"
7228   parameters:
7229   - "throughput"
7230   - "parent"
7231   traces:
7232     hoverinfo: "x+y"
7233     boxpoints: "outliers"
7234     whiskerwidth: 0
7235   layout:
7236     title: ""  # No title
7237     layout: "plot-throughput"
7238
7239 -
7240   type: "plot"
7241   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7242   algorithm: "plot_performance_box"
7243   output-file-type: ".html"
7244   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7245   data: "plot-vpp-throughput-latency-3n-hsw"
7246   filter: "'NIC_Intel-XL710' and
7247            '64B' and
7248            'NDRPDR' and
7249            '1T1C' and
7250            'VHOST' and
7251            not 'VXLAN' and
7252            not 'IP4FWD' and
7253            not 'DOT1Q' and
7254            not '2VM'"
7255   parameters:
7256   - "throughput"
7257   - "parent"
7258   traces:
7259     hoverinfo: "x+y"
7260     boxpoints: "outliers"
7261     whiskerwidth: 0
7262   layout:
7263     title: ""  # No title
7264     layout: "plot-throughput"
7265
7266 -
7267   type: "plot"
7268   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7269   algorithm: "plot_performance_box"
7270   output-file-type: ".html"
7271   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7272   data: "plot-vpp-throughput-latency-3n-hsw"
7273   filter: "'NIC_Intel-XL710' and
7274            '64B' and
7275            'NDRPDR' and
7276            '2T2C' and
7277            'VHOST' and
7278            not 'VXLAN' and
7279            not 'IP4FWD' and
7280            not 'DOT1Q' and
7281            not '2VM'"
7282   parameters:
7283   - "throughput"
7284   - "parent"
7285   traces:
7286     hoverinfo: "x+y"
7287     boxpoints: "outliers"
7288     whiskerwidth: 0
7289   layout:
7290     title: ""  # No title
7291     layout: "plot-throughput"
7292
7293 ################################################################################
7294
7295 # Packet Throughput - VPP VTS 3n-hsw-x520
7296 -
7297   type: "plot"
7298   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
7299   algorithm: "plot_performance_box"
7300   output-file-type: ".html"
7301   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
7302   data: "plot-vpp-throughput-latency-3n-hsw"
7303   filter: "'NIC_Intel-X520-DA2' and
7304            '114B' and
7305            'NDRPDR' and
7306            '1T1C' and
7307            'VTS'"
7308   parameters:
7309   - "throughput"
7310   - "parent"
7311   traces:
7312     hoverinfo: "x+y"
7313     boxpoints: "outliers"
7314     whiskerwidth: 0
7315   layout:
7316     title: ""  # No title
7317     layout: "plot-throughput"
7318
7319 -
7320   type: "plot"
7321   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
7322   algorithm: "plot_performance_box"
7323   output-file-type: ".html"
7324   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
7325   data: "plot-vpp-throughput-latency-3n-hsw"
7326   filter: "'NIC_Intel-X520-DA2' and
7327            '114B' and
7328            'NDRPDR' and
7329            '2T2C' and
7330            'VTS'"
7331   parameters:
7332   - "throughput"
7333   - "parent"
7334   traces:
7335     hoverinfo: "x+y"
7336     boxpoints: "outliers"
7337     whiskerwidth: 0
7338   layout:
7339     title: ""  # No title
7340     layout: "plot-throughput"
7341
7342 -
7343   type: "plot"
7344   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
7345   algorithm: "plot_performance_box"
7346   output-file-type: ".html"
7347   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
7348   data: "plot-vpp-throughput-latency-3n-hsw"
7349   filter: "'NIC_Intel-X520-DA2' and
7350            '114B' and
7351            'NDRPDR' and
7352            '1T1C' and
7353            'VTS'"
7354   parameters:
7355   - "throughput"
7356   - "parent"
7357   traces:
7358     hoverinfo: "x+y"
7359     boxpoints: "outliers"
7360     whiskerwidth: 0
7361   layout:
7362     title: ""  # No title
7363     layout: "plot-throughput"
7364
7365 -
7366   type: "plot"
7367   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
7368   algorithm: "plot_performance_box"
7369   output-file-type: ".html"
7370   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
7371   data: "plot-vpp-throughput-latency-3n-hsw"
7372   filter: "'NIC_Intel-X520-DA2' and
7373            '114B' and
7374            'NDRPDR' and
7375            '2T2C' and
7376            'VTS'"
7377   parameters:
7378   - "throughput"
7379   - "parent"
7380   traces:
7381     hoverinfo: "x+y"
7382     boxpoints: "outliers"
7383     whiskerwidth: 0
7384   layout:
7385     title: ""  # No title
7386     layout: "plot-throughput"
7387
7388 ################################################################################
7389
7390 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
7391 -
7392   type: "plot"
7393   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
7394   algorithm: "plot_performance_box"
7395   output-file-type: ".html"
7396   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
7397   data: "plot-dpdk-throughput-latency-3n-hsw"
7398   filter: "'NIC_Intel-X520-DA2' and
7399            '64B' and
7400            'BASE' and
7401            'NDRPDR' and
7402            '1T1C' and
7403            'IP4FWD'"
7404   parameters:
7405   - "throughput"
7406   - "parent"
7407   traces:
7408     hoverinfo: "x+y"
7409     boxpoints: "outliers"
7410     whiskerwidth: 0
7411   layout:
7412     title: ""  # No title
7413     layout: "plot-throughput"
7414
7415 -
7416   type: "plot"
7417   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
7418   algorithm: "plot_performance_box"
7419   output-file-type: ".html"
7420   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
7421   data: "plot-dpdk-throughput-latency-3n-hsw"
7422   filter: "'NIC_Intel-X520-DA2' and
7423            '64B' and
7424            'BASE' and
7425            'NDRPDR' and
7426            '2T2C' and
7427            'IP4FWD'"
7428   parameters:
7429   - "throughput"
7430   - "parent"
7431   traces:
7432     hoverinfo: "x+y"
7433     boxpoints: "outliers"
7434     whiskerwidth: 0
7435   layout:
7436     title: ""  # No title
7437     layout: "plot-throughput"
7438
7439 -
7440   type: "plot"
7441   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
7442   algorithm: "plot_performance_box"
7443   output-file-type: ".html"
7444   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
7445   data: "plot-dpdk-throughput-latency-3n-hsw"
7446   filter: "'NIC_Intel-X520-DA2' and
7447            '64B' and
7448            'BASE' and
7449            'NDRPDR' and
7450            '1T1C' and
7451            'IP4FWD'"
7452   parameters:
7453   - "throughput"
7454   - "parent"
7455   traces:
7456     hoverinfo: "x+y"
7457     boxpoints: "outliers"
7458     whiskerwidth: 0
7459   layout:
7460     title: ""  # No title
7461     layout: "plot-throughput"
7462
7463 -
7464   type: "plot"
7465   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
7466   algorithm: "plot_performance_box"
7467   output-file-type: ".html"
7468   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
7469   data: "plot-dpdk-throughput-latency-3n-hsw"
7470   filter: "'NIC_Intel-X520-DA2' and
7471            '64B' and
7472            'BASE' and
7473            'NDRPDR' and
7474            '2T2C' and
7475            'IP4FWD'"
7476   parameters:
7477   - "throughput"
7478   - "parent"
7479   traces:
7480     hoverinfo: "x+y"
7481     boxpoints: "outliers"
7482     whiskerwidth: 0
7483   layout:
7484     title: ""  # No title
7485     layout: "plot-throughput"
7486
7487 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
7488 -
7489   type: "plot"
7490   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
7491   algorithm: "plot_performance_box"
7492   output-file-type: ".html"
7493   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
7494   data: "plot-dpdk-throughput-latency-3n-hsw"
7495   filter: "'NIC_Intel-X710' and
7496            '64B' and
7497            'BASE' and
7498            'NDRPDR' and
7499            '1T1C' and
7500            'IP4FWD'"
7501   parameters:
7502   - "throughput"
7503   - "parent"
7504   traces:
7505     hoverinfo: "x+y"
7506     boxpoints: "outliers"
7507     whiskerwidth: 0
7508   layout:
7509     title: ""  # No title
7510     layout: "plot-throughput"
7511
7512 -
7513   type: "plot"
7514   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
7515   algorithm: "plot_performance_box"
7516   output-file-type: ".html"
7517   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
7518   data: "plot-dpdk-throughput-latency-3n-hsw"
7519   filter: "'NIC_Intel-X710' and
7520            '64B' and
7521            'BASE' and
7522            'NDRPDR' and
7523            '2T2C' and
7524            'IP4FWD'"
7525   parameters:
7526   - "throughput"
7527   - "parent"
7528   traces:
7529     hoverinfo: "x+y"
7530     boxpoints: "outliers"
7531     whiskerwidth: 0
7532   layout:
7533     title: ""  # No title
7534     layout: "plot-throughput"
7535
7536 -
7537   type: "plot"
7538   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
7539   algorithm: "plot_performance_box"
7540   output-file-type: ".html"
7541   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
7542   data: "plot-dpdk-throughput-latency-3n-hsw"
7543   filter: "'NIC_Intel-X710' and
7544            '64B' and
7545            'BASE' and
7546            'NDRPDR' and
7547            '1T1C' and
7548            'IP4FWD'"
7549   parameters:
7550   - "throughput"
7551   - "parent"
7552   traces:
7553     hoverinfo: "x+y"
7554     boxpoints: "outliers"
7555     whiskerwidth: 0
7556   layout:
7557     title: ""  # No title
7558     layout: "plot-throughput"
7559
7560 -
7561   type: "plot"
7562   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
7563   algorithm: "plot_performance_box"
7564   output-file-type: ".html"
7565   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
7566   data: "plot-dpdk-throughput-latency-3n-hsw"
7567   filter: "'NIC_Intel-X710' and
7568            '64B' and
7569            'BASE' and
7570            'NDRPDR' and
7571            '2T2C' and
7572            'IP4FWD'"
7573   parameters:
7574   - "throughput"
7575   - "parent"
7576   traces:
7577     hoverinfo: "x+y"
7578     boxpoints: "outliers"
7579     whiskerwidth: 0
7580   layout:
7581     title: ""  # No title
7582     layout: "plot-throughput"
7583
7584 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
7585 -
7586   type: "plot"
7587   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
7588   algorithm: "plot_performance_box"
7589   output-file-type: ".html"
7590   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
7591   data: "plot-dpdk-throughput-latency-3n-hsw"
7592   filter: "'NIC_Intel-XL710' and
7593            '64B' and
7594            'BASE' and
7595            'NDRPDR' and
7596            '1T1C' and
7597            'IP4FWD'"
7598   parameters:
7599   - "throughput"
7600   - "parent"
7601   traces:
7602     hoverinfo: "x+y"
7603     boxpoints: "outliers"
7604     whiskerwidth: 0
7605   layout:
7606     title: ""  # No title
7607     layout: "plot-throughput"
7608
7609 -
7610   type: "plot"
7611   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
7612   algorithm: "plot_performance_box"
7613   output-file-type: ".html"
7614   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
7615   data: "plot-dpdk-throughput-latency-3n-hsw"
7616   filter: "'NIC_Intel-XL710' and
7617            '64B' and
7618            'BASE' and
7619            'NDRPDR' and
7620            '2T2C' and
7621            'IP4FWD'"
7622   parameters:
7623   - "throughput"
7624   - "parent"
7625   traces:
7626     hoverinfo: "x+y"
7627     boxpoints: "outliers"
7628     whiskerwidth: 0
7629   layout:
7630     title: ""  # No title
7631     layout: "plot-throughput"
7632
7633 -
7634   type: "plot"
7635   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
7636   algorithm: "plot_performance_box"
7637   output-file-type: ".html"
7638   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
7639   data: "plot-dpdk-throughput-latency-3n-hsw"
7640   filter: "'NIC_Intel-XL710' and
7641            '64B' and
7642            'BASE' and
7643            'NDRPDR' and
7644            '1T1C' and
7645            'IP4FWD'"
7646   parameters:
7647   - "throughput"
7648   - "parent"
7649   traces:
7650     hoverinfo: "x+y"
7651     boxpoints: "outliers"
7652     whiskerwidth: 0
7653   layout:
7654     title: ""  # No title
7655     layout: "plot-throughput"
7656
7657 -
7658   type: "plot"
7659   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
7660   algorithm: "plot_performance_box"
7661   output-file-type: ".html"
7662   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
7663   data: "plot-dpdk-throughput-latency-3n-hsw"
7664   filter: "'NIC_Intel-XL710' and
7665            '64B' and
7666            'BASE' and
7667            'NDRPDR' and
7668            '2T2C' and
7669            'IP4FWD'"
7670   parameters:
7671   - "throughput"
7672   - "parent"
7673   traces:
7674     hoverinfo: "x+y"
7675     boxpoints: "outliers"
7676     whiskerwidth: 0
7677   layout:
7678     title: ""  # No title
7679     layout: "plot-throughput"
7680
7681 # Packet Throughput - DPDK l3fwd 3n-skx-x710
7682 -
7683   type: "plot"
7684   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
7685   algorithm: "plot_performance_box"
7686   output-file-type: ".html"
7687   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
7688   data: "plot-dpdk-throughput-latency-3n-skx"
7689   filter: "'NIC_Intel-X710' and
7690            '64B' and
7691            'BASE' and
7692            'NDRPDR' and
7693            '2T1C' and
7694            'IP4FWD'"
7695   parameters:
7696   - "throughput"
7697   - "parent"
7698   traces:
7699     hoverinfo: "x+y"
7700     boxpoints: "outliers"
7701     whiskerwidth: 0
7702   layout:
7703     title: ""  # No title
7704     layout: "plot-throughput"
7705
7706 -
7707   type: "plot"
7708   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
7709   algorithm: "plot_performance_box"
7710   output-file-type: ".html"
7711   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
7712   data: "plot-dpdk-throughput-latency-3n-skx"
7713   filter: "'NIC_Intel-X710' and
7714            '64B' and
7715            'BASE' and
7716            'NDRPDR' and
7717            '4T2C' and
7718            'IP4FWD'"
7719   parameters:
7720   - "throughput"
7721   - "parent"
7722   traces:
7723     hoverinfo: "x+y"
7724     boxpoints: "outliers"
7725     whiskerwidth: 0
7726   layout:
7727     title: ""  # No title
7728     layout: "plot-throughput"
7729
7730 -
7731   type: "plot"
7732   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
7733   algorithm: "plot_performance_box"
7734   output-file-type: ".html"
7735   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
7736   data: "plot-dpdk-throughput-latency-3n-skx"
7737   filter: "'NIC_Intel-X710' and
7738            '64B' and
7739            'BASE' and
7740            'NDRPDR' and
7741            '2T1C' and
7742            'IP4FWD'"
7743   parameters:
7744   - "throughput"
7745   - "parent"
7746   traces:
7747     hoverinfo: "x+y"
7748     boxpoints: "outliers"
7749     whiskerwidth: 0
7750   layout:
7751     title: ""  # No title
7752     layout: "plot-throughput"
7753
7754 -
7755   type: "plot"
7756   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
7757   algorithm: "plot_performance_box"
7758   output-file-type: ".html"
7759   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
7760   data: "plot-dpdk-throughput-latency-3n-skx"
7761   filter: "'NIC_Intel-X710' and
7762            '64B' and
7763            'BASE' and
7764            'NDRPDR' and
7765            '4T2C' and
7766            'IP4FWD'"
7767   parameters:
7768   - "throughput"
7769   - "parent"
7770   traces:
7771     hoverinfo: "x+y"
7772     boxpoints: "outliers"
7773     whiskerwidth: 0
7774   layout:
7775     title: ""  # No title
7776     layout: "plot-throughput"
7777
7778 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
7779 -
7780   type: "plot"
7781   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
7782   algorithm: "plot_performance_box"
7783   output-file-type: ".html"
7784   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
7785   data: "plot-dpdk-throughput-latency-3n-skx"
7786   filter: "'NIC_Intel-XXV710' and
7787            '64B' and
7788            'BASE' and
7789            'NDRPDR' and
7790            '2T1C' and
7791            'IP4FWD'"
7792   parameters:
7793   - "throughput"
7794   - "parent"
7795   traces:
7796     hoverinfo: "x+y"
7797     boxpoints: "outliers"
7798     whiskerwidth: 0
7799   layout:
7800     title: ""  # No title
7801     layout: "plot-throughput"
7802
7803 -
7804   type: "plot"
7805   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
7806   algorithm: "plot_performance_box"
7807   output-file-type: ".html"
7808   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
7809   data: "plot-dpdk-throughput-latency-3n-skx"
7810   filter: "'NIC_Intel-XXV710' and
7811            '64B' and
7812            'BASE' and
7813            'NDRPDR' and
7814            '4T2C' and
7815            'IP4FWD'"
7816   parameters:
7817   - "throughput"
7818   - "parent"
7819   traces:
7820     hoverinfo: "x+y"
7821     boxpoints: "outliers"
7822     whiskerwidth: 0
7823   layout:
7824     title: ""  # No title
7825     layout: "plot-throughput"
7826
7827 -
7828   type: "plot"
7829   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
7830   algorithm: "plot_performance_box"
7831   output-file-type: ".html"
7832   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
7833   data: "plot-dpdk-throughput-latency-3n-skx"
7834   filter: "'NIC_Intel-XXV710' and
7835            '64B' and
7836            'BASE' and
7837            'NDRPDR' and
7838            '2T1C' and
7839            'IP4FWD'"
7840   parameters:
7841   - "throughput"
7842   - "parent"
7843   traces:
7844     hoverinfo: "x+y"
7845     boxpoints: "outliers"
7846     whiskerwidth: 0
7847   layout:
7848     title: ""  # No title
7849     layout: "plot-throughput"
7850
7851 -
7852   type: "plot"
7853   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
7854   algorithm: "plot_performance_box"
7855   output-file-type: ".html"
7856   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
7857   data: "plot-dpdk-throughput-latency-3n-skx"
7858   filter: "'NIC_Intel-XXV710' and
7859            '64B' and
7860            'BASE' and
7861            'NDRPDR' and
7862            '4T2C' and
7863            'IP4FWD'"
7864   parameters:
7865   - "throughput"
7866   - "parent"
7867   traces:
7868     hoverinfo: "x+y"
7869     boxpoints: "outliers"
7870     whiskerwidth: 0
7871   layout:
7872     title: ""  # No title
7873     layout: "plot-throughput"
7874
7875 # Packet Throughput - DPDK l3fwd 2n-skx-x710
7876 -
7877   type: "plot"
7878   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
7879   algorithm: "plot_performance_box"
7880   output-file-type: ".html"
7881   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
7882   data: "plot-dpdk-throughput-latency-2n-skx"
7883   filter: "'NIC_Intel-X710' and
7884            '64B' and
7885            'BASE' and
7886            'NDRPDR' and
7887            '2T1C' and
7888            'IP4FWD'"
7889   parameters:
7890   - "throughput"
7891   - "parent"
7892   traces:
7893     hoverinfo: "x+y"
7894     boxpoints: "outliers"
7895     whiskerwidth: 0
7896   layout:
7897     title: ""  # No title
7898     layout: "plot-throughput"
7899
7900 -
7901   type: "plot"
7902   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
7903   algorithm: "plot_performance_box"
7904   output-file-type: ".html"
7905   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
7906   data: "plot-dpdk-throughput-latency-2n-skx"
7907   filter: "'NIC_Intel-X710' and
7908            '64B' and
7909            'BASE' and
7910            'NDRPDR' and
7911            '4T2C' and
7912            'IP4FWD'"
7913   parameters:
7914   - "throughput"
7915   - "parent"
7916   traces:
7917     hoverinfo: "x+y"
7918     boxpoints: "outliers"
7919     whiskerwidth: 0
7920   layout:
7921     title: ""  # No title
7922     layout: "plot-throughput"
7923
7924 -
7925   type: "plot"
7926   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
7927   algorithm: "plot_performance_box"
7928   output-file-type: ".html"
7929   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
7930   data: "plot-dpdk-throughput-latency-2n-skx"
7931   filter: "'NIC_Intel-X710' and
7932            '64B' and
7933            'BASE' and
7934            'NDRPDR' and
7935            '2T1C' and
7936            'IP4FWD'"
7937   parameters:
7938   - "throughput"
7939   - "parent"
7940   traces:
7941     hoverinfo: "x+y"
7942     boxpoints: "outliers"
7943     whiskerwidth: 0
7944   layout:
7945     title: ""  # No title
7946     layout: "plot-throughput"
7947
7948 -
7949   type: "plot"
7950   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
7951   algorithm: "plot_performance_box"
7952   output-file-type: ".html"
7953   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
7954   data: "plot-dpdk-throughput-latency-2n-skx"
7955   filter: "'NIC_Intel-X710' and
7956            '64B' and
7957            'BASE' and
7958            'NDRPDR' and
7959            '4T2C' and
7960            'IP4FWD'"
7961   parameters:
7962   - "throughput"
7963   - "parent"
7964   traces:
7965     hoverinfo: "x+y"
7966     boxpoints: "outliers"
7967     whiskerwidth: 0
7968   layout:
7969     title: ""  # No title
7970     layout: "plot-throughput"
7971
7972 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
7973 -
7974   type: "plot"
7975   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
7976   algorithm: "plot_performance_box"
7977   output-file-type: ".html"
7978   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
7979   data: "plot-dpdk-throughput-latency-2n-skx"
7980   filter: "'NIC_Intel-XXV710' and
7981            '64B' and
7982            'BASE' and
7983            'NDRPDR' and
7984            '2T1C' and
7985            'IP4FWD'"
7986   parameters:
7987   - "throughput"
7988   - "parent"
7989   traces:
7990     hoverinfo: "x+y"
7991     boxpoints: "outliers"
7992     whiskerwidth: 0
7993   layout:
7994     title: ""  # No title
7995     layout: "plot-throughput"
7996
7997 -
7998   type: "plot"
7999   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
8000   algorithm: "plot_performance_box"
8001   output-file-type: ".html"
8002   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
8003   data: "plot-dpdk-throughput-latency-2n-skx"
8004   filter: "'NIC_Intel-XXV710' and
8005            '64B' and
8006            'BASE' and
8007            'NDRPDR' and
8008            '4T2C' and
8009            'IP4FWD'"
8010   parameters:
8011   - "throughput"
8012   - "parent"
8013   traces:
8014     hoverinfo: "x+y"
8015     boxpoints: "outliers"
8016     whiskerwidth: 0
8017   layout:
8018     title: ""  # No title
8019     layout: "plot-throughput"
8020
8021 -
8022   type: "plot"
8023   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
8024   algorithm: "plot_performance_box"
8025   output-file-type: ".html"
8026   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
8027   data: "plot-dpdk-throughput-latency-2n-skx"
8028   filter: "'NIC_Intel-XXV710' and
8029            '64B' and
8030            'BASE' and
8031            'NDRPDR' and
8032            '2T1C' and
8033            'IP4FWD'"
8034   parameters:
8035   - "throughput"
8036   - "parent"
8037   traces:
8038     hoverinfo: "x+y"
8039     boxpoints: "outliers"
8040     whiskerwidth: 0
8041   layout:
8042     title: ""  # No title
8043     layout: "plot-throughput"
8044
8045 -
8046   type: "plot"
8047   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
8048   algorithm: "plot_performance_box"
8049   output-file-type: ".html"
8050   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
8051   data: "plot-dpdk-throughput-latency-2n-skx"
8052   filter: "'NIC_Intel-XXV710' and
8053            '64B' and
8054            'BASE' and
8055            'NDRPDR' and
8056            '4T2C' and
8057            'IP4FWD'"
8058   parameters:
8059   - "throughput"
8060   - "parent"
8061   traces:
8062     hoverinfo: "x+y"
8063     boxpoints: "outliers"
8064     whiskerwidth: 0
8065   layout:
8066     title: ""  # No title
8067     layout: "plot-throughput"
8068
8069 ################################################################################
8070
8071 # Packet Throughput - DPDK testpmd 3n-hsw-x520
8072 -
8073   type: "plot"
8074   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
8075   algorithm: "plot_performance_box"
8076   output-file-type: ".html"
8077   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
8078   data: "plot-dpdk-throughput-latency-3n-hsw"
8079   filter: "'NIC_Intel-X520-DA2' and
8080            '64B' and
8081            'BASE' and
8082            'NDRPDR' and
8083            '1T1C' and
8084            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8085   parameters:
8086   - "throughput"
8087   - "parent"
8088   traces:
8089     hoverinfo: "x+y"
8090     boxpoints: "outliers"
8091     whiskerwidth: 0
8092   layout:
8093     title: ""  # No title
8094     layout: "plot-throughput"
8095
8096 -
8097   type: "plot"
8098   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
8099   algorithm: "plot_performance_box"
8100   output-file-type: ".html"
8101   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
8102   data: "plot-dpdk-throughput-latency-3n-hsw"
8103   filter: "'NIC_Intel-X520-DA2' and
8104            '64B' and
8105            'BASE' and
8106            'NDRPDR' and
8107            '2T2C' and
8108            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8109   parameters:
8110   - "throughput"
8111   - "parent"
8112   traces:
8113     hoverinfo: "x+y"
8114     boxpoints: "outliers"
8115     whiskerwidth: 0
8116   layout:
8117     title: ""  # No title
8118     layout: "plot-throughput"
8119
8120 -
8121   type: "plot"
8122   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
8123   algorithm: "plot_performance_box"
8124   output-file-type: ".html"
8125   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
8126   data: "plot-dpdk-throughput-latency-3n-hsw"
8127   filter: "'NIC_Intel-X520-DA2' and
8128            '64B' and
8129            'BASE' and
8130            'NDRPDR' and
8131            '1T1C' and
8132            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8133   parameters:
8134   - "throughput"
8135   - "parent"
8136   traces:
8137     hoverinfo: "x+y"
8138     boxpoints: "outliers"
8139     whiskerwidth: 0
8140   layout:
8141     title: ""  # No title
8142     layout: "plot-throughput"
8143
8144 -
8145   type: "plot"
8146   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
8147   algorithm: "plot_performance_box"
8148   output-file-type: ".html"
8149   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
8150   data: "plot-dpdk-throughput-latency-3n-hsw"
8151   filter: "'NIC_Intel-X520-DA2' and
8152            '64B' and
8153            'BASE' and
8154            'NDRPDR' and
8155            '2T2C' and
8156            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8157   parameters:
8158   - "throughput"
8159   - "parent"
8160   traces:
8161     hoverinfo: "x+y"
8162     boxpoints: "outliers"
8163     whiskerwidth: 0
8164   layout:
8165     title: ""  # No title
8166     layout: "plot-throughput"
8167
8168 # Packet Throughput - DPDK testpmd 3n-hsw-x710
8169 -
8170   type: "plot"
8171   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
8172   algorithm: "plot_performance_box"
8173   output-file-type: ".html"
8174   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
8175   data: "plot-dpdk-throughput-latency-3n-hsw"
8176   filter: "'NIC_Intel-X710' and
8177            '64B' and
8178            'BASE' and
8179            'NDRPDR' and
8180            '1T1C' and
8181            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8182   parameters:
8183   - "throughput"
8184   - "parent"
8185   traces:
8186     hoverinfo: "x+y"
8187     boxpoints: "outliers"
8188     whiskerwidth: 0
8189   layout:
8190     title: ""  # No title
8191     layout: "plot-throughput"
8192
8193 -
8194   type: "plot"
8195   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
8196   algorithm: "plot_performance_box"
8197   output-file-type: ".html"
8198   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
8199   data: "plot-dpdk-throughput-latency-3n-hsw"
8200   filter: "'NIC_Intel-X710' and
8201            '64B' and
8202            'BASE' and
8203            'NDRPDR' and
8204            '2T2C' and
8205            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8206   parameters:
8207   - "throughput"
8208   - "parent"
8209   traces:
8210     hoverinfo: "x+y"
8211     boxpoints: "outliers"
8212     whiskerwidth: 0
8213   layout:
8214     title: ""  # No title
8215     layout: "plot-throughput"
8216
8217 -
8218   type: "plot"
8219   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
8220   algorithm: "plot_performance_box"
8221   output-file-type: ".html"
8222   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
8223   data: "plot-dpdk-throughput-latency-3n-hsw"
8224   filter: "'NIC_Intel-X710' and
8225            '64B' and
8226            'BASE' and
8227            'NDRPDR' and
8228            '1T1C' and
8229            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8230   parameters:
8231   - "throughput"
8232   - "parent"
8233   traces:
8234     hoverinfo: "x+y"
8235     boxpoints: "outliers"
8236     whiskerwidth: 0
8237   layout:
8238     title: ""  # No title
8239     layout: "plot-throughput"
8240
8241 -
8242   type: "plot"
8243   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
8244   algorithm: "plot_performance_box"
8245   output-file-type: ".html"
8246   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
8247   data: "plot-dpdk-throughput-latency-3n-hsw"
8248   filter: "'NIC_Intel-X710' and
8249            '64B' and
8250            'BASE' and
8251            'NDRPDR' and
8252            '2T2C' and
8253            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8254   parameters:
8255   - "throughput"
8256   - "parent"
8257   traces:
8258     hoverinfo: "x+y"
8259     boxpoints: "outliers"
8260     whiskerwidth: 0
8261   layout:
8262     title: ""  # No title
8263     layout: "plot-throughput"
8264
8265 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
8266 -
8267   type: "plot"
8268   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
8269   algorithm: "plot_performance_box"
8270   output-file-type: ".html"
8271   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
8272   data: "plot-dpdk-throughput-latency-3n-hsw"
8273   filter: "'NIC_Intel-XL710' and
8274            '64B' and
8275            'BASE' and
8276            'NDRPDR' and
8277            '1T1C' and
8278            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8279   parameters:
8280   - "throughput"
8281   - "parent"
8282   traces:
8283     hoverinfo: "x+y"
8284     boxpoints: "outliers"
8285     whiskerwidth: 0
8286   layout:
8287     title: ""  # No title
8288     layout: "plot-throughput"
8289
8290 -
8291   type: "plot"
8292   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
8293   algorithm: "plot_performance_box"
8294   output-file-type: ".html"
8295   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
8296   data: "plot-dpdk-throughput-latency-3n-hsw"
8297   filter: "'NIC_Intel-XL710' and
8298            '64B' and
8299            'BASE' and
8300            'NDRPDR' and
8301            '2T2C' and
8302            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8303   parameters:
8304   - "throughput"
8305   - "parent"
8306   traces:
8307     hoverinfo: "x+y"
8308     boxpoints: "outliers"
8309     whiskerwidth: 0
8310   layout:
8311     title: ""  # No title
8312     layout: "plot-throughput"
8313
8314 -
8315   type: "plot"
8316   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
8317   algorithm: "plot_performance_box"
8318   output-file-type: ".html"
8319   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
8320   data: "plot-dpdk-throughput-latency-3n-hsw"
8321   filter: "'NIC_Intel-XL710' and
8322            '64B' and
8323            'BASE' and
8324            'NDRPDR' and
8325            '1T1C' and
8326            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8327   parameters:
8328   - "throughput"
8329   - "parent"
8330   traces:
8331     hoverinfo: "x+y"
8332     boxpoints: "outliers"
8333     whiskerwidth: 0
8334   layout:
8335     title: ""  # No title
8336     layout: "plot-throughput"
8337
8338 -
8339   type: "plot"
8340   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
8341   algorithm: "plot_performance_box"
8342   output-file-type: ".html"
8343   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
8344   data: "plot-dpdk-throughput-latency-3n-hsw"
8345   filter: "'NIC_Intel-XL710' and
8346            '64B' and
8347            'BASE' and
8348            'NDRPDR' and
8349            '2T2C' and
8350            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8351   parameters:
8352   - "throughput"
8353   - "parent"
8354   traces:
8355     hoverinfo: "x+y"
8356     boxpoints: "outliers"
8357     whiskerwidth: 0
8358   layout:
8359     title: ""  # No title
8360     layout: "plot-throughput"
8361
8362 # Packet Throughput - DPDK testpmd 3n-skx-x710
8363 -
8364   type: "plot"
8365   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
8366   algorithm: "plot_performance_box"
8367   output-file-type: ".html"
8368   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
8369   data: "plot-dpdk-throughput-latency-3n-skx"
8370   filter: "'NIC_Intel-X710' and
8371            '64B' and
8372            'BASE' and
8373            'NDRPDR' and
8374            '2T1C' and
8375            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8376   parameters:
8377   - "throughput"
8378   - "parent"
8379   traces:
8380     hoverinfo: "x+y"
8381     boxpoints: "outliers"
8382     whiskerwidth: 0
8383   layout:
8384     title: ""  # No title
8385     layout: "plot-throughput"
8386
8387 -
8388   type: "plot"
8389   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
8390   algorithm: "plot_performance_box"
8391   output-file-type: ".html"
8392   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
8393   data: "plot-dpdk-throughput-latency-3n-skx"
8394   filter: "'NIC_Intel-X710' and
8395            '64B' and
8396            'BASE' and
8397            'NDRPDR' and
8398            '4T2C' and
8399            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8400   parameters:
8401   - "throughput"
8402   - "parent"
8403   traces:
8404     hoverinfo: "x+y"
8405     boxpoints: "outliers"
8406     whiskerwidth: 0
8407   layout:
8408     title: ""  # No title
8409     layout: "plot-throughput"
8410
8411 -
8412   type: "plot"
8413   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
8414   algorithm: "plot_performance_box"
8415   output-file-type: ".html"
8416   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
8417   data: "plot-dpdk-throughput-latency-3n-skx"
8418   filter: "'NIC_Intel-X710' and
8419            '64B' and
8420            'BASE' and
8421            'NDRPDR' and
8422            '2T1C' and
8423            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8424   parameters:
8425   - "throughput"
8426   - "parent"
8427   traces:
8428     hoverinfo: "x+y"
8429     boxpoints: "outliers"
8430     whiskerwidth: 0
8431   layout:
8432     title: ""  # No title
8433     layout: "plot-throughput"
8434
8435 -
8436   type: "plot"
8437   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
8438   algorithm: "plot_performance_box"
8439   output-file-type: ".html"
8440   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
8441   data: "plot-dpdk-throughput-latency-3n-skx"
8442   filter: "'NIC_Intel-X710' and
8443            '64B' and
8444            'BASE' and
8445            'NDRPDR' and
8446            '4T2C' and
8447            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8448   parameters:
8449   - "throughput"
8450   - "parent"
8451   traces:
8452     hoverinfo: "x+y"
8453     boxpoints: "outliers"
8454     whiskerwidth: 0
8455   layout:
8456     title: ""  # No title
8457     layout: "plot-throughput"
8458
8459 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
8460 -
8461   type: "plot"
8462   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
8463   algorithm: "plot_performance_box"
8464   output-file-type: ".html"
8465   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
8466   data: "plot-dpdk-throughput-latency-3n-skx"
8467   filter: "'NIC_Intel-XXV710' and
8468            '64B' and
8469            'BASE' and
8470            'NDRPDR' and
8471            '2T1C' and
8472            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8473   parameters:
8474   - "throughput"
8475   - "parent"
8476   traces:
8477     hoverinfo: "x+y"
8478     boxpoints: "outliers"
8479     whiskerwidth: 0
8480   layout:
8481     title: ""  # No title
8482     layout: "plot-throughput"
8483
8484 -
8485   type: "plot"
8486   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
8487   algorithm: "plot_performance_box"
8488   output-file-type: ".html"
8489   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
8490   data: "plot-dpdk-throughput-latency-3n-skx"
8491   filter: "'NIC_Intel-XXV710' and
8492            '64B' and
8493            'BASE' and
8494            'NDRPDR' and
8495            '4T2C' and
8496            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8497   parameters:
8498   - "throughput"
8499   - "parent"
8500   traces:
8501     hoverinfo: "x+y"
8502     boxpoints: "outliers"
8503     whiskerwidth: 0
8504   layout:
8505     title: ""  # No title
8506     layout: "plot-throughput"
8507
8508 -
8509   type: "plot"
8510   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
8511   algorithm: "plot_performance_box"
8512   output-file-type: ".html"
8513   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
8514   data: "plot-dpdk-throughput-latency-3n-skx"
8515   filter: "'NIC_Intel-XXV710' and
8516            '64B' and
8517            'BASE' and
8518            'NDRPDR' and
8519            '2T1C' and
8520            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8521   parameters:
8522   - "throughput"
8523   - "parent"
8524   traces:
8525     hoverinfo: "x+y"
8526     boxpoints: "outliers"
8527     whiskerwidth: 0
8528   layout:
8529     title: ""  # No title
8530     layout: "plot-throughput"
8531
8532 -
8533   type: "plot"
8534   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
8535   algorithm: "plot_performance_box"
8536   output-file-type: ".html"
8537   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
8538   data: "plot-dpdk-throughput-latency-3n-skx"
8539   filter: "'NIC_Intel-XXV710' and
8540            '64B' and
8541            'BASE' and
8542            'NDRPDR' and
8543            '4T2C' and
8544            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8545   parameters:
8546   - "throughput"
8547   - "parent"
8548   traces:
8549     hoverinfo: "x+y"
8550     boxpoints: "outliers"
8551     whiskerwidth: 0
8552   layout:
8553     title: ""  # No title
8554     layout: "plot-throughput"
8555
8556 # Packet Throughput - DPDK testpmd 2n-skx-x710
8557 -
8558   type: "plot"
8559   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
8560   algorithm: "plot_performance_box"
8561   output-file-type: ".html"
8562   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
8563   data: "plot-dpdk-throughput-latency-2n-skx"
8564   filter: "'NIC_Intel-X710' and
8565            '64B' and
8566            'BASE' and
8567            'NDRPDR' and
8568            '2T1C' and
8569            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8570   parameters:
8571   - "throughput"
8572   - "parent"
8573   traces:
8574     hoverinfo: "x+y"
8575     boxpoints: "outliers"
8576     whiskerwidth: 0
8577   layout:
8578     title: ""  # No title
8579     layout: "plot-throughput"
8580
8581 -
8582   type: "plot"
8583   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
8584   algorithm: "plot_performance_box"
8585   output-file-type: ".html"
8586   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
8587   data: "plot-dpdk-throughput-latency-2n-skx"
8588   filter: "'NIC_Intel-X710' and
8589            '64B' and
8590            'BASE' and
8591            'NDRPDR' and
8592            '4T2C' and
8593            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8594   parameters:
8595   - "throughput"
8596   - "parent"
8597   traces:
8598     hoverinfo: "x+y"
8599     boxpoints: "outliers"
8600     whiskerwidth: 0
8601   layout:
8602     title: ""  # No title
8603     layout: "plot-throughput"
8604
8605 -
8606   type: "plot"
8607   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
8608   algorithm: "plot_performance_box"
8609   output-file-type: ".html"
8610   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
8611   data: "plot-dpdk-throughput-latency-2n-skx"
8612   filter: "'NIC_Intel-X710' and
8613            '64B' and
8614            'BASE' and
8615            'NDRPDR' and
8616            '2T1C' and
8617            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8618   parameters:
8619   - "throughput"
8620   - "parent"
8621   traces:
8622     hoverinfo: "x+y"
8623     boxpoints: "outliers"
8624     whiskerwidth: 0
8625   layout:
8626     title: ""  # No title
8627     layout: "plot-throughput"
8628
8629 -
8630   type: "plot"
8631   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
8632   algorithm: "plot_performance_box"
8633   output-file-type: ".html"
8634   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
8635   data: "plot-dpdk-throughput-latency-2n-skx"
8636   filter: "'NIC_Intel-X710' and
8637            '64B' and
8638            'BASE' and
8639            'NDRPDR' and
8640            '4T2C' and
8641            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8642   parameters:
8643   - "throughput"
8644   - "parent"
8645   traces:
8646     hoverinfo: "x+y"
8647     boxpoints: "outliers"
8648     whiskerwidth: 0
8649   layout:
8650     title: ""  # No title
8651     layout: "plot-throughput"
8652
8653 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
8654 -
8655   type: "plot"
8656   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
8657   algorithm: "plot_performance_box"
8658   output-file-type: ".html"
8659   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
8660   data: "plot-dpdk-throughput-latency-2n-skx"
8661   filter: "'NIC_Intel-XXV710' and
8662            '64B' and
8663            'BASE' and
8664            'NDRPDR' and
8665            '2T1C' and
8666            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8667   parameters:
8668   - "throughput"
8669   - "parent"
8670   traces:
8671     hoverinfo: "x+y"
8672     boxpoints: "outliers"
8673     whiskerwidth: 0
8674   layout:
8675     title: ""  # No title
8676     layout: "plot-throughput"
8677
8678 -
8679   type: "plot"
8680   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
8681   algorithm: "plot_performance_box"
8682   output-file-type: ".html"
8683   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
8684   data: "plot-dpdk-throughput-latency-2n-skx"
8685   filter: "'NIC_Intel-XXV710' and
8686            '64B' and
8687            'BASE' and
8688            'NDRPDR' and
8689            '4T2C' and
8690            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8691   parameters:
8692   - "throughput"
8693   - "parent"
8694   traces:
8695     hoverinfo: "x+y"
8696     boxpoints: "outliers"
8697     whiskerwidth: 0
8698   layout:
8699     title: ""  # No title
8700     layout: "plot-throughput"
8701
8702 -
8703   type: "plot"
8704   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
8705   algorithm: "plot_performance_box"
8706   output-file-type: ".html"
8707   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
8708   data: "plot-dpdk-throughput-latency-2n-skx"
8709   filter: "'NIC_Intel-XXV710' and
8710            '64B' and
8711            'BASE' and
8712            'NDRPDR' and
8713            '2T1C' and
8714            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8715   parameters:
8716   - "throughput"
8717   - "parent"
8718   traces:
8719     hoverinfo: "x+y"
8720     boxpoints: "outliers"
8721     whiskerwidth: 0
8722   layout:
8723     title: ""  # No title
8724     layout: "plot-throughput"
8725
8726 -
8727   type: "plot"
8728   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
8729   algorithm: "plot_performance_box"
8730   output-file-type: ".html"
8731   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
8732   data: "plot-dpdk-throughput-latency-2n-skx"
8733   filter: "'NIC_Intel-XXV710' and
8734            '64B' and
8735            'BASE' and
8736            'NDRPDR' and
8737            '4T2C' and
8738            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8739   parameters:
8740   - "throughput"
8741   - "parent"
8742   traces:
8743     hoverinfo: "x+y"
8744     boxpoints: "outliers"
8745     whiskerwidth: 0
8746   layout:
8747     title: ""  # No title
8748     layout: "plot-throughput"
8749
8750
8751
8752
8753
8754
8755
8756
8757 ################################################################################
8758
8759 # Packet Latency - VPP L2 3n-hsw-x520
8760 -
8761   type: "plot"
8762   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
8763   algorithm: "plot_latency_box"
8764   output-file-type: ".html"
8765   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
8766   data: "plot-vpp-throughput-latency-3n-hsw"
8767   filter: "'NIC_Intel-X520-DA2' and
8768            '64B' and
8769            ('BASE' or 'SCALE') and
8770            'NDRPDR' and
8771            '1T1C' and
8772            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8773            not 'VHOST' and
8774            not 'MEMIF'"
8775   parameters:
8776   - "latency"
8777   - "parent"
8778   traces:
8779     boxmean: False
8780   layout:
8781     title: ""  # No title
8782     layout: "plot-latency"
8783
8784 -
8785   type: "plot"
8786   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
8787   algorithm: "plot_latency_box"
8788   output-file-type: ".html"
8789   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
8790   data: "plot-vpp-throughput-latency-3n-hsw"
8791   filter: "'NIC_Intel-X520-DA2' and
8792            '64B' and
8793            ('BASE' or 'SCALE') and
8794            'NDRPDR' and
8795            '2T2C' and
8796            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8797            not 'VHOST' and
8798            not 'MEMIF'"
8799   parameters:
8800   - "latency"
8801   - "parent"
8802   traces:
8803     boxmean: False
8804   layout:
8805     title: ""  # No title
8806     layout: "plot-latency"
8807
8808 -
8809   type: "plot"
8810   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
8811   algorithm: "plot_latency_box"
8812   output-file-type: ".html"
8813   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
8814   data: "plot-vpp-throughput-latency-3n-hsw"
8815   filter: "'NIC_Intel-X520-DA2' and
8816            '64B' and
8817            'FEATURE' and
8818            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8819            'NDRPDR' and
8820            '1T1C' and
8821            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8822            not 'VHOST' and
8823            not 'MEMIF'"
8824   parameters:
8825   - "latency"
8826   - "parent"
8827   traces:
8828     boxmean: False
8829   layout:
8830     title: ""  # No title
8831     layout: "plot-latency"
8832
8833 -
8834   type: "plot"
8835   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
8836   algorithm: "plot_latency_box"
8837   output-file-type: ".html"
8838   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
8839   data: "plot-vpp-throughput-latency-3n-hsw"
8840   filter: "'NIC_Intel-X520-DA2' and
8841            '64B' and
8842            'FEATURE' and
8843            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8844            'NDRPDR' and
8845            '2T2C' and
8846            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8847            not 'VHOST' and
8848            not 'MEMIF'"
8849   parameters:
8850   - "latency"
8851   - "parent"
8852   traces:
8853     boxmean: False
8854   layout:
8855     title: ""  # No title
8856     layout: "plot-latency"
8857
8858 # Packet Latency - VPP L2 3n-hsw-x710
8859 -
8860   type: "plot"
8861   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
8862   algorithm: "plot_latency_box"
8863   output-file-type: ".html"
8864   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
8865   data: "plot-vpp-throughput-latency-3n-hsw"
8866   filter: "'NIC_Intel-X710' and
8867            '64B' and
8868            ('BASE' or 'SCALE') and
8869            'NDRPDR' and
8870            '1T1C' and
8871            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8872            not 'VHOST' and
8873            not 'MEMIF'"
8874   parameters:
8875   - "latency"
8876   - "parent"
8877   traces:
8878     boxmean: False
8879   layout:
8880     title: ""  # No title
8881     layout: "plot-latency"
8882
8883 -
8884   type: "plot"
8885   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
8886   algorithm: "plot_latency_box"
8887   output-file-type: ".html"
8888   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
8889   data: "plot-vpp-throughput-latency-3n-hsw"
8890   filter: "'NIC_Intel-X710' and
8891            '64B' and
8892            ('BASE' or 'SCALE') and
8893            'NDRPDR' and
8894            '2T2C' and
8895            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8896            not 'VHOST' and
8897            not 'MEMIF'"
8898   parameters:
8899   - "latency"
8900   - "parent"
8901   traces:
8902     boxmean: False
8903   layout:
8904     title: ""  # No title
8905     layout: "plot-latency"
8906
8907 -
8908   type: "plot"
8909   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
8910   algorithm: "plot_latency_box"
8911   output-file-type: ".html"
8912   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
8913   data: "plot-vpp-throughput-latency-3n-hsw"
8914   filter: "'NIC_Intel-X710' and
8915            '64B' and
8916            'FEATURE' and
8917            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8918            'NDRPDR' and
8919            '1T1C' and
8920            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8921            not 'VHOST' and
8922            not 'MEMIF'"
8923   parameters:
8924   - "latency"
8925   - "parent"
8926   traces:
8927     boxmean: False
8928   layout:
8929     title: ""  # No title
8930     layout: "plot-latency"
8931
8932 -
8933   type: "plot"
8934   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
8935   algorithm: "plot_latency_box"
8936   output-file-type: ".html"
8937   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
8938   data: "plot-vpp-throughput-latency-3n-hsw"
8939   filter: "'NIC_Intel-X710' and
8940            '64B' and
8941            'FEATURE' and
8942            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8943            'NDRPDR' and
8944            '2T2C' and
8945            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8946            not 'VHOST' and
8947            not 'MEMIF'"
8948   parameters:
8949   - "latency"
8950   - "parent"
8951   traces:
8952     boxmean: False
8953   layout:
8954     title: ""  # No title
8955     layout: "plot-latency"
8956
8957 # Packet Latency - VPP L2 3n-hsw-xl710
8958 -
8959   type: "plot"
8960   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
8961   algorithm: "plot_latency_box"
8962   output-file-type: ".html"
8963   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
8964   data: "plot-vpp-throughput-latency-3n-hsw"
8965   filter: "'NIC_Intel-XL710' and
8966            '64B' and
8967            ('BASE' or 'SCALE') and
8968            'NDRPDR' and
8969            '1T1C' and
8970            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8971            not 'VHOST' and
8972            not 'MEMIF'"
8973   parameters:
8974   - "latency"
8975   - "parent"
8976   traces:
8977     boxmean: False
8978   layout:
8979     title: ""  # No title
8980     layout: "plot-latency"
8981
8982 -
8983   type: "plot"
8984   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
8985   algorithm: "plot_latency_box"
8986   output-file-type: ".html"
8987   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
8988   data: "plot-vpp-throughput-latency-3n-hsw"
8989   filter: "'NIC_Intel-XL710' and
8990            '64B' and
8991            ('BASE' or 'SCALE') and
8992            'NDRPDR' and
8993            '2T2C' and
8994            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8995            not 'VHOST' and
8996            not 'MEMIF'"
8997   parameters:
8998   - "latency"
8999   - "parent"
9000   traces:
9001     boxmean: False
9002   layout:
9003     title: ""  # No title
9004     layout: "plot-latency"
9005
9006 # Packet Latency - VPP L2 3n-skx-x710
9007 -
9008   type: "plot"
9009   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9010   algorithm: "plot_latency_box"
9011   output-file-type: ".html"
9012   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9013   data: "plot-vpp-throughput-latency-3n-skx"
9014   filter: "'NIC_Intel-X710' and
9015            '64B' and
9016            ('BASE' or 'SCALE') and
9017            'NDRPDR' and
9018            '2T1C' and
9019            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9020            not 'VHOST' and
9021            not 'MEMIF'"
9022   parameters:
9023   - "latency"
9024   - "parent"
9025   traces:
9026     boxmean: False
9027   layout:
9028     title: ""  # No title
9029     layout: "plot-latency"
9030
9031 -
9032   type: "plot"
9033   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9034   algorithm: "plot_latency_box"
9035   output-file-type: ".html"
9036   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9037   data: "plot-vpp-throughput-latency-3n-skx"
9038   filter: "'NIC_Intel-X710' and
9039            '64B' and
9040            ('BASE' or 'SCALE') and
9041            'NDRPDR' and
9042            '4T2C' and
9043            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9044            not 'VHOST' and
9045            not 'MEMIF'"
9046   parameters:
9047   - "latency"
9048   - "parent"
9049   traces:
9050     boxmean: False
9051   layout:
9052     title: ""  # No title
9053     layout: "plot-latency"
9054
9055 -
9056   type: "plot"
9057   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
9058   algorithm: "plot_latency_box"
9059   output-file-type: ".html"
9060   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
9061   data: "plot-vpp-throughput-latency-3n-skx"
9062   filter: "'NIC_Intel-X710' and
9063            '64B' and
9064            'FEATURE' and
9065            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9066            'NDRPDR' and
9067            '2T1C' and
9068            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9069            not 'VHOST' and
9070            not 'MEMIF'"
9071   parameters:
9072   - "latency"
9073   - "parent"
9074   traces:
9075     boxmean: False
9076   layout:
9077     title: ""  # No title
9078     layout: "plot-latency"
9079
9080 -
9081   type: "plot"
9082   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
9083   algorithm: "plot_latency_box"
9084   output-file-type: ".html"
9085   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
9086   data: "plot-vpp-throughput-latency-3n-skx"
9087   filter: "'NIC_Intel-X710' and
9088            '64B' and
9089            'FEATURE' and
9090            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9091            'NDRPDR' and
9092            '4T2C' and
9093            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9094            not 'VHOST' and
9095            not 'MEMIF'"
9096   parameters:
9097   - "latency"
9098   - "parent"
9099   traces:
9100     boxmean: False
9101   layout:
9102     title: ""  # No title
9103     layout: "plot-latency"
9104
9105 # Packet Latency - VPP L2 3n-skx-xxv710
9106 -
9107   type: "plot"
9108   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9109   algorithm: "plot_latency_box"
9110   output-file-type: ".html"
9111   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9112   data: "plot-vpp-throughput-latency-3n-skx"
9113   filter: "'NIC_Intel-XXV710' and
9114            '64B' and
9115            ('BASE' or 'SCALE') and
9116            'NDRPDR' and
9117            '2T1C' and
9118            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9119            not 'VHOST' and
9120            not 'MEMIF'"
9121   parameters:
9122   - "latency"
9123   - "parent"
9124   traces:
9125     boxmean: False
9126   layout:
9127     title: ""  # No title
9128     layout: "plot-latency"
9129
9130 -
9131   type: "plot"
9132   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9133   algorithm: "plot_latency_box"
9134   output-file-type: ".html"
9135   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9136   data: "plot-vpp-throughput-latency-3n-skx"
9137   filter: "'NIC_Intel-XXV710' and
9138            '64B' and
9139            ('BASE' or 'SCALE') and
9140            'NDRPDR' and
9141            '4T2C' and
9142            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9143            not 'VHOST' and
9144            not 'MEMIF'"
9145   parameters:
9146   - "latency"
9147   - "parent"
9148   traces:
9149     boxmean: False
9150   layout:
9151     title: ""  # No title
9152     layout: "plot-latency"
9153
9154 # Packet Latency - VPP L2 2n-skx-x710
9155 -
9156   type: "plot"
9157   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9158   algorithm: "plot_latency_box"
9159   output-file-type: ".html"
9160   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9161   data: "plot-vpp-throughput-latency-2n-skx"
9162   filter: "'NIC_Intel-X710' and
9163            '64B' and
9164            ('BASE' or 'SCALE') and
9165            'NDRPDR' and
9166            '2T1C' and
9167            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9168            not 'VHOST' and
9169            not 'MEMIF'"
9170   parameters:
9171   - "latency"
9172   - "parent"
9173   traces:
9174     boxmean: False
9175   layout:
9176     title: ""  # No title
9177     layout: "plot-latency"
9178
9179 -
9180   type: "plot"
9181   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9182   algorithm: "plot_latency_box"
9183   output-file-type: ".html"
9184   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9185   data: "plot-vpp-throughput-latency-2n-skx"
9186   filter: "'NIC_Intel-X710' and
9187            '64B' and
9188            ('BASE' or 'SCALE') and
9189            'NDRPDR' and
9190            '4T2C' and
9191            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9192            not 'VHOST' and
9193            not 'MEMIF'"
9194   parameters:
9195   - "latency"
9196   - "parent"
9197   traces:
9198     boxmean: False
9199   layout:
9200     title: ""  # No title
9201     layout: "plot-latency"
9202
9203 # Packet Latency - VPP L2 2n-skx-xxv710
9204 -
9205   type: "plot"
9206   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9207   algorithm: "plot_latency_box"
9208   output-file-type: ".html"
9209   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9210   data: "plot-vpp-throughput-latency-2n-skx"
9211   filter: "'NIC_Intel-XXV710' and
9212            '64B' and
9213            ('BASE' or 'SCALE') and
9214            'NDRPDR' and
9215            '2T1C' and
9216            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9217            not 'VHOST' and
9218            not 'MEMIF'"
9219   parameters:
9220   - "latency"
9221   - "parent"
9222   traces:
9223     boxmean: False
9224   layout:
9225     title: ""  # No title
9226     layout: "plot-latency"
9227
9228 -
9229   type: "plot"
9230   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9231   algorithm: "plot_latency_box"
9232   output-file-type: ".html"
9233   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9234   data: "plot-vpp-throughput-latency-2n-skx"
9235   filter: "'NIC_Intel-XXV710' and
9236            '64B' and
9237            ('BASE' or 'SCALE') and
9238            'NDRPDR' and
9239            '4T2C' and
9240            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9241            not 'VHOST' and
9242            not 'MEMIF'"
9243   parameters:
9244   - "latency"
9245   - "parent"
9246   traces:
9247     boxmean: False
9248   layout:
9249     title: ""  # No title
9250     layout: "plot-latency"
9251
9252 ################################################################################
9253
9254 # Packet Latency - VPP Container Memif 3n-hsw-x520
9255 -
9256   type: "plot"
9257   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9258   algorithm: "plot_latency_box"
9259   output-file-type: ".html"
9260   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9261   data: "plot-vpp-throughput-latency-3n-hsw"
9262   filter: "'NIC_Intel-X520-DA2' and
9263            '64B' and
9264            ('BASE' or 'SCALE') and
9265            'NDRPDR' and
9266            '1T1C' and
9267            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9268            not 'VHOST' and
9269            'MEMIF'"
9270   parameters:
9271   - "latency"
9272   - "parent"
9273   traces:
9274     boxmean: False
9275   layout:
9276     title: ""  # No title
9277     layout: "plot-latency"
9278
9279 -
9280   type: "plot"
9281   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9282   algorithm: "plot_latency_box"
9283   output-file-type: ".html"
9284   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9285   data: "plot-vpp-throughput-latency-3n-hsw"
9286   filter: "'NIC_Intel-X520-DA2' and
9287            '64B' and
9288            ('BASE' or 'SCALE') and
9289            'NDRPDR' and
9290            '2T2C' and
9291            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9292            not 'VHOST' and
9293            'MEMIF'"
9294   parameters:
9295   - "latency"
9296   - "parent"
9297   traces:
9298     boxmean: False
9299   layout:
9300     title: ""  # No title
9301     layout: "plot-latency"
9302
9303 # Packet Latency - VPP Container Memif 3n-hsw-x710
9304 -
9305   type: "plot"
9306   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9307   algorithm: "plot_latency_box"
9308   output-file-type: ".html"
9309   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9310   data: "plot-vpp-throughput-latency-3n-hsw"
9311   filter: "'NIC_Intel-X710' and
9312            '64B' and
9313            ('BASE' or 'SCALE') and
9314            'NDRPDR' and
9315            '1T1C' and
9316            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9317            not 'VHOST' and
9318            'MEMIF'"
9319   parameters:
9320   - "latency"
9321   - "parent"
9322   traces:
9323     boxmean: False
9324   layout:
9325     title: ""  # No title
9326     layout: "plot-latency"
9327
9328 -
9329   type: "plot"
9330   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9331   algorithm: "plot_latency_box"
9332   output-file-type: ".html"
9333   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9334   data: "plot-vpp-throughput-latency-3n-hsw"
9335   filter: "'NIC_Intel-X710' and
9336            '64B' and
9337            ('BASE' or 'SCALE') and
9338            'NDRPDR' and
9339            '2T2C' and
9340            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9341            not 'VHOST' and
9342            'MEMIF'"
9343   parameters:
9344   - "latency"
9345   - "parent"
9346   traces:
9347     boxmean: False
9348   layout:
9349     title: ""  # No title
9350     layout: "plot-latency"
9351
9352 # Packet Latency - VPP Container Memif 3n-hsw-xl710
9353 -
9354   type: "plot"
9355   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9356   algorithm: "plot_latency_box"
9357   output-file-type: ".html"
9358   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9359   data: "plot-vpp-throughput-latency-3n-hsw"
9360   filter: "'NIC_Intel-XL710' and
9361            '64B' and
9362            ('BASE' or 'SCALE') and
9363            'NDRPDR' and
9364            '1T1C' and
9365            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9366            not 'VHOST' and
9367            'MEMIF'"
9368   parameters:
9369   - "latency"
9370   - "parent"
9371   traces:
9372     boxmean: False
9373   layout:
9374     title: ""  # No title
9375     layout: "plot-latency"
9376
9377 -
9378   type: "plot"
9379   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9380   algorithm: "plot_latency_box"
9381   output-file-type: ".html"
9382   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9383   data: "plot-vpp-throughput-latency-3n-hsw"
9384   filter: "'NIC_Intel-XL710' and
9385            '64B' and
9386            ('BASE' or 'SCALE') and
9387            'NDRPDR' and
9388            '2T2C' and
9389            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9390            not 'VHOST' and
9391            'MEMIF'"
9392   parameters:
9393   - "latency"
9394   - "parent"
9395   traces:
9396     boxmean: False
9397   layout:
9398     title: ""  # No title
9399     layout: "plot-latency"
9400
9401 # Packet Latency - VPP Container Memif 3n-skx-x710
9402 -
9403   type: "plot"
9404   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9405   algorithm: "plot_latency_box"
9406   output-file-type: ".html"
9407   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9408   data: "plot-vpp-throughput-latency-3n-skx"
9409   filter: "'NIC_Intel-X710' and
9410            '64B' and
9411            ('BASE' or 'SCALE') and
9412            'NDRPDR' and
9413            '2T1C' and
9414            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9415            not 'VHOST' and
9416            'MEMIF'"
9417   parameters:
9418   - "latency"
9419   - "parent"
9420   traces:
9421     boxmean: False
9422   layout:
9423     title: ""  # No title
9424     layout: "plot-latency"
9425
9426 -
9427   type: "plot"
9428   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9429   algorithm: "plot_latency_box"
9430   output-file-type: ".html"
9431   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9432   data: "plot-vpp-throughput-latency-3n-skx"
9433   filter: "'NIC_Intel-X710' and
9434            '64B' and
9435            ('BASE' or 'SCALE') and
9436            'NDRPDR' and
9437            '4T2C' and
9438            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9439            not 'VHOST' and
9440            'MEMIF'"
9441   parameters:
9442   - "latency"
9443   - "parent"
9444   traces:
9445     boxmean: False
9446   layout:
9447     title: ""  # No title
9448     layout: "plot-latency"
9449
9450 ################################################################################
9451
9452 # Packet Latency - VPP Container Memif 3n-hsw-x520
9453 -
9454   type: "plot"
9455   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9456   algorithm: "plot_latency_box"
9457   output-file-type: ".html"
9458   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9459   data: "plot-ligato-throughput-latency-3n-hsw"
9460   filter: "'NIC_Intel-X520-DA2' and
9461            '64B' and
9462            ('BASE' or 'SCALE') and
9463            'NDRPDR' and
9464            '1T1C' and
9465            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9466            not 'VHOST' and
9467            'MEMIF'"
9468   parameters:
9469   - "latency"
9470   - "parent"
9471   traces:
9472     boxmean: False
9473   layout:
9474     title: ""  # No title
9475     layout: "plot-latency"
9476
9477 -
9478   type: "plot"
9479   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9480   algorithm: "plot_latency_box"
9481   output-file-type: ".html"
9482   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9483   data: "plot-ligato-throughput-latency-3n-hsw"
9484   filter: "'NIC_Intel-X520-DA2' and
9485            '64B' and
9486            ('BASE' or 'SCALE') and
9487            'NDRPDR' and
9488            '2T2C' and
9489            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9490            not 'VHOST' and
9491            'MEMIF'"
9492   parameters:
9493   - "latency"
9494   - "parent"
9495   traces:
9496     boxmean: False
9497   layout:
9498     title: ""  # No title
9499     layout: "plot-latency"
9500
9501 # Packet Latency - VPP Container Memif 3n-hsw-x710
9502 -
9503   type: "plot"
9504   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9505   algorithm: "plot_latency_box"
9506   output-file-type: ".html"
9507   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9508   data: "plot-ligato-throughput-latency-3n-hsw"
9509   filter: "'NIC_Intel-X710' and
9510            '64B' and
9511            ('BASE' or 'SCALE') and
9512            'NDRPDR' and
9513            '1T1C' and
9514            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9515            not 'VHOST' and
9516            'MEMIF'"
9517   parameters:
9518   - "latency"
9519   - "parent"
9520   traces:
9521     boxmean: False
9522   layout:
9523     title: ""  # No title
9524     layout: "plot-latency"
9525
9526 -
9527   type: "plot"
9528   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9529   algorithm: "plot_latency_box"
9530   output-file-type: ".html"
9531   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9532   data: "plot-ligato-throughput-latency-3n-hsw"
9533   filter: "'NIC_Intel-X710' and
9534            '64B' and
9535            ('BASE' or 'SCALE') and
9536            'NDRPDR' and
9537            '2T2C' and
9538            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9539            not 'VHOST' and
9540            'MEMIF'"
9541   parameters:
9542   - "latency"
9543   - "parent"
9544   traces:
9545     boxmean: False
9546   layout:
9547     title: ""  # No title
9548     layout: "plot-latency"
9549
9550 ################################################################################
9551
9552 # Packet Latency - VPP IPv4 3n-hsw-x520
9553 -
9554   type: "plot"
9555   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9556   algorithm: "plot_latency_box"
9557   output-file-type: ".html"
9558   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9559   data: "plot-vpp-throughput-latency-3n-hsw"
9560   filter: "'NIC_Intel-X520-DA2' and
9561            '64B' and
9562            ('BASE' or 'SCALE') and
9563            'NDRPDR' and
9564            '1T1C' and
9565            'IP4FWD' and
9566            not 'IPSEC' and
9567            not 'VHOST'"
9568   parameters:
9569   - "latency"
9570   - "parent"
9571   traces:
9572     boxmean: False
9573   layout:
9574     title: ""  # No title
9575     layout: "plot-latency"
9576
9577 -
9578   type: "plot"
9579   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9580   algorithm: "plot_latency_box"
9581   output-file-type: ".html"
9582   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9583   data: "plot-vpp-throughput-latency-3n-hsw"
9584   filter: "'NIC_Intel-X520-DA2' and
9585            '64B' and
9586            ('BASE' or 'SCALE') and
9587            'NDRPDR' and
9588            '2T2C' and
9589            'IP4FWD' and
9590            not 'IPSEC' and
9591            not 'VHOST'"
9592   parameters:
9593   - "latency"
9594   - "parent"
9595   traces:
9596     boxmean: False
9597   layout:
9598     title: ""  # No title
9599     layout: "plot-latency"
9600
9601 -
9602   type: "plot"
9603   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
9604   algorithm: "plot_latency_box"
9605   output-file-type: ".html"
9606   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
9607   data: "plot-vpp-throughput-latency-3n-hsw"
9608   filter: "'NIC_Intel-X520-DA2' and
9609            '64B' and
9610            'FEATURE' and
9611            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9612            'NDRPDR' and
9613            '1T1C' and
9614            'IP4FWD' and
9615            not 'IPSEC' and
9616            not 'VHOST'"
9617   parameters:
9618   - "latency"
9619   - "parent"
9620   traces:
9621     boxmean: False
9622   layout:
9623     title: ""  # No title
9624     layout: "plot-latency"
9625
9626 -
9627   type: "plot"
9628   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
9629   algorithm: "plot_latency_box"
9630   output-file-type: ".html"
9631   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
9632   data: "plot-vpp-throughput-latency-3n-hsw"
9633   filter: "'NIC_Intel-X520-DA2' and
9634            '64B' and
9635            'FEATURE' and
9636            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9637            'NDRPDR' and
9638            '2T2C' and
9639            'IP4FWD' and
9640            not 'IPSEC' and
9641            not 'VHOST'"
9642   parameters:
9643   - "latency"
9644   - "parent"
9645   traces:
9646     boxmean: False
9647   layout:
9648     title: ""  # No title
9649     layout: "plot-latency"
9650
9651 # Packet Latency - VPP IPv4 3n-hsw-x710
9652 -
9653   type: "plot"
9654   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9655   algorithm: "plot_latency_box"
9656   output-file-type: ".html"
9657   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9658   data: "plot-vpp-throughput-latency-3n-hsw"
9659   filter: "'NIC_Intel-X710' and
9660            '64B' and
9661            ('BASE' or 'SCALE') and
9662            'NDRPDR' and
9663            '1T1C' and
9664            'IP4FWD' and
9665            not 'IPSEC' and
9666            not 'VHOST'"
9667   parameters:
9668   - "latency"
9669   - "parent"
9670   traces:
9671     boxmean: False
9672   layout:
9673     title: ""  # No title
9674     layout: "plot-latency"
9675
9676 -
9677   type: "plot"
9678   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9679   algorithm: "plot_latency_box"
9680   output-file-type: ".html"
9681   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9682   data: "plot-vpp-throughput-latency-3n-hsw"
9683   filter: "'NIC_Intel-X710' and
9684            '64B' and
9685            ('BASE' or 'SCALE') and
9686            'NDRPDR' and
9687            '2T2C' and
9688            'IP4FWD' and
9689            not 'IPSEC' and
9690            not 'VHOST'"
9691   parameters:
9692   - "latency"
9693   - "parent"
9694   traces:
9695     boxmean: False
9696   layout:
9697     title: ""  # No title
9698     layout: "plot-latency"
9699
9700 -
9701   type: "plot"
9702   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
9703   algorithm: "plot_latency_box"
9704   output-file-type: ".html"
9705   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
9706   data: "plot-vpp-throughput-latency-3n-hsw"
9707   filter: "'NIC_Intel-X710' and
9708            '64B' and
9709            'FEATURE' and
9710            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9711            'NDRPDR' and
9712            '1T1C' and
9713            'IP4FWD' and
9714            not 'IPSEC' and
9715            not 'VHOST'"
9716   parameters:
9717   - "latency"
9718   - "parent"
9719   traces:
9720     boxmean: False
9721   layout:
9722     title: ""  # No title
9723     layout: "plot-latency"
9724
9725 -
9726   type: "plot"
9727   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
9728   algorithm: "plot_latency_box"
9729   output-file-type: ".html"
9730   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
9731   data: "plot-vpp-throughput-latency-3n-hsw"
9732   filter: "'NIC_Intel-X710' and
9733            '64B' and
9734            'FEATURE' and
9735            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9736            'NDRPDR' and
9737            '2T2C' and
9738            'IP4FWD' and
9739            not 'IPSEC' and
9740            not 'VHOST'"
9741   parameters:
9742   - "latency"
9743   - "parent"
9744   traces:
9745     boxmean: False
9746   layout:
9747     title: ""  # No title
9748     layout: "plot-latency"
9749
9750 # Packet Latency - VPP IPv4 3n-hsw-xl710
9751 -
9752   type: "plot"
9753   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9754   algorithm: "plot_latency_box"
9755   output-file-type: ".html"
9756   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9757   data: "plot-vpp-throughput-latency-3n-hsw"
9758   filter: "'NIC_Intel-XL710' and
9759            '64B' and
9760            ('BASE' or 'SCALE') and
9761            'NDRPDR' and
9762            '1T1C' and
9763            'IP4FWD' and
9764            not 'IPSEC' and
9765            not 'VHOST'"
9766   parameters:
9767   - "latency"
9768   - "parent"
9769   traces:
9770     boxmean: False
9771   layout:
9772     title: ""  # No title
9773     layout: "plot-latency"
9774
9775 -
9776   type: "plot"
9777   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9778   algorithm: "plot_latency_box"
9779   output-file-type: ".html"
9780   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9781   data: "plot-vpp-throughput-latency-3n-hsw"
9782   filter: "'NIC_Intel-XL710' and
9783            '64B' and
9784            ('BASE' or 'SCALE') and
9785            'NDRPDR' and
9786            '2T2C' and
9787            'IP4FWD' and
9788            not 'IPSEC' and
9789            not 'VHOST'"
9790   parameters:
9791   - "latency"
9792   - "parent"
9793   traces:
9794     boxmean: False
9795   layout:
9796     title: ""  # No title
9797     layout: "plot-latency"
9798
9799 # Packet Latency - VPP IPv4 3n-skx-x710
9800 -
9801   type: "plot"
9802   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9803   algorithm: "plot_latency_box"
9804   output-file-type: ".html"
9805   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9806   data: "plot-vpp-throughput-latency-3n-skx"
9807   filter: "'NIC_Intel-X710' and
9808            '64B' and
9809            ('BASE' or 'SCALE') and
9810            'NDRPDR' and
9811            '2T1C' and
9812            'IP4FWD' and
9813            not 'IPSEC' and
9814            not 'VHOST'"
9815   parameters:
9816   - "latency"
9817   - "parent"
9818   traces:
9819     boxmean: False
9820   layout:
9821     title: ""  # No title
9822     layout: "plot-latency"
9823
9824 -
9825   type: "plot"
9826   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9827   algorithm: "plot_latency_box"
9828   output-file-type: ".html"
9829   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9830   data: "plot-vpp-throughput-latency-3n-skx"
9831   filter: "'NIC_Intel-X710' and
9832            '64B' and
9833            ('BASE' or 'SCALE') and
9834            'NDRPDR' and
9835            '4T2C' and
9836            'IP4FWD' and
9837            not 'IPSEC' and
9838            not 'VHOST'"
9839   parameters:
9840   - "latency"
9841   - "parent"
9842   traces:
9843     boxmean: False
9844   layout:
9845     title: ""  # No title
9846     layout: "plot-latency"
9847
9848 -
9849   type: "plot"
9850   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
9851   algorithm: "plot_latency_box"
9852   output-file-type: ".html"
9853   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
9854   data: "plot-vpp-throughput-latency-3n-skx"
9855   filter: "'NIC_Intel-X710' and
9856            '64B' and
9857            'FEATURE' and
9858            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9859            'NDRPDR' and
9860            '2T1C' and
9861            'IP4FWD' and
9862            not 'IPSEC' and
9863            not 'VHOST'"
9864   parameters:
9865   - "latency"
9866   - "parent"
9867   traces:
9868     boxmean: False
9869   layout:
9870     title: ""  # No title
9871     layout: "plot-latency"
9872
9873 -
9874   type: "plot"
9875   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
9876   algorithm: "plot_latency_box"
9877   output-file-type: ".html"
9878   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
9879   data: "plot-vpp-throughput-latency-3n-skx"
9880   filter: "'NIC_Intel-X710' and
9881            '64B' and
9882            'FEATURE' and
9883            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9884            'NDRPDR' and
9885            '4T2C' and
9886            'IP4FWD' and
9887            not 'IPSEC' and
9888            not 'VHOST'"
9889   parameters:
9890   - "latency"
9891   - "parent"
9892   traces:
9893     boxmean: False
9894   layout:
9895     title: ""  # No title
9896     layout: "plot-latency"
9897
9898 # Packet Latency - VPP IPv4 2n-skx-x710
9899 -
9900   type: "plot"
9901   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9902   algorithm: "plot_latency_box"
9903   output-file-type: ".html"
9904   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9905   data: "plot-vpp-throughput-latency-2n-skx"
9906   filter: "'NIC_Intel-X710' and
9907            '64B' and
9908            ('BASE' or 'SCALE') and
9909            'NDRPDR' and
9910            '2T1C' and
9911            'IP4FWD' and
9912            not 'IPSEC' and
9913            not 'VHOST'"
9914   parameters:
9915   - "latency"
9916   - "parent"
9917   traces:
9918     boxmean: False
9919   layout:
9920     title: ""  # No title
9921     layout: "plot-latency"
9922
9923 -
9924   type: "plot"
9925   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9926   algorithm: "plot_latency_box"
9927   output-file-type: ".html"
9928   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9929   data: "plot-vpp-throughput-latency-2n-skx"
9930   filter: "'NIC_Intel-X710' and
9931            '64B' and
9932            ('BASE' or 'SCALE') and
9933            'NDRPDR' and
9934            '4T2C' and
9935            'IP4FWD' and
9936            not 'IPSEC' and
9937            not 'VHOST'"
9938   parameters:
9939   - "latency"
9940   - "parent"
9941   traces:
9942     boxmean: False
9943   layout:
9944     title: ""  # No title
9945     layout: "plot-latency"
9946
9947 # Packet Latency - VPP IPv4 2n-skx-xxv710
9948 -
9949   type: "plot"
9950   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9951   algorithm: "plot_latency_box"
9952   output-file-type: ".html"
9953   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9954   data: "plot-vpp-throughput-latency-2n-skx"
9955   filter: "'NIC_Intel-XXV710' and
9956            '64B' and
9957            ('BASE' or 'SCALE') and
9958            'NDRPDR' and
9959            '2T1C' and
9960            'IP4FWD' and
9961            not 'IPSEC' and
9962            not 'VHOST'"
9963   parameters:
9964   - "latency"
9965   - "parent"
9966   traces:
9967     boxmean: False
9968   layout:
9969     title: ""  # No title
9970     layout: "plot-latency"
9971
9972 -
9973   type: "plot"
9974   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9975   algorithm: "plot_latency_box"
9976   output-file-type: ".html"
9977   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9978   data: "plot-vpp-throughput-latency-2n-skx"
9979   filter: "'NIC_Intel-XXV710' and
9980            '64B' and
9981            ('BASE' or 'SCALE') and
9982            'NDRPDR' and
9983            '4T2C' and
9984            'IP4FWD' and
9985            not 'IPSEC' and
9986            not 'VHOST'"
9987   parameters:
9988   - "latency"
9989   - "parent"
9990   traces:
9991     boxmean: False
9992   layout:
9993     title: ""  # No title
9994     layout: "plot-latency"
9995
9996 ################################################################################
9997
9998 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
9999 -
10000   type: "plot"
10001   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10002   algorithm: "plot_latency_box"
10003   output-file-type: ".html"
10004   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10005   data: "plot-vpp-throughput-latency-3n-hsw"
10006   filter: "'NIC_Intel-X520-DA2' and
10007            '64B' and
10008            'ENCAP' and
10009            'NDRPDR' and
10010            '1T1C' and
10011            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10012            not 'VHOST' and
10013            not 'IPSECHW'"
10014   parameters:
10015   - "latency"
10016   - "parent"
10017   traces:
10018     boxmean: False
10019   layout:
10020     title: ""  # No title
10021     layout: "plot-latency"
10022
10023 -
10024   type: "plot"
10025   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10026   algorithm: "plot_latency_box"
10027   output-file-type: ".html"
10028   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10029   data: "plot-vpp-throughput-latency-3n-hsw"
10030   filter: "'NIC_Intel-X520-DA2' and
10031            '64B' and
10032            'ENCAP' and
10033            'NDRPDR' and
10034            '2T2C' and
10035            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10036            not 'VHOST' and
10037            not 'IPSECHW'"
10038   parameters:
10039   - "latency"
10040   - "parent"
10041   traces:
10042     boxmean: False
10043   layout:
10044     title: ""  # No title
10045     layout: "plot-latency"
10046
10047 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
10048 -
10049   type: "plot"
10050   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10051   algorithm: "plot_latency_box"
10052   output-file-type: ".html"
10053   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10054   data: "plot-vpp-throughput-latency-3n-hsw"
10055   filter: "'NIC_Intel-X710' and
10056            '64B' and
10057            'ENCAP' and
10058            'NDRPDR' and
10059            '1T1C' and
10060            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10061            not 'VHOST' and
10062            not 'IPSECHW'"
10063   parameters:
10064   - "latency"
10065   - "parent"
10066   traces:
10067     boxmean: False
10068   layout:
10069     title: ""  # No title
10070     layout: "plot-latency"
10071
10072 -
10073   type: "plot"
10074   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10075   algorithm: "plot_latency_box"
10076   output-file-type: ".html"
10077   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10078   data: "plot-vpp-throughput-latency-3n-hsw"
10079   filter: "'NIC_Intel-X710' and
10080            '64B' and
10081            'ENCAP' and
10082            'NDRPDR' and
10083            '2T2C' and
10084            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10085            not 'VHOST' and
10086            not 'IPSECHW'"
10087   parameters:
10088   - "latency"
10089   - "parent"
10090   traces:
10091     boxmean: False
10092   layout:
10093     title: ""  # No title
10094     layout: "plot-latency"
10095
10096 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
10097 -
10098   type: "plot"
10099   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10100   algorithm: "plot_latency_box"
10101   output-file-type: ".html"
10102   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10103   data: "plot-vpp-throughput-latency-3n-skx"
10104   filter: "'NIC_Intel-X710' and
10105            '64B' and
10106            'ENCAP' and
10107            'NDRPDR' and
10108            '2T1C' and
10109            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10110            not 'VHOST' and
10111            not 'IPSECHW'"
10112   parameters:
10113   - "latency"
10114   - "parent"
10115   traces:
10116     boxmean: False
10117   layout:
10118     title: ""  # No title
10119     layout: "plot-latency"
10120
10121 -
10122   type: "plot"
10123   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10124   algorithm: "plot_latency_box"
10125   output-file-type: ".html"
10126   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10127   data: "plot-vpp-throughput-latency-3n-skx"
10128   filter: "'NIC_Intel-X710' and
10129            '64B' and
10130            'ENCAP' and
10131            'NDRPDR' and
10132            '4T2C' and
10133            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10134            not 'VHOST' and
10135            not 'IPSECHW'"
10136   parameters:
10137   - "latency"
10138   - "parent"
10139   traces:
10140     boxmean: False
10141   layout:
10142     title: ""  # No title
10143     layout: "plot-latency"
10144
10145 ################################################################################
10146
10147 # Packet Latency - VPP IPv6 3n-hsw-x520
10148 -
10149   type: "plot"
10150   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10151   algorithm: "plot_latency_box"
10152   output-file-type: ".html"
10153   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10154   data: "plot-vpp-throughput-latency-3n-hsw"
10155   filter: "'NIC_Intel-X520-DA2' and
10156            '78B' and
10157            ('BASE' or 'SCALE') and
10158            'NDRPDR' and
10159            '1T1C' and
10160            'IP6FWD' and
10161            not 'SRv6' and
10162            not 'IPSEC' and
10163            not 'VHOST'"
10164   parameters:
10165   - "latency"
10166   - "parent"
10167   traces:
10168     boxmean: False
10169   layout:
10170     title: ""  # No title
10171     layout: "plot-latency"
10172
10173 -
10174   type: "plot"
10175   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10176   algorithm: "plot_latency_box"
10177   output-file-type: ".html"
10178   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10179   data: "plot-vpp-throughput-latency-3n-hsw"
10180   filter: "'NIC_Intel-X520-DA2' and
10181            '78B' and
10182            ('BASE' or 'SCALE') and
10183            'NDRPDR' and
10184            '2T2C' and
10185            'IP6FWD' and
10186            not 'SRv6' and
10187            not 'IPSEC' and
10188            not 'VHOST'"
10189   parameters:
10190   - "latency"
10191   - "parent"
10192   traces:
10193     boxmean: False
10194   layout:
10195     title: ""  # No title
10196     layout: "plot-latency"
10197
10198 # Packet Latency - VPP IPv6 3n-hsw-x710
10199 -
10200   type: "plot"
10201   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
10202   algorithm: "plot_latency_box"
10203   output-file-type: ".html"
10204   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
10205   data: "plot-vpp-throughput-latency-3n-hsw"
10206   filter: "'NIC_Intel-X710' and
10207            '78B' and
10208            ('BASE' or 'SCALE') and
10209            'NDRPDR' and
10210            '1T1C' and
10211            'IP6FWD' and
10212            not 'SRv6' and
10213            not 'IPSEC' and
10214            not 'VHOST'"
10215   parameters:
10216   - "latency"
10217   - "parent"
10218   traces:
10219     boxmean: False
10220   layout:
10221     title: ""  # No title
10222     layout: "plot-latency"
10223
10224 -
10225   type: "plot"
10226   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
10227   algorithm: "plot_latency_box"
10228   output-file-type: ".html"
10229   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
10230   data: "plot-vpp-throughput-latency-3n-hsw"
10231   filter: "'NIC_Intel-X710' and
10232            '78B' and
10233            ('BASE' or 'SCALE') and
10234            'NDRPDR' and
10235            '2T2C' and
10236            'IP6FWD' and
10237            not 'SRv6' and
10238            not 'IPSEC' and
10239            not 'VHOST'"
10240   parameters:
10241   - "latency"
10242   - "parent"
10243   traces:
10244     boxmean: False
10245   layout:
10246     title: ""  # No title
10247     layout: "plot-latency"
10248
10249 # Packet Latency - VPP IPv6 3n-hsw-xl710
10250 -
10251   type: "plot"
10252   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
10253   algorithm: "plot_latency_box"
10254   output-file-type: ".html"
10255   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
10256   data: "plot-vpp-throughput-latency-3n-hsw"
10257   filter: "'NIC_Intel-XL710' and
10258            '78B' and
10259            ('BASE' or 'SCALE') and
10260            'NDRPDR' and
10261            '1T1C' and
10262            'IP6FWD' and
10263            not 'SRv6' and
10264            not 'IPSEC' and
10265            not 'VHOST'"
10266   parameters:
10267   - "latency"
10268   - "parent"
10269   traces:
10270     boxmean: False
10271   layout:
10272     title: ""  # No title
10273     layout: "plot-latency"
10274
10275 -
10276   type: "plot"
10277   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
10278   algorithm: "plot_latency_box"
10279   output-file-type: ".html"
10280   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
10281   data: "plot-vpp-throughput-latency-3n-hsw"
10282   filter: "'NIC_Intel-XL710' and
10283            '78B' and
10284            ('BASE' or 'SCALE') and
10285            'NDRPDR' and
10286            '2T2C' and
10287            'IP6FWD' and
10288            not 'SRv6' and
10289            not 'IPSEC' and
10290            not 'VHOST'"
10291   parameters:
10292   - "latency"
10293   - "parent"
10294   traces:
10295     boxmean: False
10296   layout:
10297     title: ""  # No title
10298     layout: "plot-latency"
10299
10300 # Packet Latency - VPP IPv6 3n-skx-x710
10301 -
10302   type: "plot"
10303   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10304   algorithm: "plot_latency_box"
10305   output-file-type: ".html"
10306   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10307   data: "plot-vpp-throughput-latency-3n-skx"
10308   filter: "'NIC_Intel-X710' and
10309            '78B' and
10310            ('BASE' or 'SCALE') and
10311            'NDRPDR' and
10312            '2T1C' and
10313            'IP6FWD' and
10314            not 'SRv6' and
10315            not 'IPSEC' and
10316            not 'VHOST'"
10317   parameters:
10318   - "latency"
10319   - "parent"
10320   traces:
10321     boxmean: False
10322   layout:
10323     title: ""  # No title
10324     layout: "plot-latency"
10325
10326 -
10327   type: "plot"
10328   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10329   algorithm: "plot_latency_box"
10330   output-file-type: ".html"
10331   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10332   data: "plot-vpp-throughput-latency-3n-skx"
10333   filter: "'NIC_Intel-X710' and
10334            '78B' and
10335            ('BASE' or 'SCALE') and
10336            'NDRPDR' and
10337            '4T2C' and
10338            'IP6FWD' and
10339            not 'SRv6' and
10340            not 'IPSEC' and
10341            not 'VHOST'"
10342   parameters:
10343   - "latency"
10344   - "parent"
10345   traces:
10346     boxmean: False
10347   layout:
10348     title: ""  # No title
10349     layout: "plot-latency"
10350
10351 # Packet Latency - VPP IPv6 2n-skx-x710
10352 -
10353   type: "plot"
10354   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10355   algorithm: "plot_latency_box"
10356   output-file-type: ".html"
10357   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10358   data: "plot-vpp-throughput-latency-2n-skx"
10359   filter: "'NIC_Intel-X710' and
10360            '78B' and
10361            ('BASE' or 'SCALE') and
10362            'NDRPDR' and
10363            '2T1C' and
10364            'IP6FWD' and
10365            not 'SRv6' and
10366            not 'IPSEC' and
10367            not 'VHOST'"
10368   parameters:
10369   - "latency"
10370   - "parent"
10371   traces:
10372     boxmean: False
10373   layout:
10374     title: ""  # No title
10375     layout: "plot-latency"
10376
10377 -
10378   type: "plot"
10379   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10380   algorithm: "plot_latency_box"
10381   output-file-type: ".html"
10382   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10383   data: "plot-vpp-throughput-latency-2n-skx"
10384   filter: "'NIC_Intel-X710' and
10385            '78B' and
10386            ('BASE' or 'SCALE') and
10387            'NDRPDR' and
10388            '4T2C' and
10389            'IP6FWD' and
10390            not 'SRv6' and
10391            not 'IPSEC' and
10392            not 'VHOST'"
10393   parameters:
10394   - "latency"
10395   - "parent"
10396   traces:
10397     boxmean: False
10398   layout:
10399     title: ""  # No title
10400     layout: "plot-latency"
10401
10402 # Packet Latency - VPP IPv6 2n-skx-xxv710
10403 -
10404   type: "plot"
10405   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
10406   algorithm: "plot_latency_box"
10407   output-file-type: ".html"
10408   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
10409   data: "plot-vpp-throughput-latency-2n-skx"
10410   filter: "'NIC_Intel-XXV710' and
10411            '78B' and
10412            ('BASE' or 'SCALE') and
10413            'NDRPDR' and
10414            '2T1C' and
10415            'IP6FWD' and
10416            not 'SRv6' and
10417            not 'IPSEC' and
10418            not 'VHOST'"
10419   parameters:
10420   - "latency"
10421   - "parent"
10422   traces:
10423     boxmean: False
10424   layout:
10425     title: ""  # No title
10426     layout: "plot-latency"
10427
10428 -
10429   type: "plot"
10430   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
10431   algorithm: "plot_latency_box"
10432   output-file-type: ".html"
10433   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
10434   data: "plot-vpp-throughput-latency-2n-skx"
10435   filter: "'NIC_Intel-XXV710' and
10436            '78B' and
10437            ('BASE' or 'SCALE') and
10438            'NDRPDR' and
10439            '4T2C' and
10440            'IP6FWD' and
10441            not 'SRv6' and
10442            not 'IPSEC' and
10443            not 'VHOST'"
10444   parameters:
10445   - "latency"
10446   - "parent"
10447   traces:
10448     boxmean: False
10449   layout:
10450     title: ""  # No title
10451     layout: "plot-latency"
10452
10453 ################################################################################
10454
10455 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
10456 -
10457   type: "plot"
10458   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10459   algorithm: "plot_latency_box"
10460   output-file-type: ".html"
10461   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10462   data: "plot-vpp-throughput-latency-3n-hsw"
10463   filter: "'NIC_Intel-X520-DA2' and
10464            '78B' and
10465            'ENCAP' and
10466            'NDRPDR' and
10467            '1T1C' and
10468            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10469            not 'VHOST'"
10470   parameters:
10471   - "latency"
10472   - "parent"
10473   traces:
10474     boxmean: False
10475   layout:
10476     title: ""  # No title
10477     layout: "plot-latency"
10478
10479 -
10480   type: "plot"
10481   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10482   algorithm: "plot_latency_box"
10483   output-file-type: ".html"
10484   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10485   data: "plot-vpp-throughput-latency-3n-hsw"
10486   filter: "'NIC_Intel-X520-DA2' and
10487            '78B' and
10488            'ENCAP' and
10489            'NDRPDR' and
10490            '2T2C' and
10491            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10492            not 'VHOST'"
10493   parameters:
10494   - "latency"
10495   - "parent"
10496   traces:
10497     boxmean: False
10498   layout:
10499     title: ""  # No title
10500     layout: "plot-latency"
10501
10502 ################################################################################
10503
10504 # Packet Latency - VPP IPSec 3n-hsw-xl710
10505 -
10506   type: "plot"
10507   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10508   algorithm: "plot_latency_box"
10509   output-file-type: ".html"
10510   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10511   data: "plot-vpp-throughput-latency-3n-hsw"
10512   filter: "'NIC_Intel-XL710' and
10513            '64B' and
10514            'IP4FWD' and
10515            'NDRPDR' and
10516            '1T1C' and
10517            'IPSECHW' and
10518            ('IPSECTRAN' or 'IPSECTUN') and
10519            not 'VHOST'"
10520   parameters:
10521   - "latency"
10522   - "parent"
10523   traces:
10524     boxmean: False
10525   layout:
10526     title: ""  # No title
10527     layout: "plot-latency"
10528
10529 -
10530   type: "plot"
10531   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10532   algorithm: "plot_latency_box"
10533   output-file-type: ".html"
10534   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10535   data: "plot-vpp-throughput-latency-3n-hsw"
10536   filter: "'NIC_Intel-XL710' and
10537            '64B' and
10538            'IP4FWD' and
10539            'NDRPDR' and
10540            '2T2C' and
10541            'IPSECHW' and
10542            ('IPSECTRAN' or 'IPSECTUN') and
10543            not 'VHOST'"
10544   parameters:
10545   - "latency"
10546   - "parent"
10547   traces:
10548     boxmean: False
10549   layout:
10550     title: ""  # No title
10551     layout: "plot-latency"
10552
10553 ################################################################################
10554
10555 # Packet Latency - VPP SRv6 3n-hsw-x520
10556 -
10557   type: "plot"
10558   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
10559   algorithm: "plot_latency_box"
10560   output-file-type: ".html"
10561   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
10562   data: "plot-vpp-throughput-latency-3n-hsw"
10563   filter: "'NIC_Intel-X520-DA2' and
10564            '78B' and
10565            'FEATURE' and
10566            'NDRPDR' and
10567            '1T1C' and
10568            'IP6FWD' and
10569            'SRv6'"
10570   parameters:
10571   - "latency"
10572   - "parent"
10573   traces:
10574     boxmean: False
10575   layout:
10576     title: ""  # No title
10577     layout: "plot-latency"
10578
10579 -
10580   type: "plot"
10581   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
10582   algorithm: "plot_latency_box"
10583   output-file-type: ".html"
10584   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
10585   data: "plot-vpp-throughput-latency-3n-hsw"
10586   filter: "'NIC_Intel-X520-DA2' and
10587            '78B' and
10588            'FEATURE' and
10589            'NDRPDR' and
10590            '2T2C' and
10591            'IP6FWD' and
10592            'SRv6'"
10593   parameters:
10594   - "latency"
10595   - "parent"
10596   traces:
10597     boxmean: False
10598   layout:
10599     title: ""  # No title
10600     layout: "plot-latency"
10601
10602 ################################################################################
10603
10604 # Packet Latency - VPP vhost ip4 3n-hsw-x520
10605 -
10606   type: "plot"
10607   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10608   algorithm: "plot_latency_box"
10609   output-file-type: ".html"
10610   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10611   data: "plot-vpp-throughput-latency-3n-hsw"
10612   filter: "'NIC_Intel-X520-DA2' and
10613            '64B' and
10614            'NDRPDR' and
10615            '1T1C' and
10616            'VHOST' and
10617            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10618   parameters:
10619   - "latency"
10620   - "parent"
10621   traces:
10622     boxmean: False
10623   layout:
10624     title: ""  # No title
10625     layout: "plot-latency"
10626
10627 -
10628   type: "plot"
10629   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10630   algorithm: "plot_latency_box"
10631   output-file-type: ".html"
10632   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10633   data: "plot-vpp-throughput-latency-3n-hsw"
10634   filter: "'NIC_Intel-X520-DA2' and
10635            '64B' and
10636            'NDRPDR' and
10637            '2T2C' and
10638            'VHOST' and
10639            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10640   parameters:
10641   - "latency"
10642   - "parent"
10643   traces:
10644     boxmean: False
10645   layout:
10646     title: ""  # No title
10647     layout: "plot-latency"
10648
10649 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
10650 -
10651   type: "plot"
10652   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10653   algorithm: "plot_latency_box"
10654   output-file-type: ".html"
10655   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10656   data: "plot-vpp-throughput-latency-3n-hsw"
10657   filter: "'NIC_Intel-X520-DA2' and
10658            '64B' and
10659            'NDRPDR' and
10660            '1T1C' and
10661            'VHOST' and
10662            not 'VXLAN' and
10663            not 'IP4FWD' and
10664            not 'DOT1Q' and
10665            not '2VM'"
10666   parameters:
10667   - "latency"
10668   - "parent"
10669   traces:
10670     boxmean: False
10671   layout:
10672     title: ""  # No title
10673     layout: "plot-latency"
10674
10675 -
10676   type: "plot"
10677   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10678   algorithm: "plot_latency_box"
10679   output-file-type: ".html"
10680   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10681   data: "plot-vpp-throughput-latency-3n-hsw"
10682   filter: "'NIC_Intel-X520-DA2' and
10683            '64B' and
10684            'NDRPDR' and
10685            '2T2C' and
10686            'VHOST' and
10687            not 'VXLAN' and
10688            not 'IP4FWD' and
10689            not 'DOT1Q' and
10690            not '2VM'"
10691   parameters:
10692   - "latency"
10693   - "parent"
10694   traces:
10695     boxmean: False
10696   layout:
10697     title: ""  # No title
10698     layout: "plot-latency"
10699
10700 # Packet Latency - VPP vhost ip4 3n-hsw-x710
10701 -
10702   type: "plot"
10703   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10704   algorithm: "plot_latency_box"
10705   output-file-type: ".html"
10706   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10707   data: "plot-vpp-throughput-latency-3n-hsw"
10708   filter: "'NIC_Intel-X710' and
10709            '64B' and
10710            'NDRPDR' and
10711            '1T1C' and
10712            'VHOST' and
10713            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10714   parameters:
10715   - "latency"
10716   - "parent"
10717   traces:
10718     boxmean: False
10719   layout:
10720     title: ""  # No title
10721     layout: "plot-latency"
10722
10723 -
10724   type: "plot"
10725   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10726   algorithm: "plot_latency_box"
10727   output-file-type: ".html"
10728   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10729   data: "plot-vpp-throughput-latency-3n-hsw"
10730   filter: "'NIC_Intel-X710' and
10731            '64B' and
10732            'NDRPDR' and
10733            '2T2C' and
10734            'VHOST' and
10735            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10736   parameters:
10737   - "latency"
10738   - "parent"
10739   traces:
10740     boxmean: False
10741   layout:
10742     title: ""  # No title
10743     layout: "plot-latency"
10744
10745 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
10746 -
10747   type: "plot"
10748   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10749   algorithm: "plot_latency_box"
10750   output-file-type: ".html"
10751   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10752   data: "plot-vpp-throughput-latency-3n-hsw"
10753   filter: "'NIC_Intel-X710' and
10754            '64B' and
10755            'NDRPDR' and
10756            '1T1C' and
10757            'VHOST' and
10758            not 'VXLAN' and
10759            not 'IP4FWD' and
10760            not 'DOT1Q' and
10761            not '2VM'"
10762   parameters:
10763   - "latency"
10764   - "parent"
10765   traces:
10766     boxmean: False
10767   layout:
10768     title: ""  # No title
10769     layout: "plot-latency"
10770
10771 -
10772   type: "plot"
10773   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10774   algorithm: "plot_latency_box"
10775   output-file-type: ".html"
10776   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10777   data: "plot-vpp-throughput-latency-3n-hsw"
10778   filter: "'NIC_Intel-X710' and
10779            '64B' and
10780            'NDRPDR' and
10781            '2T2C' and
10782            'VHOST' and
10783            not 'VXLAN' and
10784            not 'IP4FWD' and
10785            not 'DOT1Q' and
10786            not '2VM'"
10787   parameters:
10788   - "latency"
10789   - "parent"
10790   traces:
10791     boxmean: False
10792   layout:
10793     title: ""  # No title
10794     layout: "plot-latency"
10795
10796 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
10797 -
10798   type: "plot"
10799   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10800   algorithm: "plot_latency_box"
10801   output-file-type: ".html"
10802   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10803   data: "plot-vpp-throughput-latency-3n-hsw"
10804   filter: "'NIC_Intel-XL710' and
10805            '64B' and
10806            'NDRPDR' and
10807            '1T1C' and
10808            'VHOST' and
10809            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10810   parameters:
10811   - "latency"
10812   - "parent"
10813   traces:
10814     boxmean: False
10815   layout:
10816     title: ""  # No title
10817     layout: "plot-latency"
10818
10819 -
10820   type: "plot"
10821   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10822   algorithm: "plot_latency_box"
10823   output-file-type: ".html"
10824   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10825   data: "plot-vpp-throughput-latency-3n-hsw"
10826   filter: "'NIC_Intel-XL710' and
10827            '64B' and
10828            'NDRPDR' and
10829            '2T2C' and
10830            'VHOST' and
10831            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10832   parameters:
10833   - "latency"
10834   - "parent"
10835   traces:
10836     boxmean: False
10837   layout:
10838     title: ""  # No title
10839     layout: "plot-latency"
10840
10841 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
10842 -
10843   type: "plot"
10844   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10845   algorithm: "plot_latency_box"
10846   output-file-type: ".html"
10847   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10848   data: "plot-vpp-throughput-latency-3n-hsw"
10849   filter: "'NIC_Intel-XL710' and
10850            '64B' and
10851            'NDRPDR' and
10852            '1T1C' and
10853            'VHOST' and
10854            not 'VXLAN' and
10855            not 'IP4FWD' and
10856            not 'DOT1Q' and
10857            not '2VM'"
10858   parameters:
10859   - "latency"
10860   - "parent"
10861   traces:
10862     boxmean: False
10863   layout:
10864     title: ""  # No title
10865     layout: "plot-latency"
10866
10867 -
10868   type: "plot"
10869   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10870   algorithm: "plot_latency_box"
10871   output-file-type: ".html"
10872   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10873   data: "plot-vpp-throughput-latency-3n-hsw"
10874   filter: "'NIC_Intel-XL710' and
10875            '64B' and
10876            'NDRPDR' and
10877            '2T2C' and
10878            'VHOST' and
10879            not 'VXLAN' and
10880            not 'IP4FWD' and
10881            not 'DOT1Q' and
10882            not '2VM'"
10883   parameters:
10884   - "latency"
10885   - "parent"
10886   traces:
10887     boxmean: False
10888   layout:
10889     title: ""  # No title
10890     layout: "plot-latency"
10891
10892 ################################################################################
10893
10894 # Packet Latency - VPP VTS 3n-hsw-x520
10895 -
10896   type: "plot"
10897   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
10898   algorithm: "plot_latency_box"
10899   output-file-type: ".html"
10900   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
10901   data: "plot-vpp-throughput-latency-3n-hsw"
10902   filter: "'NIC_Intel-X520-DA2' and
10903            '114B' and
10904            'NDRPDR' and
10905            '1T1C' and
10906            'VTS'"
10907   parameters:
10908   - "latency"
10909   - "parent"
10910   traces:
10911     boxmean: False
10912   layout:
10913     title: ""  # No title
10914     layout: "plot-latency"
10915
10916 -
10917   type: "plot"
10918   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
10919   algorithm: "plot_latency_box"
10920   output-file-type: ".html"
10921   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
10922   data: "plot-vpp-throughput-latency-3n-hsw"
10923   filter: "'NIC_Intel-X520-DA2' and
10924            '114B' and
10925            'NDRPDR' and
10926            '2T2C' and
10927            'VTS'"
10928   parameters:
10929   - "latency"
10930   - "parent"
10931   traces:
10932     boxmean: False
10933   layout:
10934     title: ""  # No title
10935     layout: "plot-latency"
10936     
10937 ################################################################################
10938
10939 # Packet Latency - DPDK l3fwd 3n-hsw-x520
10940 -
10941   type: "plot"
10942   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
10943   algorithm: "plot_latency_box"
10944   output-file-type: ".html"
10945   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
10946   data: "plot-dpdk-throughput-latency-3n-hsw"
10947   filter: "'NIC_Intel-X520-DA2' and
10948            '64B' and
10949            'BASE' and
10950            'NDRPDR' and
10951            '1T1C' and
10952            'IP4FWD'"
10953   parameters:
10954   - "latency"
10955   - "parent"
10956   traces:
10957     hoverinfo: "x+y"
10958     boxpoints: "outliers"
10959     whiskerwidth: 0
10960   layout:
10961     title: ""  # No title
10962     layout: "plot-latency"
10963
10964 -
10965   type: "plot"
10966   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
10967   algorithm: "plot_latency_box"
10968   output-file-type: ".html"
10969   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
10970   data: "plot-dpdk-throughput-latency-3n-hsw"
10971   filter: "'NIC_Intel-X520-DA2' and
10972            '64B' and
10973            'BASE' and
10974            'NDRPDR' and
10975            '2T2C' and
10976            'IP4FWD'"
10977   parameters:
10978   - "latency"
10979   - "parent"
10980   traces:
10981     hoverinfo: "x+y"
10982     boxpoints: "outliers"
10983     whiskerwidth: 0
10984   layout:
10985     title: ""  # No title
10986     layout: "plot-latency"
10987
10988 # Packet Latency - DPDK l3fwd 3n-hsw-x710
10989 -
10990   type: "plot"
10991   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
10992   algorithm: "plot_latency_box"
10993   output-file-type: ".html"
10994   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
10995   data: "plot-dpdk-throughput-latency-3n-hsw"
10996   filter: "'NIC_Intel-X710' and
10997            '64B' and
10998            'BASE' and
10999            'NDRPDR' and
11000            '1T1C' and
11001            'IP4FWD'"
11002   parameters:
11003   - "latency"
11004   - "parent"
11005   traces:
11006     hoverinfo: "x+y"
11007     boxpoints: "outliers"
11008     whiskerwidth: 0
11009   layout:
11010     title: ""  # No title
11011     layout: "plot-latency"
11012
11013 -
11014   type: "plot"
11015   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
11016   algorithm: "plot_latency_box"
11017   output-file-type: ".html"
11018   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
11019   data: "plot-dpdk-throughput-latency-3n-hsw"
11020   filter: "'NIC_Intel-X710' and
11021            '64B' and
11022            'BASE' and
11023            'NDRPDR' and
11024            '2T2C' and
11025            'IP4FWD'"
11026   parameters:
11027   - "latency"
11028   - "parent"
11029   traces:
11030     hoverinfo: "x+y"
11031     boxpoints: "outliers"
11032     whiskerwidth: 0
11033   layout:
11034     title: ""  # No title
11035     layout: "plot-latency"
11036
11037 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
11038 -
11039   type: "plot"
11040   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
11041   algorithm: "plot_latency_box"
11042   output-file-type: ".html"
11043   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
11044   data: "plot-dpdk-throughput-latency-3n-hsw"
11045   filter: "'NIC_Intel-XL710' and
11046            '64B' and
11047            'BASE' and
11048            'NDRPDR' and
11049            '1T1C' and
11050            'IP4FWD'"
11051   parameters:
11052   - "latency"
11053   - "parent"
11054   traces:
11055     hoverinfo: "x+y"
11056     boxpoints: "outliers"
11057     whiskerwidth: 0
11058   layout:
11059     title: ""  # No title
11060     layout: "plot-latency"
11061
11062 -
11063   type: "plot"
11064   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
11065   algorithm: "plot_latency_box"
11066   output-file-type: ".html"
11067   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
11068   data: "plot-dpdk-throughput-latency-3n-hsw"
11069   filter: "'NIC_Intel-XL710' and
11070            '64B' and
11071            'BASE' and
11072            'NDRPDR' and
11073            '2T2C' and
11074            'IP4FWD'"
11075   parameters:
11076   - "latency"
11077   - "parent"
11078   traces:
11079     hoverinfo: "x+y"
11080     boxpoints: "outliers"
11081     whiskerwidth: 0
11082   layout:
11083     title: ""  # No title
11084     layout: "plot-latency"
11085
11086 # Packet Latency - DPDK l3fwd 3n-skx-x710
11087 -
11088   type: "plot"
11089   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11090   algorithm: "plot_latency_box"
11091   output-file-type: ".html"
11092   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11093   data: "plot-dpdk-throughput-latency-3n-skx"
11094   filter: "'NIC_Intel-X710' and
11095            '64B' and
11096            'BASE' and
11097            'NDRPDR' and
11098            '2T1C' and
11099            'IP4FWD'"
11100   parameters:
11101   - "latency"
11102   - "parent"
11103   traces:
11104     hoverinfo: "x+y"
11105     boxpoints: "outliers"
11106     whiskerwidth: 0
11107   layout:
11108     title: ""  # No title
11109     layout: "plot-latency"
11110
11111 -
11112   type: "plot"
11113   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11114   algorithm: "plot_latency_box"
11115   output-file-type: ".html"
11116   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11117   data: "plot-dpdk-throughput-latency-3n-skx"
11118   filter: "'NIC_Intel-X710' and
11119            '64B' and
11120            'BASE' and
11121            'NDRPDR' and
11122            '4T2C' and
11123            'IP4FWD'"
11124   parameters:
11125   - "latency"
11126   - "parent"
11127   traces:
11128     hoverinfo: "x+y"
11129     boxpoints: "outliers"
11130     whiskerwidth: 0
11131   layout:
11132     title: ""  # No title
11133     layout: "plot-latency"
11134
11135 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
11136 -
11137   type: "plot"
11138   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11139   algorithm: "plot_latency_box"
11140   output-file-type: ".html"
11141   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11142   data: "plot-dpdk-throughput-latency-3n-skx"
11143   filter: "'NIC_Intel-XXV710' and
11144            '64B' and
11145            'BASE' and
11146            'NDRPDR' and
11147            '2T1C' and
11148            'IP4FWD'"
11149   parameters:
11150   - "latency"
11151   - "parent"
11152   traces:
11153     hoverinfo: "x+y"
11154     boxpoints: "outliers"
11155     whiskerwidth: 0
11156   layout:
11157     title: ""  # No title
11158     layout: "plot-latency"
11159
11160 -
11161   type: "plot"
11162   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11163   algorithm: "plot_latency_box"
11164   output-file-type: ".html"
11165   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11166   data: "plot-dpdk-throughput-latency-3n-skx"
11167   filter: "'NIC_Intel-XXV710' and
11168            '64B' and
11169            'BASE' and
11170            'NDRPDR' and
11171            '4T2C' and
11172            'IP4FWD'"
11173   parameters:
11174   - "latency"
11175   - "parent"
11176   traces:
11177     hoverinfo: "x+y"
11178     boxpoints: "outliers"
11179     whiskerwidth: 0
11180   layout:
11181     title: ""  # No title
11182     layout: "plot-latency"
11183
11184 # Packet Latency - DPDK l3fwd 2n-skx-x710
11185 -
11186   type: "plot"
11187   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11188   algorithm: "plot_latency_box"
11189   output-file-type: ".html"
11190   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11191   data: "plot-dpdk-throughput-latency-2n-skx"
11192   filter: "'NIC_Intel-X710' and
11193            '64B' and
11194            'BASE' and
11195            'NDRPDR' and
11196            '2T1C' and
11197            'IP4FWD'"
11198   parameters:
11199   - "latency"
11200   - "parent"
11201   traces:
11202     hoverinfo: "x+y"
11203     boxpoints: "outliers"
11204     whiskerwidth: 0
11205   layout:
11206     title: ""  # No title
11207     layout: "plot-latency"
11208
11209 -
11210   type: "plot"
11211   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11212   algorithm: "plot_latency_box"
11213   output-file-type: ".html"
11214   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11215   data: "plot-dpdk-throughput-latency-2n-skx"
11216   filter: "'NIC_Intel-X710' and
11217            '64B' and
11218            'BASE' and
11219            'NDRPDR' and
11220            '4T2C' and
11221            'IP4FWD'"
11222   parameters:
11223   - "latency"
11224   - "parent"
11225   traces:
11226     hoverinfo: "x+y"
11227     boxpoints: "outliers"
11228     whiskerwidth: 0
11229   layout:
11230     title: ""  # No title
11231     layout: "plot-latency"
11232
11233 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
11234 -
11235   type: "plot"
11236   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11237   algorithm: "plot_latency_box"
11238   output-file-type: ".html"
11239   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11240   data: "plot-dpdk-throughput-latency-2n-skx"
11241   filter: "'NIC_Intel-XXV710' and
11242            '64B' and
11243            'BASE' and
11244            'NDRPDR' and
11245            '2T1C' and
11246            'IP4FWD'"
11247   parameters:
11248   - "latency"
11249   - "parent"
11250   traces:
11251     hoverinfo: "x+y"
11252     boxpoints: "outliers"
11253     whiskerwidth: 0
11254   layout:
11255     title: ""  # No title
11256     layout: "plot-latency"
11257
11258 -
11259   type: "plot"
11260   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11261   algorithm: "plot_latency_box"
11262   output-file-type: ".html"
11263   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11264   data: "plot-dpdk-throughput-latency-2n-skx"
11265   filter: "'NIC_Intel-XXV710' and
11266            '64B' and
11267            'BASE' and
11268            'NDRPDR' and
11269            '4T2C' and
11270            'IP4FWD'"
11271   parameters:
11272   - "latency"
11273   - "parent"
11274   traces:
11275     hoverinfo: "x+y"
11276     boxpoints: "outliers"
11277     whiskerwidth: 0
11278   layout:
11279     title: ""  # No title
11280     layout: "plot-latency"
11281
11282 ################################################################################
11283
11284 # Packet Latency - DPDK testpmd 3n-hsw-x520
11285 -
11286   type: "plot"
11287   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
11288   algorithm: "plot_latency_box"
11289   output-file-type: ".html"
11290   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
11291   data: "plot-dpdk-throughput-latency-3n-hsw"
11292   filter: "'NIC_Intel-X520-DA2' and
11293            '64B' and
11294            'BASE' and
11295            'NDRPDR' and
11296            '1T1C' and
11297            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11298   parameters:
11299   - "latency"
11300   - "parent"
11301   traces:
11302     hoverinfo: "x+y"
11303     boxpoints: "outliers"
11304     whiskerwidth: 0
11305   layout:
11306     title: ""  # No title
11307     layout: "plot-latency"
11308
11309 -
11310   type: "plot"
11311   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
11312   algorithm: "plot_latency_box"
11313   output-file-type: ".html"
11314   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
11315   data: "plot-dpdk-throughput-latency-3n-hsw"
11316   filter: "'NIC_Intel-X520-DA2' and
11317            '64B' and
11318            'BASE' and
11319            'NDRPDR' and
11320            '2T2C' and
11321            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11322   parameters:
11323   - "latency"
11324   - "parent"
11325   traces:
11326     hoverinfo: "x+y"
11327     boxpoints: "outliers"
11328     whiskerwidth: 0
11329   layout:
11330     title: ""  # No title
11331     layout: "plot-latency"
11332
11333 # Packet Latency - DPDK testpmd 3n-hsw-x710
11334 -
11335   type: "plot"
11336   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
11337   algorithm: "plot_latency_box"
11338   output-file-type: ".html"
11339   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
11340   data: "plot-dpdk-throughput-latency-3n-hsw"
11341   filter: "'NIC_Intel-X710' and
11342            '64B' and
11343            'BASE' and
11344            'NDRPDR' and
11345            '1T1C' and
11346            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11347   parameters:
11348   - "latency"
11349   - "parent"
11350   traces:
11351     hoverinfo: "x+y"
11352     boxpoints: "outliers"
11353     whiskerwidth: 0
11354   layout:
11355     title: ""  # No title
11356     layout: "plot-latency"
11357
11358 -
11359   type: "plot"
11360   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
11361   algorithm: "plot_latency_box"
11362   output-file-type: ".html"
11363   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
11364   data: "plot-dpdk-throughput-latency-3n-hsw"
11365   filter: "'NIC_Intel-X710' and
11366            '64B' and
11367            'BASE' and
11368            'NDRPDR' and
11369            '2T2C' and
11370            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11371   parameters:
11372   - "latency"
11373   - "parent"
11374   traces:
11375     hoverinfo: "x+y"
11376     boxpoints: "outliers"
11377     whiskerwidth: 0
11378   layout:
11379     title: ""  # No title
11380     layout: "plot-latency"
11381
11382 # Packet Latency - DPDK testpmd 3n-hsw-xl710
11383 -
11384   type: "plot"
11385   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
11386   algorithm: "plot_latency_box"
11387   output-file-type: ".html"
11388   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
11389   data: "plot-dpdk-throughput-latency-3n-hsw"
11390   filter: "'NIC_Intel-XL710' and
11391            '64B' and
11392            'BASE' and
11393            'NDRPDR' and
11394            '1T1C' and
11395            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11396   parameters:
11397   - "latency"
11398   - "parent"
11399   traces:
11400     hoverinfo: "x+y"
11401     boxpoints: "outliers"
11402     whiskerwidth: 0
11403   layout:
11404     title: ""  # No title
11405     layout: "plot-latency"
11406
11407 -
11408   type: "plot"
11409   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
11410   algorithm: "plot_latency_box"
11411   output-file-type: ".html"
11412   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
11413   data: "plot-dpdk-throughput-latency-3n-hsw"
11414   filter: "'NIC_Intel-XL710' and
11415            '64B' and
11416            'BASE' and
11417            'NDRPDR' and
11418            '2T2C' and
11419            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11420   parameters:
11421   - "latency"
11422   - "parent"
11423   traces:
11424     hoverinfo: "x+y"
11425     boxpoints: "outliers"
11426     whiskerwidth: 0
11427   layout:
11428     title: ""  # No title
11429     layout: "plot-latency"
11430
11431 # Packet Latency - DPDK testpmd 3n-skx-x710
11432 -
11433   type: "plot"
11434   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11435   algorithm: "plot_latency_box"
11436   output-file-type: ".html"
11437   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11438   data: "plot-dpdk-throughput-latency-3n-skx"
11439   filter: "'NIC_Intel-X710' and
11440            '64B' and
11441            'BASE' and
11442            'NDRPDR' and
11443            '2T1C' and
11444            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11445   parameters:
11446   - "latency"
11447   - "parent"
11448   traces:
11449     hoverinfo: "x+y"
11450     boxpoints: "outliers"
11451     whiskerwidth: 0
11452   layout:
11453     title: ""  # No title
11454     layout: "plot-latency"
11455
11456 -
11457   type: "plot"
11458   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11459   algorithm: "plot_latency_box"
11460   output-file-type: ".html"
11461   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11462   data: "plot-dpdk-throughput-latency-3n-skx"
11463   filter: "'NIC_Intel-X710' and
11464            '64B' and
11465            'BASE' and
11466            'NDRPDR' and
11467            '4T2C' and
11468            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11469   parameters:
11470   - "latency"
11471   - "parent"
11472   traces:
11473     hoverinfo: "x+y"
11474     boxpoints: "outliers"
11475     whiskerwidth: 0
11476   layout:
11477     title: ""  # No title
11478     layout: "plot-latency"
11479
11480 # Packet Latency - DPDK testpmd 3n-skx-xxv710
11481 -
11482   type: "plot"
11483   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11484   algorithm: "plot_latency_box"
11485   output-file-type: ".html"
11486   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11487   data: "plot-dpdk-throughput-latency-3n-skx"
11488   filter: "'NIC_Intel-XXV710' and
11489            '64B' and
11490            'BASE' and
11491            'NDRPDR' and
11492            '2T1C' and
11493            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11494   parameters:
11495   - "latency"
11496   - "parent"
11497   traces:
11498     hoverinfo: "x+y"
11499     boxpoints: "outliers"
11500     whiskerwidth: 0
11501   layout:
11502     title: ""  # No title
11503     layout: "plot-latency"
11504
11505 -
11506   type: "plot"
11507   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11508   algorithm: "plot_latency_box"
11509   output-file-type: ".html"
11510   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11511   data: "plot-dpdk-throughput-latency-3n-skx"
11512   filter: "'NIC_Intel-XXV710' and
11513            '64B' and
11514            'BASE' and
11515            'NDRPDR' and
11516            '4T2C' and
11517            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11518   parameters:
11519   - "latency"
11520   - "parent"
11521   traces:
11522     hoverinfo: "x+y"
11523     boxpoints: "outliers"
11524     whiskerwidth: 0
11525   layout:
11526     title: ""  # No title
11527     layout: "plot-latency"
11528
11529 # Packet Latency - DPDK testpmd 2n-skx-x710
11530 -
11531   type: "plot"
11532   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11533   algorithm: "plot_latency_box"
11534   output-file-type: ".html"
11535   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11536   data: "plot-dpdk-throughput-latency-2n-skx"
11537   filter: "'NIC_Intel-X710' and
11538            '64B' and
11539            'BASE' and
11540            'NDRPDR' and
11541            '2T1C' and
11542            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11543   parameters:
11544   - "latency"
11545   - "parent"
11546   traces:
11547     hoverinfo: "x+y"
11548     boxpoints: "outliers"
11549     whiskerwidth: 0
11550   layout:
11551     title: ""  # No title
11552     layout: "plot-latency"
11553
11554 -
11555   type: "plot"
11556   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11557   algorithm: "plot_latency_box"
11558   output-file-type: ".html"
11559   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11560   data: "plot-dpdk-throughput-latency-2n-skx"
11561   filter: "'NIC_Intel-X710' and
11562            '64B' and
11563            'BASE' and
11564            'NDRPDR' and
11565            '4T2C' and
11566            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11567   parameters:
11568   - "latency"
11569   - "parent"
11570   traces:
11571     hoverinfo: "x+y"
11572     boxpoints: "outliers"
11573     whiskerwidth: 0
11574   layout:
11575     title: ""  # No title
11576     layout: "plot-latency"
11577
11578 # Packet Latency - DPDK testpmd 2n-skx-xxv710
11579 -
11580   type: "plot"
11581   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11582   algorithm: "plot_latency_box"
11583   output-file-type: ".html"
11584   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11585   data: "plot-dpdk-throughput-latency-2n-skx"
11586   filter: "'NIC_Intel-XXV710' and
11587            '64B' and
11588            'BASE' and
11589            'NDRPDR' and
11590            '2T1C' and
11591            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11592   parameters:
11593   - "latency"
11594   - "parent"
11595   traces:
11596     hoverinfo: "x+y"
11597     boxpoints: "outliers"
11598     whiskerwidth: 0
11599   layout:
11600     title: ""  # No title
11601     layout: "plot-latency"
11602
11603 -
11604   type: "plot"
11605   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11606   algorithm: "plot_latency_box"
11607   output-file-type: ".html"
11608   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11609   data: "plot-dpdk-throughput-latency-2n-skx"
11610   filter: "'NIC_Intel-XXV710' and
11611            '64B' and
11612            'BASE' and
11613            'NDRPDR' and
11614            '4T2C' and
11615            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11616   parameters:
11617   - "latency"
11618   - "parent"
11619   traces:
11620     hoverinfo: "x+y"
11621     boxpoints: "outliers"
11622     whiskerwidth: 0
11623   layout:
11624     title: ""  # No title
11625     layout: "plot-latency"
11626
11627 ################################################################################
11628
11629 # Speedup - VPP Container Memif 3n-hsw-x520
11630 -
11631   type: "plot"
11632   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11633   algorithm: "plot_throughput_speedup_analysis"
11634   output-file-type: ".html"
11635   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11636   data: "plot-throughput-speedup-analysis-3n-hsw"
11637   filter: "'NIC_Intel-X520-DA2' and
11638            '64B' and
11639            ('BASE' or 'SCALE') and
11640            'NDRPDR' and
11641            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11642            not 'VHOST' and
11643            'MEMIF'"
11644   parameters:
11645   - "throughput"
11646   - "parent"
11647   - "tags"
11648   layout:
11649     title: ""  # No title
11650     layout: "plot-throughput-speedup-analysis"
11651
11652 -
11653   type: "plot"
11654   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11655   algorithm: "plot_throughput_speedup_analysis"
11656   output-file-type: ".html"
11657   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11658   data: "plot-throughput-speedup-analysis-3n-hsw"
11659   filter: "'NIC_Intel-X520-DA2' and
11660            '64B' and
11661            ('BASE' or 'SCALE') and
11662            'NDRPDR' and
11663            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11664            not 'VHOST' and
11665            'MEMIF'"
11666   parameters:
11667   - "throughput"
11668   - "parent"
11669   - "tags"
11670   layout:
11671     title: ""  # No title
11672     layout: "plot-throughput-speedup-analysis"
11673
11674 # Speedup - VPP Container Memif 3n-hsw-x710
11675 -
11676   type: "plot"
11677   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11678   algorithm: "plot_throughput_speedup_analysis"
11679   output-file-type: ".html"
11680   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11681   data: "plot-throughput-speedup-analysis-3n-hsw"
11682   filter: "'NIC_Intel-X710' and
11683            '64B' and
11684            ('BASE' or 'SCALE') and
11685            'NDRPDR' and
11686            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11687            not 'VHOST' and
11688            'MEMIF'"
11689   parameters:
11690   - "throughput"
11691   - "parent"
11692   - "tags"
11693   layout:
11694     title: ""  # No title
11695     layout: "plot-throughput-speedup-analysis"
11696
11697 -
11698   type: "plot"
11699   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11700   algorithm: "plot_throughput_speedup_analysis"
11701   output-file-type: ".html"
11702   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11703   data: "plot-throughput-speedup-analysis-3n-hsw"
11704   filter: "'NIC_Intel-X710' and
11705            '64B' and
11706            ('BASE' or 'SCALE') and
11707            'NDRPDR' and
11708            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11709            not 'VHOST' and
11710            'MEMIF'"
11711   parameters:
11712   - "throughput"
11713   - "parent"
11714   - "tags"
11715   layout:
11716     title: ""  # No title
11717     layout: "plot-throughput-speedup-analysis"
11718
11719 # Speedup - VPP Container Memif 3n-hsw-xl710
11720 -
11721   type: "plot"
11722   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
11723   algorithm: "plot_throughput_speedup_analysis"
11724   output-file-type: ".html"
11725   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
11726   data: "plot-throughput-speedup-analysis-3n-hsw"
11727   filter: "'NIC_Intel-XL710' and
11728            '64B' and
11729            ('BASE' or 'SCALE') and
11730            'NDRPDR' and
11731            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11732            not 'VHOST' and
11733            'MEMIF'"
11734   parameters:
11735   - "throughput"
11736   - "parent"
11737   - "tags"
11738   layout:
11739     title: ""  # No title
11740     layout: "plot-throughput-speedup-analysis"
11741
11742 -
11743   type: "plot"
11744   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
11745   algorithm: "plot_throughput_speedup_analysis"
11746   output-file-type: ".html"
11747   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
11748   data: "plot-throughput-speedup-analysis-3n-hsw"
11749   filter: "'NIC_Intel-XL710' and
11750            '64B' and
11751            ('BASE' or 'SCALE') and
11752            'NDRPDR' and
11753            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11754            not 'VHOST' and
11755            'MEMIF'"
11756   parameters:
11757   - "throughput"
11758   - "parent"
11759   - "tags"
11760   layout:
11761     title: ""  # No title
11762     layout: "plot-throughput-speedup-analysis"
11763
11764 # Speedup - VPP Container Memif 3n-skx-x710
11765 -
11766   type: "plot"
11767   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
11768   algorithm: "plot_throughput_speedup_analysis"
11769   output-file-type: ".html"
11770   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
11771   data: "plot-throughput-speedup-analysis-3n-skx"
11772   filter: "'NIC_Intel-X710' and
11773            '64B' and
11774            ('BASE' or 'SCALE') and
11775            'NDRPDR' and
11776            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11777            not 'VHOST' and
11778            'MEMIF'"
11779   parameters:
11780   - "throughput"
11781   - "parent"
11782   - "tags"
11783   layout:
11784     title: ""  # No title
11785     layout: "plot-throughput-speedup-analysis"
11786
11787 -
11788   type: "plot"
11789   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
11790   algorithm: "plot_throughput_speedup_analysis"
11791   output-file-type: ".html"
11792   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
11793   data: "plot-throughput-speedup-analysis-3n-skx"
11794   filter: "'NIC_Intel-X710' and
11795            '64B' and
11796            ('BASE' or 'SCALE') and
11797            'NDRPDR' and
11798            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11799            not 'VHOST' and
11800             'MEMIF'"
11801   parameters:
11802   - "throughput"
11803   - "parent"
11804   - "tags"
11805   layout:
11806     title: ""  # No title
11807     layout: "plot-throughput-speedup-analysis"
11808
11809 ################################################################################
11810
11811 # Speedup - VPP Container k8s memif 3n-hsw-x520
11812 -
11813   type: "plot"
11814   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11815   algorithm: "plot_throughput_speedup_analysis"
11816   output-file-type: ".html"
11817   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11818   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11819   filter: "'NIC_Intel-X520-DA2' and
11820            '64B' and
11821            ('BASE' or 'SCALE') and
11822            'NDRPDR' and
11823            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11824            not 'VHOST' and
11825            'MEMIF'"
11826   parameters:
11827   - "throughput"
11828   - "parent"
11829   - "tags"
11830   layout:
11831     title: ""  # No title
11832     layout: "plot-throughput-speedup-analysis"
11833
11834 -
11835   type: "plot"
11836   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11837   algorithm: "plot_throughput_speedup_analysis"
11838   output-file-type: ".html"
11839   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11840   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11841   filter: "'NIC_Intel-X520-DA2' and
11842            '64B' and
11843            ('BASE' or 'SCALE') and
11844            'NDRPDR' and
11845            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11846            not 'VHOST' and
11847            'MEMIF'"
11848   parameters:
11849   - "throughput"
11850   - "parent"
11851   - "tags"
11852   layout:
11853     title: ""  # No title
11854     layout: "plot-throughput-speedup-analysis"
11855
11856 # Speedup - VPP Container Memif 3n-hsw-x710
11857 -
11858   type: "plot"
11859   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11860   algorithm: "plot_throughput_speedup_analysis"
11861   output-file-type: ".html"
11862   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11863   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11864   filter: "'NIC_Intel-X710' and
11865            '64B' and
11866            ('BASE' or 'SCALE') and
11867            'NDRPDR' and
11868            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11869            not 'VHOST' and
11870            'MEMIF'"
11871   parameters:
11872   - "throughput"
11873   - "parent"
11874   - "tags"
11875   layout:
11876     title: ""  # No title
11877     layout: "plot-throughput-speedup-analysis"
11878
11879 -
11880   type: "plot"
11881   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11882   algorithm: "plot_throughput_speedup_analysis"
11883   output-file-type: ".html"
11884   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11885   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11886   filter: "'NIC_Intel-X710' and
11887            '64B' and
11888            ('BASE' or 'SCALE') and
11889            'NDRPDR' and
11890            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11891            not 'VHOST' and
11892            'MEMIF'"
11893   parameters:
11894   - "throughput"
11895   - "parent"
11896   - "tags"
11897   layout:
11898     title: ""  # No title
11899     layout: "plot-throughput-speedup-analysis"
11900
11901 ################################################################################
11902
11903 # Speedup - VPP IPv4 3n-hsw-x520
11904 -
11905   type: "plot"
11906   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11907   algorithm: "plot_throughput_speedup_analysis"
11908   output-file-type: ".html"
11909   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11910   data: "plot-throughput-speedup-analysis-3n-hsw"
11911   filter: "'NIC_Intel-X520-DA2' and
11912            '64B' and
11913            ('BASE' or 'SCALE') and
11914            'NDRPDR' and
11915            'IP4FWD' and
11916            not 'IPSEC' and
11917            not 'VHOST'"
11918   parameters:
11919   - "throughput"
11920   - "parent"
11921   - "tags"
11922   layout:
11923     title: ""  # No title
11924     layout: "plot-throughput-speedup-analysis"
11925
11926 -
11927   type: "plot"
11928   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11929   algorithm: "plot_throughput_speedup_analysis"
11930   output-file-type: ".html"
11931   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11932   data: "plot-throughput-speedup-analysis-3n-hsw"
11933   filter: "'NIC_Intel-X520-DA2' and
11934            '64B' and
11935            ('BASE' or 'SCALE') and
11936            'NDRPDR' and
11937            'IP4FWD' and
11938            not 'IPSEC' and
11939            not 'VHOST'"
11940   parameters:
11941   - "throughput"
11942   - "parent"
11943   - "tags"
11944   layout:
11945     title: ""  # No title
11946     layout: "plot-throughput-speedup-analysis"
11947
11948 -
11949   type: "plot"
11950   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
11951   algorithm: "plot_throughput_speedup_analysis"
11952   output-file-type: ".html"
11953   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
11954   data: "plot-throughput-speedup-analysis-3n-hsw"
11955   filter: "'NIC_Intel-X520-DA2' and
11956            '64B' and
11957            'FEATURE' and
11958            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11959            'NDRPDR' and
11960            'IP4FWD' and
11961            not 'IPSEC' and
11962            not 'VHOST'"
11963   parameters:
11964   - "throughput"
11965   - "parent"
11966   - "tags"
11967   layout:
11968     title: ""  # No title
11969     layout: "plot-throughput-speedup-analysis"
11970
11971 -
11972   type: "plot"
11973   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
11974   algorithm: "plot_throughput_speedup_analysis"
11975   output-file-type: ".html"
11976   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
11977   data: "plot-throughput-speedup-analysis-3n-hsw"
11978   filter: "'NIC_Intel-X520-DA2' and
11979            '64B' and
11980            'FEATURE' and
11981            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11982            'NDRPDR' and
11983            'IP4FWD' and
11984            not 'IPSEC' and
11985            not 'VHOST'"
11986   parameters:
11987   - "throughput"
11988   - "parent"
11989   - "tags"
11990   layout:
11991     title: ""  # No title
11992     layout: "plot-throughput-speedup-analysis"
11993
11994 # Speedup - VPP IPv4 3n-hsw-x710
11995 -
11996   type: "plot"
11997   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11998   algorithm: "plot_throughput_speedup_analysis"
11999   output-file-type: ".html"
12000   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12001   data: "plot-throughput-speedup-analysis-3n-hsw"
12002   filter: "'NIC_Intel-X710' and
12003            '64B' and
12004            ('BASE' or 'SCALE') and
12005            'NDRPDR' and
12006            'IP4FWD' and
12007            not 'IPSEC' and
12008            not 'VHOST'"
12009   parameters:
12010   - "throughput"
12011   - "parent"
12012   - "tags"
12013   layout:
12014     title: ""  # No title
12015     layout: "plot-throughput-speedup-analysis"
12016
12017 -
12018   type: "plot"
12019   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12020   algorithm: "plot_throughput_speedup_analysis"
12021   output-file-type: ".html"
12022   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12023   data: "plot-throughput-speedup-analysis-3n-hsw"
12024   filter: "'NIC_Intel-X710' and
12025            '64B' and
12026            ('BASE' or 'SCALE') and
12027            'NDRPDR' and
12028            'IP4FWD' and
12029            not 'IPSEC' and
12030            not 'VHOST'"
12031   parameters:
12032   - "throughput"
12033   - "parent"
12034   - "tags"
12035   layout:
12036     title: ""  # No title
12037     layout: "plot-throughput-speedup-analysis"
12038
12039 -
12040   type: "plot"
12041   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
12042   algorithm: "plot_throughput_speedup_analysis"
12043   output-file-type: ".html"
12044   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
12045   data: "plot-throughput-speedup-analysis-3n-hsw"
12046   filter: "'NIC_Intel-X710' and
12047            '64B' and
12048            'FEATURE' and
12049            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12050            'NDRPDR' and
12051            'IP4FWD' and
12052            not 'IPSEC' and
12053            not 'VHOST'"
12054   parameters:
12055   - "throughput"
12056   - "parent"
12057   - "tags"
12058   layout:
12059     title: ""  # No title
12060     layout: "plot-throughput-speedup-analysis"
12061
12062 -
12063   type: "plot"
12064   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
12065   algorithm: "plot_throughput_speedup_analysis"
12066   output-file-type: ".html"
12067   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
12068   data: "plot-throughput-speedup-analysis-3n-hsw"
12069   filter: "'NIC_Intel-X710' and
12070            '64B' and
12071            'FEATURE' and
12072            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12073            'NDRPDR' and
12074            'IP4FWD' and
12075            not 'IPSEC' and
12076            not 'VHOST'"
12077   parameters:
12078   - "throughput"
12079   - "parent"
12080   - "tags"
12081   layout:
12082     title: ""  # No title
12083     layout: "plot-throughput-speedup-analysis"
12084
12085 # Speedup - VPP IPv4 3n-hsw-xl710
12086 -
12087   type: "plot"
12088   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12089   algorithm: "plot_throughput_speedup_analysis"
12090   output-file-type: ".html"
12091   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12092   data: "plot-throughput-speedup-analysis-3n-hsw"
12093   filter: "'NIC_Intel-XL710' and
12094            '64B' and
12095            ('BASE' or 'SCALE') and
12096            'NDRPDR' and
12097            'IP4FWD' and
12098            not 'IPSEC' and
12099            not 'VHOST'"
12100   parameters:
12101   - "throughput"
12102   - "parent"
12103   - "tags"
12104   layout:
12105     title: ""  # No title
12106     layout: "plot-throughput-speedup-analysis"
12107
12108 -
12109   type: "plot"
12110   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12111   algorithm: "plot_throughput_speedup_analysis"
12112   output-file-type: ".html"
12113   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12114   data: "plot-throughput-speedup-analysis-3n-hsw"
12115   filter: "'NIC_Intel-XL710' and
12116            '64B' and
12117            ('BASE' or 'SCALE') and
12118            'NDRPDR' and
12119            'IP4FWD' and
12120            not 'IPSEC' and
12121            not 'VHOST'"
12122   parameters:
12123   - "throughput"
12124   - "parent"
12125   - "tags"
12126   layout:
12127     title: ""  # No title
12128     layout: "plot-throughput-speedup-analysis"
12129
12130 # Speedup - VPP IPv4 3n-skx-x710
12131 -
12132   type: "plot"
12133   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12134   algorithm: "plot_throughput_speedup_analysis"
12135   output-file-type: ".html"
12136   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12137   data: "plot-throughput-speedup-analysis-3n-skx"
12138   filter: "'NIC_Intel-X710' and
12139            '64B' and
12140            ('BASE' or 'SCALE') and
12141            'NDRPDR' and
12142            'IP4FWD' and
12143            not 'IPSEC' and
12144            not 'VHOST'"
12145   parameters:
12146   - "throughput"
12147   - "parent"
12148   - "tags"
12149   layout:
12150     title: ""  # No title
12151     layout: "plot-throughput-speedup-analysis"
12152
12153 -
12154   type: "plot"
12155   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12156   algorithm: "plot_throughput_speedup_analysis"
12157   output-file-type: ".html"
12158   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12159   data: "plot-throughput-speedup-analysis-3n-skx"
12160   filter: "'NIC_Intel-X710' and
12161            '64B' and
12162            ('BASE' or 'SCALE') and
12163            'NDRPDR' and
12164            'IP4FWD' and
12165            not 'IPSEC' and
12166            not 'VHOST'"
12167   parameters:
12168   - "throughput"
12169   - "parent"
12170   - "tags"
12171   layout:
12172     title: ""  # No title
12173     layout: "plot-throughput-speedup-analysis"
12174
12175 -
12176   type: "plot"
12177   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
12178   algorithm: "plot_throughput_speedup_analysis"
12179   output-file-type: ".html"
12180   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
12181   data: "plot-throughput-speedup-analysis-3n-skx"
12182   filter: "'NIC_Intel-X710' and
12183            '64B' and
12184            'FEATURE' and
12185            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12186            'NDRPDR' and
12187            'IP4FWD' and
12188            not 'IPSEC' and
12189            not 'VHOST'"
12190   parameters:
12191   - "throughput"
12192   - "parent"
12193   - "tags"
12194   layout:
12195     title: ""  # No title
12196     layout: "plot-throughput-speedup-analysis"
12197
12198 -
12199   type: "plot"
12200   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
12201   algorithm: "plot_throughput_speedup_analysis"
12202   output-file-type: ".html"
12203   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
12204   data: "plot-throughput-speedup-analysis-3n-skx"
12205   filter: "'NIC_Intel-X710' and
12206            '64B' and
12207            'FEATURE' and
12208            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12209            'NDRPDR' and
12210            'IP4FWD' and
12211            not 'IPSEC' and
12212            not 'VHOST'"
12213   parameters:
12214   - "throughput"
12215   - "parent"
12216   - "tags"
12217   layout:
12218     title: ""  # No title
12219     layout: "plot-throughput-speedup-analysis"
12220
12221 # Speedup - VPP IPv4 2n-skx-x710
12222 -
12223   type: "plot"
12224   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
12225   algorithm: "plot_throughput_speedup_analysis"
12226   output-file-type: ".html"
12227   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
12228   data: "plot-throughput-speedup-analysis-2n-skx"
12229   filter: "'NIC_Intel-X710' and
12230            '64B' and
12231            ('BASE' or 'SCALE') and
12232            'NDRPDR' and
12233            'IP4FWD' and
12234            not 'IPSEC' and
12235            not 'VHOST'"
12236   parameters:
12237   - "throughput"
12238   - "parent"
12239   - "tags"
12240   layout:
12241     title: ""  # No title
12242     layout: "plot-throughput-speedup-analysis"
12243
12244 -
12245   type: "plot"
12246   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
12247   algorithm: "plot_throughput_speedup_analysis"
12248   output-file-type: ".html"
12249   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
12250   data: "plot-throughput-speedup-analysis-2n-skx"
12251   filter: "'NIC_Intel-X710' and
12252            '64B' and
12253            ('BASE' or 'SCALE') and
12254            'NDRPDR' and
12255            'IP4FWD' and
12256            not 'IPSEC' and
12257            not 'VHOST'"
12258   parameters:
12259   - "throughput"
12260   - "parent"
12261   - "tags"
12262   layout:
12263     title: ""  # No title
12264     layout: "plot-throughput-speedup-analysis"
12265
12266 # Speedup - VPP IPv4 2n-skx-xxv710
12267 -
12268   type: "plot"
12269   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
12270   algorithm: "plot_throughput_speedup_analysis"
12271   output-file-type: ".html"
12272   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
12273   data: "plot-throughput-speedup-analysis-2n-skx"
12274   filter: "'NIC_Intel-XXV710' and
12275            '64B' and
12276            ('BASE' or 'SCALE') and
12277            'NDRPDR' and
12278            'IP4FWD' and
12279            not 'IPSEC' and
12280            not 'VHOST'"
12281   parameters:
12282   - "throughput"
12283   - "parent"
12284   - "tags"
12285   layout:
12286     title: ""  # No title
12287     layout: "plot-throughput-speedup-analysis"
12288
12289 -
12290   type: "plot"
12291   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
12292   algorithm: "plot_throughput_speedup_analysis"
12293   output-file-type: ".html"
12294   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
12295   data: "plot-throughput-speedup-analysis-2n-skx"
12296   filter: "'NIC_Intel-XXV710' and
12297            '64B' and
12298            ('BASE' or 'SCALE') and
12299            'NDRPDR' and
12300            'IP4FWD' and
12301            not 'IPSEC' and
12302            not 'VHOST'"
12303   parameters:
12304   - "throughput"
12305   - "parent"
12306   - "tags"
12307   layout:
12308     title: ""  # No title
12309     layout: "plot-throughput-speedup-analysis"
12310
12311 ################################################################################
12312
12313 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
12314 -
12315   type: "plot"
12316   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12317   algorithm: "plot_throughput_speedup_analysis"
12318   output-file-type: ".html"
12319   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12320   data: "plot-throughput-speedup-analysis-3n-hsw"
12321   filter: "'NIC_Intel-X520-DA2' and
12322            '64B' and
12323            'ENCAP' and
12324            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12325            'NDRPDR' and
12326            'IP4FWD' and
12327            not 'IPSEC' and
12328            not 'VHOST'"
12329   parameters:
12330   - "throughput"
12331   - "parent"
12332   - "tags"
12333   layout:
12334     title: ""  # No title
12335     layout: "plot-throughput-speedup-analysis"
12336
12337 -
12338   type: "plot"
12339   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12340   algorithm: "plot_throughput_speedup_analysis"
12341   output-file-type: ".html"
12342   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12343   data: "plot-throughput-speedup-analysis-3n-hsw"
12344   filter: "'NIC_Intel-X520-DA2' and
12345            '64B' and
12346            'ENCAP' and
12347            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12348            'NDRPDR' and
12349            'IP4FWD' and
12350            not 'IPSEC' and
12351            not 'VHOST'"
12352   parameters:
12353   - "throughput"
12354   - "parent"
12355   - "tags"
12356   layout:
12357     title: ""  # No title
12358     layout: "plot-throughput-speedup-analysis"
12359
12360 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
12361 -
12362   type: "plot"
12363   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12364   algorithm: "plot_throughput_speedup_analysis"
12365   output-file-type: ".html"
12366   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12367   data: "plot-throughput-speedup-analysis-3n-hsw"
12368   filter: "'NIC_Intel-X710' and
12369            '64B' and
12370            'ENCAP' and
12371            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12372            'NDRPDR' and
12373            'IP4FWD' and
12374            not 'IPSEC' and
12375            not 'VHOST'"
12376   parameters:
12377   - "throughput"
12378   - "parent"
12379   - "tags"
12380   layout:
12381     title: ""  # No title
12382     layout: "plot-throughput-speedup-analysis"
12383
12384 -
12385   type: "plot"
12386   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12387   algorithm: "plot_throughput_speedup_analysis"
12388   output-file-type: ".html"
12389   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12390   data: "plot-throughput-speedup-analysis-3n-hsw"
12391   filter: "'NIC_Intel-X710' and
12392            '64B' and
12393            'ENCAP' and
12394            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12395            'NDRPDR' and
12396            'IP4FWD' and
12397            not 'IPSEC' and
12398            not 'VHOST'"
12399   parameters:
12400   - "throughput"
12401   - "parent"
12402   - "tags"
12403   layout:
12404     title: ""  # No title
12405     layout: "plot-throughput-speedup-analysis"
12406
12407 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
12408 -
12409   type: "plot"
12410   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12411   algorithm: "plot_throughput_speedup_analysis"
12412   output-file-type: ".html"
12413   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12414   data: "plot-throughput-speedup-analysis-3n-skx"
12415   filter: "'NIC_Intel-X710' and
12416            '64B' and
12417            'ENCAP' and
12418            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12419            'NDRPDR' and
12420            'IP4FWD' and
12421            not 'IPSEC' and
12422            not 'VHOST'"
12423   parameters:
12424   - "throughput"
12425   - "parent"
12426   - "tags"
12427   layout:
12428     title: ""  # No title
12429     layout: "plot-throughput-speedup-analysis"
12430
12431 -
12432   type: "plot"
12433   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12434   algorithm: "plot_throughput_speedup_analysis"
12435   output-file-type: ".html"
12436   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12437   data: "plot-throughput-speedup-analysis-3n-skx"
12438   filter: "'NIC_Intel-X710' and
12439            '64B' and
12440            'ENCAP' and
12441            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12442            'NDRPDR' and
12443            'IP4FWD' and
12444            not 'IPSEC' and
12445            not 'VHOST'"
12446   parameters:
12447   - "throughput"
12448   - "parent"
12449   - "tags"
12450   layout:
12451     title: ""  # No title
12452     layout: "plot-throughput-speedup-analysis"
12453
12454 ################################################################################
12455
12456 # Speedup - VPP IPv6 3n-hsw-x520
12457 -
12458   type: "plot"
12459   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12460   algorithm: "plot_throughput_speedup_analysis"
12461   output-file-type: ".html"
12462   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12463   data: "plot-throughput-speedup-analysis-3n-hsw"
12464   filter: "'NIC_Intel-X520-DA2' and
12465            '78B' and
12466            ('BASE' or 'SCALE') and
12467            'NDRPDR' and
12468            'IP6FWD' and
12469            not 'SRv6' and
12470            not 'IPSEC' and
12471            not 'VHOST'"
12472   parameters:
12473   - "throughput"
12474   - "parent"
12475   - "tags"
12476   layout:
12477     title: ""  # No title
12478     layout: "plot-throughput-speedup-analysis"
12479
12480 -
12481   type: "plot"
12482   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12483   algorithm: "plot_throughput_speedup_analysis"
12484   output-file-type: ".html"
12485   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12486   data: "plot-throughput-speedup-analysis-3n-hsw"
12487   filter: "'NIC_Intel-X520-DA2' and
12488            '78B' and
12489            ('BASE' or 'SCALE') and
12490            'NDRPDR' and
12491            'IP6FWD' and
12492            not 'SRv6' and
12493            not 'IPSEC' and
12494            not 'VHOST'"
12495   parameters:
12496   - "throughput"
12497   - "parent"
12498   - "tags"
12499   layout:
12500     title: ""  # No title
12501     layout: "plot-throughput-speedup-analysis"
12502
12503 # Speedup - VPP IPv6 3n-hsw-x710
12504 -
12505   type: "plot"
12506   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
12507   algorithm: "plot_throughput_speedup_analysis"
12508   output-file-type: ".html"
12509   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
12510   data: "plot-throughput-speedup-analysis-3n-hsw"
12511   filter: "'NIC_Intel-X710' and
12512            '78B' and
12513            ('BASE' or 'SCALE') and
12514            'NDRPDR' and
12515            'IP6FWD' and
12516            not 'SRv6' and
12517            not 'IPSEC' and
12518            not 'VHOST'"
12519   parameters:
12520   - "throughput"
12521   - "parent"
12522   - "tags"
12523   layout:
12524     title: ""  # No title
12525     layout: "plot-throughput-speedup-analysis"
12526
12527 -
12528   type: "plot"
12529   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
12530   algorithm: "plot_throughput_speedup_analysis"
12531   output-file-type: ".html"
12532   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
12533   data: "plot-throughput-speedup-analysis-3n-hsw"
12534   filter: "'NIC_Intel-X710' and
12535            '78B' and
12536            ('BASE' or 'SCALE') and
12537            'NDRPDR' and
12538            'IP6FWD' and
12539            not 'SRv6' and
12540            not 'IPSEC' and
12541            not 'VHOST'"
12542   parameters:
12543   - "throughput"
12544   - "parent"
12545   - "tags"
12546   layout:
12547     title: ""  # No title
12548     layout: "plot-throughput-speedup-analysis"
12549
12550 # Speedup - VPP IPv6 3n-hsw-xl710
12551 -
12552   type: "plot"
12553   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
12554   algorithm: "plot_throughput_speedup_analysis"
12555   output-file-type: ".html"
12556   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
12557   data: "plot-throughput-speedup-analysis-3n-hsw"
12558   filter: "'NIC_Intel-XL710' and
12559            '78B' and
12560            ('BASE' or 'SCALE') and
12561            'NDRPDR' and
12562            'IP6FWD' and
12563            not 'SRv6' and
12564            not 'IPSEC' and
12565            not 'VHOST'"
12566   parameters:
12567   - "throughput"
12568   - "parent"
12569   - "tags"
12570   layout:
12571     title: ""  # No title
12572     layout: "plot-throughput-speedup-analysis"
12573
12574 -
12575   type: "plot"
12576   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
12577   algorithm: "plot_throughput_speedup_analysis"
12578   output-file-type: ".html"
12579   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
12580   data: "plot-throughput-speedup-analysis-3n-hsw"
12581   filter: "'NIC_Intel-XL710' and
12582            '78B' and
12583            ('BASE' or 'SCALE') and
12584            'NDRPDR' and
12585            'IP6FWD' and
12586            not 'SRv6' and
12587            not 'IPSEC' and
12588            not 'VHOST'"
12589   parameters:
12590   - "throughput"
12591   - "parent"
12592   - "tags"
12593   layout:
12594     title: ""  # No title
12595     layout: "plot-throughput-speedup-analysis"
12596
12597 # Speedup - VPP IPv6 3n-skx-x710
12598 -
12599   type: "plot"
12600   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
12601   algorithm: "plot_throughput_speedup_analysis"
12602   output-file-type: ".html"
12603   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
12604   data: "plot-throughput-speedup-analysis-3n-skx"
12605   filter: "'NIC_Intel-X710' and
12606            '78B' and
12607            ('BASE' or 'SCALE') and
12608            'NDRPDR' and
12609            'IP6FWD' and
12610            not 'SRv6' and
12611            not 'IPSEC' and
12612            not 'VHOST'"
12613   parameters:
12614   - "throughput"
12615   - "parent"
12616   - "tags"
12617   layout:
12618     title: ""  # No title
12619     layout: "plot-throughput-speedup-analysis"
12620
12621 -
12622   type: "plot"
12623   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
12624   algorithm: "plot_throughput_speedup_analysis"
12625   output-file-type: ".html"
12626   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
12627   data: "plot-throughput-speedup-analysis-3n-skx"
12628   filter: "'NIC_Intel-X710' and
12629            '78B' and
12630            ('BASE' or 'SCALE') and
12631            'NDRPDR' and
12632            'IP6FWD' and
12633            not 'SRv6' and
12634            not 'IPSEC' and
12635            not 'VHOST'"
12636   parameters:
12637   - "throughput"
12638   - "parent"
12639   - "tags"
12640   layout:
12641     title: ""  # No title
12642     layout: "plot-throughput-speedup-analysis"
12643
12644 # Speedup - VPP IPv6 2n-skx-x710
12645 -
12646   type: "plot"
12647   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
12648   algorithm: "plot_throughput_speedup_analysis"
12649   output-file-type: ".html"
12650   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
12651   data: "plot-throughput-speedup-analysis-2n-skx"
12652   filter: "'NIC_Intel-X710' and
12653            '78B' and
12654            ('BASE' or 'SCALE') and
12655            'NDRPDR' and
12656            'IP6FWD' and
12657            not 'SRv6' and
12658            not 'IPSEC' and
12659            not 'VHOST'"
12660   parameters:
12661   - "throughput"
12662   - "parent"
12663   - "tags"
12664   layout:
12665     title: ""  # No title
12666     layout: "plot-throughput-speedup-analysis"
12667
12668 -
12669   type: "plot"
12670   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
12671   algorithm: "plot_throughput_speedup_analysis"
12672   output-file-type: ".html"
12673   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
12674   data: "plot-throughput-speedup-analysis-2n-skx"
12675   filter: "'NIC_Intel-X710' and
12676            '78B' and
12677            ('BASE' or 'SCALE') and
12678            'NDRPDR' and
12679            'IP6FWD' and
12680            not 'IPSEC' and
12681            not 'VHOST'"
12682   parameters:
12683   - "throughput"
12684   - "parent"
12685   - "tags"
12686   layout:
12687     title: ""  # No title
12688     layout: "plot-throughput-speedup-analysis"
12689
12690 # Speedup - VPP IPv6 2n-skx-xxv710
12691 -
12692   type: "plot"
12693   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
12694   algorithm: "plot_throughput_speedup_analysis"
12695   output-file-type: ".html"
12696   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
12697   data: "plot-throughput-speedup-analysis-2n-skx"
12698   filter: "'NIC_Intel-XXV710' and
12699            '78B' and
12700            ('BASE' or 'SCALE') and
12701            'NDRPDR' and
12702            'IP6FWD' and
12703            not 'SRv6' and
12704            not 'IPSEC' and
12705            not 'VHOST'"
12706   parameters:
12707   - "throughput"
12708   - "parent"
12709   - "tags"
12710   layout:
12711     title: ""  # No title
12712     layout: "plot-throughput-speedup-analysis"
12713
12714 -
12715   type: "plot"
12716   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
12717   algorithm: "plot_throughput_speedup_analysis"
12718   output-file-type: ".html"
12719   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
12720   data: "plot-throughput-speedup-analysis-2n-skx"
12721   filter: "'NIC_Intel-XXV710' and
12722            '78B' and
12723            ('BASE' or 'SCALE') and
12724            'NDRPDR' and
12725            'IP6FWD' and
12726            not 'SRv6' and
12727            not 'IPSEC' and
12728            not 'VHOST'"
12729   parameters:
12730   - "throughput"
12731   - "parent"
12732   - "tags"
12733   layout:
12734     title: ""  # No title
12735     layout: "plot-throughput-speedup-analysis"
12736
12737 ################################################################################
12738
12739 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
12740 -
12741   type: "plot"
12742   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12743   algorithm: "plot_throughput_speedup_analysis"
12744   output-file-type: ".html"
12745   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12746   data: "plot-throughput-speedup-analysis-3n-hsw"
12747   filter: "'NIC_Intel-X520-DA2' and
12748            '78B' and
12749            'ENCAP' and
12750            'NDRPDR' and
12751            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12752            not 'VHOST'"
12753   parameters:
12754   - "throughput"
12755   - "parent"
12756   - "tags"
12757   layout:
12758     title: ""  # No title
12759     layout: "plot-throughput-speedup-analysis"
12760
12761 -
12762   type: "plot"
12763   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12764   algorithm: "plot_throughput_speedup_analysis"
12765   output-file-type: ".html"
12766   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12767   data: "plot-throughput-speedup-analysis-3n-hsw"
12768   filter: "'NIC_Intel-X520-DA2' and
12769            '78B' and
12770            'ENCAP' and
12771            'NDRPDR' and
12772            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12773            not 'VHOST'"
12774   parameters:
12775   - "throughput"
12776   - "parent"
12777   - "tags"
12778   layout:
12779     title: ""  # No title
12780     layout: "plot-throughput-speedup-analysis"
12781
12782 ################################################################################
12783
12784 # Speedup - VPP IPSec 3n-hsw-xl710
12785 -
12786   type: "plot"
12787   title: "Speedup: ipsec-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12788   algorithm: "plot_throughput_speedup_analysis"
12789   output-file-type: ".html"
12790   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12791   data: "plot-throughput-speedup-analysis-3n-hsw"
12792   filter: "'NIC_Intel-XL710' and
12793            '64B' and
12794            'IP4FWD' and
12795            'NDRPDR' and
12796            'IPSECHW' and
12797            ('IPSECTRAN' or 'IPSECTUN') and
12798            not 'VHOST'"
12799   parameters:
12800   - "throughput"
12801   - "parent"
12802   - "tags"
12803   layout:
12804     title: ""  # No title
12805     layout: "plot-throughput-speedup-analysis"
12806
12807 -
12808   type: "plot"
12809   title: "Speedup: ipsec-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12810   algorithm: "plot_throughput_speedup_analysis"
12811   output-file-type: ".html"
12812   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12813   data: "plot-throughput-speedup-analysis-3n-hsw"
12814   filter: "'NIC_Intel-XL710' and
12815            '64B' and
12816            'IP4FWD' and
12817            'NDRPDR' and
12818            'IPSECHW' and
12819            ('IPSECTRAN' or 'IPSECTUN') and
12820            not 'VHOST'"
12821   parameters:
12822   - "throughput"
12823   - "parent"
12824   - "tags"
12825   layout:
12826     title: ""  # No title
12827     layout: "plot-throughput-speedup-analysis"
12828
12829 ################################################################################
12830
12831 # Speedup - VPP SRv6 3n-hsw-x520
12832 -
12833   type: "plot"
12834   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
12835   algorithm: "plot_throughput_speedup_analysis"
12836   output-file-type: ".html"
12837   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
12838   data: "plot-throughput-speedup-analysis-3n-hsw"
12839   filter: "'NIC_Intel-X520-DA2' and
12840            '78B' and
12841            'FEATURE' and
12842            'NDRPDR' and
12843            'IP6FWD' and
12844            'SRv6'"
12845   parameters:
12846   - "throughput"
12847   - "parent"
12848   - "tags"
12849   layout:
12850     title: ""  # No title
12851     layout: "plot-throughput-speedup-analysis"
12852
12853 -
12854   type: "plot"
12855   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
12856   algorithm: "plot_throughput_speedup_analysis"
12857   output-file-type: ".html"
12858   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
12859   data: "plot-throughput-speedup-analysis-3n-hsw"
12860   filter: "'NIC_Intel-X520-DA2' and
12861            '78B' and
12862            'FEATURE' and
12863            'NDRPDR' and
12864            'IP6FWD' and
12865            'SRv6'"
12866   parameters:
12867   - "throughput"
12868   - "parent"
12869   - "tags"
12870   layout:
12871     title: ""  # No title
12872     layout: "plot-throughput-speedup-analysis"
12873
12874 ################################################################################
12875
12876 # Speedup - VPP L2 3n-hsw-x520
12877 -
12878   type: "plot"
12879   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12880   algorithm: "plot_throughput_speedup_analysis"
12881   output-file-type: ".html"
12882   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12883   data: "plot-throughput-speedup-analysis-3n-hsw"
12884   filter: "'NIC_Intel-X520-DA2' and
12885            '64B' and
12886            ('BASE' or 'SCALE') and
12887            'NDRPDR' and
12888            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12889            not 'VHOST' and
12890            not 'MEMIF'"
12891   parameters:
12892   - "throughput"
12893   - "parent"
12894   - "tags"
12895   layout:
12896     title: ""  # No title
12897     layout: "plot-throughput-speedup-analysis"
12898
12899 -
12900   type: "plot"
12901   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12902   algorithm: "plot_throughput_speedup_analysis"
12903   output-file-type: ".html"
12904   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12905   data: "plot-throughput-speedup-analysis-3n-hsw"
12906   filter: "'NIC_Intel-X520-DA2' and
12907            '64B' and
12908            ('BASE' or 'SCALE') and
12909            'NDRPDR' and
12910            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12911            not 'VHOST' and
12912            not 'MEMIF'"
12913   parameters:
12914   - "throughput"
12915   - "parent"
12916   - "tags"
12917   layout:
12918     title: ""  # No title
12919     layout: "plot-throughput-speedup-analysis"
12920
12921 -
12922   type: "plot"
12923   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
12924   algorithm: "plot_throughput_speedup_analysis"
12925   output-file-type: ".html"
12926   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
12927   data: "plot-throughput-speedup-analysis-3n-hsw"
12928   filter: "'NIC_Intel-X520-DA2' and
12929            '64B' and
12930            'FEATURE' and
12931            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12932            'NDRPDR' and
12933            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12934            not 'VHOST' and
12935            not 'MEMIF'"
12936   parameters:
12937   - "throughput"
12938   - "parent"
12939   - "tags"
12940   layout:
12941     title: ""  # No title
12942     layout: "plot-throughput-speedup-analysis"
12943
12944 -
12945   type: "plot"
12946   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
12947   algorithm: "plot_throughput_speedup_analysis"
12948   output-file-type: ".html"
12949   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
12950   data: "plot-throughput-speedup-analysis-3n-hsw"
12951   filter: "'NIC_Intel-X520-DA2' and
12952            '64B' and
12953            'FEATURE' and
12954            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12955            'NDRPDR' and
12956            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12957            not 'VHOST' and
12958            not 'MEMIF'"
12959   parameters:
12960   - "throughput"
12961   - "parent"
12962   - "tags"
12963   layout:
12964     title: ""  # No title
12965     layout: "plot-throughput-speedup-analysis"
12966
12967 # Speedup - VPP L2 3n-hsw-x710
12968 -
12969   type: "plot"
12970   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12971   algorithm: "plot_throughput_speedup_analysis"
12972   output-file-type: ".html"
12973   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12974   data: "plot-throughput-speedup-analysis-3n-hsw"
12975   filter: "'NIC_Intel-X710' and
12976            '64B' and
12977            ('BASE' or 'SCALE') and
12978            'NDRPDR' and
12979            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12980            not 'VHOST' and
12981            not 'MEMIF'"
12982   parameters:
12983   - "throughput"
12984   - "parent"
12985   - "tags"
12986   layout:
12987     title: ""  # No title
12988     layout: "plot-throughput-speedup-analysis"
12989
12990 -
12991   type: "plot"
12992   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12993   algorithm: "plot_throughput_speedup_analysis"
12994   output-file-type: ".html"
12995   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12996   data: "plot-throughput-speedup-analysis-3n-hsw"
12997   filter: "'NIC_Intel-X710' and
12998            '64B' and
12999            ('BASE' or 'SCALE') and
13000            'NDRPDR' and
13001            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13002            not 'VHOST' and
13003            not 'MEMIF'"
13004   parameters:
13005   - "throughput"
13006   - "parent"
13007   - "tags"
13008   layout:
13009     title: ""  # No title
13010     layout: "plot-throughput-speedup-analysis"
13011
13012 -
13013   type: "plot"
13014   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
13015   algorithm: "plot_throughput_speedup_analysis"
13016   output-file-type: ".html"
13017   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
13018   data: "plot-throughput-speedup-analysis-3n-hsw"
13019   filter: "'NIC_Intel-X710' and
13020            '64B' and
13021            'FEATURE' and
13022            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13023            'NDRPDR' and
13024            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13025            not 'VHOST' and
13026            not 'MEMIF'"
13027   parameters:
13028   - "throughput"
13029   - "parent"
13030   - "tags"
13031   layout:
13032     title: ""  # No title
13033     layout: "plot-throughput-speedup-analysis"
13034
13035 -
13036   type: "plot"
13037   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
13038   algorithm: "plot_throughput_speedup_analysis"
13039   output-file-type: ".html"
13040   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
13041   data: "plot-throughput-speedup-analysis-3n-hsw"
13042   filter: "'NIC_Intel-X710' and
13043            '64B' and
13044            'FEATURE' and
13045            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13046            'NDRPDR' and
13047            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13048            not 'VHOST' and
13049            not 'MEMIF'"
13050   parameters:
13051   - "throughput"
13052   - "parent"
13053   - "tags"
13054   layout:
13055     title: ""  # No title
13056     layout: "plot-throughput-speedup-analysis"
13057
13058 # Speedup - VPP L2 3n-hsw-xl710
13059 -
13060   type: "plot"
13061   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13062   algorithm: "plot_throughput_speedup_analysis"
13063   output-file-type: ".html"
13064   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13065   data: "plot-throughput-speedup-analysis-3n-hsw"
13066   filter: "'NIC_Intel-XL710' and
13067            '64B' and
13068            ('BASE' or 'SCALE') and
13069            'NDRPDR' and
13070            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13071            not 'VHOST' and
13072            not 'MEMIF'"
13073   parameters:
13074   - "throughput"
13075   - "parent"
13076   - "tags"
13077   layout:
13078     title: ""  # No title
13079     layout: "plot-throughput-speedup-analysis"
13080
13081 -
13082   type: "plot"
13083   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13084   algorithm: "plot_throughput_speedup_analysis"
13085   output-file-type: ".html"
13086   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13087   data: "plot-throughput-speedup-analysis-3n-hsw"
13088   filter: "'NIC_Intel-XL710' and
13089            '64B' and
13090            ('BASE' or 'SCALE') and
13091            'NDRPDR' and
13092            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13093            not 'VHOST' and
13094            not 'MEMIF'"
13095   parameters:
13096   - "throughput"
13097   - "parent"
13098   - "tags"
13099   layout:
13100     title: ""  # No title
13101     layout: "plot-throughput-speedup-analysis"
13102
13103 # Speedup - VPP L2 3n-skx-x710
13104 -
13105   type: "plot"
13106   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13107   algorithm: "plot_throughput_speedup_analysis"
13108   output-file-type: ".html"
13109   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13110   data: "plot-throughput-speedup-analysis-3n-skx"
13111   filter: "'NIC_Intel-X710' and
13112            '64B' and
13113            ('BASE' or 'SCALE') and
13114            'NDRPDR' and
13115            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13116            not 'VHOST' and
13117            not 'MEMIF'"
13118   parameters:
13119   - "throughput"
13120   - "parent"
13121   - "tags"
13122   layout:
13123     title: ""  # No title
13124     layout: "plot-throughput-speedup-analysis"
13125
13126 -
13127   type: "plot"
13128   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13129   algorithm: "plot_throughput_speedup_analysis"
13130   output-file-type: ".html"
13131   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13132   data: "plot-throughput-speedup-analysis-3n-skx"
13133   filter: "'NIC_Intel-X710' and
13134            '64B' and
13135            ('BASE' or 'SCALE') and
13136            'NDRPDR' and
13137            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13138            not 'VHOST' and
13139            not 'MEMIF'"
13140   parameters:
13141   - "throughput"
13142   - "parent"
13143   - "tags"
13144   layout:
13145     title: ""  # No title
13146     layout: "plot-throughput-speedup-analysis"
13147
13148 -
13149   type: "plot"
13150   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
13151   algorithm: "plot_throughput_speedup_analysis"
13152   output-file-type: ".html"
13153   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
13154   data: "plot-throughput-speedup-analysis-3n-skx"
13155   filter: "'NIC_Intel-X710' and
13156            '64B' and
13157            'FEATURE' and
13158            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13159            'NDRPDR' and
13160            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13161            not 'VHOST' and
13162            not 'MEMIF'"
13163   parameters:
13164   - "throughput"
13165   - "parent"
13166   - "tags"
13167   layout:
13168     title: ""  # No title
13169     layout: "plot-throughput-speedup-analysis"
13170
13171 -
13172   type: "plot"
13173   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
13174   algorithm: "plot_throughput_speedup_analysis"
13175   output-file-type: ".html"
13176   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
13177   data: "plot-throughput-speedup-analysis-3n-skx"
13178   filter: "'NIC_Intel-X710' and
13179            '64B' and
13180            'FEATURE' and
13181            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13182            'NDRPDR' and
13183            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13184            not 'VHOST' and
13185            not 'MEMIF'"
13186   parameters:
13187   - "throughput"
13188   - "parent"
13189   - "tags"
13190   layout:
13191     title: ""  # No title
13192     layout: "plot-throughput-speedup-analysis"
13193
13194 # Speedup - VPP L2 3n-skx-xxv710
13195 -
13196   type: "plot"
13197   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13198   algorithm: "plot_throughput_speedup_analysis"
13199   output-file-type: ".html"
13200   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13201   data: "plot-throughput-speedup-analysis-3n-skx"
13202   filter: "'NIC_Intel-XXV710' and
13203            '64B' and
13204            ('BASE' or 'SCALE') and
13205            'NDRPDR' and
13206            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13207            not 'VHOST' and
13208            not 'MEMIF'"
13209   parameters:
13210   - "throughput"
13211   - "parent"
13212   - "tags"
13213   layout:
13214     title: ""  # No title
13215     layout: "plot-throughput-speedup-analysis"
13216
13217 -
13218   type: "plot"
13219   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13220   algorithm: "plot_throughput_speedup_analysis"
13221   output-file-type: ".html"
13222   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13223   data: "plot-throughput-speedup-analysis-3n-skx"
13224   filter: "'NIC_Intel-XXV710' and
13225            '64B' and
13226            ('BASE' or 'SCALE') and
13227            'NDRPDR' and
13228            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13229            not 'VHOST' and
13230            not 'MEMIF'"
13231   parameters:
13232   - "throughput"
13233   - "parent"
13234   - "tags"
13235   layout:
13236     title: ""  # No title
13237     layout: "plot-throughput-speedup-analysis"
13238
13239 # Speedup - VPP L2 2n-skx-x710
13240 -
13241   type: "plot"
13242   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
13243   algorithm: "plot_throughput_speedup_analysis"
13244   output-file-type: ".html"
13245   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
13246   data: "plot-throughput-speedup-analysis-2n-skx"
13247   filter: "'NIC_Intel-X710' and
13248            '64B' and
13249            ('BASE' or 'SCALE') and
13250            'NDRPDR' and
13251            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13252            not 'VHOST' and
13253            not 'MEMIF'"
13254   parameters:
13255   - "throughput"
13256   - "parent"
13257   - "tags"
13258   layout:
13259     title: ""  # No title
13260     layout: "plot-throughput-speedup-analysis"
13261
13262 -
13263   type: "plot"
13264   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
13265   algorithm: "plot_throughput_speedup_analysis"
13266   output-file-type: ".html"
13267   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
13268   data: "plot-throughput-speedup-analysis-2n-skx"
13269   filter: "'NIC_Intel-X710' and
13270            '64B' and
13271            ('BASE' or 'SCALE') and
13272            'NDRPDR' and
13273            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13274            not 'VHOST' and
13275            not 'MEMIF'"
13276   parameters:
13277   - "throughput"
13278   - "parent"
13279   - "tags"
13280   layout:
13281     title: ""  # No title
13282     layout: "plot-throughput-speedup-analysis"
13283
13284 # Speedup - VPP L2 2n-skx-xxv710
13285 -
13286   type: "plot"
13287   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13288   algorithm: "plot_throughput_speedup_analysis"
13289   output-file-type: ".html"
13290   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13291   data: "plot-throughput-speedup-analysis-2n-skx"
13292   filter: "'NIC_Intel-XXV710' and
13293            '64B' and
13294            ('BASE' or 'SCALE') and
13295            'NDRPDR' and
13296            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13297            not 'VHOST' and
13298            not 'MEMIF'"
13299   parameters:
13300   - "throughput"
13301   - "parent"
13302   - "tags"
13303   layout:
13304     title: ""  # No title
13305     layout: "plot-throughput-speedup-analysis"
13306
13307 -
13308   type: "plot"
13309   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13310   algorithm: "plot_throughput_speedup_analysis"
13311   output-file-type: ".html"
13312   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13313   data: "plot-throughput-speedup-analysis-2n-skx"
13314   filter: "'NIC_Intel-XXV710' and
13315            '64B' and
13316            ('BASE' or 'SCALE') and
13317            'NDRPDR' and
13318            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13319            not 'VHOST' and
13320            not 'MEMIF'"
13321   parameters:
13322   - "throughput"
13323   - "parent"
13324   - "tags"
13325   layout:
13326     title: ""  # No title
13327     layout: "plot-throughput-speedup-analysis"
13328
13329 ################################################################################
13330
13331 # Speedup - VPP vhost ip4 3n-hsw-x520
13332 -
13333   type: "plot"
13334   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13335   algorithm: "plot_throughput_speedup_analysis"
13336   output-file-type: ".html"
13337   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13338   data: "plot-throughput-speedup-analysis-3n-hsw"
13339   filter: "'NIC_Intel-X520-DA2' and
13340            '64B' and
13341            'NDRPDR' and
13342            'VHOST' and
13343            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13344   parameters:
13345   - "throughput"
13346   - "parent"
13347   - "tags"
13348   layout:
13349     title: ""  # No title
13350     layout: "plot-throughput-speedup-analysis"
13351
13352 -
13353   type: "plot"
13354   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13355   algorithm: "plot_throughput_speedup_analysis"
13356   output-file-type: ".html"
13357   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13358   data: "plot-throughput-speedup-analysis-3n-hsw"
13359   filter: "'NIC_Intel-X520-DA2' and
13360            '64B' and
13361            'NDRPDR' and
13362            'VHOST' and
13363            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13364   parameters:
13365   - "throughput"
13366   - "parent"
13367   - "tags"
13368   layout:
13369     title: ""  # No title
13370     layout: "plot-throughput-speedup-analysis"
13371
13372 # Speedup - VPP vhost l2sw 3n-hsw-x520
13373 -
13374   type: "plot"
13375   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13376   algorithm: "plot_throughput_speedup_analysis"
13377   output-file-type: ".html"
13378   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13379   data: "plot-throughput-speedup-analysis-3n-hsw"
13380   filter: "'NIC_Intel-X520-DA2' and
13381            '64B' and
13382            'NDRPDR' and
13383            'VHOST' and
13384            not 'VXLAN' and
13385            not 'IP4FWD' and
13386            not 'DOT1Q' and
13387            not '2VM'"
13388   parameters:
13389   - "throughput"
13390   - "parent"
13391   - "tags"
13392   layout:
13393     title: ""  # No title
13394     layout: "plot-throughput-speedup-analysis"
13395
13396 -
13397   type: "plot"
13398   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13399   algorithm: "plot_throughput_speedup_analysis"
13400   output-file-type: ".html"
13401   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13402   data: "plot-throughput-speedup-analysis-3n-hsw"
13403   filter: "'NIC_Intel-X520-DA2' and
13404            '64B' and
13405            'NDRPDR' and
13406            'VHOST' and
13407            not 'VXLAN' and
13408            not 'IP4FWD' and
13409            not 'DOT1Q' and
13410            not '2VM'"
13411   parameters:
13412   - "throughput"
13413   - "parent"
13414   - "tags"
13415   layout:
13416     title: ""  # No title
13417     layout: "plot-throughput-speedup-analysis"
13418
13419 # Speedup - VPP vhost ip4 3n-hsw-x710
13420 -
13421   type: "plot"
13422   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13423   algorithm: "plot_throughput_speedup_analysis"
13424   output-file-type: ".html"
13425   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13426   data: "plot-throughput-speedup-analysis-3n-hsw"
13427   filter: "'NIC_Intel-X710' and
13428            '64B' and
13429            'NDRPDR' and
13430            'VHOST' and
13431            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13432   parameters:
13433   - "throughput"
13434   - "parent"
13435   - "tags"
13436   layout:
13437     title: ""  # No title
13438     layout: "plot-throughput-speedup-analysis"
13439
13440 -
13441   type: "plot"
13442   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13443   algorithm: "plot_throughput_speedup_analysis"
13444   output-file-type: ".html"
13445   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13446   data: "plot-throughput-speedup-analysis-3n-hsw"
13447   filter: "'NIC_Intel-X710' and
13448            '64B' and
13449            'NDRPDR' and
13450            'VHOST' and
13451            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13452   parameters:
13453   - "throughput"
13454   - "parent"
13455   - "tags"
13456   layout:
13457     title: ""  # No title
13458     layout: "plot-throughput-speedup-analysis"
13459
13460 # Speedup - VPP vhost l2sw 3n-hsw-x710
13461 -
13462   type: "plot"
13463   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13464   algorithm: "plot_throughput_speedup_analysis"
13465   output-file-type: ".html"
13466   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13467   data: "plot-throughput-speedup-analysis-3n-hsw"
13468   filter: "'NIC_Intel-X710' and
13469            '64B' and
13470            'NDRPDR' and
13471            'VHOST' and
13472            not 'VXLAN' and
13473            not 'IP4FWD' and
13474            not 'DOT1Q' and
13475            not '2VM'"
13476   parameters:
13477   - "throughput"
13478   - "parent"
13479   - "tags"
13480   layout:
13481     title: ""  # No title
13482     layout: "plot-throughput-speedup-analysis"
13483
13484 -
13485   type: "plot"
13486   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13487   algorithm: "plot_throughput_speedup_analysis"
13488   output-file-type: ".html"
13489   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13490   data: "plot-throughput-speedup-analysis-3n-hsw"
13491   filter: "'NIC_Intel-X710' and
13492            '64B' and
13493            'NDRPDR' and
13494            'VHOST' and
13495            not 'VXLAN' and
13496            not 'IP4FWD' and
13497            not 'DOT1Q' and
13498            not '2VM'"
13499   parameters:
13500   - "throughput"
13501   - "parent"
13502   - "tags"
13503   layout:
13504     title: ""  # No title
13505     layout: "plot-throughput-speedup-analysis"
13506
13507 # Speedup - VPP vhost ip4 3n-hsw-xl710
13508 -
13509   type: "plot"
13510   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13511   algorithm: "plot_throughput_speedup_analysis"
13512   output-file-type: ".html"
13513   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13514   data: "plot-throughput-speedup-analysis-3n-hsw"
13515   filter: "'NIC_Intel-XL710' and
13516            '64B' and
13517            'NDRPDR' and
13518            'VHOST' and
13519            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13520   parameters:
13521   - "throughput"
13522   - "parent"
13523   - "tags"
13524   layout:
13525     title: ""  # No title
13526     layout: "plot-throughput-speedup-analysis"
13527
13528 -
13529   type: "plot"
13530   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13531   algorithm: "plot_throughput_speedup_analysis"
13532   output-file-type: ".html"
13533   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13534   data: "plot-throughput-speedup-analysis-3n-hsw"
13535   filter: "'NIC_Intel-XL710' and
13536            '64B' and
13537            'NDRPDR' and
13538            'VHOST' and
13539            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13540   parameters:
13541   - "throughput"
13542   - "parent"
13543   - "tags"
13544   layout:
13545     title: ""  # No title
13546     layout: "plot-throughput-speedup-analysis"
13547
13548 # Speedup - VPP vhost l2sw 3n-hsw-xl710
13549 -
13550   type: "plot"
13551   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13552   algorithm: "plot_throughput_speedup_analysis"
13553   output-file-type: ".html"
13554   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13555   data: "plot-throughput-speedup-analysis-3n-hsw"
13556   filter: "'NIC_Intel-XL710' and
13557            '64B' and
13558            'NDRPDR' and
13559            'VHOST' and
13560            not 'VXLAN' and
13561            not 'IP4FWD' and
13562            not 'DOT1Q' and
13563            not '2VM'"
13564   parameters:
13565   - "throughput"
13566   - "parent"
13567   - "tags"
13568   layout:
13569     title: ""  # No title
13570     layout: "plot-throughput-speedup-analysis"
13571
13572 -
13573   type: "plot"
13574   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13575   algorithm: "plot_throughput_speedup_analysis"
13576   output-file-type: ".html"
13577   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13578   data: "plot-throughput-speedup-analysis-3n-hsw"
13579   filter: "'NIC_Intel-XL710' and
13580            '64B' and
13581            'NDRPDR' and
13582            'VHOST' and
13583            not 'VXLAN' and
13584            not 'IP4FWD' and
13585            not 'DOT1Q' and
13586            not '2VM'"
13587   parameters:
13588   - "throughput"
13589   - "parent"
13590   - "tags"
13591   layout:
13592     title: ""  # No title
13593     layout: "plot-throughput-speedup-analysis"
13594
13595 # Speedup - VPP vhost l2sw 3n-hsw-x520
13596 -
13597   type: "plot"
13598   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
13599   algorithm: "plot_throughput_speedup_analysis"
13600   output-file-type: ".html"
13601   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
13602   data: "plot-throughput-speedup-analysis-3n-hsw"
13603   filter: "'NIC_Intel-X520-DA2' and
13604            '114B' and
13605            'NDRPDR' and
13606            'VTS'"
13607   parameters:
13608   - "throughput"
13609   - "parent"
13610   - "tags"
13611   layout:
13612     title: ""  # No title
13613     layout: "plot-throughput-speedup-analysis"
13614
13615 -
13616   type: "plot"
13617   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
13618   algorithm: "plot_throughput_speedup_analysis"
13619   output-file-type: ".html"
13620   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
13621   data: "plot-throughput-speedup-analysis-3n-hsw"
13622   filter: "'NIC_Intel-X520-DA2' and
13623            '114B' and
13624            'NDRPDR' and
13625            'VTS'"
13626   parameters:
13627   - "throughput"
13628   - "parent"
13629   - "tags"
13630   layout:
13631     title: ""  # No title
13632     layout: "plot-throughput-speedup-analysis"