4eb7603359fafc9b214f68fbf4c271943ef30ae0
[csit.git] / resources / tools / presentation / specification.yaml
1 -
2   type: "environment"
3
4   paths:
5     # Top level directories:
6     ## Working directory
7     DIR[WORKING]: "_tmp"
8     ## Build directories
9     DIR[BUILD,HTML]: "_build"
10     DIR[BUILD,LATEX]: "_build_latex"
11
12     # Static .rst files
13     DIR[RST]: "../../../docs/report"
14
15     # Working directories
16     ## Input data files (.zip, .xml)
17     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
18     ## Static source files from git
19     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
20     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
21
22     # Static html content
23     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
24     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
25     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
26     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
27
28     # Detailed test results
29     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
30     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
31     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
32     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
33     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
34     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
35     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
36     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
37     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
38     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
39     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
40     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
41     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
42     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
43     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
44     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
45
46     # Detailed test configurations
47     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
48     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
49     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
50     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
51     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
52     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
53     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
54     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
55     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
56
57     # Detailed tests operational data
58     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
59     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
60     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
61     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
62
63     # .css patch file to fix tables generated by Sphinx
64     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
65     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
66
67   urls:
68     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
69     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
70     URL[NEXUS]: "https://docs.fd.io/csit"
71     DIR[NEXUS]: "report/_static/archive"
72
73   make-dirs:
74   # List the directories which are created while preparing the environment.
75   # All directories MUST be defined in "paths" section.
76   - "DIR[WORKING,DATA]"
77   - "DIR[STATIC,VPP]"
78   - "DIR[STATIC,DPDK]"
79   - "DIR[STATIC,ARCH]"
80   - "DIR[BUILD,LATEX]"
81   - "DIR[WORKING,SRC]"
82   - "DIR[WORKING,SRC,STATIC]"
83
84   remove-dirs:
85   # List the directories which are deleted while cleaning the environment.
86   # All directories MUST be defined in "paths" section.
87   #- "DIR[BUILD,HTML]"
88   - "DIR[WORKING,DATA]"
89
90   build-dirs:
91   # List the directories where the results (build) is stored.
92   # All directories MUST be defined in "paths" section.
93   - "DIR[BUILD,HTML]"
94   - "DIR[BUILD,LATEX]"
95
96 -
97   type: "configuration"
98
99   data-sets:
100
101     # VPP Performance
102     vpp-performance-changes:
103       csit-vpp-perf-1801-all:
104       - 124  # sel
105       - 127  # sel
106       - 128  # sel
107       - 141  # sel
108       - 142  # sel
109       - 143  # sel
110       - 145  # sel
111       - 146  # sel
112       - 162  # sel
113       - 163  # sel
114       - 167  # sel
115       - 172  # sel acl only
116       csit-vpp-perf-1804-all:
117       - 21  # sel
118       - 22  # sel
119       - 23  # sel
120       - 24  # sel
121       - 27  # sel
122       - 28  # sel
123       - 29  # sel
124       - 30  # sel
125       - 31  # sel
126       - 35  # sel
127       # TODO: Add Data sources
128       # csit-vpp-perf-verify-1807-3n-hsw:
129       # -   # NDRPDR sel
130
131     vpp-compare-testbeds:
132       # TODO: Add Data sources
133       # csit-vpp-perf-verify-1807-3n-hsw:
134       # -   # NDRPDR sel
135       csit-vpp-perf-1801-all:
136       - 124  # sel
137       - 127  # sel
138       - 128  # sel
139       - 141  # sel
140       - 142  # sel
141       - 143  # sel
142       - 145  # sel
143       - 146  # sel
144       - 162  # sel
145       - 163  # sel
146       - 167  # sel
147       - 172  # sel acl only
148       # TODO: Add Data sources
149       csit-vpp-perf-verify-1807-3n-skx:
150       - 33  # NDRPDR sel
151       - 35  # NDRPDR sel
152       - 37  # NDRPDR sel
153       - 38  # NDRPDR sel
154       - 39  # NDRPDR sel
155
156     vpp-compare-testbeds-mrr:
157       # TODO: Add Data sources
158       csit-vpp-perf-verify-1807-3n-hsw:
159       - 9   # MRR sel
160       # TODO: Add Data sources
161       csit-vpp-perf-verify-1807-3n-skx:
162       - 28  # MRR sel
163       - 32  # MRR sel
164       - 36  # MRR sel
165       - 42  # MRR sel
166
167     vpp-performance-changes-mrr:
168       csit-vpp-perf-check-1801:
169       - 3
170       - 4
171       - 5
172       - 6
173       - 7
174       - 8
175       - 9
176       - 11
177       - 12
178       - 13
179       csit-vpp-perf-check-1804:
180       - 6   # mrr - sel
181       - 13  # mrr - sel
182       - 14  # mrr - sel
183       - 15  # mrr - sel
184       - 16  # mrr - sel
185       - 17  # mrr - sel
186       - 19  # mrr - sel
187       - 20  # mrr - sel
188       - 21  # mrr - sel
189       - 22  # mrr - sel
190       # TODO: Add Data sources
191       csit-vpp-perf-verify-1807-3n-hsw:
192       - 9   # MRR sel
193
194     vpp-perf-results-3n-hsw:
195       # TODO: Add Data sources
196       # csit-vpp-perf-verify-1807-3n-hsw:
197       csit-vpp-perf-1804-all:
198       - 19  # full
199       - 20  # full
200       - 25  # full
201       - 49  # full
202
203     vpp-perf-results-3n-skx:
204       # TODO: Add Data sources
205       # csit-vpp-perf-verify-1807-3n-skx:
206       csit-vpp-perf-1804-all:
207       - 19  # full
208       - 20  # full
209       - 25  # full
210       - 49  # full
211
212     vpp-perf-results-2n-skx:
213       # TODO: Add Data sources
214       csit-vpp-perf-verify-1807-2n-skx:
215       - 32  # NDRPDR full
216
217     vpp-mrr-results-3n-hsw:
218       csit-vpp-perf-verify-1807-3n-hsw:
219       - 8   # MRR full
220
221     vpp-mrr-results-3n-skx:
222       # TODO: Replace with better results
223       csit-vpp-perf-verify-1807-3n-skx:
224       - 31  # MRR full
225
226     vpp-mrr-results-2n-skx:
227       csit-vpp-perf-verify-1807-2n-skx:
228       - 27  # MRR full
229
230     plot-throughput-speedup-analysis-3n-hsw:
231       # TODO: Add Data sources
232       # csit-vpp-perf-verify-1807-3n-hsw:
233       csit-vpp-perf-1804-all:
234       - 19  # full
235       - 20  # full
236       - 25  # full
237       - 49  # full
238       - 21  # sel
239       - 22  # sel
240       - 23  # sel
241       - 24  # sel
242       - 27  # sel
243       - 28  # sel
244       - 29  # sel
245       - 30  # sel
246       - 31  # sel
247       - 35  # sel
248
249     plot-throughput-speedup-analysis-3n-skx:
250       # TODO: Add Data sources
251       csit-vpp-perf-verify-1807-3n-skx:
252       - 33  # NDRPDR sel
253       - 35  # NDRPDR sel
254       - 37  # NDRPDR sel
255       - 38  # NDRPDR sel
256       - 39  # NDRPDR sel
257
258     plot-throughput-speedup-analysis-2n-skx:
259       # TODO: Add Data sources
260       csit-vpp-perf-verify-1807-2n-skx:
261       - 26  # NDRPDR sel
262       - 28  # NDRPDR sel
263       - 29  # NDRPDR sel
264       - 30  # NDRPDR sel
265       - 34  # NDRPDR sel
266       - 35  # NDRPDR sel
267       - 36  # NDRPDR sel
268       - 39  # NDRPDR sel
269       - 40  # NDRPDR sel
270       - 42  # NDRPDR sel
271
272     plot-vpp-throughput-latency-3n-hsw:
273       # TODO: Add Data sources
274       # csit-vpp-perf-verify-1807-3n-hsw:
275       csit-vpp-perf-1804-all:
276       - 19  # full
277       - 20  # full
278       - 25  # full
279       - 49  # full
280       - 21  # sel
281       - 22  # sel
282       - 23  # sel
283       - 24  # sel
284       - 27  # sel
285       - 28  # sel
286       - 29  # sel
287       - 30  # sel
288       - 31  # sel
289       - 35  # sel
290
291     plot-vpp-throughput-latency-3n-skx:
292       # TODO: Add Data sources
293       csit-vpp-perf-verify-1807-3n-skx:
294       - 33  # NDRPDR sel
295       - 35  # NDRPDR sel
296       - 37  # NDRPDR sel
297       - 38  # NDRPDR sel
298       - 39  # NDRPDR sel
299
300     plot-vpp-throughput-latency-2n-skx:
301       csit-vpp-perf-verify-1807-2n-skx:
302       - 26  # NDRPDR sel
303       - 28  # NDRPDR sel
304       - 29  # NDRPDR sel
305       - 30  # NDRPDR sel
306       - 34  # NDRPDR sel
307       - 35  # NDRPDR sel
308       - 36  # NDRPDR sel
309       - 39  # NDRPDR sel
310       - 40  # NDRPDR sel
311       - 42  # NDRPDR sel
312
313     plot-vpp-http-server-performance:
314       # TODO: Add Data sources
315       csit-vpp-perf-1804-all:
316       - 39  # wrk
317       - 40  # wrk
318       - 41  # wrk
319       - 42  # wrk
320       - 43  # wrk
321       - 44  # wrk
322       - 45  # wrk
323       - 46  # wrk
324       - 47  # wrk
325       - 48  # wrk
326
327     # VPP Functional
328     vpp-func-results-ubuntu:
329       csit-vpp-functional-1807-ubuntu1604-virl:
330       # TODO: Add Data sources
331       - "lastSuccessfulBuild"
332
333     vpp-func-results-centos:
334       csit-vpp-functional-1807-centos7-virl:
335       # TODO: Add Data sources
336       - "lastSuccessfulBuild"
337
338     # VPP Ligato
339     ligato-perf-results-3n-hsw:
340       # TODO: Replace with better results
341       csit-ligato-perf-1807-all:
342       - 3   # full ?
343
344     plot-ligato-throughput-speedup-analysis-3n-hsw:
345       # TODO: Add Data sources
346       csit-ligato-perf-1807-all:
347       - 4   # sel
348
349     plot-ligato-throughput-latency-3n-hsw:
350       # TODO: Add Data sources
351       csit-ligato-perf-1807-all:
352       - 4   # sel
353
354     # DPDK Performance
355     dpdk-performance-changes:
356       csit-dpdk-perf-1804-all:
357       - 4
358       - 5
359       - 6
360       - 7
361       - 8
362       - 9
363       - 10
364       - 11
365       - 12
366       - 13
367       csit-dpdk-perf-verify-1807-3n-hsw:
368       - 11
369       - 12  # full
370       - 14
371       - 15
372       - 16
373       - 17
374       - 20
375       - 21
376       - 22
377       - 23
378
379     dpdk-compare-testbeds:
380       csit-dpdk-perf-verify-1807-3n-skx:
381       - 1
382       - 2
383       - 3
384       - 6
385       - 7
386       - 8
387       - 9
388       - 10
389       - 11
390       - 12
391       csit-dpdk-perf-verify-1807-3n-hsw:
392       - 11
393       - 12  # full
394       - 14
395       - 15
396       - 16
397       - 17
398       - 20
399       - 21
400       - 22
401       - 23
402
403     dpdk-perf-results-3n-hsw:
404       csit-dpdk-perf-verify-1807-3n-hsw:
405       - 12
406
407     dpdk-perf-results-3n-skx:
408       csit-dpdk-perf-verify-1807-3n-skx:
409       - 12
410
411     dpdk-perf-results-2n-skx:
412       csit-dpdk-perf-verify-1807-2n-skx:
413       - 10
414
415     plot-dpdk-throughput-latency-3n-hsw:
416       csit-dpdk-perf-verify-1807-3n-hsw:
417       - 11
418       - 12  # full
419       - 14
420       - 15
421       - 16
422       - 17
423       - 20
424       - 21
425       - 22
426       - 23
427
428     plot-dpdk-throughput-latency-3n-skx:
429       csit-dpdk-perf-verify-1807-3n-skx:
430       - 1
431       - 2
432       - 3
433       - 6
434       - 7
435       - 8
436       - 9
437       - 10
438       - 11
439       - 12
440
441     plot-dpdk-throughput-latency-2n-skx:
442       csit-dpdk-perf-verify-1807-2n-skx:
443       - 1
444       - 2
445       - 3
446       - 4
447       - 5
448       - 6
449       - 7
450       - 8
451       - 9
452       - 10
453
454     # HoneyComb Functional
455     hc-func-results:
456       csit-hc2vpp-verify-func-1807-ubuntu1604:
457       # TODO: Add Data sources
458       - "lastSuccessfulBuild"
459
460     #NSH SFC Functional
461     nsh-func-results:
462       # TODO: Add Data sources
463       csit-nsh_sfc-verify-func-1804-ubuntu1604-virl:
464       - 7
465
466   plot-layouts:
467
468     plot-cps:
469       xaxis:
470         autorange: True
471         fixedrange: False
472         gridcolor: "rgb(238, 238, 238)"
473         linecolor: "rgb(238, 238, 238)"
474         linewidth: 1
475         showgrid: True
476         showline: True
477         showticklabels: True
478         tickcolor: "rgb(238, 238, 238)"
479         tickmode: "linear"
480         title: "Indexed Test Cases"
481         zeroline: False
482       yaxis:
483         gridcolor: "rgb(238, 238, 238)"
484         hoverformat: ".4s"
485         linecolor: "rgb(238, 238, 238)"
486         linewidth: 1
487         rangemode: "tozero"
488         showgrid: True
489         showline: True
490         showticklabels: True
491         tickcolor: "rgb(238, 238, 238)"
492         title: "Connections Per Second [cps]"
493         zeroline: False
494       boxmode: "group"
495       boxgroupgap: 0.5
496       autosize: False
497       margin:
498         t: 50
499         b: 20
500         l: 50
501         r: 20
502       showlegend: True
503       legend:
504         orientation: "h"
505       width: 700
506       height: 1000
507
508     plot-rps:
509       xaxis:
510         autorange: True
511         fixedrange: False
512         gridcolor: "rgb(238, 238, 238)"
513         linecolor: "rgb(238, 238, 238)"
514         linewidth: 1
515         showgrid: True
516         showline: True
517         showticklabels: True
518         tickcolor: "rgb(238, 238, 238)"
519         tickmode: "linear"
520         title: "Indexed Test Cases"
521         zeroline: False
522       yaxis:
523         gridcolor: "rgb(238, 238, 238)"
524         hoverformat: ".4s"
525         linecolor: "rgb(238, 238, 238)"
526         linewidth: 1
527         rangemode: "tozero"
528         showgrid: True
529         showline: True
530         showticklabels: True
531         tickcolor: "rgb(238, 238, 238)"
532         title: "Requests Per Second [rps]"
533         zeroline: False
534       boxmode: "group"
535       boxgroupgap: 0.5
536       autosize: False
537       margin:
538         t: 50
539         b: 20
540         l: 50
541         r: 20
542       showlegend: True
543       legend:
544         orientation: "h"
545       width: 700
546       height: 1000
547
548     plot-throughput:
549       xaxis:
550         autorange: True
551         fixedrange: False
552         gridcolor: "rgb(238, 238, 238)"
553         linecolor: "rgb(238, 238, 238)"
554         linewidth: 1
555         showgrid: True
556         showline: True
557         showticklabels: True
558         tickcolor: "rgb(238, 238, 238)"
559         tickmode: "linear"
560         title: "Indexed Test Cases"
561         zeroline: False
562       yaxis:
563         gridcolor: "rgb(238, 238, 238)"
564         hoverformat: ".4s"
565         linecolor: "rgb(238, 238, 238)"
566         linewidth: 1
567         showgrid: True
568         showline: True
569         showticklabels: True
570         tickcolor: "rgb(238, 238, 238)"
571         title: "Packets Per Second [pps]"
572         zeroline: False
573       boxmode: "group"
574       boxgroupgap: 0.5
575       autosize: False
576       margin:
577         t: 50
578         b: 20
579         l: 50
580         r: 20
581       showlegend: True
582       legend:
583         orientation: "h"
584       width: 700
585       height: 1000
586
587     plot-latency:
588       xaxis:
589         autorange: True
590         fixedrange: False
591         gridcolor: "rgb(238, 238, 238)"
592         linecolor: "rgb(238, 238, 238)"
593         linewidth: 1
594         showgrid: True
595         showline: True
596         showticklabels: True
597         tickcolor: "rgb(238, 238, 238)"
598         tickmode: "linear"
599         title: "Indexed Test Cases"
600         zeroline: False
601       yaxis:
602         gridcolor: "rgb(238, 238, 238)"
603         hoverformat: ""
604         linecolor: "rgb(238, 238, 238)"
605         linewidth: 1
606         showgrid: True
607         showline: True
608         showticklabels: True
609         tickcolor: "rgb(238, 238, 238)"
610         title: "Latency min/avg/max [uSec]"
611         zeroline: False
612       boxmode: "group"
613       boxgroupgap: 0.5
614       autosize: False
615       margin:
616         t: 50
617         b: 20
618         l: 50
619         r: 20
620       showlegend: True
621       legend:
622         orientation: "h"
623       width: 700
624       height: 1000
625
626     plot-throughput-speedup-analysis:
627       xaxis:
628         autorange: True
629         fixedrange: False
630         gridcolor: "rgb(238, 238, 238)"
631         linecolor: "rgb(238, 238, 238)"
632         linewidth: 1
633         showgrid: True
634         showline: True
635         showticklabels: True
636         tickcolor: "rgb(238, 238, 238)"
637         tickmode: "linear"
638         tickangle: 270
639         zeroline: False
640       yaxis:
641         title: "Throughput speedup factor"
642         gridcolor: "rgb(238, 238, 238)"
643         hoverformat: ".4s"
644         linecolor: "rgb(238, 238, 238)"
645         linewidth: 1
646         showgrid: True
647         showline: True
648         showticklabels: True
649         tickcolor: "rgb(238, 238, 238)"
650         zeroline: False
651       legend:
652         orientation: "h"
653         xanchor: "center"
654         yanchor: "top"
655         x: 0.5
656         y: 1
657         bgcolor: "rgba(255, 255, 255, 0)"
658         bordercolor: "rgba(255, 255, 255, 0)"
659       barmode: "group"
660       bargap: 0.15
661       bargroupgap: 0.1
662       autosize: False
663       margin:
664           't': 50
665           'b': 300
666           'l': 50
667           'r': 20
668       showlegend: True
669       width: 700
670       height: 1000
671
672 -
673   type: "static"
674   src-path: "{DIR[RST]}"
675   dst-path: "{DIR[WORKING,SRC]}"
676
677 -
678   type: "input"
679   general:
680     file-name: "robot-plugin.zip"
681     file-format: ".zip"
682     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
683     extract: "robot-plugin/output.xml"
684
685   builds:
686
687     csit-vpp-perf-1801-all:
688     - 124  # sel
689     - 127  # sel
690     - 128  # sel
691     - 141  # sel
692     - 142  # sel
693     - 143  # sel
694     - 145  # sel
695     - 146  # sel
696     - 162  # sel
697     - 163  # sel
698     - 167  # sel
699     - 172  # sel acl only
700     csit-vpp-perf-1804-all:
701     - 19  # full
702     - 20  # full
703     - 25  # full
704     - 49  # full
705     - 21  # sel
706     - 22  # sel
707     - 23  # sel
708     - 24  # sel
709     - 27  # sel
710     - 28  # sel
711     - 29  # sel
712     - 30  # sel
713     - 31  # sel
714     - 35  # sel
715     - 39  # wrk
716     - 40  # wrk
717     - 41  # wrk
718     - 42  # wrk
719     - 43  # wrk
720     - 44  # wrk
721     - 45  # wrk
722     - 46  # wrk
723     - 47  # wrk
724     - 48  # wrk
725     # TODO: Add Data sources
726     csit-vpp-perf-verify-1807-3n-hsw:
727     - 8   # MRR full
728     - 9   # MRR sel
729     # TODO: Add Data sources
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     - 33  # NDRPDR sel
737     - 35  # NDRPDR sel
738     - 37  # NDRPDR sel
739     - 38  # NDRPDR sel
740     - 39  # NDRPDR sel
741     # TODO: Add Data sources
742     csit-vpp-perf-verify-1807-2n-skx:
743     - 27  # MRR full
744     - 31  # MRR sel
745     - 33  # MRR sel
746     - 37  # MRR sel
747     - 38  # MRR sel
748     - 41  # MRR sel
749     - 43  # MRR sel
750     - 32  # NDRPDR full
751     - 26  # NDRPDR sel
752     - 28  # NDRPDR sel
753     - 29  # NDRPDR sel
754     - 30  # NDRPDR sel
755     - 34  # NDRPDR sel
756     - 35  # NDRPDR sel
757     - 36  # NDRPDR sel
758     - 39  # NDRPDR sel
759     - 40  # NDRPDR sel
760     - 42  # NDRPDR sel
761     csit-vpp-perf-check-1801:
762     - 3   # mrr
763     - 4   # mrr
764     - 5   # mrr
765     - 6   # mrr
766     - 7   # mrr
767     - 8   # mrr
768     - 9   # mrr
769     - 11  # mrr
770     - 12  # mrr
771     - 13  # mrr
772     csit-vpp-perf-check-1804:
773     - 5   # mrr - full
774     - 6   # mrr - sel
775     - 13  # mrr - sel
776     - 14  # mrr - sel
777     - 15  # mrr - sel
778     - 16  # mrr - sel
779     - 17  # mrr - sel
780     - 19  # mrr - sel
781     - 20  # mrr - sel
782     - 21  # mrr - sel
783     - 22  # mrr - sel
784     csit-ligato-perf-1804-all:
785     - 4   # full
786     - 5   # sel
787     - 6   # sel
788     - 7   # sel
789     - 8   # sel
790     - 9   # sel
791     - 10  # sel
792     - 11  # sel
793     - 12  # sel
794     - 13  # sel
795     - 14  # sel
796     # TODO: Add Data sources
797     csit-ligato-perf-1807-all:
798     - 3   # full ?
799     - 4   # sel
800     csit-dpdk-perf-1804-all:
801     - 4
802     - 5
803     - 6
804     - 7
805     - 8
806     - 9
807     - 10
808     - 11
809     - 12
810     - 13
811     csit-dpdk-perf-verify-1807-3n-hsw:
812     - 11
813     - 12  # full
814     - 14
815     - 15
816     - 16
817     - 17
818     - 20
819     - 21
820     - 22
821     - 23
822     csit-dpdk-perf-verify-1807-3n-skx:
823     - 1
824     - 2
825     - 3
826     - 6
827     - 7
828     - 8
829     - 9
830     - 10
831     - 11
832     - 12
833     csit-dpdk-perf-verify-1807-2n-skx:
834     - 1
835     - 2
836     - 3
837     - 4
838     - 5
839     - 6
840     - 7
841     - 8
842     - 9
843     - 10
844     csit-vpp-functional-1807-ubuntu1604-virl:
845     # TODO: Add Data sources
846     - "lastSuccessfulBuild"
847     csit-vpp-functional-1807-centos7-virl:
848     # TODO: Add Data sources
849     - "lastSuccessfulBuild"
850     # TODO: Add Data sources
851     csit-nsh_sfc-verify-func-1804-ubuntu1604-virl:
852     - 7
853     csit-hc2vpp-verify-func-1807-ubuntu1604:
854     # TODO: Add Data sources
855     - "lastSuccessfulBuild"
856
857 -
858   type: "output"
859   output: "report"
860   format:
861     html:
862     - full
863     pdf:
864     - minimal
865
866 ################################################################################
867 ###                               T A B L E S                                ###
868 ################################################################################
869
870 ################################################################################
871 # VPP
872 -
873   type: "table"
874   title: "VPP Performance Changes 1t1c pdr"
875   algorithm: "table_performance_comparison"
876   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-pdr"
877   history:
878     -
879       title: "rls1801"
880       data:
881         csit-vpp-perf-1801-all:
882         - 124  # sel
883         - 127  # sel
884         - 128  # sel
885         - 141  # sel
886         - 142  # sel
887         - 143  # sel
888         - 145  # sel
889         - 146  # sel
890         - 162  # sel
891         - 163  # sel
892         - 167  # sel
893         - 172  # sel acl only
894   reference:
895     title: "rls1804"
896     data:
897       csit-vpp-perf-1804-all:
898       - 21  # sel
899       - 22  # sel
900       - 23  # sel
901       - 24  # sel
902       - 27  # sel
903       - 28  # sel
904       - 29  # sel
905       - 30  # sel
906       - 31  # sel
907       - 35  # sel
908   compare:
909     title: "rls1807"
910     data:
911       # TODO: Add Data sources
912       # csit-vpp-perf-verify-1807-3n-hsw:
913       csit-vpp-perf-1804-all:
914       - 21  # sel
915       - 22  # sel
916       - 23  # sel
917       - 24  # sel
918       - 27  # sel
919       - 28  # sel
920       - 29  # sel
921       - 30  # sel
922       - 31  # sel
923       - 35  # sel
924   data: "vpp-performance-changes"
925   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
926   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
927   parameters:
928   - "name"
929   - "parent"
930   - "throughput"
931
932 -
933   type: "table"
934   title: "VPP Performance Changes 2t2c pdr"
935   algorithm: "table_performance_comparison"
936   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-pdr"
937   history:
938     -
939       title: "rls1801"
940       data:
941         csit-vpp-perf-1801-all:
942         - 124  # sel
943         - 127  # sel
944         - 128  # sel
945         - 141  # sel
946         - 142  # sel
947         - 143  # sel
948         - 145  # sel
949         - 146  # sel
950         - 162  # sel
951         - 163  # sel
952         - 167  # sel
953         - 172  # sel acl only
954   reference:
955     title: "rls1804"
956     data:
957       csit-vpp-perf-1804-all:
958       - 21  # sel
959       - 22  # sel
960       - 23  # sel
961       - 24  # sel
962       - 27  # sel
963       - 28  # sel
964       - 29  # sel
965       - 30  # sel
966       - 31  # sel
967       - 35  # sel
968   compare:
969     title: "rls1807"
970     data:
971       # TODO: Add Data sources
972       # csit-vpp-perf-verify-1807-3n-hsw:
973       csit-vpp-perf-1804-all:
974       - 21  # sel
975       - 22  # sel
976       - 23  # sel
977       - 24  # sel
978       - 27  # sel
979       - 28  # sel
980       - 29  # sel
981       - 30  # sel
982       - 31  # sel
983       - 35  # sel
984   data: "vpp-performance-changes"
985   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
986   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
987   parameters:
988   - "name"
989   - "parent"
990   - "throughput"
991
992 -
993   type: "table"
994   title: "VPP Performance Changes 1t1c ndr"
995   algorithm: "table_performance_comparison"
996   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-ndr"
997   history:
998     -
999       title: "rls1801"
1000       data:
1001         csit-vpp-perf-1801-all:
1002         - 124  # sel
1003         - 127  # sel
1004         - 128  # sel
1005         - 141  # sel
1006         - 142  # sel
1007         - 143  # sel
1008         - 145  # sel
1009         - 146  # sel
1010         - 162  # sel
1011         - 163  # sel
1012         - 167  # sel
1013         - 172  # sel acl only
1014   reference:
1015     title: "rls1804"
1016     data:
1017       csit-vpp-perf-1804-all:
1018       - 21  # sel
1019       - 22  # sel
1020       - 23  # sel
1021       - 24  # sel
1022       - 27  # sel
1023       - 28  # sel
1024       - 29  # sel
1025       - 30  # sel
1026       - 31  # sel
1027       - 35  # sel
1028   compare:
1029     title: "rls1807"
1030     data:
1031       # TODO: Add Data sources
1032       # csit-vpp-perf-verify-1807-3n-hsw:
1033       csit-vpp-perf-1804-all:
1034       - 21  # sel
1035       - 22  # sel
1036       - 23  # sel
1037       - 24  # sel
1038       - 27  # sel
1039       - 28  # sel
1040       - 29  # sel
1041       - 30  # sel
1042       - 31  # sel
1043       - 35  # sel
1044   data: "vpp-performance-changes"
1045   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1046   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1047   parameters:
1048   - "name"
1049   - "parent"
1050   - "throughput"
1051
1052 -
1053   type: "table"
1054   title: "VPP Performance Changes 2t2c ndr"
1055   algorithm: "table_performance_comparison"
1056   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-ndr"
1057   history:
1058     -
1059       title: "rls1801"
1060       data:
1061         csit-vpp-perf-1801-all:
1062         - 124  # sel
1063         - 127  # sel
1064         - 128  # sel
1065         - 141  # sel
1066         - 142  # sel
1067         - 143  # sel
1068         - 145  # sel
1069         - 146  # sel
1070         - 162  # sel
1071         - 163  # sel
1072         - 167  # sel
1073         - 172  # sel acl only
1074   reference:
1075     title: "rls1804"
1076     data:
1077       csit-vpp-perf-1804-all:
1078       - 21  # sel
1079       - 22  # sel
1080       - 23  # sel
1081       - 24  # sel
1082       - 27  # sel
1083       - 28  # sel
1084       - 29  # sel
1085       - 30  # sel
1086       - 31  # sel
1087       - 35  # sel
1088   compare:
1089     title: "rls1807"
1090     data:
1091       # TODO: Add Data sources
1092       # csit-vpp-perf-verify-1807-3n-hsw:
1093       csit-vpp-perf-1804-all:
1094       - 21  # sel
1095       - 22  # sel
1096       - 23  # sel
1097       - 24  # sel
1098       - 27  # sel
1099       - 28  # sel
1100       - 29  # sel
1101       - 30  # sel
1102       - 31  # sel
1103       - 35  # sel
1104   data: "vpp-performance-changes"
1105   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1106   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1107   parameters:
1108   - "name"
1109   - "parent"
1110   - "throughput"
1111
1112 -
1113   type: "table"
1114   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
1115   algorithm: "table_performance_comparison"
1116   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
1117   reference:
1118     title: "3-Node Hsw"
1119     data:
1120       # TODO: Add Data sources
1121       # csit-vpp-perf-verify-1807-3n-hsw:
1122       csit-vpp-perf-1801-all:
1123       - 124  # sel
1124       - 127  # sel
1125       - 128  # sel
1126       - 141  # sel
1127       - 142  # sel
1128       - 143  # sel
1129       - 145  # sel
1130       - 146  # sel
1131       - 162  # sel
1132       - 163  # sel
1133       - 167  # sel
1134       - 172  # sel acl only
1135   compare:
1136     title: "3-Node Skx"
1137     data:
1138       # TODO: Add Data sources
1139       csit-vpp-perf-verify-1807-3n-skx:
1140       - 33  # NDRPDR sel
1141       - 35  # NDRPDR sel
1142       - 37  # NDRPDR sel
1143       - 38  # NDRPDR sel
1144       - 39  # NDRPDR sel
1145   data: "vpp-compare-testbeds"
1146   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1147   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1148   parameters:
1149   - "name"
1150   - "parent"
1151   - "throughput"
1152
1153 -
1154   type: "table"
1155   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
1156   algorithm: "table_performance_comparison"
1157   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
1158   reference:
1159     title: "3-Node Hsw"
1160     data:
1161       # TODO: Add Data sources
1162       # csit-vpp-perf-verify-1807-3n-hsw:
1163       csit-vpp-perf-1801-all:
1164       - 124  # sel
1165       - 127  # sel
1166       - 128  # sel
1167       - 141  # sel
1168       - 142  # sel
1169       - 143  # sel
1170       - 145  # sel
1171       - 146  # sel
1172       - 162  # sel
1173       - 163  # sel
1174       - 167  # sel
1175       - 172  # sel acl only
1176   compare:
1177     title: "3-Node Skx"
1178     data:
1179       # TODO: Add Data sources
1180       csit-vpp-perf-verify-1807-3n-skx:
1181       - 33  # NDRPDR sel
1182       - 35  # NDRPDR sel
1183       - 37  # NDRPDR sel
1184       - 38  # NDRPDR sel
1185       - 39  # NDRPDR sel
1186   data: "vpp-compare-testbeds"
1187   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1188   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1189   parameters:
1190   - "name"
1191   - "parent"
1192   - "throughput"
1193
1194 -
1195   type: "table"
1196   title: "VPP Performance Changes - 1t1c MRR"
1197   algorithm: "table_performance_comparison"
1198   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-mrr"
1199   history:
1200     -
1201       title: "rls1801"
1202       data:
1203         csit-vpp-perf-check-1801:
1204         - 3
1205         - 4
1206         - 5
1207         - 6
1208         - 7
1209         - 8
1210         - 9
1211         - 11
1212         - 12
1213         - 13
1214   reference:
1215     title: "rls1804"
1216     data:
1217       csit-vpp-perf-check-1804:
1218       - 6   # mrr - sel
1219       - 13  # mrr - sel
1220       - 14  # mrr - sel
1221       - 15  # mrr - sel
1222       - 16  # mrr - sel
1223       - 17  # mrr - sel
1224       - 19  # mrr - sel
1225       - 20  # mrr - sel
1226       - 21  # mrr - sel
1227       - 22  # mrr - sel
1228   compare:
1229     title: "rls1807"
1230     data:
1231       # TODO: Add Data sources
1232       csit-vpp-perf-verify-1807-3n-hsw:
1233       - 9   # MRR sel
1234   data: "vpp-performance-changes-mrr"
1235   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1236   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1237   parameters:
1238   - "name"
1239   - "parent"
1240   - "result"
1241
1242 -
1243   type: "table"
1244   title: "VPP Performance Changes - 2t2c MRR"
1245   algorithm: "table_performance_comparison"
1246   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-mrr"
1247   history:
1248     -
1249       title: "rls1801"
1250       data:
1251         csit-vpp-perf-check-1801:
1252         - 3
1253         - 4
1254         - 5
1255         - 6
1256         - 7
1257         - 8
1258         - 9
1259         - 11
1260         - 12
1261         - 13
1262   reference:
1263     title: "rls1804"
1264     data:
1265       csit-vpp-perf-check-1804:
1266       - 6   # mrr - sel
1267       - 13  # mrr - sel
1268       - 14  # mrr - sel
1269       - 15  # mrr - sel
1270       - 16  # mrr - sel
1271       - 17  # mrr - sel
1272       - 19  # mrr - sel
1273       - 20  # mrr - sel
1274       - 21  # mrr - sel
1275       - 22  # mrr - sel
1276   compare:
1277     title: "rls1807"
1278     data:
1279       # TODO: Add Data sources
1280       csit-vpp-perf-verify-1807-3n-hsw:
1281       - 9   # MRR sel
1282   data: "vpp-performance-changes-mrr"
1283   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1284   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1285   parameters:
1286   - "name"
1287   - "parent"
1288   - "result"
1289
1290 -
1291   type: "table"
1292   title: "VPP Performance Changes - 4t4c MRR"
1293   algorithm: "table_performance_comparison"
1294   output-file: "{DIR[STATIC,VPP]}/performance-changes-4t4c-mrr"
1295   history:
1296     -
1297       title: "rls1801"
1298       data:
1299         csit-vpp-perf-check-1801:
1300         - 3
1301         - 4
1302         - 5
1303         - 6
1304         - 7
1305         - 8
1306         - 9
1307         - 11
1308         - 12
1309         - 13
1310   reference:
1311     title: "rls1804"
1312     data:
1313       csit-vpp-perf-check-1804:
1314       - 6   # mrr - sel
1315       - 13  # mrr - sel
1316       - 14  # mrr - sel
1317       - 15  # mrr - sel
1318       - 16  # mrr - sel
1319       - 17  # mrr - sel
1320       - 19  # mrr - sel
1321       - 20  # mrr - sel
1322       - 21  # mrr - sel
1323       - 22  # mrr - sel
1324   compare:
1325     title: "rls1807"
1326     data:
1327       # TODO: Add Data sources
1328       csit-vpp-perf-verify-1807-3n-hsw:
1329       - 9   # MRR sel
1330   data: "vpp-performance-changes-mrr"
1331   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1332   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1333   parameters:
1334   - "name"
1335   - "parent"
1336   - "result"
1337
1338 -
1339   type: "table"
1340   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
1341   algorithm: "table_performance_comparison"
1342   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
1343   reference:
1344     title: "3-Node Hsw"
1345     data:
1346       # TODO: Add Data sources
1347       csit-vpp-perf-verify-1807-3n-hsw:
1348       - 9   # MRR sel
1349   compare:
1350     title: "3-Node Skx"
1351     data:
1352       # TODO: Add Data sources
1353       csit-vpp-perf-verify-1807-3n-skx:
1354       - 28  # MRR sel
1355       - 32  # MRR sel
1356       - 36  # MRR sel
1357       - 42  # MRR sel
1358   data: "vpp-compare-testbeds-mrr"
1359   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1360   filter: "'NIC_Intel-X710' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1361   parameters:
1362   - "name"
1363   - "parent"
1364   - "result"
1365
1366 -
1367   type: "table"
1368   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
1369   algorithm: "table_merged_details"
1370   output-file-ext: ".csv"
1371   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
1372   columns:
1373   -
1374     title: "Name"
1375     data: "data name"
1376   -
1377     title: "Documentation"
1378     data: "data doc"
1379   -
1380     title: "Status"
1381     data: "data msg"
1382   rows: "generated"
1383   data: "vpp-perf-results-3n-hsw"
1384   filter: "not 'NDRCHK' and not 'PDRCHK'"
1385   parameters:
1386   - "name"
1387   - "parent"
1388   - "doc"
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: "Documentation"
1403     data: "data doc"
1404   -
1405     title: "Status"
1406     data: "data msg"
1407   rows: "generated"
1408   data: "vpp-perf-results-3n-skx"
1409   filter: "not 'NDRCHK' and not 'PDRCHK'"
1410   parameters:
1411   - "name"
1412   - "parent"
1413   - "doc"
1414   - "msg"
1415
1416 -
1417   type: "table"
1418   title: "Detailed Test Results - VPP Performance Results 2n-skx"
1419   algorithm: "table_merged_details"
1420   output-file-ext: ".csv"
1421   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
1422   columns:
1423   -
1424     title: "Name"
1425     data: "data name"
1426   -
1427     title: "Documentation"
1428     data: "data doc"
1429   -
1430     title: "Status"
1431     data: "data msg"
1432   rows: "generated"
1433   data: "vpp-perf-results-2n-skx"
1434   filter: "not 'NDRCHK' and not 'PDRCHK'"
1435   parameters:
1436   - "name"
1437   - "parent"
1438   - "doc"
1439   - "msg"
1440
1441 -
1442   type: "table"
1443   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
1444   algorithm: "table_merged_details"
1445   output-file-ext: ".csv"
1446   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
1447   columns:
1448   -
1449     title: "Name"
1450     data: "data name"
1451   -
1452     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1453     data: "data vat-history"
1454   rows: "generated"
1455   data: "vpp-perf-results-3n-hsw"
1456   filter: "not 'NDRCHK' and not 'PDRCHK'"
1457   parameters:
1458   - "parent"
1459   - "name"
1460   - "vat-history"
1461
1462 -
1463   type: "table"
1464   title: "Test configuration - VPP Performance Test Configs 3n-skx"
1465   algorithm: "table_merged_details"
1466   output-file-ext: ".csv"
1467   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
1468   columns:
1469   -
1470     title: "Name"
1471     data: "data name"
1472   -
1473     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1474     data: "data vat-history"
1475   rows: "generated"
1476   data: "vpp-perf-results-3n-skx"
1477   filter: "not 'NDRCHK' and not 'PDRCHK'"
1478   parameters:
1479   - "parent"
1480   - "name"
1481   - "vat-history"
1482
1483 -
1484   type: "table"
1485   title: "Test configuration - VPP Performance Test Configs 2n-skx"
1486   algorithm: "table_merged_details"
1487   output-file-ext: ".csv"
1488   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
1489   columns:
1490   -
1491     title: "Name"
1492     data: "data name"
1493   -
1494     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1495     data: "data vat-history"
1496   rows: "generated"
1497   data: "vpp-perf-results-2n-skx"
1498   filter: "not 'NDRCHK' and not 'PDRCHK'"
1499   parameters:
1500   - "parent"
1501   - "name"
1502   - "vat-history"
1503
1504 -
1505   type: "table"
1506   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
1507   algorithm: "table_merged_details"
1508   output-file-ext: ".csv"
1509   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
1510   columns:
1511   -
1512     title: "Name"
1513     data: "data name"
1514   -
1515     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1516     data: "data show-run"
1517   rows: "generated"
1518   data: "vpp-perf-results-3n-hsw"
1519   filter: "not 'NDRCHK' and not 'PDRCHK'"
1520   parameters:
1521   - "parent"
1522   - "name"
1523   - "show-run"
1524
1525 -
1526   type: "table"
1527   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
1528   algorithm: "table_merged_details"
1529   output-file-ext: ".csv"
1530   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
1531   columns:
1532   -
1533     title: "Name"
1534     data: "data name"
1535   -
1536     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1537     data: "data show-run"
1538   rows: "generated"
1539   data: "vpp-perf-results-3n-skx"
1540   filter: "not 'NDRCHK' and not 'PDRCHK'"
1541   parameters:
1542   - "parent"
1543   - "name"
1544   - "show-run"
1545
1546 -
1547   type: "table"
1548   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
1549   algorithm: "table_merged_details"
1550   output-file-ext: ".csv"
1551   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
1552   columns:
1553   -
1554     title: "Name"
1555     data: "data name"
1556   -
1557     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1558     data: "data show-run"
1559   rows: "generated"
1560   data: "vpp-perf-results-2n-skx"
1561   filter: "not 'NDRCHK' and not 'PDRCHK'"
1562   parameters:
1563   - "parent"
1564   - "name"
1565   - "show-run"
1566
1567 -
1568   type: "table"
1569   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
1570   algorithm: "table_details"
1571   output-file-ext: ".csv"
1572   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
1573   columns:
1574   -
1575     title: "Name"
1576     data: "data name"
1577   -
1578     title: "Documentation"
1579     data: "data doc"
1580   -
1581     title: "Status"
1582     data: "data msg"
1583   rows: "generated"
1584   data: "vpp-mrr-results-3n-hsw"
1585   filter: "'MRR'"
1586   parameters:
1587   - "name"
1588   - "parent"
1589   - "doc"
1590   - "msg"
1591
1592 -
1593   type: "table"
1594   title: "Detailed Test Results - VPP MRR Results 3n-skx"
1595   algorithm: "table_details"
1596   output-file-ext: ".csv"
1597   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
1598   columns:
1599   -
1600     title: "Name"
1601     data: "data name"
1602   -
1603     title: "Documentation"
1604     data: "data doc"
1605   -
1606     title: "Status"
1607     data: "data msg"
1608   rows: "generated"
1609   data: "vpp-mrr-results-3n-skx"
1610   filter: "'MRR'"
1611   parameters:
1612   - "name"
1613   - "parent"
1614   - "doc"
1615   - "msg"
1616
1617 -
1618   type: "table"
1619   title: "Detailed Test Results - VPP MRR Results 2n-skx"
1620   algorithm: "table_details"
1621   output-file-ext: ".csv"
1622   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
1623   columns:
1624   -
1625     title: "Name"
1626     data: "data name"
1627   -
1628     title: "Documentation"
1629     data: "data doc"
1630   -
1631     title: "Status"
1632     data: "data msg"
1633   rows: "generated"
1634   data: "vpp-mrr-results-2n-skx"
1635   filter: "'MRR'"
1636   parameters:
1637   - "name"
1638   - "parent"
1639   - "doc"
1640   - "msg"
1641
1642 -
1643   type: "table"
1644   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
1645   algorithm: "table_details"
1646   output-file-ext: ".csv"
1647   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
1648   columns:
1649   -
1650     title: "Name"
1651     data: "data name"
1652   -
1653     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1654     data: "data vat-history"
1655   rows: "generated"
1656   data: "vpp-mrr-results-3n-hsw"
1657   filter: "'MRR'"
1658   parameters:
1659   - "parent"
1660   - "name"
1661   - "vat-history"
1662
1663 -
1664   type: "table"
1665   title: "Test configuration - VPP MRR Test Configs 3n-skx"
1666   algorithm: "table_details"
1667   output-file-ext: ".csv"
1668   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
1669   columns:
1670   -
1671     title: "Name"
1672     data: "data name"
1673   -
1674     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1675     data: "data vat-history"
1676   rows: "generated"
1677   data: "vpp-mrr-results-3n-skx"
1678   filter: "'MRR'"
1679   parameters:
1680   - "parent"
1681   - "name"
1682   - "vat-history"
1683
1684 -
1685   type: "table"
1686   title: "Test configuration - VPP MRR Test Configs 2n-skx"
1687   algorithm: "table_details"
1688   output-file-ext: ".csv"
1689   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
1690   columns:
1691   -
1692     title: "Name"
1693     data: "data name"
1694   -
1695     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1696     data: "data vat-history"
1697   rows: "generated"
1698   data: "vpp-mrr-results-2n-skx"
1699   filter: "'MRR'"
1700   parameters:
1701   - "parent"
1702   - "name"
1703   - "vat-history"
1704
1705 -
1706   type: "table"
1707   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
1708   algorithm: "table_details"
1709   output-file-ext: ".csv"
1710   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
1711   columns:
1712   -
1713     title: "Name"
1714     data: "data name"
1715   -
1716     title: "Documentation"
1717     data: "data doc"
1718   -
1719     title: "Status"
1720     data: "data status"
1721   rows: "generated"
1722   data: "vpp-func-results-ubuntu"
1723   filter: "all"
1724   parameters:
1725   - "name"
1726   - "parent"
1727   - "doc"
1728   - "status"
1729
1730 -
1731   type: "table"
1732   title: "Detailed Test Results - VPP Functional Results - CentOS"
1733   algorithm: "table_details"
1734   output-file-ext: ".csv"
1735   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
1736   columns:
1737   -
1738     title: "Name"
1739     data: "data name"
1740   -
1741     title: "Documentation"
1742     data: "data doc"
1743   -
1744     title: "Status"
1745     data: "data status"
1746   rows: "generated"
1747   data:
1748     "vpp-func-results-centos"
1749   filter: "all"
1750   parameters:
1751   - "name"
1752   - "parent"
1753   - "doc"
1754   - "status"
1755
1756 -
1757   type: "table"
1758   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
1759   algorithm: "table_details"
1760   output-file-ext: ".csv"
1761   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
1762   columns:
1763   -
1764     title: "Name"
1765     data: "data name"
1766   -
1767     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1768     data: "data vat-history"
1769   rows: "generated"
1770   data: "vpp-func-results-ubuntu"
1771   filter: "all"
1772   parameters:
1773   - "parent"
1774   - "name"
1775   - "vat-history"
1776
1777 -
1778   type: "table"
1779   title: "Test configuration - VPP Functional Test Configs - CentOS"
1780   algorithm: "table_details"
1781   output-file-ext: ".csv"
1782   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
1783   columns:
1784   -
1785     title: "Name"
1786     data: "data name"
1787   -
1788     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1789     data: "data vat-history"
1790   rows: "generated"
1791   data: "vpp-func-results-centos"
1792   filter: "all"
1793   parameters:
1794   - "parent"
1795   - "name"
1796   - "vat-history"
1797
1798 -
1799   type: "table"
1800   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
1801   algorithm: "table_details"
1802   output-file-ext: ".csv"
1803   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
1804   columns:
1805   -
1806     title: "Name"
1807     data: "data name"
1808   -
1809     title: "Documentation"
1810     data: "data doc"
1811   -
1812     title: "Status"
1813     data: "data msg"
1814   rows: "generated"
1815   data: "ligato-perf-results-3n-hsw"
1816   filter: "all"
1817   parameters:
1818   - "name"
1819   - "parent"
1820   - "doc"
1821   - "msg"
1822
1823 ################################################################################
1824 # DPDK
1825 -
1826   type: "table"
1827   title: "DPDK Performance Changes 1t1c pdr"
1828   algorithm: "table_performance_comparison"
1829   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-pdr"
1830   reference:
1831     title: "rls1804"
1832     data:
1833       csit-dpdk-perf-1804-all:
1834       - 4
1835       - 5
1836       - 6
1837       - 7
1838       - 8
1839       - 9
1840       - 10
1841       - 11
1842       - 12
1843       - 13
1844   compare:
1845     title: "rls1807"
1846     data:
1847       csit-dpdk-perf-verify-1807-3n-hsw:
1848       - 11
1849       - 12  # full
1850       - 14
1851       - 15
1852       - 16
1853       - 17
1854       - 20
1855       - 21
1856       - 22
1857       - 23
1858   data: "dpdk-performance-changes"
1859   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1860   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1861   parameters:
1862   - "name"
1863   - "parent"
1864   - "throughput"
1865
1866 -
1867   type: "table"
1868   title: "DPDK Performance Changes 2t2c pdr"
1869   algorithm: "table_performance_comparison"
1870   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-pdr"
1871   reference:
1872     title: "rls1804"
1873     data:
1874       csit-dpdk-perf-1804-all:
1875       - 4
1876       - 5
1877       - 6
1878       - 7
1879       - 8
1880       - 9
1881       - 10
1882       - 11
1883       - 12
1884       - 13
1885   compare:
1886     title: "rls1807"
1887     data:
1888       csit-dpdk-perf-verify-1807-3n-hsw:
1889       - 11
1890       - 12  # full
1891       - 14
1892       - 15
1893       - 16
1894       - 17
1895       - 20
1896       - 21
1897       - 22
1898       - 23
1899   data: "dpdk-performance-changes"
1900   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1901   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1902   parameters:
1903   - "name"
1904   - "parent"
1905   - "throughput"
1906
1907 -
1908   type: "table"
1909   title: "DPDK Performance Changes 1t1c ndr"
1910   algorithm: "table_performance_comparison"
1911   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-ndr"
1912   reference:
1913     title: "rls1804"
1914     data:
1915       csit-dpdk-perf-1804-all:
1916       - 4
1917       - 5
1918       - 6
1919       - 7
1920       - 8
1921       - 9
1922       - 10
1923       - 11
1924       - 12
1925       - 13
1926   compare:
1927     title: "rls1807"
1928     data:
1929       csit-dpdk-perf-verify-1807-3n-hsw:
1930       - 11
1931       - 12  # full
1932       - 14
1933       - 15
1934       - 16
1935       - 17
1936       - 20
1937       - 21
1938       - 22
1939       - 23
1940   data: "dpdk-performance-changes"
1941   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1942   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1943   parameters:
1944   - "name"
1945   - "parent"
1946   - "throughput"
1947
1948 -
1949   type: "table"
1950   title: "DPDK Performance Changes 2t2c ndr"
1951   algorithm: "table_performance_comparison"
1952   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-ndr"
1953   reference:
1954     title: "rls1804"
1955     data:
1956       csit-dpdk-perf-1804-all:
1957       - 4
1958       - 5
1959       - 6
1960       - 7
1961       - 8
1962       - 9
1963       - 10
1964       - 11
1965       - 12
1966       - 13
1967   compare:
1968     title: "rls1807"
1969     data:
1970       csit-dpdk-perf-verify-1807-3n-hsw:
1971       - 11
1972       - 12  # full
1973       - 14
1974       - 15
1975       - 16
1976       - 17
1977       - 20
1978       - 21
1979       - 22
1980       - 23
1981   data: "dpdk-performance-changes"
1982   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1983   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1984   parameters:
1985   - "name"
1986   - "parent"
1987   - "throughput"
1988
1989 -
1990   type: "table"
1991   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
1992   algorithm: "table_performance_comparison"
1993   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
1994   reference:
1995     title: "3-Node Hsw"
1996     data:
1997       csit-dpdk-perf-verify-1807-3n-hsw:
1998       - 11
1999       - 12  # full
2000       - 14
2001       - 15
2002       - 16
2003       - 17
2004       - 20
2005       - 21
2006       - 22
2007       - 23
2008   compare:
2009     title: "3-Node Skx"
2010     data:
2011       csit-dpdk-perf-verify-1807-3n-skx:
2012       - 1
2013       - 2
2014       - 3
2015       - 6
2016       - 7
2017       - 8
2018       - 9
2019       - 10
2020       - 11
2021       - 12
2022   data: "dpdk-compare-testbeds"
2023   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2024   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2025   parameters:
2026   - "name"
2027   - "parent"
2028   - "throughput"
2029
2030 -
2031   type: "table"
2032   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
2033   algorithm: "table_performance_comparison"
2034   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
2035   reference:
2036     title: "3-Node Hsw"
2037     data:
2038       csit-dpdk-perf-verify-1807-3n-hsw:
2039       - 11
2040       - 12  # full
2041       - 14
2042       - 15
2043       - 16
2044       - 17
2045       - 20
2046       - 21
2047       - 22
2048       - 23
2049   compare:
2050     title: "3-Node Skx"
2051     data:
2052       csit-dpdk-perf-verify-1807-3n-skx:
2053       - 1
2054       - 2
2055       - 3
2056       - 6
2057       - 7
2058       - 8
2059       - 9
2060       - 10
2061       - 11
2062       - 12
2063   data: "dpdk-compare-testbeds"
2064   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2065   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2066   parameters:
2067   - "name"
2068   - "parent"
2069   - "throughput"
2070
2071 -
2072   type: "table"
2073   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
2074   algorithm: "table_performance_comparison"
2075   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
2076   reference:
2077     title: "3-Node Hsw"
2078     data:
2079       csit-dpdk-perf-verify-1807-3n-hsw:
2080       - 11
2081       - 12  # full
2082       - 14
2083       - 15
2084       - 16
2085       - 17
2086       - 20
2087       - 21
2088       - 22
2089       - 23
2090   compare:
2091     title: "3-Node Skx"
2092     data:
2093       csit-dpdk-perf-verify-1807-3n-skx:
2094       - 1
2095       - 2
2096       - 3
2097       - 6
2098       - 7
2099       - 8
2100       - 9
2101       - 10
2102       - 11
2103       - 12
2104   data: "dpdk-compare-testbeds"
2105   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2106   filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2107   parameters:
2108   - "name"
2109   - "parent"
2110   - "throughput"
2111
2112 -
2113   type: "table"
2114   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
2115   algorithm: "table_details"
2116   output-file-ext: ".csv"
2117   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2118   columns:
2119   -
2120     title: "Name"
2121     data: "data name"
2122   -
2123     title: "Status"
2124     data: "data msg"
2125   rows: "generated"
2126   data: "dpdk-perf-results-3n-hsw"
2127   filter: "all"
2128   parameters:
2129   - "name"
2130   - "parent"
2131   - "msg"
2132
2133 -
2134   type: "table"
2135   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
2136   algorithm: "table_details"
2137   output-file-ext: ".csv"
2138   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2139   columns:
2140   -
2141     title: "Name"
2142     data: "data name"
2143   -
2144     title: "Status"
2145     data: "data msg"
2146   rows: "generated"
2147   data: "dpdk-perf-results-3n-skx"
2148   filter: "all"
2149   parameters:
2150   - "name"
2151   - "parent"
2152   - "msg"
2153
2154 -
2155   type: "table"
2156   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
2157   algorithm: "table_details"
2158   output-file-ext: ".csv"
2159   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2160   columns:
2161   -
2162     title: "Name"
2163     data: "data name"
2164   -
2165     title: "Status"
2166     data: "data msg"
2167   rows: "generated"
2168   data: "dpdk-perf-results-2n-skx"
2169   filter: "all"
2170   parameters:
2171   - "name"
2172   - "parent"
2173   - "msg"
2174
2175
2176 ################################################################################
2177 # HoneyComb
2178 -
2179   type: "table"
2180   title: "Detailed Test Results - Honeycomb Functional Results"
2181   algorithm: "table_details"
2182   output-file-ext: ".csv"
2183   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
2184   columns:
2185   -
2186     title: "Name"
2187     data: "data name"
2188   -
2189     title: "Documentation"
2190     data: "data doc"
2191   -
2192     title: "Status"
2193     data: "data status"
2194   rows: "generated"
2195   data:
2196     "hc-func-results"
2197   filter: "all"
2198   parameters:
2199   - "name"
2200   - "parent"
2201   - "doc"
2202   - "status"
2203
2204 ################################################################################
2205 # NSH SFC
2206 -
2207   type: "table"
2208   title: "Detailed Test Results - NSH SFC Functional Results"
2209   algorithm: "table_details"
2210   output-file-ext: ".csv"
2211   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
2212   columns:
2213   -
2214     title: "Name"
2215     data: "data name"
2216   -
2217     title: "Documentation"
2218     data: "data doc"
2219   -
2220     title: "Status"
2221     data: "data status"
2222   rows: "generated"
2223   data:
2224     "nsh-func-results"
2225   filter: "all"
2226   parameters:
2227   - "name"
2228   - "parent"
2229   - "doc"
2230   - "status"
2231
2232 ################################################################################
2233 ###                                F I L E S                                 ###
2234 ################################################################################
2235
2236 -
2237   type: "file"
2238   title: "VPP Performance Results 3n-hsw"
2239   algorithm: "file_test_results"
2240   output-file-ext: ".rst"
2241   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2242   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2243   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
2244   data: "vpp-perf-results-3n-hsw"
2245   filter: "not 'NDRCHK' and not 'PDRCHK'"
2246   parameters:
2247   - "name"
2248   - "doc"
2249   - "level"
2250   - "parent"
2251   data-start-level: 3
2252
2253 -
2254   type: "file"
2255   title: "VPP Performance Results 3n-skx"
2256   algorithm: "file_test_results"
2257   output-file-ext: ".rst"
2258   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2259   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2260   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
2261   data: "vpp-perf-results-3n-skx"
2262   filter: "not 'NDRCHK' and not 'PDRCHK'"
2263   parameters:
2264   - "name"
2265   - "doc"
2266   - "level"
2267   - "parent"
2268   data-start-level: 3
2269
2270 -
2271   type: "file"
2272   title: "VPP Performance Results 2n-skx"
2273   algorithm: "file_test_results"
2274   output-file-ext: ".rst"
2275   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2276   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2277   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
2278   data: "vpp-perf-results-2n-skx"
2279   filter: "not 'NDRCHK' and not 'PDRCHK'"
2280   parameters:
2281   - "name"
2282   - "doc"
2283   - "level"
2284   - "parent"
2285   data-start-level: 3
2286
2287 -
2288   type: "file"
2289   title: "VPP Performance Configuration 3n-hsw"
2290   algorithm: "file_test_results"
2291   output-file-ext: ".rst"
2292   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
2293   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2294   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
2295   data: "vpp-perf-results-3n-hsw"
2296   filter: "not 'NDRCHK' and not 'PDRCHK'"
2297   parameters:
2298   - "name"
2299   - "doc"
2300   - "level"
2301   - "parent"
2302   data-start-level: 3
2303
2304 -
2305   type: "file"
2306   title: "VPP Performance Configuration 3n-skx"
2307   algorithm: "file_test_results"
2308   output-file-ext: ".rst"
2309   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
2310   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2311   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
2312   data: "vpp-perf-results-3n-skx"
2313   filter: "not 'NDRCHK' and not 'PDRCHK'"
2314   parameters:
2315   - "name"
2316   - "doc"
2317   - "level"
2318   - "parent"
2319   data-start-level: 3
2320
2321 -
2322   type: "file"
2323   title: "VPP Performance Configuration 2n-skx"
2324   algorithm: "file_test_results"
2325   output-file-ext: ".rst"
2326   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
2327   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2328   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
2329   data: "vpp-perf-results-2n-skx"
2330   filter: "not 'NDRCHK' and not 'PDRCHK'"
2331   parameters:
2332   - "name"
2333   - "doc"
2334   - "level"
2335   - "parent"
2336   data-start-level: 3
2337
2338 -
2339   type: "file"
2340   title: "VPP Performance Operational Data 3n-hsw"
2341   algorithm: "file_test_results"
2342   output-file-ext: ".rst"
2343   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
2344   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2345   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
2346   data: "vpp-perf-results-3n-hsw"
2347   filter: "not 'NDRCHK' and not 'PDRCHK'"
2348   parameters:
2349   - "name"
2350   - "doc"
2351   - "level"
2352   - "parent"
2353   data-start-level: 3
2354
2355 -
2356   type: "file"
2357   title: "VPP Performance Operational Data 3n-skx"
2358   algorithm: "file_test_results"
2359   output-file-ext: ".rst"
2360   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
2361   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2362   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
2363   data: "vpp-perf-results-3n-skx"
2364   filter: "not 'NDRCHK' and not 'PDRCHK'"
2365   parameters:
2366   - "name"
2367   - "doc"
2368   - "level"
2369   - "parent"
2370   data-start-level: 3
2371
2372 -
2373   type: "file"
2374   title: "VPP Performance Operational Data 2n-skx"
2375   algorithm: "file_test_results"
2376   output-file-ext: ".rst"
2377   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
2378   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2379   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
2380   data: "vpp-perf-results-2n-skx"
2381   filter: "not 'NDRCHK' and not 'PDRCHK'"
2382   parameters:
2383   - "name"
2384   - "doc"
2385   - "level"
2386   - "parent"
2387   data-start-level: 3
2388
2389 -
2390   type: "file"
2391   title: "VPP MRR Results 3n-hsw"
2392   algorithm: "file_test_results"
2393   output-file-ext: ".rst"
2394   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
2395   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2396   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
2397   data: "vpp-mrr-results-3n-hsw"
2398   filter: "'MRR'"
2399   parameters:
2400   - "name"
2401   - "doc"
2402   - "level"
2403   - "parent"
2404   data-start-level: 3
2405
2406 -
2407   type: "file"
2408   title: "VPP MRR Results 3n-skx"
2409   algorithm: "file_test_results"
2410   output-file-ext: ".rst"
2411   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
2412   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2413   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
2414   data: "vpp-mrr-results-3n-skx"
2415   filter: "'MRR'"
2416   parameters:
2417   - "name"
2418   - "doc"
2419   - "level"
2420   - "parent"
2421   data-start-level: 3
2422
2423 -
2424   type: "file"
2425   title: "VPP MRR Results 2n-skx"
2426   algorithm: "file_test_results"
2427   output-file-ext: ".rst"
2428   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
2429   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2430   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
2431   data: "vpp-mrr-results-2n-skx"
2432   filter: "all"
2433   parameters:
2434   - "name"
2435   - "doc"
2436   - "level"
2437   - "parent"
2438   data-start-level: 3
2439
2440 -
2441   type: "file"
2442   title: "VPP MRR Configuration 3n-hsw"
2443   algorithm: "file_test_results"
2444   output-file-ext: ".rst"
2445   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
2446   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2447   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
2448   data: "vpp-mrr-results-3n-hsw"
2449   filter: "'MRR'"
2450   parameters:
2451   - "name"
2452   - "doc"
2453   - "level"
2454   - "parent"
2455   data-start-level: 3
2456
2457 -
2458   type: "file"
2459   title: "VPP MRR Configuration 3n-skx"
2460   algorithm: "file_test_results"
2461   output-file-ext: ".rst"
2462   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
2463   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"
2464   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
2465   data: "vpp-mrr-results-3n-skx"
2466   filter: "'MRR'"
2467   parameters:
2468   - "name"
2469   - "doc"
2470   - "level"
2471   - "parent"
2472   data-start-level: 3
2473
2474 -
2475   type: "file"
2476   title: "VPP MRR Configuration 2n-skx"
2477   algorithm: "file_test_results"
2478   output-file-ext: ".rst"
2479   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
2480   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"
2481   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
2482   data: "vpp-mrr-results-2n-skx"
2483   filter: "'MRR'"
2484   parameters:
2485   - "name"
2486   - "doc"
2487   - "level"
2488   - "parent"
2489   data-start-level: 3
2490
2491 -
2492   type: "file"
2493   title: "VPP Functional Results - Ubuntu"
2494   algorithm: "file_test_results"
2495   output-file-ext: ".rst"
2496   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
2497   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"
2498   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
2499   data: "vpp-func-results-ubuntu"
2500   filter: "all"
2501   parameters:
2502   - "name"
2503   - "doc"
2504   - "level"
2505   - "parent"
2506   data-start-level: 4
2507
2508 -
2509   type: "file"
2510   title: "VPP Functional Results - CentOS"
2511   algorithm: "file_test_results"
2512   output-file-ext: ".rst"
2513   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
2514   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"
2515   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
2516   data:
2517     "vpp-func-results-centos"
2518   filter: "all"
2519   parameters:
2520   - "name"
2521   - "doc"
2522   - "level"
2523   - "parent"
2524   data-start-level: 4
2525
2526 -
2527   type: "file"
2528   title: "VPP Functional Configuration - Ubuntu"
2529   algorithm: "file_test_results"
2530   output-file-ext: ".rst"
2531   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
2532   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"
2533   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
2534   data: "vpp-func-results-ubuntu"
2535   filter: "all"
2536   parameters:
2537   - "name"
2538   - "doc"
2539   - "level"
2540   - "parent"
2541   data-start-level: 4
2542
2543 -
2544   type: "file"
2545   title: "VPP Functional Configuration - CentOS"
2546   algorithm: "file_test_results"
2547   output-file-ext: ".rst"
2548   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
2549   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"
2550   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
2551   data:
2552     "vpp-func-results-centos"
2553   filter: "all"
2554   parameters:
2555   - "name"
2556   - "doc"
2557   - "level"
2558   - "parent"
2559   data-start-level: 4
2560
2561 -
2562   type: "file"
2563   title: "Container Orchestrated Performance Results 3n-hsw"
2564   algorithm: "file_test_results"
2565   output-file-ext: ".rst"
2566   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
2567   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2568   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
2569   data: "ligato-perf-results-3n-hsw"
2570   filter: "all"
2571   parameters:
2572   - "name"
2573   - "doc"
2574   - "level"
2575   - "parent"
2576   data-start-level: 3
2577
2578 -
2579   type: "file"
2580   title: "DPDK Performance Results 3n-hsw"
2581   algorithm: "file_test_results"
2582   output-file-ext: ".rst"
2583   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2584   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"
2585   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
2586   data: "dpdk-perf-results-3n-hsw"
2587   filter: "all"
2588   parameters:
2589   - "name"
2590   - "doc"
2591   - "level"
2592   - "parent"
2593   data-start-level: 3
2594
2595 -
2596   type: "file"
2597   title: "DPDK Performance Results 3n-skx"
2598   algorithm: "file_test_results"
2599   output-file-ext: ".rst"
2600   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2601   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"
2602   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
2603   data: "dpdk-perf-results-3n-skx"
2604   filter: "all"
2605   parameters:
2606   - "name"
2607   - "doc"
2608   - "level"
2609   - "parent"
2610   data-start-level: 3
2611
2612 -
2613   type: "file"
2614   title: "DPDK Performance Results 2n-skx"
2615   algorithm: "file_test_results"
2616   output-file-ext: ".rst"
2617   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2618   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"
2619   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
2620   data: "dpdk-perf-results-2n-skx"
2621   filter: "all"
2622   parameters:
2623   - "name"
2624   - "doc"
2625   - "level"
2626   - "parent"
2627   data-start-level: 3
2628
2629 -
2630   type: "file"
2631   title: "Honeycomb Functional Results"
2632   algorithm: "file_test_results"
2633   output-file-ext: ".rst"
2634   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
2635   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"
2636   dir-tables: "{DIR[DTR,FUNC,HC]}"
2637   data:
2638     "hc-func-results"
2639   filter: "all"
2640   parameters:
2641   - "name"
2642   - "doc"
2643   - "level"
2644   - "parent"
2645   data-start-level: 3
2646
2647 -
2648   type: "file"
2649   title: "NSH SFC Functional Results"
2650   algorithm: "file_test_results"
2651   output-file-ext: ".rst"
2652   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
2653   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"
2654   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
2655   data:
2656     "nsh-func-results"
2657   filter: "all"
2658   parameters:
2659   - "name"
2660   - "doc"
2661   - "level"
2662   - "parent"
2663   data-start-level: 3
2664
2665 ################################################################################
2666 ###                                P L O T S                                 ###
2667 ################################################################################
2668
2669 ################################################################################
2670 # Plots VPP HTTP Server Performance
2671 -
2672   type: "plot"
2673   title: "VPP HTTP Server Performance"
2674   algorithm: "plot_http_server_performance_box"
2675   output-file-type: ".html"
2676   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
2677   data:
2678     "plot-vpp-http-server-performance"
2679   # Keep this formatting, the filter is enclosed with " (quotation mark) and
2680   # each tag is enclosed with ' (apostrophe).
2681   filter: "'HTTP' and 'TCP_CPS'"
2682   parameters:
2683   - "result"
2684   - "name"
2685   traces:
2686     hoverinfo: "x+y"
2687     boxpoints: "outliers"
2688     whiskerwidth: 0
2689   layout:
2690     title: "VPP HTTP Server Performance"
2691     layout:
2692       "plot-cps"
2693
2694 -
2695   type: "plot"
2696   title: "VPP HTTP Server Performance"
2697   algorithm: "plot_http_server_performance_box"
2698   output-file-type: ".html"
2699   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
2700   data:
2701     "plot-vpp-http-server-performance"
2702   filter: "'HTTP' and 'TCP_RPS'"
2703   parameters:
2704   - "result"
2705   - "name"
2706   traces:
2707     hoverinfo: "x+y"
2708     boxpoints: "outliers"
2709     whiskerwidth: 0
2710   layout:
2711     title: "VPP HTTP Server Performance"
2712     layout:
2713       "plot-rps"
2714
2715 ################################################################################
2716
2717 # Packet Throughput - VPP L2 3n-hsw-x520
2718 -
2719   type: "plot"
2720   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
2721   algorithm: "plot_performance_box"
2722   output-file-type: ".html"
2723   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
2724   data: "plot-vpp-throughput-latency-3n-hsw"
2725   filter: "'NIC_Intel-X520-DA2' and
2726            '64B' and
2727            ('BASE' or 'SCALE') and
2728            'NDRPDR' and
2729            '1T1C' and
2730            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2731            not 'VHOST' and
2732            not 'MEMIF'"
2733   parameters:
2734   - "throughput"
2735   - "parent"
2736   traces:
2737     hoverinfo: "x+y"
2738     boxpoints: "outliers"
2739     whiskerwidth: 0
2740   layout:
2741     title: ""  # No title
2742     layout: "plot-throughput"
2743
2744 -
2745   type: "plot"
2746   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
2747   algorithm: "plot_performance_box"
2748   output-file-type: ".html"
2749   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
2750   data: "plot-vpp-throughput-latency-3n-hsw"
2751   filter: "'NIC_Intel-X520-DA2' and
2752            '64B' and
2753            ('BASE' or 'SCALE') and
2754            'NDRPDR' and
2755            '1T1C' and
2756            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2757            not 'VHOST' and
2758            not 'MEMIF'"
2759   parameters:
2760   - "throughput"
2761   - "parent"
2762   traces:
2763     hoverinfo: "x+y"
2764     boxpoints: "outliers"
2765     whiskerwidth: 0
2766   layout:
2767     title: ""  # No title
2768     layout: "plot-throughput"
2769
2770 -
2771   type: "plot"
2772   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
2773   algorithm: "plot_performance_box"
2774   output-file-type: ".html"
2775   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
2776   data: "plot-vpp-throughput-latency-3n-hsw"
2777   filter: "'NIC_Intel-X520-DA2' and
2778            '64B' and
2779            ('BASE' or 'SCALE') and
2780            'NDRPDR' and
2781            '2T2C' and
2782            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2783            not 'VHOST' and
2784            not 'MEMIF'"
2785   parameters:
2786   - "throughput"
2787   - "parent"
2788   traces:
2789     hoverinfo: "x+y"
2790     boxpoints: "outliers"
2791     whiskerwidth: 0
2792   layout:
2793     title: ""  # No title
2794     layout: "plot-throughput"
2795
2796 -
2797   type: "plot"
2798   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
2799   algorithm: "plot_performance_box"
2800   output-file-type: ".html"
2801   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
2802   data: "plot-vpp-throughput-latency-3n-hsw"
2803   filter: "'NIC_Intel-X520-DA2' and
2804            '64B' and
2805            ('BASE' or 'SCALE') and
2806            'NDRPDR' and
2807            '2T2C' and
2808            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2809            not 'VHOST' and
2810            not 'MEMIF'"
2811   parameters:
2812   - "throughput"
2813   - "parent"
2814   traces:
2815     hoverinfo: "x+y"
2816     boxpoints: "outliers"
2817     whiskerwidth: 0
2818   layout:
2819     title: ""  # No title
2820     layout: "plot-throughput"
2821
2822 -
2823   type: "plot"
2824   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
2825   algorithm: "plot_performance_box"
2826   output-file-type: ".html"
2827   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
2828   data: "plot-vpp-throughput-latency-3n-hsw"
2829   filter: "'NIC_Intel-X520-DA2' and
2830            '64B' and
2831            'FEATURE' and
2832            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2833            'NDRPDR' and
2834            '1T1C' and
2835            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2836            not 'VHOST' and
2837            not 'MEMIF'"
2838   parameters:
2839   - "throughput"
2840   - "parent"
2841   traces:
2842     hoverinfo: "x+y"
2843     boxpoints: "outliers"
2844     whiskerwidth: 0
2845   layout:
2846     title: ""  # No title
2847     layout: "plot-throughput"
2848
2849 -
2850   type: "plot"
2851   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
2852   algorithm: "plot_performance_box"
2853   output-file-type: ".html"
2854   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
2855   data: "plot-vpp-throughput-latency-3n-hsw"
2856   filter: "'NIC_Intel-X520-DA2' and
2857            '64B' and
2858            'FEATURE' and
2859            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2860            'NDRPDR' and
2861            '1T1C' and
2862            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2863            not 'VHOST' and
2864            not 'MEMIF'"
2865   parameters:
2866   - "throughput"
2867   - "parent"
2868   traces:
2869     hoverinfo: "x+y"
2870     boxpoints: "outliers"
2871     whiskerwidth: 0
2872   layout:
2873     title: ""  # No title
2874     layout: "plot-throughput"
2875
2876 -
2877   type: "plot"
2878   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
2879   algorithm: "plot_performance_box"
2880   output-file-type: ".html"
2881   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
2882   data: "plot-vpp-throughput-latency-3n-hsw"
2883   filter: "'NIC_Intel-X520-DA2' and
2884            '64B' and
2885            'FEATURE' and
2886            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2887            'NDRPDR' and
2888            '2T2C' and
2889            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2890            not 'VHOST' and
2891            not 'MEMIF'"
2892   parameters:
2893   - "throughput"
2894   - "parent"
2895   traces:
2896     hoverinfo: "x+y"
2897     boxpoints: "outliers"
2898     whiskerwidth: 0
2899   layout:
2900     title: ""  # No title
2901     layout: "plot-throughput"
2902
2903 -
2904   type: "plot"
2905   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
2906   algorithm: "plot_performance_box"
2907   output-file-type: ".html"
2908   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
2909   data: "plot-vpp-throughput-latency-3n-hsw"
2910   filter: "'NIC_Intel-X520-DA2' and
2911            '64B' and
2912            'FEATURE' and
2913            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2914            'NDRPDR' and
2915            '2T2C' and
2916            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2917            not 'VHOST' and
2918            not 'MEMIF'"
2919   parameters:
2920   - "throughput"
2921   - "parent"
2922   traces:
2923     hoverinfo: "x+y"
2924     boxpoints: "outliers"
2925     whiskerwidth: 0
2926   layout:
2927     title: ""  # No title
2928     layout: "plot-throughput"
2929
2930 # Packet Throughput - VPP L2 3n-hsw-x710
2931 -
2932   type: "plot"
2933   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
2934   algorithm: "plot_performance_box"
2935   output-file-type: ".html"
2936   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
2937   data: "plot-vpp-throughput-latency-3n-hsw"
2938   filter: "'NIC_Intel-X710' and
2939            '64B' and
2940            ('BASE' or 'SCALE') and
2941            'NDRPDR' and
2942            '1T1C' and
2943            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2944            not 'VHOST' and
2945            not 'MEMIF'"
2946   parameters:
2947   - "throughput"
2948   - "parent"
2949   traces:
2950     hoverinfo: "x+y"
2951     boxpoints: "outliers"
2952     whiskerwidth: 0
2953   layout:
2954     title: ""  # No title
2955     layout: "plot-throughput"
2956
2957 -
2958   type: "plot"
2959   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
2960   algorithm: "plot_performance_box"
2961   output-file-type: ".html"
2962   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
2963   data: "plot-vpp-throughput-latency-3n-hsw"
2964   filter: "'NIC_Intel-X710' and
2965            '64B' and
2966            ('BASE' or 'SCALE') and
2967            'NDRPDR' and
2968            '1T1C' and
2969            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2970            not 'VHOST' and
2971            not 'MEMIF'"
2972   parameters:
2973   - "throughput"
2974   - "parent"
2975   traces:
2976     hoverinfo: "x+y"
2977     boxpoints: "outliers"
2978     whiskerwidth: 0
2979   layout:
2980     title: ""  # No title
2981     layout: "plot-throughput"
2982
2983 -
2984   type: "plot"
2985   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
2986   algorithm: "plot_performance_box"
2987   output-file-type: ".html"
2988   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
2989   data: "plot-vpp-throughput-latency-3n-hsw"
2990   filter: "'NIC_Intel-X710' and
2991            '64B' and
2992            ('BASE' or 'SCALE') and
2993            'NDRPDR' and
2994            '2T2C' and
2995            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2996            not 'VHOST' and
2997            not 'MEMIF'"
2998   parameters:
2999   - "throughput"
3000   - "parent"
3001   traces:
3002     hoverinfo: "x+y"
3003     boxpoints: "outliers"
3004     whiskerwidth: 0
3005   layout:
3006     title: ""  # No title
3007     layout: "plot-throughput"
3008
3009 -
3010   type: "plot"
3011   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3012   algorithm: "plot_performance_box"
3013   output-file-type: ".html"
3014   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3015   data: "plot-vpp-throughput-latency-3n-hsw"
3016   filter: "'NIC_Intel-X710' and
3017            '64B' and
3018            ('BASE' or 'SCALE') and
3019            'NDRPDR' and
3020            '2T2C' and
3021            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3022            not 'VHOST' and
3023            not 'MEMIF'"
3024   parameters:
3025   - "throughput"
3026   - "parent"
3027   traces:
3028     hoverinfo: "x+y"
3029     boxpoints: "outliers"
3030     whiskerwidth: 0
3031   layout:
3032     title: ""  # No title
3033     layout: "plot-throughput"
3034
3035 -
3036   type: "plot"
3037   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3038   algorithm: "plot_performance_box"
3039   output-file-type: ".html"
3040   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3041   data: "plot-vpp-throughput-latency-3n-hsw"
3042   filter: "'NIC_Intel-X710' and
3043            '64B' and
3044            'FEATURE' and
3045            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3046            'NDRPDR' and
3047            '1T1C' and
3048            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3049            not 'VHOST' and
3050            not 'MEMIF'"
3051   parameters:
3052   - "throughput"
3053   - "parent"
3054   traces:
3055     hoverinfo: "x+y"
3056     boxpoints: "outliers"
3057     whiskerwidth: 0
3058   layout:
3059     title: ""  # No title
3060     layout: "plot-throughput"
3061
3062 -
3063   type: "plot"
3064   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3065   algorithm: "plot_performance_box"
3066   output-file-type: ".html"
3067   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3068   data: "plot-vpp-throughput-latency-3n-hsw"
3069   filter: "'NIC_Intel-X710' and
3070            '64B' and
3071            'FEATURE' and
3072            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3073            'NDRPDR' and
3074            '1T1C' and
3075            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3076            not 'VHOST' and
3077            not 'MEMIF'"
3078   parameters:
3079   - "throughput"
3080   - "parent"
3081   traces:
3082     hoverinfo: "x+y"
3083     boxpoints: "outliers"
3084     whiskerwidth: 0
3085   layout:
3086     title: ""  # No title
3087     layout: "plot-throughput"
3088
3089 -
3090   type: "plot"
3091   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3092   algorithm: "plot_performance_box"
3093   output-file-type: ".html"
3094   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3095   data: "plot-vpp-throughput-latency-3n-hsw"
3096   filter: "'NIC_Intel-X710' and
3097            '64B' and
3098            'FEATURE' and
3099            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3100            'NDRPDR' and
3101            '2T2C' and
3102            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3103            not 'VHOST' and
3104            not 'MEMIF'"
3105   parameters:
3106   - "throughput"
3107   - "parent"
3108   traces:
3109     hoverinfo: "x+y"
3110     boxpoints: "outliers"
3111     whiskerwidth: 0
3112   layout:
3113     title: ""  # No title
3114     layout: "plot-throughput"
3115
3116 -
3117   type: "plot"
3118   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3119   algorithm: "plot_performance_box"
3120   output-file-type: ".html"
3121   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3122   data: "plot-vpp-throughput-latency-3n-hsw"
3123   filter: "'NIC_Intel-X710' and
3124            '64B' and
3125            'FEATURE' and
3126            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3127            'NDRPDR' and
3128            '2T2C' and
3129            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3130            not 'VHOST' and
3131            not 'MEMIF'"
3132   parameters:
3133   - "throughput"
3134   - "parent"
3135   traces:
3136     hoverinfo: "x+y"
3137     boxpoints: "outliers"
3138     whiskerwidth: 0
3139   layout:
3140     title: ""  # No title
3141     layout: "plot-throughput"
3142
3143 # Packet Throughput - VPP L2 3n-hsw-xl710
3144 -
3145   type: "plot"
3146   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3147   algorithm: "plot_performance_box"
3148   output-file-type: ".html"
3149   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3150   data: "plot-vpp-throughput-latency-3n-hsw"
3151   filter: "'NIC_Intel-XL710' and
3152            '64B' and
3153            ('BASE' or 'SCALE') and
3154            'NDRPDR' and
3155            '1T1C' and
3156            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3157            not 'VHOST' and
3158            not 'MEMIF'"
3159   parameters:
3160   - "throughput"
3161   - "parent"
3162   traces:
3163     hoverinfo: "x+y"
3164     boxpoints: "outliers"
3165     whiskerwidth: 0
3166   layout:
3167     title: ""  # No title
3168     layout: "plot-throughput"
3169
3170 -
3171   type: "plot"
3172   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3173   algorithm: "plot_performance_box"
3174   output-file-type: ".html"
3175   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3176   data: "plot-vpp-throughput-latency-3n-hsw"
3177   filter: "'NIC_Intel-XL710' and
3178            '64B' and
3179            ('BASE' or 'SCALE') and
3180            'NDRPDR' and
3181            '1T1C' and
3182            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3183            not 'VHOST' and
3184            not 'MEMIF'"
3185   parameters:
3186   - "throughput"
3187   - "parent"
3188   traces:
3189     hoverinfo: "x+y"
3190     boxpoints: "outliers"
3191     whiskerwidth: 0
3192   layout:
3193     title: ""  # No title
3194     layout: "plot-throughput"
3195
3196 -
3197   type: "plot"
3198   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3199   algorithm: "plot_performance_box"
3200   output-file-type: ".html"
3201   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3202   data: "plot-vpp-throughput-latency-3n-hsw"
3203   filter: "'NIC_Intel-XL710' and
3204            '64B' and
3205            ('BASE' or 'SCALE') and
3206            'NDRPDR' and
3207            '2T2C' and
3208            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3209            not 'VHOST' and
3210            not 'MEMIF'"
3211   parameters:
3212   - "throughput"
3213   - "parent"
3214   traces:
3215     hoverinfo: "x+y"
3216     boxpoints: "outliers"
3217     whiskerwidth: 0
3218   layout:
3219     title: ""  # No title
3220     layout: "plot-throughput"
3221
3222 -
3223   type: "plot"
3224   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3225   algorithm: "plot_performance_box"
3226   output-file-type: ".html"
3227   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3228   data: "plot-vpp-throughput-latency-3n-hsw"
3229   filter: "'NIC_Intel-XL710' and
3230            '64B' and
3231            ('BASE' or 'SCALE') and
3232            'NDRPDR' and
3233            '2T2C' and
3234            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3235            not 'VHOST' and
3236            not 'MEMIF'"
3237   parameters:
3238   - "throughput"
3239   - "parent"
3240   traces:
3241     hoverinfo: "x+y"
3242     boxpoints: "outliers"
3243     whiskerwidth: 0
3244   layout:
3245     title: ""  # No title
3246     layout: "plot-throughput"
3247
3248 # Packet Throughput - VPP L2 3n-skx-x710
3249 -
3250   type: "plot"
3251   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3252   algorithm: "plot_performance_box"
3253   output-file-type: ".html"
3254   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3255   data: "plot-vpp-throughput-latency-3n-skx"
3256   filter: "'NIC_Intel-X710' and
3257            '64B' and
3258            ('BASE' or 'SCALE') and
3259            'NDRPDR' and
3260            '2T1C' and
3261            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3262            not 'VHOST' and
3263            not 'MEMIF'"
3264   parameters:
3265   - "throughput"
3266   - "parent"
3267   traces:
3268     hoverinfo: "x+y"
3269     boxpoints: "outliers"
3270     whiskerwidth: 0
3271   layout:
3272     title: ""  # No title
3273     layout: "plot-throughput"
3274
3275 -
3276   type: "plot"
3277   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3278   algorithm: "plot_performance_box"
3279   output-file-type: ".html"
3280   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3281   data: "plot-vpp-throughput-latency-3n-skx"
3282   filter: "'NIC_Intel-X710' and
3283            '64B' and
3284            ('BASE' or 'SCALE') and
3285            'NDRPDR' and
3286            '2T1C' and
3287            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3288            not 'VHOST' and
3289            not 'MEMIF'"
3290   parameters:
3291   - "throughput"
3292   - "parent"
3293   traces:
3294     hoverinfo: "x+y"
3295     boxpoints: "outliers"
3296     whiskerwidth: 0
3297   layout:
3298     title: ""  # No title
3299     layout: "plot-throughput"
3300
3301 -
3302   type: "plot"
3303   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3304   algorithm: "plot_performance_box"
3305   output-file-type: ".html"
3306   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3307   data: "plot-vpp-throughput-latency-3n-skx"
3308   filter: "'NIC_Intel-X710' and
3309            '64B' and
3310            ('BASE' or 'SCALE') and
3311            'NDRPDR' and
3312            '4T2C' and
3313            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3314            not 'VHOST' and
3315            not 'MEMIF'"
3316   parameters:
3317   - "throughput"
3318   - "parent"
3319   traces:
3320     hoverinfo: "x+y"
3321     boxpoints: "outliers"
3322     whiskerwidth: 0
3323   layout:
3324     title: ""  # No title
3325     layout: "plot-throughput"
3326
3327 -
3328   type: "plot"
3329   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3330   algorithm: "plot_performance_box"
3331   output-file-type: ".html"
3332   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3333   data: "plot-vpp-throughput-latency-3n-skx"
3334   filter: "'NIC_Intel-X710' and
3335            '64B' and
3336            ('BASE' or 'SCALE') and
3337            'NDRPDR' and
3338            '4T2C' and
3339            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3340            not 'VHOST' and
3341            not 'MEMIF'"
3342   parameters:
3343   - "throughput"
3344   - "parent"
3345   traces:
3346     hoverinfo: "x+y"
3347     boxpoints: "outliers"
3348     whiskerwidth: 0
3349   layout:
3350     title: ""  # No title
3351     layout: "plot-throughput"
3352
3353 -
3354   type: "plot"
3355   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3356   algorithm: "plot_performance_box"
3357   output-file-type: ".html"
3358   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3359   data: "plot-vpp-throughput-latency-3n-skx"
3360   filter: "'NIC_Intel-X710' and
3361            '64B' and
3362            'FEATURE' and
3363            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3364            'NDRPDR' and
3365            '2T1C' and
3366            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3367            not 'VHOST' and
3368            not 'MEMIF'"
3369   parameters:
3370   - "throughput"
3371   - "parent"
3372   traces:
3373     hoverinfo: "x+y"
3374     boxpoints: "outliers"
3375     whiskerwidth: 0
3376   layout:
3377     title: ""  # No title
3378     layout: "plot-throughput"
3379
3380 -
3381   type: "plot"
3382   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3383   algorithm: "plot_performance_box"
3384   output-file-type: ".html"
3385   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3386   data: "plot-vpp-throughput-latency-3n-skx"
3387   filter: "'NIC_Intel-X710' and
3388            '64B' and
3389            'FEATURE' and
3390            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3391            'NDRPDR' and
3392            '2T1C' and
3393            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3394            not 'VHOST' and
3395            not 'MEMIF'"
3396   parameters:
3397   - "throughput"
3398   - "parent"
3399   traces:
3400     hoverinfo: "x+y"
3401     boxpoints: "outliers"
3402     whiskerwidth: 0
3403   layout:
3404     title: ""  # No title
3405     layout: "plot-throughput"
3406
3407 -
3408   type: "plot"
3409   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
3410   algorithm: "plot_performance_box"
3411   output-file-type: ".html"
3412   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
3413   data: "plot-vpp-throughput-latency-3n-skx"
3414   filter: "'NIC_Intel-X710' and
3415            '64B' and
3416            'FEATURE' and
3417            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3418            'NDRPDR' and
3419            '4T2C' and
3420            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3421            not 'VHOST' and
3422            not 'MEMIF'"
3423   parameters:
3424   - "throughput"
3425   - "parent"
3426   traces:
3427     hoverinfo: "x+y"
3428     boxpoints: "outliers"
3429     whiskerwidth: 0
3430   layout:
3431     title: ""  # No title
3432     layout: "plot-throughput"
3433
3434 -
3435   type: "plot"
3436   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
3437   algorithm: "plot_performance_box"
3438   output-file-type: ".html"
3439   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
3440   data: "plot-vpp-throughput-latency-3n-skx"
3441   filter: "'NIC_Intel-X710' and
3442            '64B' and
3443            'FEATURE' and
3444            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3445            'NDRPDR' and
3446            '4T2C' and
3447            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3448            not 'VHOST' and
3449            not 'MEMIF'"
3450   parameters:
3451   - "throughput"
3452   - "parent"
3453   traces:
3454     hoverinfo: "x+y"
3455     boxpoints: "outliers"
3456     whiskerwidth: 0
3457   layout:
3458     title: ""  # No title
3459     layout: "plot-throughput"
3460
3461 # Packet Throughput - VPP L2 3n-skx-xxv710
3462 -
3463   type: "plot"
3464   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3465   algorithm: "plot_performance_box"
3466   output-file-type: ".html"
3467   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3468   data: "plot-vpp-throughput-latency-3n-skx"
3469   filter: "'NIC_Intel-XXV710' and
3470            '64B' and
3471            ('BASE' or 'SCALE') and
3472            'NDRPDR' and
3473            '2T1C' and
3474            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3475            not 'VHOST' and
3476            not 'MEMIF'"
3477   parameters:
3478   - "throughput"
3479   - "parent"
3480   traces:
3481     hoverinfo: "x+y"
3482     boxpoints: "outliers"
3483     whiskerwidth: 0
3484   layout:
3485     title: ""  # No title
3486     layout: "plot-throughput"
3487
3488 -
3489   type: "plot"
3490   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3491   algorithm: "plot_performance_box"
3492   output-file-type: ".html"
3493   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3494   data: "plot-vpp-throughput-latency-3n-skx"
3495   filter: "'NIC_Intel-XXV710' and
3496            '64B' and
3497            ('BASE' or 'SCALE') and
3498            'NDRPDR' and
3499            '2T1C' and
3500            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3501            not 'VHOST' and
3502            not 'MEMIF'"
3503   parameters:
3504   - "throughput"
3505   - "parent"
3506   traces:
3507     hoverinfo: "x+y"
3508     boxpoints: "outliers"
3509     whiskerwidth: 0
3510   layout:
3511     title: ""  # No title
3512     layout: "plot-throughput"
3513
3514 -
3515   type: "plot"
3516   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3517   algorithm: "plot_performance_box"
3518   output-file-type: ".html"
3519   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3520   data: "plot-vpp-throughput-latency-3n-skx"
3521   filter: "'NIC_Intel-XXV710' and
3522            '64B' and
3523            ('BASE' or 'SCALE') and
3524            'NDRPDR' and
3525            '4T2C' and
3526            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3527            not 'VHOST' and
3528            not 'MEMIF'"
3529   parameters:
3530   - "throughput"
3531   - "parent"
3532   traces:
3533     hoverinfo: "x+y"
3534     boxpoints: "outliers"
3535     whiskerwidth: 0
3536   layout:
3537     title: ""  # No title
3538     layout: "plot-throughput"
3539
3540 -
3541   type: "plot"
3542   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3543   algorithm: "plot_performance_box"
3544   output-file-type: ".html"
3545   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3546   data: "plot-vpp-throughput-latency-3n-skx"
3547   filter: "'NIC_Intel-XXV710' and
3548            '64B' and
3549            ('BASE' or 'SCALE') and
3550            'NDRPDR' and
3551            '4T2C' and
3552            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3553            not 'VHOST' and
3554            not 'MEMIF'"
3555   parameters:
3556   - "throughput"
3557   - "parent"
3558   traces:
3559     hoverinfo: "x+y"
3560     boxpoints: "outliers"
3561     whiskerwidth: 0
3562   layout:
3563     title: ""  # No title
3564     layout: "plot-throughput"
3565
3566 -
3567   type: "plot"
3568   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-features-ndr"
3569   algorithm: "plot_performance_box"
3570   output-file-type: ".html"
3571   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-features-ndr"
3572   data: "plot-vpp-throughput-latency-3n-skx"
3573   filter: "'NIC_Intel-XXV710' and
3574            '64B' and
3575            'FEATURE' and
3576            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3577            'NDRPDR' and
3578            '2T1C' and
3579            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3580            not 'VHOST' and
3581            not 'MEMIF'"
3582   parameters:
3583   - "throughput"
3584   - "parent"
3585   traces:
3586     hoverinfo: "x+y"
3587     boxpoints: "outliers"
3588     whiskerwidth: 0
3589   layout:
3590     title: ""  # No title
3591     layout: "plot-throughput"
3592
3593 -
3594   type: "plot"
3595   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-features-pdr"
3596   algorithm: "plot_performance_box"
3597   output-file-type: ".html"
3598   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-features-pdr"
3599   data: "plot-vpp-throughput-latency-3n-skx"
3600   filter: "'NIC_Intel-XXV710' and
3601            '64B' and
3602            'FEATURE' and
3603            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3604            'NDRPDR' and
3605            '2T1C' and
3606            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3607            not 'VHOST' and
3608            not 'MEMIF'"
3609   parameters:
3610   - "throughput"
3611   - "parent"
3612   traces:
3613     hoverinfo: "x+y"
3614     boxpoints: "outliers"
3615     whiskerwidth: 0
3616   layout:
3617     title: ""  # No title
3618     layout: "plot-throughput"
3619
3620 -
3621   type: "plot"
3622   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-features-ndr"
3623   algorithm: "plot_performance_box"
3624   output-file-type: ".html"
3625   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-features-ndr"
3626   data: "plot-vpp-throughput-latency-3n-skx"
3627   filter: "'NIC_Intel-XXV710' and
3628            '64B' and
3629            'FEATURE' and
3630            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3631            'NDRPDR' and
3632            '4T2C' and
3633            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3634            not 'VHOST' and
3635            not 'MEMIF'"
3636   parameters:
3637   - "throughput"
3638   - "parent"
3639   traces:
3640     hoverinfo: "x+y"
3641     boxpoints: "outliers"
3642     whiskerwidth: 0
3643   layout:
3644     title: ""  # No title
3645     layout: "plot-throughput"
3646
3647 -
3648   type: "plot"
3649   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-features-pdr"
3650   algorithm: "plot_performance_box"
3651   output-file-type: ".html"
3652   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-features-pdr"
3653   data: "plot-vpp-throughput-latency-3n-skx"
3654   filter: "'NIC_Intel-XXV710' and
3655            '64B' and
3656            'FEATURE' and
3657            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3658            'NDRPDR' and
3659            '4T2C' and
3660            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3661            not 'VHOST' and
3662            not 'MEMIF'"
3663   parameters:
3664   - "throughput"
3665   - "parent"
3666   traces:
3667     hoverinfo: "x+y"
3668     boxpoints: "outliers"
3669     whiskerwidth: 0
3670   layout:
3671     title: ""  # No title
3672     layout: "plot-throughput"
3673
3674 # Packet Throughput - VPP L2 2n-skx-x710
3675 -
3676   type: "plot"
3677   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
3678   algorithm: "plot_performance_box"
3679   output-file-type: ".html"
3680   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
3681   data: "plot-vpp-throughput-latency-2n-skx"
3682   filter: "'NIC_Intel-X710' and
3683            '64B' and
3684            ('BASE' or 'SCALE') and
3685            'NDRPDR' and
3686            '2T1C' and
3687            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3688            not 'VHOST' and
3689            not 'MEMIF'"
3690   parameters:
3691   - "throughput"
3692   - "parent"
3693   traces:
3694     hoverinfo: "x+y"
3695     boxpoints: "outliers"
3696     whiskerwidth: 0
3697   layout:
3698     title: ""  # No title
3699     layout: "plot-throughput"
3700
3701 -
3702   type: "plot"
3703   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
3704   algorithm: "plot_performance_box"
3705   output-file-type: ".html"
3706   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
3707   data: "plot-vpp-throughput-latency-2n-skx"
3708   filter: "'NIC_Intel-X710' and
3709            '64B' and
3710            ('BASE' or 'SCALE') and
3711            'NDRPDR' and
3712            '2T1C' and
3713            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3714            not 'VHOST' and
3715            not 'MEMIF'"
3716   parameters:
3717   - "throughput"
3718   - "parent"
3719   traces:
3720     hoverinfo: "x+y"
3721     boxpoints: "outliers"
3722     whiskerwidth: 0
3723   layout:
3724     title: ""  # No title
3725     layout: "plot-throughput"
3726
3727 -
3728   type: "plot"
3729   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
3730   algorithm: "plot_performance_box"
3731   output-file-type: ".html"
3732   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
3733   data: "plot-vpp-throughput-latency-2n-skx"
3734   filter: "'NIC_Intel-X710' and
3735            '64B' and
3736            ('BASE' or 'SCALE') and
3737            'NDRPDR' and
3738            '4T2C' and
3739            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3740            not 'VHOST' and
3741            not 'MEMIF'"
3742   parameters:
3743   - "throughput"
3744   - "parent"
3745   traces:
3746     hoverinfo: "x+y"
3747     boxpoints: "outliers"
3748     whiskerwidth: 0
3749   layout:
3750     title: ""  # No title
3751     layout: "plot-throughput"
3752
3753 -
3754   type: "plot"
3755   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
3756   algorithm: "plot_performance_box"
3757   output-file-type: ".html"
3758   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
3759   data: "plot-vpp-throughput-latency-2n-skx"
3760   filter: "'NIC_Intel-X710' and
3761            '64B' and
3762            ('BASE' or 'SCALE') and
3763            'NDRPDR' and
3764            '4T2C' and
3765            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3766            not 'VHOST' and
3767            not 'MEMIF'"
3768   parameters:
3769   - "throughput"
3770   - "parent"
3771   traces:
3772     hoverinfo: "x+y"
3773     boxpoints: "outliers"
3774     whiskerwidth: 0
3775   layout:
3776     title: ""  # No title
3777     layout: "plot-throughput"
3778
3779 # Packet Throughput - VPP L2 2n-skx-xxv710
3780 -
3781   type: "plot"
3782   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3783   algorithm: "plot_performance_box"
3784   output-file-type: ".html"
3785   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3786   data: "plot-vpp-throughput-latency-2n-skx"
3787   filter: "'NIC_Intel-XXV710' and
3788            '64B' and
3789            ('BASE' or 'SCALE') and
3790            'NDRPDR' and
3791            '2T1C' and
3792            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3793            not 'VHOST' and
3794            not 'MEMIF'"
3795   parameters:
3796   - "throughput"
3797   - "parent"
3798   traces:
3799     hoverinfo: "x+y"
3800     boxpoints: "outliers"
3801     whiskerwidth: 0
3802   layout:
3803     title: ""  # No title
3804     layout: "plot-throughput"
3805
3806 -
3807   type: "plot"
3808   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3809   algorithm: "plot_performance_box"
3810   output-file-type: ".html"
3811   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3812   data: "plot-vpp-throughput-latency-2n-skx"
3813   filter: "'NIC_Intel-XXV710' and
3814            '64B' and
3815            ('BASE' or 'SCALE') and
3816            'NDRPDR' and
3817            '2T1C' and
3818            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3819            not 'VHOST' and
3820            not 'MEMIF'"
3821   parameters:
3822   - "throughput"
3823   - "parent"
3824   traces:
3825     hoverinfo: "x+y"
3826     boxpoints: "outliers"
3827     whiskerwidth: 0
3828   layout:
3829     title: ""  # No title
3830     layout: "plot-throughput"
3831
3832 -
3833   type: "plot"
3834   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3835   algorithm: "plot_performance_box"
3836   output-file-type: ".html"
3837   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3838   data: "plot-vpp-throughput-latency-2n-skx"
3839   filter: "'NIC_Intel-XXV710' and
3840            '64B' and
3841            ('BASE' or 'SCALE') and
3842            'NDRPDR' and
3843            '4T2C' and
3844            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3845            not 'VHOST' and
3846            not 'MEMIF'"
3847   parameters:
3848   - "throughput"
3849   - "parent"
3850   traces:
3851     hoverinfo: "x+y"
3852     boxpoints: "outliers"
3853     whiskerwidth: 0
3854   layout:
3855     title: ""  # No title
3856     layout: "plot-throughput"
3857
3858 -
3859   type: "plot"
3860   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3861   algorithm: "plot_performance_box"
3862   output-file-type: ".html"
3863   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3864   data: "plot-vpp-throughput-latency-2n-skx"
3865   filter: "'NIC_Intel-XXV710' and
3866            '64B' and
3867            ('BASE' or 'SCALE') and
3868            'NDRPDR' and
3869            '4T2C' and
3870            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3871            not 'VHOST' and
3872            not 'MEMIF'"
3873   parameters:
3874   - "throughput"
3875   - "parent"
3876   traces:
3877     hoverinfo: "x+y"
3878     boxpoints: "outliers"
3879     whiskerwidth: 0
3880   layout:
3881     title: ""  # No title
3882     layout: "plot-throughput"
3883
3884 ################################################################################
3885
3886 # Packet Throughput - VPP Container Memif 3n-hsw-x520
3887 -
3888   type: "plot"
3889   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3890   algorithm: "plot_performance_box"
3891   output-file-type: ".html"
3892   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3893   data: "plot-vpp-throughput-latency-3n-hsw"
3894   filter: "'NIC_Intel-X520-DA2' and
3895            '64B' and
3896            ('BASE' or 'SCALE') and
3897            'NDRPDR' and
3898            '1T1C' and
3899            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3900            not 'VHOST' and
3901            'MEMIF'"
3902   parameters:
3903   - "throughput"
3904   - "parent"
3905   traces:
3906     hoverinfo: "x+y"
3907     boxpoints: "outliers"
3908     whiskerwidth: 0
3909   layout:
3910     title: ""  # No title
3911     layout: "plot-throughput"
3912
3913 -
3914   type: "plot"
3915   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3916   algorithm: "plot_performance_box"
3917   output-file-type: ".html"
3918   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3919   data: "plot-vpp-throughput-latency-3n-hsw"
3920   filter: "'NIC_Intel-X520-DA2' and
3921            '64B' and
3922            ('BASE' or 'SCALE') and
3923            'NDRPDR' and
3924            '1T1C' and
3925            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3926            not 'VHOST' and
3927            'MEMIF'"
3928   parameters:
3929   - "throughput"
3930   - "parent"
3931   traces:
3932     hoverinfo: "x+y"
3933     boxpoints: "outliers"
3934     whiskerwidth: 0
3935   layout:
3936     title: ""  # No title
3937     layout: "plot-throughput"
3938
3939 -
3940   type: "plot"
3941   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3942   algorithm: "plot_performance_box"
3943   output-file-type: ".html"
3944   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3945   data: "plot-vpp-throughput-latency-3n-hsw"
3946   filter: "'NIC_Intel-X520-DA2' and
3947            '64B' and
3948            ('BASE' or 'SCALE') and
3949            'NDRPDR' and
3950            '2T2C' and
3951            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3952            not 'VHOST' and
3953            'MEMIF'"
3954   parameters:
3955   - "throughput"
3956   - "parent"
3957   traces:
3958     hoverinfo: "x+y"
3959     boxpoints: "outliers"
3960     whiskerwidth: 0
3961   layout:
3962     title: ""  # No title
3963     layout: "plot-throughput"
3964
3965 -
3966   type: "plot"
3967   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3968   algorithm: "plot_performance_box"
3969   output-file-type: ".html"
3970   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3971   data: "plot-vpp-throughput-latency-3n-hsw"
3972   filter: "'NIC_Intel-X520-DA2' and
3973            '64B' and
3974            ('BASE' or 'SCALE') and
3975            'NDRPDR' and
3976            '2T2C' and
3977            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3978            not 'VHOST' and
3979            'MEMIF'"
3980   parameters:
3981   - "throughput"
3982   - "parent"
3983   traces:
3984     hoverinfo: "x+y"
3985     boxpoints: "outliers"
3986     whiskerwidth: 0
3987   layout:
3988     title: ""  # No title
3989     layout: "plot-throughput"
3990
3991 # Packet Throughput - VPP Container Memif 3n-hsw-x710
3992 -
3993   type: "plot"
3994   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3995   algorithm: "plot_performance_box"
3996   output-file-type: ".html"
3997   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3998   data: "plot-vpp-throughput-latency-3n-hsw"
3999   filter: "'NIC_Intel-X710' and
4000            '64B' and
4001            ('BASE' or 'SCALE') and
4002            'NDRPDR' and
4003            '1T1C' and
4004            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4005            not 'VHOST' and
4006            'MEMIF'"
4007   parameters:
4008   - "throughput"
4009   - "parent"
4010   traces:
4011     hoverinfo: "x+y"
4012     boxpoints: "outliers"
4013     whiskerwidth: 0
4014   layout:
4015     title: ""  # No title
4016     layout: "plot-throughput"
4017
4018 -
4019   type: "plot"
4020   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4021   algorithm: "plot_performance_box"
4022   output-file-type: ".html"
4023   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4024   data: "plot-vpp-throughput-latency-3n-hsw"
4025   filter: "'NIC_Intel-X710' and
4026            '64B' and
4027            ('BASE' or 'SCALE') and
4028            'NDRPDR' and
4029            '1T1C' and
4030            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4031            not 'VHOST' and
4032            'MEMIF'"
4033   parameters:
4034   - "throughput"
4035   - "parent"
4036   traces:
4037     hoverinfo: "x+y"
4038     boxpoints: "outliers"
4039     whiskerwidth: 0
4040   layout:
4041     title: ""  # No title
4042     layout: "plot-throughput"
4043
4044 -
4045   type: "plot"
4046   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4047   algorithm: "plot_performance_box"
4048   output-file-type: ".html"
4049   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4050   data: "plot-vpp-throughput-latency-3n-hsw"
4051   filter: "'NIC_Intel-X710' and
4052            '64B' and
4053            ('BASE' or 'SCALE') and
4054            'NDRPDR' and
4055            '2T2C' and
4056            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4057            not 'VHOST' and
4058            'MEMIF'"
4059   parameters:
4060   - "throughput"
4061   - "parent"
4062   traces:
4063     hoverinfo: "x+y"
4064     boxpoints: "outliers"
4065     whiskerwidth: 0
4066   layout:
4067     title: ""  # No title
4068     layout: "plot-throughput"
4069
4070 -
4071   type: "plot"
4072   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4073   algorithm: "plot_performance_box"
4074   output-file-type: ".html"
4075   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4076   data: "plot-vpp-throughput-latency-3n-hsw"
4077   filter: "'NIC_Intel-X710' and
4078            '64B' and
4079            ('BASE' or 'SCALE') and
4080            'NDRPDR' and
4081            '2T2C' and
4082            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4083            not 'VHOST' and
4084            'MEMIF'"
4085   parameters:
4086   - "throughput"
4087   - "parent"
4088   traces:
4089     hoverinfo: "x+y"
4090     boxpoints: "outliers"
4091     whiskerwidth: 0
4092   layout:
4093     title: ""  # No title
4094     layout: "plot-throughput"
4095
4096 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
4097 -
4098   type: "plot"
4099   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4100   algorithm: "plot_performance_box"
4101   output-file-type: ".html"
4102   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4103   data: "plot-vpp-throughput-latency-3n-hsw"
4104   filter: "'NIC_Intel-XL710' and
4105            '64B' and
4106            ('BASE' or 'SCALE') and
4107            'NDRPDR' and
4108            '1T1C' and
4109            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4110            not 'VHOST' and
4111            'MEMIF'"
4112   parameters:
4113   - "throughput"
4114   - "parent"
4115   traces:
4116     hoverinfo: "x+y"
4117     boxpoints: "outliers"
4118     whiskerwidth: 0
4119   layout:
4120     title: ""  # No title
4121     layout: "plot-throughput"
4122
4123 -
4124   type: "plot"
4125   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4126   algorithm: "plot_performance_box"
4127   output-file-type: ".html"
4128   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4129   data: "plot-vpp-throughput-latency-3n-hsw"
4130   filter: "'NIC_Intel-XL710' and
4131            '64B' and
4132            ('BASE' or 'SCALE') and
4133            'NDRPDR' and
4134            '1T1C' and
4135            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4136            not 'VHOST' and
4137            'MEMIF'"
4138   parameters:
4139   - "throughput"
4140   - "parent"
4141   traces:
4142     hoverinfo: "x+y"
4143     boxpoints: "outliers"
4144     whiskerwidth: 0
4145   layout:
4146     title: ""  # No title
4147     layout: "plot-throughput"
4148
4149 -
4150   type: "plot"
4151   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4152   algorithm: "plot_performance_box"
4153   output-file-type: ".html"
4154   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4155   data: "plot-vpp-throughput-latency-3n-hsw"
4156   filter: "'NIC_Intel-XL710' and
4157            '64B' and
4158            ('BASE' or 'SCALE') and
4159            'NDRPDR' and
4160            '2T2C' and
4161            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4162            not 'VHOST' and
4163            'MEMIF'"
4164   parameters:
4165   - "throughput"
4166   - "parent"
4167   traces:
4168     hoverinfo: "x+y"
4169     boxpoints: "outliers"
4170     whiskerwidth: 0
4171   layout:
4172     title: ""  # No title
4173     layout: "plot-throughput"
4174
4175 -
4176   type: "plot"
4177   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4178   algorithm: "plot_performance_box"
4179   output-file-type: ".html"
4180   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4181   data: "plot-vpp-throughput-latency-3n-hsw"
4182   filter: "'NIC_Intel-XL710' and
4183            '64B' and
4184            ('BASE' or 'SCALE') and
4185            'NDRPDR' and
4186            '2T2C' and
4187            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4188            not 'VHOST' and
4189            'MEMIF'"
4190   parameters:
4191   - "throughput"
4192   - "parent"
4193   traces:
4194     hoverinfo: "x+y"
4195     boxpoints: "outliers"
4196     whiskerwidth: 0
4197   layout:
4198     title: ""  # No title
4199     layout: "plot-throughput"
4200
4201 # Packet Throughput - VPP Container Memif 3n-skx-x710
4202 -
4203   type: "plot"
4204   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4205   algorithm: "plot_performance_box"
4206   output-file-type: ".html"
4207   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4208   data: "plot-vpp-throughput-latency-3n-skx"
4209   filter: "'NIC_Intel-X710' and
4210            '64B' and
4211            ('BASE' or 'SCALE') and
4212            'NDRPDR' and
4213            '2T1C' and
4214            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4215            not 'VHOST' and
4216            'MEMIF'"
4217   parameters:
4218   - "throughput"
4219   - "parent"
4220   traces:
4221     hoverinfo: "x+y"
4222     boxpoints: "outliers"
4223     whiskerwidth: 0
4224   layout:
4225     title: ""  # No title
4226     layout: "plot-throughput"
4227
4228 -
4229   type: "plot"
4230   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4231   algorithm: "plot_performance_box"
4232   output-file-type: ".html"
4233   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4234   data: "plot-vpp-throughput-latency-3n-skx"
4235   filter: "'NIC_Intel-X710' and
4236            '64B' and
4237            ('BASE' or 'SCALE') and
4238            'NDRPDR' and
4239            '2T1C' and
4240            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4241            not 'VHOST' and
4242             'MEMIF'"
4243   parameters:
4244   - "throughput"
4245   - "parent"
4246   traces:
4247     hoverinfo: "x+y"
4248     boxpoints: "outliers"
4249     whiskerwidth: 0
4250   layout:
4251     title: ""  # No title
4252     layout: "plot-throughput"
4253
4254 -
4255   type: "plot"
4256   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4257   algorithm: "plot_performance_box"
4258   output-file-type: ".html"
4259   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4260   data: "plot-vpp-throughput-latency-3n-skx"
4261   filter: "'NIC_Intel-X710' and
4262            '64B' and
4263            ('BASE' or 'SCALE') and
4264            'NDRPDR' and
4265            '4T2C' and
4266            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4267            not 'VHOST' and
4268            'MEMIF'"
4269   parameters:
4270   - "throughput"
4271   - "parent"
4272   traces:
4273     hoverinfo: "x+y"
4274     boxpoints: "outliers"
4275     whiskerwidth: 0
4276   layout:
4277     title: ""  # No title
4278     layout: "plot-throughput"
4279
4280 -
4281   type: "plot"
4282   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4283   algorithm: "plot_performance_box"
4284   output-file-type: ".html"
4285   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4286   data: "plot-vpp-throughput-latency-3n-skx"
4287   filter: "'NIC_Intel-X710' and
4288            '64B' and
4289            ('BASE' or 'SCALE') and
4290            'NDRPDR' and
4291            '4T2C' and
4292            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4293            not 'VHOST' and
4294            'MEMIF'"
4295   parameters:
4296   - "throughput"
4297   - "parent"
4298   traces:
4299     hoverinfo: "x+y"
4300     boxpoints: "outliers"
4301     whiskerwidth: 0
4302   layout:
4303     title: ""  # No title
4304     layout: "plot-throughput"
4305
4306 ################################################################################
4307
4308 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520
4309 -
4310   type: "plot"
4311   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4312   algorithm: "plot_performance_box"
4313   output-file-type: ".html"
4314   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4315   data: "plot-ligato-throughput-latency-3n-hsw"
4316   filter: "'NIC_Intel-X520-DA2' and
4317            '64B' and
4318            ('BASE' or 'SCALE') and
4319            'NDRPDR' and
4320            '1T1C' and
4321            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4322            not 'VHOST' and
4323            'MEMIF'"
4324   parameters:
4325   - "throughput"
4326   - "parent"
4327   traces:
4328     hoverinfo: "x+y"
4329     boxpoints: "outliers"
4330     whiskerwidth: 0
4331   layout:
4332     title: ""  # No title
4333     layout: "plot-throughput"
4334
4335 -
4336   type: "plot"
4337   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4338   algorithm: "plot_performance_box"
4339   output-file-type: ".html"
4340   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4341   data: "plot-ligato-throughput-latency-3n-hsw"
4342   filter: "'NIC_Intel-X520-DA2' and
4343            '64B' and
4344            ('BASE' or 'SCALE') and
4345            'NDRPDR' and
4346            '1T1C' and
4347            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4348            not 'VHOST' and
4349            'MEMIF'"
4350   parameters:
4351   - "throughput"
4352   - "parent"
4353   traces:
4354     hoverinfo: "x+y"
4355     boxpoints: "outliers"
4356     whiskerwidth: 0
4357   layout:
4358     title: ""  # No title
4359     layout: "plot-throughput"
4360
4361 -
4362   type: "plot"
4363   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4364   algorithm: "plot_performance_box"
4365   output-file-type: ".html"
4366   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4367   data: "plot-ligato-throughput-latency-3n-hsw"
4368   filter: "'NIC_Intel-X520-DA2' and
4369            '64B' and
4370            ('BASE' or 'SCALE') and
4371            'NDRPDR' and
4372            '2T2C' and
4373            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4374            not 'VHOST' and
4375            'MEMIF'"
4376   parameters:
4377   - "throughput"
4378   - "parent"
4379   traces:
4380     hoverinfo: "x+y"
4381     boxpoints: "outliers"
4382     whiskerwidth: 0
4383   layout:
4384     title: ""  # No title
4385     layout: "plot-throughput"
4386
4387 -
4388   type: "plot"
4389   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4390   algorithm: "plot_performance_box"
4391   output-file-type: ".html"
4392   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4393   data: "plot-ligato-throughput-latency-3n-hsw"
4394   filter: "'NIC_Intel-X520-DA2' and
4395            '64B' and
4396            ('BASE' or 'SCALE') and
4397            'NDRPDR' and
4398            '2T2C' and
4399            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4400            not 'VHOST' and
4401            'MEMIF'"
4402   parameters:
4403   - "throughput"
4404   - "parent"
4405   traces:
4406     hoverinfo: "x+y"
4407     boxpoints: "outliers"
4408     whiskerwidth: 0
4409   layout:
4410     title: ""  # No title
4411     layout: "plot-throughput"
4412
4413 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710
4414 -
4415   type: "plot"
4416   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4417   algorithm: "plot_performance_box"
4418   output-file-type: ".html"
4419   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4420   data: "plot-ligato-throughput-latency-3n-hsw"
4421   filter: "'NIC_Intel-X710' and
4422            '64B' and
4423            ('BASE' or 'SCALE') and
4424            'NDRPDR' and
4425            '1T1C' and
4426            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4427            not 'VHOST' and
4428            'MEMIF'"
4429   parameters:
4430   - "throughput"
4431   - "parent"
4432   traces:
4433     hoverinfo: "x+y"
4434     boxpoints: "outliers"
4435     whiskerwidth: 0
4436   layout:
4437     title: ""  # No title
4438     layout: "plot-throughput"
4439
4440 -
4441   type: "plot"
4442   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4443   algorithm: "plot_performance_box"
4444   output-file-type: ".html"
4445   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4446   data: "plot-ligato-throughput-latency-3n-hsw"
4447   filter: "'NIC_Intel-X710' and
4448            '64B' and
4449            ('BASE' or 'SCALE') and
4450            'NDRPDR' and
4451            '1T1C' and
4452            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4453            not 'VHOST' and
4454            'MEMIF'"
4455   parameters:
4456   - "throughput"
4457   - "parent"
4458   traces:
4459     hoverinfo: "x+y"
4460     boxpoints: "outliers"
4461     whiskerwidth: 0
4462   layout:
4463     title: ""  # No title
4464     layout: "plot-throughput"
4465
4466 -
4467   type: "plot"
4468   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4469   algorithm: "plot_performance_box"
4470   output-file-type: ".html"
4471   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4472   data: "plot-ligato-throughput-latency-3n-hsw"
4473   filter: "'NIC_Intel-X710' and
4474            '64B' and
4475            ('BASE' or 'SCALE') and
4476            'NDRPDR' and
4477            '2T2C' and
4478            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4479            not 'VHOST' and
4480            'MEMIF'"
4481   parameters:
4482   - "throughput"
4483   - "parent"
4484   traces:
4485     hoverinfo: "x+y"
4486     boxpoints: "outliers"
4487     whiskerwidth: 0
4488   layout:
4489     title: ""  # No title
4490     layout: "plot-throughput"
4491
4492 -
4493   type: "plot"
4494   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4495   algorithm: "plot_performance_box"
4496   output-file-type: ".html"
4497   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4498   data: "plot-ligato-throughput-latency-3n-hsw"
4499   filter: "'NIC_Intel-X710' and
4500            '64B' and
4501            ('BASE' or 'SCALE') and
4502            'NDRPDR' and
4503            '2T2C' and
4504            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4505            not 'VHOST' and
4506            'MEMIF'"
4507   parameters:
4508   - "throughput"
4509   - "parent"
4510   traces:
4511     hoverinfo: "x+y"
4512     boxpoints: "outliers"
4513     whiskerwidth: 0
4514   layout:
4515     title: ""  # No title
4516     layout: "plot-throughput"
4517
4518 ################################################################################
4519
4520 # Packet Throughput - VPP IPv4 3n-hsw-x520
4521 -
4522   type: "plot"
4523   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4524   algorithm: "plot_performance_box"
4525   output-file-type: ".html"
4526   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4527   data: "plot-vpp-throughput-latency-3n-hsw"
4528   filter: "'NIC_Intel-X520-DA2' and
4529            '64B' and
4530            ('BASE' or 'SCALE') and
4531            'NDRPDR' and
4532            '1T1C' and
4533            'IP4FWD' and
4534            not 'IPSEC' and
4535            not 'VHOST'"
4536   parameters:
4537   - "throughput"
4538   - "parent"
4539   traces:
4540     hoverinfo: "x+y"
4541     boxpoints: "outliers"
4542     whiskerwidth: 0
4543   layout:
4544     title: ""  # No title
4545     layout: "plot-throughput"
4546
4547 -
4548   type: "plot"
4549   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4550   algorithm: "plot_performance_box"
4551   output-file-type: ".html"
4552   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4553   data: "plot-vpp-throughput-latency-3n-hsw"
4554   filter: "'NIC_Intel-X520-DA2' and
4555            '64B' and
4556            ('BASE' or 'SCALE') and
4557            'NDRPDR' and
4558            '1T1C' and
4559            'IP4FWD' and
4560            not 'IPSEC' and
4561            not 'VHOST'"
4562   parameters:
4563   - "throughput"
4564   - "parent"
4565   traces:
4566     hoverinfo: "x+y"
4567     boxpoints: "outliers"
4568     whiskerwidth: 0
4569   layout:
4570     title: ""  # No title
4571     layout: "plot-throughput"
4572
4573 -
4574   type: "plot"
4575   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4576   algorithm: "plot_performance_box"
4577   output-file-type: ".html"
4578   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4579   data: "plot-vpp-throughput-latency-3n-hsw"
4580   filter: "'NIC_Intel-X520-DA2' and
4581            '64B' and
4582            ('BASE' or 'SCALE') and
4583            'NDRPDR' and
4584            '2T2C' and
4585            'IP4FWD' and
4586            not 'IPSEC' and
4587            not 'VHOST'"
4588   parameters:
4589   - "throughput"
4590   - "parent"
4591   traces:
4592     hoverinfo: "x+y"
4593     boxpoints: "outliers"
4594     whiskerwidth: 0
4595   layout:
4596     title: ""  # No title
4597     layout: "plot-throughput"
4598
4599 -
4600   type: "plot"
4601   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4602   algorithm: "plot_performance_box"
4603   output-file-type: ".html"
4604   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4605   data: "plot-vpp-throughput-latency-3n-hsw"
4606   filter: "'NIC_Intel-X520-DA2' and
4607            '64B' and
4608            ('BASE' or 'SCALE') and
4609            'NDRPDR' and
4610            '2T2C' and
4611            'IP4FWD' and
4612            not 'IPSEC' and
4613            not 'VHOST'"
4614   parameters:
4615   - "throughput"
4616   - "parent"
4617   traces:
4618     hoverinfo: "x+y"
4619     boxpoints: "outliers"
4620     whiskerwidth: 0
4621   layout:
4622     title: ""  # No title
4623     layout: "plot-throughput"
4624
4625 -
4626   type: "plot"
4627   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
4628   algorithm: "plot_performance_box"
4629   output-file-type: ".html"
4630   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
4631   data: "plot-vpp-throughput-latency-3n-hsw"
4632   filter: "'NIC_Intel-X520-DA2' and
4633            '64B' and
4634            'FEATURE' and
4635            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4636            'NDRPDR' and
4637            '1T1C' and
4638            'IP4FWD' and
4639            not 'IPSEC' and
4640            not 'VHOST'"
4641   parameters:
4642   - "throughput"
4643   - "parent"
4644   traces:
4645     hoverinfo: "x+y"
4646     boxpoints: "outliers"
4647     whiskerwidth: 0
4648   layout:
4649     title: ""  # No title
4650     layout: "plot-throughput"
4651
4652 -
4653   type: "plot"
4654   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
4655   algorithm: "plot_performance_box"
4656   output-file-type: ".html"
4657   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
4658   data: "plot-vpp-throughput-latency-3n-hsw"
4659   filter: "'NIC_Intel-X520-DA2' and
4660            '64B' and
4661            'FEATURE' and
4662            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4663            'NDRPDR' and
4664            '1T1C' and
4665            'IP4FWD' and
4666            not 'IPSEC' and
4667            not 'VHOST'"
4668   parameters:
4669   - "throughput"
4670   - "parent"
4671   traces:
4672     hoverinfo: "x+y"
4673     boxpoints: "outliers"
4674     whiskerwidth: 0
4675   layout:
4676     title: ""  # No title
4677     layout: "plot-throughput"
4678
4679 -
4680   type: "plot"
4681   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
4682   algorithm: "plot_performance_box"
4683   output-file-type: ".html"
4684   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
4685   data: "plot-vpp-throughput-latency-3n-hsw"
4686   filter: "'NIC_Intel-X520-DA2' and
4687            '64B' and
4688            'FEATURE' and
4689            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4690            'NDRPDR' and
4691            '2T2C' and
4692            'IP4FWD' and
4693            not 'IPSEC' and
4694            not 'VHOST'"
4695   parameters:
4696   - "throughput"
4697   - "parent"
4698   traces:
4699     hoverinfo: "x+y"
4700     boxpoints: "outliers"
4701     whiskerwidth: 0
4702   layout:
4703     title: ""  # No title
4704     layout: "plot-throughput"
4705
4706 -
4707   type: "plot"
4708   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
4709   algorithm: "plot_performance_box"
4710   output-file-type: ".html"
4711   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
4712   data: "plot-vpp-throughput-latency-3n-hsw"
4713   filter: "'NIC_Intel-X520-DA2' and
4714            '64B' and
4715            'FEATURE' and
4716            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4717            'NDRPDR' and
4718            '2T2C' and
4719            'IP4FWD' and
4720            not 'IPSEC' and
4721            not 'VHOST'"
4722   parameters:
4723   - "throughput"
4724   - "parent"
4725   traces:
4726     hoverinfo: "x+y"
4727     boxpoints: "outliers"
4728     whiskerwidth: 0
4729   layout:
4730     title: ""  # No title
4731     layout: "plot-throughput"
4732
4733 # Packet Throughput - VPP IPv4 3n-hsw-x710
4734 -
4735   type: "plot"
4736   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4737   algorithm: "plot_performance_box"
4738   output-file-type: ".html"
4739   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4740   data: "plot-vpp-throughput-latency-3n-hsw"
4741   filter: "'NIC_Intel-X710' and
4742            '64B' and
4743            ('BASE' or 'SCALE') and
4744            'NDRPDR' and
4745            '1T1C' and
4746            'IP4FWD' and
4747            not 'IPSEC' and
4748            not 'VHOST'"
4749   parameters:
4750   - "throughput"
4751   - "parent"
4752   traces:
4753     hoverinfo: "x+y"
4754     boxpoints: "outliers"
4755     whiskerwidth: 0
4756   layout:
4757     title: ""  # No title
4758     layout: "plot-throughput"
4759
4760 -
4761   type: "plot"
4762   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4763   algorithm: "plot_performance_box"
4764   output-file-type: ".html"
4765   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4766   data: "plot-vpp-throughput-latency-3n-hsw"
4767   filter: "'NIC_Intel-X710' and
4768            '64B' and
4769            ('BASE' or 'SCALE') and
4770            'NDRPDR' and
4771            '1T1C' and
4772            'IP4FWD' and
4773            not 'IPSEC' and
4774            not 'VHOST'"
4775   parameters:
4776   - "throughput"
4777   - "parent"
4778   traces:
4779     hoverinfo: "x+y"
4780     boxpoints: "outliers"
4781     whiskerwidth: 0
4782   layout:
4783     title: ""  # No title
4784     layout: "plot-throughput"
4785
4786 -
4787   type: "plot"
4788   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4789   algorithm: "plot_performance_box"
4790   output-file-type: ".html"
4791   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4792   data: "plot-vpp-throughput-latency-3n-hsw"
4793   filter: "'NIC_Intel-X710' and
4794            '64B' and
4795            ('BASE' or 'SCALE') and
4796            'NDRPDR' and
4797            '2T2C' and
4798            'IP4FWD' and
4799            not 'IPSEC' and
4800            not 'VHOST'"
4801   parameters:
4802   - "throughput"
4803   - "parent"
4804   traces:
4805     hoverinfo: "x+y"
4806     boxpoints: "outliers"
4807     whiskerwidth: 0
4808   layout:
4809     title: ""  # No title
4810     layout: "plot-throughput"
4811
4812 -
4813   type: "plot"
4814   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4815   algorithm: "plot_performance_box"
4816   output-file-type: ".html"
4817   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4818   data: "plot-vpp-throughput-latency-3n-hsw"
4819   filter: "'NIC_Intel-X710' and
4820            '64B' and
4821            ('BASE' or 'SCALE') and
4822            'NDRPDR' and
4823            '2T2C' and
4824            'IP4FWD' and
4825            not 'IPSEC' and
4826            not 'VHOST'"
4827   parameters:
4828   - "throughput"
4829   - "parent"
4830   traces:
4831     hoverinfo: "x+y"
4832     boxpoints: "outliers"
4833     whiskerwidth: 0
4834   layout:
4835     title: ""  # No title
4836     layout: "plot-throughput"
4837
4838 -
4839   type: "plot"
4840   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
4841   algorithm: "plot_performance_box"
4842   output-file-type: ".html"
4843   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
4844   data: "plot-vpp-throughput-latency-3n-hsw"
4845   filter: "'NIC_Intel-X710' and
4846            '64B' and
4847            'FEATURE' and
4848            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4849            'NDRPDR' and
4850            '1T1C' and
4851            'IP4FWD' and
4852            not 'IPSEC' and
4853            not 'VHOST'"
4854   parameters:
4855   - "throughput"
4856   - "parent"
4857   traces:
4858     hoverinfo: "x+y"
4859     boxpoints: "outliers"
4860     whiskerwidth: 0
4861   layout:
4862     title: ""  # No title
4863     layout: "plot-throughput"
4864
4865 -
4866   type: "plot"
4867   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
4868   algorithm: "plot_performance_box"
4869   output-file-type: ".html"
4870   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
4871   data: "plot-vpp-throughput-latency-3n-hsw"
4872   filter: "'NIC_Intel-X710' and
4873            '64B' and
4874            'FEATURE' and
4875            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4876            'NDRPDR' and
4877            '1T1C' and
4878            'IP4FWD' and
4879            not 'IPSEC' and
4880            not 'VHOST'"
4881   parameters:
4882   - "throughput"
4883   - "parent"
4884   traces:
4885     hoverinfo: "x+y"
4886     boxpoints: "outliers"
4887     whiskerwidth: 0
4888   layout:
4889     title: ""  # No title
4890     layout: "plot-throughput"
4891
4892 -
4893   type: "plot"
4894   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
4895   algorithm: "plot_performance_box"
4896   output-file-type: ".html"
4897   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
4898   data: "plot-vpp-throughput-latency-3n-hsw"
4899   filter: "'NIC_Intel-X710' and
4900            '64B' and
4901            'FEATURE' and
4902            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4903            'NDRPDR' and
4904            '2T2C' and
4905            'IP4FWD' and
4906            not 'IPSEC' and
4907            not 'VHOST'"
4908   parameters:
4909   - "throughput"
4910   - "parent"
4911   traces:
4912     hoverinfo: "x+y"
4913     boxpoints: "outliers"
4914     whiskerwidth: 0
4915   layout:
4916     title: ""  # No title
4917     layout: "plot-throughput"
4918
4919 -
4920   type: "plot"
4921   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
4922   algorithm: "plot_performance_box"
4923   output-file-type: ".html"
4924   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
4925   data: "plot-vpp-throughput-latency-3n-hsw"
4926   filter: "'NIC_Intel-X710' and
4927            '64B' and
4928            'FEATURE' and
4929            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4930            'NDRPDR' and
4931            '2T2C' and
4932            'IP4FWD' and
4933            not 'IPSEC' and
4934            not 'VHOST'"
4935   parameters:
4936   - "throughput"
4937   - "parent"
4938   traces:
4939     hoverinfo: "x+y"
4940     boxpoints: "outliers"
4941     whiskerwidth: 0
4942   layout:
4943     title: ""  # No title
4944     layout: "plot-throughput"
4945
4946 # Packet Throughput - VPP IPv4 3n-hsw-xl710
4947 -
4948   type: "plot"
4949   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4950   algorithm: "plot_performance_box"
4951   output-file-type: ".html"
4952   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4953   data: "plot-vpp-throughput-latency-3n-hsw"
4954   filter: "'NIC_Intel-XL710' and
4955            '64B' and
4956            ('BASE' or 'SCALE') and
4957            'NDRPDR' and
4958            '1T1C' and
4959            'IP4FWD' and
4960            not 'IPSEC' and
4961            not 'VHOST'"
4962   parameters:
4963   - "throughput"
4964   - "parent"
4965   traces:
4966     hoverinfo: "x+y"
4967     boxpoints: "outliers"
4968     whiskerwidth: 0
4969   layout:
4970     title: ""  # No title
4971     layout: "plot-throughput"
4972
4973 -
4974   type: "plot"
4975   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4976   algorithm: "plot_performance_box"
4977   output-file-type: ".html"
4978   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4979   data: "plot-vpp-throughput-latency-3n-hsw"
4980   filter: "'NIC_Intel-XL710' and
4981            '64B' and
4982            ('BASE' or 'SCALE') and
4983            'NDRPDR' and
4984            '1T1C' and
4985            'IP4FWD' and
4986            not 'IPSEC' and
4987            not 'VHOST'"
4988   parameters:
4989   - "throughput"
4990   - "parent"
4991   traces:
4992     hoverinfo: "x+y"
4993     boxpoints: "outliers"
4994     whiskerwidth: 0
4995   layout:
4996     title: ""  # No title
4997     layout: "plot-throughput"
4998
4999 -
5000   type: "plot"
5001   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
5002   algorithm: "plot_performance_box"
5003   output-file-type: ".html"
5004   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
5005   data: "plot-vpp-throughput-latency-3n-hsw"
5006   filter: "'NIC_Intel-XL710' and
5007            '64B' and
5008            ('BASE' or 'SCALE') and
5009            'NDRPDR' and
5010            '2T2C' and
5011            'IP4FWD' and
5012            not 'IPSEC' and
5013            not 'VHOST'"
5014   parameters:
5015   - "throughput"
5016   - "parent"
5017   traces:
5018     hoverinfo: "x+y"
5019     boxpoints: "outliers"
5020     whiskerwidth: 0
5021   layout:
5022     title: ""  # No title
5023     layout: "plot-throughput"
5024
5025 -
5026   type: "plot"
5027   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
5028   algorithm: "plot_performance_box"
5029   output-file-type: ".html"
5030   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
5031   data: "plot-vpp-throughput-latency-3n-hsw"
5032   filter: "'NIC_Intel-XL710' and
5033            '64B' and
5034            ('BASE' or 'SCALE') and
5035            'NDRPDR' and
5036            '2T2C' and
5037            'IP4FWD' and
5038            not 'IPSEC' and
5039            not 'VHOST'"
5040   parameters:
5041   - "throughput"
5042   - "parent"
5043   traces:
5044     hoverinfo: "x+y"
5045     boxpoints: "outliers"
5046     whiskerwidth: 0
5047   layout:
5048     title: ""  # No title
5049     layout: "plot-throughput"
5050
5051 # Packet Throughput - VPP IPv4 3n-skx-x710
5052 -
5053   type: "plot"
5054   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5055   algorithm: "plot_performance_box"
5056   output-file-type: ".html"
5057   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5058   data: "plot-vpp-throughput-latency-3n-skx"
5059   filter: "'NIC_Intel-X710' and
5060            '64B' and
5061            ('BASE' or 'SCALE') and
5062            'NDRPDR' and
5063            '2T1C' and
5064            'IP4FWD' and
5065            not 'IPSEC' and
5066            not 'VHOST'"
5067   parameters:
5068   - "throughput"
5069   - "parent"
5070   traces:
5071     hoverinfo: "x+y"
5072     boxpoints: "outliers"
5073     whiskerwidth: 0
5074   layout:
5075     title: ""  # No title
5076     layout: "plot-throughput"
5077
5078 -
5079   type: "plot"
5080   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5081   algorithm: "plot_performance_box"
5082   output-file-type: ".html"
5083   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5084   data: "plot-vpp-throughput-latency-3n-skx"
5085   filter: "'NIC_Intel-X710' and
5086            '64B' and
5087            ('BASE' or 'SCALE') and
5088            'NDRPDR' and
5089            '2T1C' and
5090            'IP4FWD' and
5091            not 'IPSEC' and
5092            not 'VHOST'"
5093   parameters:
5094   - "throughput"
5095   - "parent"
5096   traces:
5097     hoverinfo: "x+y"
5098     boxpoints: "outliers"
5099     whiskerwidth: 0
5100   layout:
5101     title: ""  # No title
5102     layout: "plot-throughput"
5103
5104 -
5105   type: "plot"
5106   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5107   algorithm: "plot_performance_box"
5108   output-file-type: ".html"
5109   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5110   data: "plot-vpp-throughput-latency-3n-skx"
5111   filter: "'NIC_Intel-X710' and
5112            '64B' and
5113            ('BASE' or 'SCALE') and
5114            'NDRPDR' and
5115            '4T2C' and
5116            'IP4FWD' and
5117            not 'IPSEC' and
5118            not 'VHOST'"
5119   parameters:
5120   - "throughput"
5121   - "parent"
5122   traces:
5123     hoverinfo: "x+y"
5124     boxpoints: "outliers"
5125     whiskerwidth: 0
5126   layout:
5127     title: ""  # No title
5128     layout: "plot-throughput"
5129
5130 -
5131   type: "plot"
5132   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5133   algorithm: "plot_performance_box"
5134   output-file-type: ".html"
5135   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5136   data: "plot-vpp-throughput-latency-3n-skx"
5137   filter: "'NIC_Intel-X710' and
5138            '64B' and
5139            ('BASE' or 'SCALE') and
5140            'NDRPDR' and
5141            '4T2C' and
5142            'IP4FWD' and
5143            not 'IPSEC' and
5144            not 'VHOST'"
5145   parameters:
5146   - "throughput"
5147   - "parent"
5148   traces:
5149     hoverinfo: "x+y"
5150     boxpoints: "outliers"
5151     whiskerwidth: 0
5152   layout:
5153     title: ""  # No title
5154     layout: "plot-throughput"
5155
5156 -
5157   type: "plot"
5158   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
5159   algorithm: "plot_performance_box"
5160   output-file-type: ".html"
5161   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
5162   data: "plot-vpp-throughput-latency-3n-skx"
5163   filter: "'NIC_Intel-X710' and
5164            '64B' and
5165            'FEATURE' and
5166            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5167            'NDRPDR' and
5168            '2T1C' and
5169            'IP4FWD' and
5170            not 'IPSEC' and
5171            not 'VHOST'"
5172   parameters:
5173   - "throughput"
5174   - "parent"
5175   traces:
5176     hoverinfo: "x+y"
5177     boxpoints: "outliers"
5178     whiskerwidth: 0
5179   layout:
5180     title: ""  # No title
5181     layout: "plot-throughput"
5182
5183 -
5184   type: "plot"
5185   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
5186   algorithm: "plot_performance_box"
5187   output-file-type: ".html"
5188   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
5189   data: "plot-vpp-throughput-latency-3n-skx"
5190   filter: "'NIC_Intel-X710' and
5191            '64B' and
5192            'FEATURE' and
5193            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5194            'NDRPDR' and
5195            '2T1C' and
5196            'IP4FWD' and
5197            not 'IPSEC' and
5198            not 'VHOST'"
5199   parameters:
5200   - "throughput"
5201   - "parent"
5202   traces:
5203     hoverinfo: "x+y"
5204     boxpoints: "outliers"
5205     whiskerwidth: 0
5206   layout:
5207     title: ""  # No title
5208     layout: "plot-throughput"
5209
5210 -
5211   type: "plot"
5212   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
5213   algorithm: "plot_performance_box"
5214   output-file-type: ".html"
5215   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
5216   data: "plot-vpp-throughput-latency-3n-skx"
5217   filter: "'NIC_Intel-X710' and
5218            '64B' and
5219            'FEATURE' and
5220            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5221            'NDRPDR' and
5222            '4T2C' and
5223            'IP4FWD' and
5224            not 'IPSEC' and
5225            not 'VHOST'"
5226   parameters:
5227   - "throughput"
5228   - "parent"
5229   traces:
5230     hoverinfo: "x+y"
5231     boxpoints: "outliers"
5232     whiskerwidth: 0
5233   layout:
5234     title: ""  # No title
5235     layout: "plot-throughput"
5236
5237 -
5238   type: "plot"
5239   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
5240   algorithm: "plot_performance_box"
5241   output-file-type: ".html"
5242   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
5243   data: "plot-vpp-throughput-latency-3n-skx"
5244   filter: "'NIC_Intel-X710' and
5245            '64B' and
5246            'FEATURE' and
5247            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5248            'NDRPDR' and
5249            '4T2C' and
5250            'IP4FWD' and
5251            not 'IPSEC' and
5252            not 'VHOST'"
5253   parameters:
5254   - "throughput"
5255   - "parent"
5256   traces:
5257     hoverinfo: "x+y"
5258     boxpoints: "outliers"
5259     whiskerwidth: 0
5260   layout:
5261     title: ""  # No title
5262     layout: "plot-throughput"
5263
5264 # Packet Throughput - VPP IPv4 3n-skx-xxv710
5265 -
5266   type: "plot"
5267   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5268   algorithm: "plot_performance_box"
5269   output-file-type: ".html"
5270   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5271   data: "plot-vpp-throughput-latency-3n-skx"
5272   filter: "'NIC_Intel-XXV710' and
5273            '64B' and
5274            ('BASE' or 'SCALE') and
5275            'NDRPDR' and
5276            '2T1C' and
5277            'IP4FWD' and
5278            not 'IPSEC' and
5279            not 'VHOST'"
5280   parameters:
5281   - "throughput"
5282   - "parent"
5283   traces:
5284     hoverinfo: "x+y"
5285     boxpoints: "outliers"
5286     whiskerwidth: 0
5287   layout:
5288     title: ""  # No title
5289     layout: "plot-throughput"
5290
5291 -
5292   type: "plot"
5293   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5294   algorithm: "plot_performance_box"
5295   output-file-type: ".html"
5296   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5297   data: "plot-vpp-throughput-latency-3n-skx"
5298   filter: "'NIC_Intel-XXV710' and
5299            '64B' and
5300            ('BASE' or 'SCALE') and
5301            'NDRPDR' and
5302            '2T1C' and
5303            'IP4FWD' and
5304            not 'IPSEC' and
5305            not 'VHOST'"
5306   parameters:
5307   - "throughput"
5308   - "parent"
5309   traces:
5310     hoverinfo: "x+y"
5311     boxpoints: "outliers"
5312     whiskerwidth: 0
5313   layout:
5314     title: ""  # No title
5315     layout: "plot-throughput"
5316
5317 -
5318   type: "plot"
5319   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5320   algorithm: "plot_performance_box"
5321   output-file-type: ".html"
5322   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5323   data: "plot-vpp-throughput-latency-3n-skx"
5324   filter: "'NIC_Intel-XXV710' and
5325            '64B' and
5326            ('BASE' or 'SCALE') and
5327            'NDRPDR' and
5328            '4T2C' and
5329            'IP4FWD' and
5330            not 'IPSEC' and
5331            not 'VHOST'"
5332   parameters:
5333   - "throughput"
5334   - "parent"
5335   traces:
5336     hoverinfo: "x+y"
5337     boxpoints: "outliers"
5338     whiskerwidth: 0
5339   layout:
5340     title: ""  # No title
5341     layout: "plot-throughput"
5342
5343 -
5344   type: "plot"
5345   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5346   algorithm: "plot_performance_box"
5347   output-file-type: ".html"
5348   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5349   data: "plot-vpp-throughput-latency-3n-skx"
5350   filter: "'NIC_Intel-XXV710' and
5351            '64B' and
5352            ('BASE' or 'SCALE') and
5353            'NDRPDR' and
5354            '4T2C' and
5355            'IP4FWD' and
5356            not 'IPSEC' and
5357            not 'VHOST'"
5358   parameters:
5359   - "throughput"
5360   - "parent"
5361   traces:
5362     hoverinfo: "x+y"
5363     boxpoints: "outliers"
5364     whiskerwidth: 0
5365   layout:
5366     title: ""  # No title
5367     layout: "plot-throughput"
5368
5369 -
5370   type: "plot"
5371   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-2t1c-features-ndr"
5372   algorithm: "plot_performance_box"
5373   output-file-type: ".html"
5374   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-features-ndr"
5375   data: "plot-vpp-throughput-latency-3n-skx"
5376   filter: "'NIC_Intel-XXV710' and
5377            '64B' and
5378            'FEATURE' and
5379            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5380            'NDRPDR' and
5381            '2T1C' and
5382            'IP4FWD' and
5383            not 'IPSEC' and
5384            not 'VHOST'"
5385   parameters:
5386   - "throughput"
5387   - "parent"
5388   traces:
5389     hoverinfo: "x+y"
5390     boxpoints: "outliers"
5391     whiskerwidth: 0
5392   layout:
5393     title: ""  # No title
5394     layout: "plot-throughput"
5395
5396 -
5397   type: "plot"
5398   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-2t1c-features-pdr"
5399   algorithm: "plot_performance_box"
5400   output-file-type: ".html"
5401   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-features-pdr"
5402   data: "plot-vpp-throughput-latency-3n-skx"
5403   filter: "'NIC_Intel-XXV710' and
5404            '64B' and
5405            'FEATURE' and
5406            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5407            'NDRPDR' and
5408            '2T1C' and
5409            'IP4FWD' and
5410            not 'IPSEC' and
5411            not 'VHOST'"
5412   parameters:
5413   - "throughput"
5414   - "parent"
5415   traces:
5416     hoverinfo: "x+y"
5417     boxpoints: "outliers"
5418     whiskerwidth: 0
5419   layout:
5420     title: ""  # No title
5421     layout: "plot-throughput"
5422
5423 -
5424   type: "plot"
5425   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-4t2c-features-ndr"
5426   algorithm: "plot_performance_box"
5427   output-file-type: ".html"
5428   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-features-ndr"
5429   data: "plot-vpp-throughput-latency-3n-skx"
5430   filter: "'NIC_Intel-XXV710' and
5431            '64B' and
5432            'FEATURE' and
5433            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5434            'NDRPDR' and
5435            '4T2C' and
5436            'IP4FWD' and
5437            not 'IPSEC' and
5438            not 'VHOST'"
5439   parameters:
5440   - "throughput"
5441   - "parent"
5442   traces:
5443     hoverinfo: "x+y"
5444     boxpoints: "outliers"
5445     whiskerwidth: 0
5446   layout:
5447     title: ""  # No title
5448     layout: "plot-throughput"
5449
5450 -
5451   type: "plot"
5452   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-4t2c-features-pdr"
5453   algorithm: "plot_performance_box"
5454   output-file-type: ".html"
5455   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-features-pdr"
5456   data: "plot-vpp-throughput-latency-3n-skx"
5457   filter: "'NIC_Intel-XXV710' and
5458            '64B' and
5459            'FEATURE' and
5460            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5461            'NDRPDR' and
5462            '4T2C' and
5463            'IP4FWD' and
5464            not 'IPSEC' and
5465            not 'VHOST'"
5466   parameters:
5467   - "throughput"
5468   - "parent"
5469   traces:
5470     hoverinfo: "x+y"
5471     boxpoints: "outliers"
5472     whiskerwidth: 0
5473   layout:
5474     title: ""  # No title
5475     layout: "plot-throughput"
5476
5477 # Packet Throughput - VPP IPv4 2n-skx-x710
5478 -
5479   type: "plot"
5480   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5481   algorithm: "plot_performance_box"
5482   output-file-type: ".html"
5483   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5484   data: "plot-vpp-throughput-latency-2n-skx"
5485   filter: "'NIC_Intel-X710' and
5486            '64B' and
5487            ('BASE' or 'SCALE') and
5488            'NDRPDR' and
5489            '2T1C' and
5490            'IP4FWD' and
5491            not 'IPSEC' and
5492            not 'VHOST'"
5493   parameters:
5494   - "throughput"
5495   - "parent"
5496   traces:
5497     hoverinfo: "x+y"
5498     boxpoints: "outliers"
5499     whiskerwidth: 0
5500   layout:
5501     title: ""  # No title
5502     layout: "plot-throughput"
5503
5504 -
5505   type: "plot"
5506   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5507   algorithm: "plot_performance_box"
5508   output-file-type: ".html"
5509   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5510   data: "plot-vpp-throughput-latency-2n-skx"
5511   filter: "'NIC_Intel-X710' and
5512            '64B' and
5513            ('BASE' or 'SCALE') and
5514            'NDRPDR' and
5515            '2T1C' and
5516            'IP4FWD' and
5517            not 'IPSEC' and
5518            not 'VHOST'"
5519   parameters:
5520   - "throughput"
5521   - "parent"
5522   traces:
5523     hoverinfo: "x+y"
5524     boxpoints: "outliers"
5525     whiskerwidth: 0
5526   layout:
5527     title: ""  # No title
5528     layout: "plot-throughput"
5529
5530 -
5531   type: "plot"
5532   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5533   algorithm: "plot_performance_box"
5534   output-file-type: ".html"
5535   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5536   data: "plot-vpp-throughput-latency-2n-skx"
5537   filter: "'NIC_Intel-X710' and
5538            '64B' and
5539            ('BASE' or 'SCALE') and
5540            'NDRPDR' and
5541            '4T2C' and
5542            'IP4FWD' and
5543            not 'IPSEC' and
5544            not 'VHOST'"
5545   parameters:
5546   - "throughput"
5547   - "parent"
5548   traces:
5549     hoverinfo: "x+y"
5550     boxpoints: "outliers"
5551     whiskerwidth: 0
5552   layout:
5553     title: ""  # No title
5554     layout: "plot-throughput"
5555
5556 -
5557   type: "plot"
5558   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5559   algorithm: "plot_performance_box"
5560   output-file-type: ".html"
5561   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5562   data: "plot-vpp-throughput-latency-2n-skx"
5563   filter: "'NIC_Intel-X710' and
5564            '64B' and
5565            ('BASE' or 'SCALE') and
5566            'NDRPDR' and
5567            '4T2C' and
5568            'IP4FWD' and
5569            not 'IPSEC' and
5570            not 'VHOST'"
5571   parameters:
5572   - "throughput"
5573   - "parent"
5574   traces:
5575     hoverinfo: "x+y"
5576     boxpoints: "outliers"
5577     whiskerwidth: 0
5578   layout:
5579     title: ""  # No title
5580     layout: "plot-throughput"
5581
5582 # Packet Throughput - VPP IPv4 2n-skx-xxv710
5583 -
5584   type: "plot"
5585   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5586   algorithm: "plot_performance_box"
5587   output-file-type: ".html"
5588   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5589   data: "plot-vpp-throughput-latency-2n-skx"
5590   filter: "'NIC_Intel-XXV710' and
5591            '64B' and
5592            ('BASE' or 'SCALE') and
5593            'NDRPDR' and
5594            '2T1C' and
5595            'IP4FWD' and
5596            not 'IPSEC' and
5597            not 'VHOST'"
5598   parameters:
5599   - "throughput"
5600   - "parent"
5601   traces:
5602     hoverinfo: "x+y"
5603     boxpoints: "outliers"
5604     whiskerwidth: 0
5605   layout:
5606     title: ""  # No title
5607     layout: "plot-throughput"
5608
5609 -
5610   type: "plot"
5611   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5612   algorithm: "plot_performance_box"
5613   output-file-type: ".html"
5614   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5615   data: "plot-vpp-throughput-latency-2n-skx"
5616   filter: "'NIC_Intel-XXV710' and
5617            '64B' and
5618            ('BASE' or 'SCALE') and
5619            'NDRPDR' and
5620            '2T1C' and
5621            'IP4FWD' and
5622            not 'IPSEC' and
5623            not 'VHOST'"
5624   parameters:
5625   - "throughput"
5626   - "parent"
5627   traces:
5628     hoverinfo: "x+y"
5629     boxpoints: "outliers"
5630     whiskerwidth: 0
5631   layout:
5632     title: ""  # No title
5633     layout: "plot-throughput"
5634
5635 -
5636   type: "plot"
5637   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5638   algorithm: "plot_performance_box"
5639   output-file-type: ".html"
5640   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5641   data: "plot-vpp-throughput-latency-2n-skx"
5642   filter: "'NIC_Intel-XXV710' and
5643            '64B' and
5644            ('BASE' or 'SCALE') and
5645            'NDRPDR' and
5646            '4T2C' and
5647            'IP4FWD' and
5648            not 'IPSEC' and
5649            not 'VHOST'"
5650   parameters:
5651   - "throughput"
5652   - "parent"
5653   traces:
5654     hoverinfo: "x+y"
5655     boxpoints: "outliers"
5656     whiskerwidth: 0
5657   layout:
5658     title: ""  # No title
5659     layout: "plot-throughput"
5660
5661 -
5662   type: "plot"
5663   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5664   algorithm: "plot_performance_box"
5665   output-file-type: ".html"
5666   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5667   data: "plot-vpp-throughput-latency-2n-skx"
5668   filter: "'NIC_Intel-XXV710' and
5669            '64B' and
5670            ('BASE' or 'SCALE') and
5671            'NDRPDR' and
5672            '4T2C' and
5673            'IP4FWD' and
5674            not 'IPSEC' and
5675            not 'VHOST'"
5676   parameters:
5677   - "throughput"
5678   - "parent"
5679   traces:
5680     hoverinfo: "x+y"
5681     boxpoints: "outliers"
5682     whiskerwidth: 0
5683   layout:
5684     title: ""  # No title
5685     layout: "plot-throughput"
5686
5687 ################################################################################
5688
5689 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520
5690 -
5691   type: "plot"
5692   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5693   algorithm: "plot_performance_box"
5694   output-file-type: ".html"
5695   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5696   data: "plot-vpp-throughput-latency-3n-hsw"
5697   filter: "'NIC_Intel-X520-DA2' and
5698            '64B' and
5699            'ENCAP' and
5700            'NDRPDR' and
5701            '1T1C' and
5702            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5703            not 'VHOST' and
5704            not 'IPSECHW'"
5705   parameters:
5706   - "throughput"
5707   - "parent"
5708   traces:
5709     hoverinfo: "x+y"
5710     boxpoints: "outliers"
5711     whiskerwidth: 0
5712   layout:
5713     title: ""  # No title
5714     layout: "plot-throughput"
5715
5716 -
5717   type: "plot"
5718   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5719   algorithm: "plot_performance_box"
5720   output-file-type: ".html"
5721   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5722   data: "plot-vpp-throughput-latency-3n-hsw"
5723   filter: "'NIC_Intel-X520-DA2' and
5724            '64B' and
5725            'ENCAP' and
5726            'NDRPDR' and
5727            '1T1C' and
5728            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5729            not 'VHOST' and
5730            not 'IPSECHW'"
5731   parameters:
5732   - "throughput"
5733   - "parent"
5734   traces:
5735     hoverinfo: "x+y"
5736     boxpoints: "outliers"
5737     whiskerwidth: 0
5738   layout:
5739     title: ""  # No title
5740     layout: "plot-throughput"
5741
5742 -
5743   type: "plot"
5744   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5745   algorithm: "plot_performance_box"
5746   output-file-type: ".html"
5747   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5748   data: "plot-vpp-throughput-latency-3n-hsw"
5749   filter: "'NIC_Intel-X520-DA2' and
5750            '64B' and
5751            'ENCAP' and
5752            'NDRPDR' and
5753            '2T2C' and
5754            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5755            not 'VHOST' and
5756            not 'IPSECHW'"
5757   parameters:
5758   - "throughput"
5759   - "parent"
5760   traces:
5761     hoverinfo: "x+y"
5762     boxpoints: "outliers"
5763     whiskerwidth: 0
5764   layout:
5765     title: ""  # No title
5766     layout: "plot-throughput"
5767
5768 -
5769   type: "plot"
5770   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5771   algorithm: "plot_performance_box"
5772   output-file-type: ".html"
5773   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5774   data: "plot-vpp-throughput-latency-3n-hsw"
5775   filter: "'NIC_Intel-X520-DA2' and
5776            '64B' and
5777            'ENCAP' and
5778            'NDRPDR' and
5779            '2T2C' and
5780            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5781            not 'VHOST' and
5782            not 'IPSECHW'"
5783   parameters:
5784   - "throughput"
5785   - "parent"
5786   traces:
5787     hoverinfo: "x+y"
5788     boxpoints: "outliers"
5789     whiskerwidth: 0
5790   layout:
5791     title: ""  # No title
5792     layout: "plot-throughput"
5793
5794 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710
5795 -
5796   type: "plot"
5797   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5798   algorithm: "plot_performance_box"
5799   output-file-type: ".html"
5800   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5801   data: "plot-vpp-throughput-latency-3n-hsw"
5802   filter: "'NIC_Intel-X710' and
5803            '64B' and
5804            'ENCAP' and
5805            'NDRPDR' and
5806            '1T1C' and
5807            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5808            not 'VHOST' and
5809            not 'IPSECHW'"
5810   parameters:
5811   - "throughput"
5812   - "parent"
5813   traces:
5814     hoverinfo: "x+y"
5815     boxpoints: "outliers"
5816     whiskerwidth: 0
5817   layout:
5818     title: ""  # No title
5819     layout: "plot-throughput"
5820
5821 -
5822   type: "plot"
5823   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5824   algorithm: "plot_performance_box"
5825   output-file-type: ".html"
5826   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5827   data: "plot-vpp-throughput-latency-3n-hsw"
5828   filter: "'NIC_Intel-X710' and
5829            '64B' and
5830            'ENCAP' and
5831            'NDRPDR' and
5832            '1T1C' and
5833            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5834            not 'VHOST' and
5835            not 'IPSECHW'"
5836   parameters:
5837   - "throughput"
5838   - "parent"
5839   traces:
5840     hoverinfo: "x+y"
5841     boxpoints: "outliers"
5842     whiskerwidth: 0
5843   layout:
5844     title: ""  # No title
5845     layout: "plot-throughput"
5846
5847 -
5848   type: "plot"
5849   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5850   algorithm: "plot_performance_box"
5851   output-file-type: ".html"
5852   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5853   data: "plot-vpp-throughput-latency-3n-hsw"
5854   filter: "'NIC_Intel-X710' and
5855            '64B' and
5856            'ENCAP' and
5857            'NDRPDR' and
5858            '2T2C' and
5859            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5860            not 'VHOST' and
5861            not 'IPSECHW'"
5862   parameters:
5863   - "throughput"
5864   - "parent"
5865   traces:
5866     hoverinfo: "x+y"
5867     boxpoints: "outliers"
5868     whiskerwidth: 0
5869   layout:
5870     title: ""  # No title
5871     layout: "plot-throughput"
5872
5873 -
5874   type: "plot"
5875   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5876   algorithm: "plot_performance_box"
5877   output-file-type: ".html"
5878   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5879   data: "plot-vpp-throughput-latency-3n-hsw"
5880   filter: "'NIC_Intel-X710' and
5881            '64B' and
5882            'ENCAP' and
5883            'NDRPDR' and
5884            '2T2C' and
5885            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5886            not 'VHOST' and
5887            not 'IPSECHW'"
5888   parameters:
5889   - "throughput"
5890   - "parent"
5891   traces:
5892     hoverinfo: "x+y"
5893     boxpoints: "outliers"
5894     whiskerwidth: 0
5895   layout:
5896     title: ""  # No title
5897     layout: "plot-throughput"
5898
5899 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710
5900 -
5901   type: "plot"
5902   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5903   algorithm: "plot_performance_box"
5904   output-file-type: ".html"
5905   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5906   data: "plot-vpp-throughput-latency-3n-skx"
5907   filter: "'NIC_Intel-X710' and
5908            '64B' and
5909            'ENCAP' and
5910            'NDRPDR' and
5911            '2T1C' and
5912            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5913            not 'VHOST' and
5914            not 'IPSECHW'"
5915   parameters:
5916   - "throughput"
5917   - "parent"
5918   traces:
5919     hoverinfo: "x+y"
5920     boxpoints: "outliers"
5921     whiskerwidth: 0
5922   layout:
5923     title: ""  # No title
5924     layout: "plot-throughput"
5925
5926 -
5927   type: "plot"
5928   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5929   algorithm: "plot_performance_box"
5930   output-file-type: ".html"
5931   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5932   data: "plot-vpp-throughput-latency-3n-skx"
5933   filter: "'NIC_Intel-X710' and
5934            '64B' and
5935            'ENCAP' and
5936            'NDRPDR' and
5937            '2T1C' and
5938            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5939            not 'VHOST' and
5940            not 'IPSECHW'"
5941   parameters:
5942   - "throughput"
5943   - "parent"
5944   traces:
5945     hoverinfo: "x+y"
5946     boxpoints: "outliers"
5947     whiskerwidth: 0
5948   layout:
5949     title: ""  # No title
5950     layout: "plot-throughput"
5951
5952 -
5953   type: "plot"
5954   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5955   algorithm: "plot_performance_box"
5956   output-file-type: ".html"
5957   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5958   data: "plot-vpp-throughput-latency-3n-skx"
5959   filter: "'NIC_Intel-X710' and
5960            '64B' and
5961            'ENCAP' and
5962            'NDRPDR' and
5963            '4T2C' and
5964            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5965            not 'VHOST' and
5966            not 'IPSECHW'"
5967   parameters:
5968   - "throughput"
5969   - "parent"
5970   traces:
5971     hoverinfo: "x+y"
5972     boxpoints: "outliers"
5973     whiskerwidth: 0
5974   layout:
5975     title: ""  # No title
5976     layout: "plot-throughput"
5977
5978 -
5979   type: "plot"
5980   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5981   algorithm: "plot_performance_box"
5982   output-file-type: ".html"
5983   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5984   data: "plot-vpp-throughput-latency-3n-skx"
5985   filter: "'NIC_Intel-X710' and
5986            '64B' and
5987            'ENCAP' and
5988            'NDRPDR' and
5989            '4T2C' and
5990            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5991            not 'VHOST' and
5992            not 'IPSECHW'"
5993   parameters:
5994   - "throughput"
5995   - "parent"
5996   traces:
5997     hoverinfo: "x+y"
5998     boxpoints: "outliers"
5999     whiskerwidth: 0
6000   layout:
6001     title: ""  # No title
6002     layout: "plot-throughput"
6003
6004 ################################################################################
6005
6006 # Packet Throughput - VPP IPv6 3n-hsw-x520
6007 -
6008   type: "plot"
6009   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
6010   algorithm: "plot_performance_box"
6011   output-file-type: ".html"
6012   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
6013   data: "plot-vpp-throughput-latency-3n-hsw"
6014   filter: "'NIC_Intel-X520-DA2' and
6015            '78B' and
6016            ('BASE' or 'SCALE') and
6017            'NDRPDR' and
6018            '1T1C' 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 -
6035   type: "plot"
6036   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
6037   algorithm: "plot_performance_box"
6038   output-file-type: ".html"
6039   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
6040   data: "plot-vpp-throughput-latency-3n-hsw"
6041   filter: "'NIC_Intel-X520-DA2' and
6042            '78B' and
6043            ('BASE' or 'SCALE') and
6044            'NDRPDR' and
6045            '1T1C' and
6046            'IP6FWD' and
6047            not 'SRv6' and
6048            not 'IPSEC' and
6049            not 'VHOST'"
6050   parameters:
6051   - "throughput"
6052   - "parent"
6053   traces:
6054     hoverinfo: "x+y"
6055     boxpoints: "outliers"
6056     whiskerwidth: 0
6057   layout:
6058     title: ""  # No title
6059     layout: "plot-throughput"
6060
6061 -
6062   type: "plot"
6063   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
6064   algorithm: "plot_performance_box"
6065   output-file-type: ".html"
6066   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
6067   data: "plot-vpp-throughput-latency-3n-hsw"
6068   filter: "'NIC_Intel-X520-DA2' and
6069            '78B' and
6070            ('BASE' or 'SCALE') and
6071            'NDRPDR' and
6072            '2T2C' and
6073            'IP6FWD' and
6074            not 'SRv6' and
6075            not 'IPSEC' and
6076            not 'VHOST'"
6077   parameters:
6078   - "throughput"
6079   - "parent"
6080   traces:
6081     hoverinfo: "x+y"
6082     boxpoints: "outliers"
6083     whiskerwidth: 0
6084   layout:
6085     title: ""  # No title
6086     layout: "plot-throughput"
6087
6088 -
6089   type: "plot"
6090   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
6091   algorithm: "plot_performance_box"
6092   output-file-type: ".html"
6093   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
6094   data: "plot-vpp-throughput-latency-3n-hsw"
6095   filter: "'NIC_Intel-X520-DA2' and
6096            '78B' and
6097            ('BASE' or 'SCALE') and
6098            'NDRPDR' and
6099            '2T2C' and
6100            'IP6FWD' and
6101            not 'SRv6' and
6102            not 'IPSEC' and
6103            not 'VHOST'"
6104   parameters:
6105   - "throughput"
6106   - "parent"
6107   traces:
6108     hoverinfo: "x+y"
6109     boxpoints: "outliers"
6110     whiskerwidth: 0
6111   layout:
6112     title: ""  # No title
6113     layout: "plot-throughput"
6114
6115 -
6116   type: "plot"
6117   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-features-ndr"
6118   algorithm: "plot_performance_box"
6119   output-file-type: ".html"
6120   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-features-ndr"
6121   data: "plot-vpp-throughput-latency-3n-hsw"
6122   filter: "'NIC_Intel-X520-DA2' and
6123            '78B' and
6124            'FEATURE' and
6125            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6126            'NDRPDR' and
6127            '1T1C' 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 -
6144   type: "plot"
6145   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-features-pdr"
6146   algorithm: "plot_performance_box"
6147   output-file-type: ".html"
6148   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-features-pdr"
6149   data: "plot-vpp-throughput-latency-3n-hsw"
6150   filter: "'NIC_Intel-X520-DA2' and
6151            '78B' and
6152            'FEATURE' and
6153            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6154            'NDRPDR' and
6155            '1T1C' 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-3n-hsw-x520-78b-2t2c-features-ndr"
6174   algorithm: "plot_performance_box"
6175   output-file-type: ".html"
6176   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-features-ndr"
6177   data: "plot-vpp-throughput-latency-3n-hsw"
6178   filter: "'NIC_Intel-X520-DA2' and
6179            '78B' and
6180            'FEATURE' and
6181            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6182            'NDRPDR' and
6183            '2T2C' and
6184            not 'SRv6' and
6185            'IP6FWD' and
6186            not 'IPSEC' and
6187            not 'VHOST'"
6188   parameters:
6189   - "throughput"
6190   - "parent"
6191   traces:
6192     hoverinfo: "x+y"
6193     boxpoints: "outliers"
6194     whiskerwidth: 0
6195   layout:
6196     title: ""  # No title
6197     layout: "plot-throughput"
6198
6199 -
6200   type: "plot"
6201   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-features-pdr"
6202   algorithm: "plot_performance_box"
6203   output-file-type: ".html"
6204   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-features-pdr"
6205   data: "plot-vpp-throughput-latency-3n-hsw"
6206   filter: "'NIC_Intel-X520-DA2' and
6207            '78B' and
6208            'FEATURE' and
6209            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6210            'NDRPDR' and
6211            '2T2C' and
6212            'IP6FWD' and
6213            not 'SRv6' and
6214            not 'IPSEC' and
6215            not 'VHOST'"
6216   parameters:
6217   - "throughput"
6218   - "parent"
6219   traces:
6220     hoverinfo: "x+y"
6221     boxpoints: "outliers"
6222     whiskerwidth: 0
6223   layout:
6224     title: ""  # No title
6225     layout: "plot-throughput"
6226
6227 # Packet Throughput - VPP IPv6 3n-hsw-x710
6228 -
6229   type: "plot"
6230   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
6231   algorithm: "plot_performance_box"
6232   output-file-type: ".html"
6233   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
6234   data: "plot-vpp-throughput-latency-3n-hsw"
6235   filter: "'NIC_Intel-X710' and
6236            '78B' and
6237            ('BASE' or 'SCALE') and
6238            'NDRPDR' and
6239            '1T1C' and
6240            'IP6FWD' and
6241            not 'SRv6' and
6242            not 'IPSEC' and
6243            not 'VHOST'"
6244   parameters:
6245   - "throughput"
6246   - "parent"
6247   traces:
6248     hoverinfo: "x+y"
6249     boxpoints: "outliers"
6250     whiskerwidth: 0
6251   layout:
6252     title: ""  # No title
6253     layout: "plot-throughput"
6254
6255 -
6256   type: "plot"
6257   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
6258   algorithm: "plot_performance_box"
6259   output-file-type: ".html"
6260   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
6261   data: "plot-vpp-throughput-latency-3n-hsw"
6262   filter: "'NIC_Intel-X710' and
6263            '78B' and
6264            ('BASE' or 'SCALE') and
6265            'NDRPDR' and
6266            '1T1C' and
6267            'IP6FWD' and
6268            not 'SRv6' and
6269            not 'IPSEC' and
6270            not 'VHOST'"
6271   parameters:
6272   - "throughput"
6273   - "parent"
6274   traces:
6275     hoverinfo: "x+y"
6276     boxpoints: "outliers"
6277     whiskerwidth: 0
6278   layout:
6279     title: ""  # No title
6280     layout: "plot-throughput"
6281
6282 -
6283   type: "plot"
6284   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
6285   algorithm: "plot_performance_box"
6286   output-file-type: ".html"
6287   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
6288   data: "plot-vpp-throughput-latency-3n-hsw"
6289   filter: "'NIC_Intel-X710' and
6290            '78B' and
6291            ('BASE' or 'SCALE') and
6292            'NDRPDR' and
6293            '2T2C' and
6294            'IP6FWD' and
6295            not 'SRv6' and
6296            not 'IPSEC' and
6297            not 'VHOST'"
6298   parameters:
6299   - "throughput"
6300   - "parent"
6301   traces:
6302     hoverinfo: "x+y"
6303     boxpoints: "outliers"
6304     whiskerwidth: 0
6305   layout:
6306     title: ""  # No title
6307     layout: "plot-throughput"
6308
6309 -
6310   type: "plot"
6311   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
6312   algorithm: "plot_performance_box"
6313   output-file-type: ".html"
6314   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
6315   data: "plot-vpp-throughput-latency-3n-hsw"
6316   filter: "'NIC_Intel-X710' and
6317            '78B' and
6318            ('BASE' or 'SCALE') and
6319            'NDRPDR' and
6320            '2T2C' and
6321            'IP6FWD' and
6322            not 'SRv6' and
6323            not 'IPSEC' and
6324            not 'VHOST'"
6325   parameters:
6326   - "throughput"
6327   - "parent"
6328   traces:
6329     hoverinfo: "x+y"
6330     boxpoints: "outliers"
6331     whiskerwidth: 0
6332   layout:
6333     title: ""  # No title
6334     layout: "plot-throughput"
6335
6336 -
6337   type: "plot"
6338   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-features-ndr"
6339   algorithm: "plot_performance_box"
6340   output-file-type: ".html"
6341   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-features-ndr"
6342   data: "plot-vpp-throughput-latency-3n-hsw"
6343   filter: "'NIC_Intel-X710' and
6344            '78B' and
6345            'FEATURE' and
6346            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6347            'NDRPDR' and
6348            '1T1C' and
6349            'IP6FWD' and
6350            not 'SRv6' and
6351            not 'IPSEC' and
6352            not 'VHOST'"
6353   parameters:
6354   - "throughput"
6355   - "parent"
6356   traces:
6357     hoverinfo: "x+y"
6358     boxpoints: "outliers"
6359     whiskerwidth: 0
6360   layout:
6361     title: ""  # No title
6362     layout: "plot-throughput"
6363
6364 -
6365   type: "plot"
6366   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-features-pdr"
6367   algorithm: "plot_performance_box"
6368   output-file-type: ".html"
6369   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-features-pdr"
6370   data: "plot-vpp-throughput-latency-3n-hsw"
6371   filter: "'NIC_Intel-X710' and
6372            '78B' and
6373            'FEATURE' and
6374            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6375            'NDRPDR' and
6376            '1T1C' and
6377            'IP6FWD' and
6378            not 'SRv6' and
6379            not 'IPSEC' and
6380            not 'VHOST'"
6381   parameters:
6382   - "throughput"
6383   - "parent"
6384   traces:
6385     hoverinfo: "x+y"
6386     boxpoints: "outliers"
6387     whiskerwidth: 0
6388   layout:
6389     title: ""  # No title
6390     layout: "plot-throughput"
6391
6392 -
6393   type: "plot"
6394   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-features-ndr"
6395   algorithm: "plot_performance_box"
6396   output-file-type: ".html"
6397   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-features-ndr"
6398   data: "plot-vpp-throughput-latency-3n-hsw"
6399   filter: "'NIC_Intel-X710' and
6400            '78B' and
6401            'FEATURE' and
6402            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6403            'NDRPDR' and
6404            '2T2C' and
6405            'IP6FWD' and
6406            not 'SRv6' and
6407            not 'IPSEC' and
6408            not 'VHOST'"
6409   parameters:
6410   - "throughput"
6411   - "parent"
6412   traces:
6413     hoverinfo: "x+y"
6414     boxpoints: "outliers"
6415     whiskerwidth: 0
6416   layout:
6417     title: ""  # No title
6418     layout: "plot-throughput"
6419
6420 -
6421   type: "plot"
6422   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-features-pdr"
6423   algorithm: "plot_performance_box"
6424   output-file-type: ".html"
6425   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-features-pdr"
6426   data: "plot-vpp-throughput-latency-3n-hsw"
6427   filter: "'NIC_Intel-X710' and
6428            '78B' and
6429            'FEATURE' and
6430            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6431            'NDRPDR' and
6432            '2T2C' and
6433            'IP6FWD' and
6434            not 'SRv6' and
6435            not 'IPSEC' and
6436            not 'VHOST'"
6437   parameters:
6438   - "throughput"
6439   - "parent"
6440   traces:
6441     hoverinfo: "x+y"
6442     boxpoints: "outliers"
6443     whiskerwidth: 0
6444   layout:
6445     title: ""  # No title
6446     layout: "plot-throughput"
6447
6448 # Packet Throughput - VPP IPv6 3n-hsw-xl710
6449 -
6450   type: "plot"
6451   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
6452   algorithm: "plot_performance_box"
6453   output-file-type: ".html"
6454   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
6455   data: "plot-vpp-throughput-latency-3n-hsw"
6456   filter: "'NIC_Intel-XL710' and
6457            '78B' and
6458            ('BASE' or 'SCALE') and
6459            'NDRPDR' and
6460            '1T1C' and
6461            'IP6FWD' and
6462            not 'SRv6' and
6463            not 'IPSEC' and
6464            not 'VHOST'"
6465   parameters:
6466   - "throughput"
6467   - "parent"
6468   traces:
6469     hoverinfo: "x+y"
6470     boxpoints: "outliers"
6471     whiskerwidth: 0
6472   layout:
6473     title: ""  # No title
6474     layout: "plot-throughput"
6475
6476 -
6477   type: "plot"
6478   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
6479   algorithm: "plot_performance_box"
6480   output-file-type: ".html"
6481   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
6482   data: "plot-vpp-throughput-latency-3n-hsw"
6483   filter: "'NIC_Intel-XL710' and
6484            '78B' and
6485            ('BASE' or 'SCALE') and
6486            'NDRPDR' and
6487            '1T1C' and
6488            'IP6FWD' and
6489            not 'SRv6' and
6490            not 'IPSEC' and
6491            not 'VHOST'"
6492   parameters:
6493   - "throughput"
6494   - "parent"
6495   traces:
6496     hoverinfo: "x+y"
6497     boxpoints: "outliers"
6498     whiskerwidth: 0
6499   layout:
6500     title: ""  # No title
6501     layout: "plot-throughput"
6502
6503 -
6504   type: "plot"
6505   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
6506   algorithm: "plot_performance_box"
6507   output-file-type: ".html"
6508   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
6509   data: "plot-vpp-throughput-latency-3n-hsw"
6510   filter: "'NIC_Intel-XL710' and
6511            '78B' and
6512            ('BASE' or 'SCALE') and
6513            'NDRPDR' and
6514            '2T2C' and
6515            'IP6FWD' and
6516            not 'SRv6' and
6517            not 'IPSEC' and
6518            not 'VHOST'"
6519   parameters:
6520   - "throughput"
6521   - "parent"
6522   traces:
6523     hoverinfo: "x+y"
6524     boxpoints: "outliers"
6525     whiskerwidth: 0
6526   layout:
6527     title: ""  # No title
6528     layout: "plot-throughput"
6529
6530 -
6531   type: "plot"
6532   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
6533   algorithm: "plot_performance_box"
6534   output-file-type: ".html"
6535   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
6536   data: "plot-vpp-throughput-latency-3n-hsw"
6537   filter: "'NIC_Intel-XL710' and
6538            '78B' and
6539            ('BASE' or 'SCALE') and
6540            'NDRPDR' and
6541            '2T2C' and
6542            'IP6FWD' and
6543            not 'SRv6' and
6544            not 'IPSEC' and
6545            not 'VHOST'"
6546   parameters:
6547   - "throughput"
6548   - "parent"
6549   traces:
6550     hoverinfo: "x+y"
6551     boxpoints: "outliers"
6552     whiskerwidth: 0
6553   layout:
6554     title: ""  # No title
6555     layout: "plot-throughput"
6556
6557 # Packet Throughput - VPP IPv6 3n-skx-x710
6558 -
6559   type: "plot"
6560   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
6561   algorithm: "plot_performance_box"
6562   output-file-type: ".html"
6563   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
6564   data: "plot-vpp-throughput-latency-3n-skx"
6565   filter: "'NIC_Intel-X710' and
6566            '78B' and
6567            ('BASE' or 'SCALE') and
6568            'NDRPDR' and
6569            '2T1C' and
6570            'IP6FWD' and
6571            not 'SRv6' and
6572            not 'IPSEC' and
6573            not 'VHOST'"
6574   parameters:
6575   - "throughput"
6576   - "parent"
6577   traces:
6578     hoverinfo: "x+y"
6579     boxpoints: "outliers"
6580     whiskerwidth: 0
6581   layout:
6582     title: ""  # No title
6583     layout: "plot-throughput"
6584
6585 -
6586   type: "plot"
6587   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
6588   algorithm: "plot_performance_box"
6589   output-file-type: ".html"
6590   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
6591   data: "plot-vpp-throughput-latency-3n-skx"
6592   filter: "'NIC_Intel-X710' and
6593            '78B' and
6594            ('BASE' or 'SCALE') and
6595            'NDRPDR' and
6596            '2T1C' and
6597            'IP6FWD' and
6598            not 'SRv6' and
6599            not 'IPSEC' and
6600            not 'VHOST'"
6601   parameters:
6602   - "throughput"
6603   - "parent"
6604   traces:
6605     hoverinfo: "x+y"
6606     boxpoints: "outliers"
6607     whiskerwidth: 0
6608   layout:
6609     title: ""  # No title
6610     layout: "plot-throughput"
6611
6612 -
6613   type: "plot"
6614   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
6615   algorithm: "plot_performance_box"
6616   output-file-type: ".html"
6617   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
6618   data: "plot-vpp-throughput-latency-3n-skx"
6619   filter: "'NIC_Intel-X710' and
6620            '78B' and
6621            ('BASE' or 'SCALE') and
6622            'NDRPDR' and
6623            '4T2C' and
6624            'IP6FWD' and
6625            not 'SRv6' and
6626            not 'IPSEC' and
6627            not 'VHOST'"
6628   parameters:
6629   - "throughput"
6630   - "parent"
6631   traces:
6632     hoverinfo: "x+y"
6633     boxpoints: "outliers"
6634     whiskerwidth: 0
6635   layout:
6636     title: ""  # No title
6637     layout: "plot-throughput"
6638
6639 -
6640   type: "plot"
6641   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
6642   algorithm: "plot_performance_box"
6643   output-file-type: ".html"
6644   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
6645   data: "plot-vpp-throughput-latency-3n-skx"
6646   filter: "'NIC_Intel-X710' and
6647            '78B' and
6648            ('BASE' or 'SCALE') and
6649            'NDRPDR' and
6650            '4T2C' and
6651            'IP6FWD' and
6652            not 'SRv6' and
6653            not 'IPSEC' and
6654            not 'VHOST'"
6655   parameters:
6656   - "throughput"
6657   - "parent"
6658   traces:
6659     hoverinfo: "x+y"
6660     boxpoints: "outliers"
6661     whiskerwidth: 0
6662   layout:
6663     title: ""  # No title
6664     layout: "plot-throughput"
6665
6666 -
6667   type: "plot"
6668   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-features-ndr"
6669   algorithm: "plot_performance_box"
6670   output-file-type: ".html"
6671   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-features-ndr"
6672   data: "plot-vpp-throughput-latency-3n-skx"
6673   filter: "'NIC_Intel-X710' and
6674            '78B' and
6675            'FEATURE' and
6676            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6677            'NDRPDR' and
6678            '2T1C' and
6679            'IP6FWD' and
6680            not 'SRv6' and
6681            not 'IPSEC' and
6682            not 'VHOST'"
6683   parameters:
6684   - "throughput"
6685   - "parent"
6686   traces:
6687     hoverinfo: "x+y"
6688     boxpoints: "outliers"
6689     whiskerwidth: 0
6690   layout:
6691     title: ""  # No title
6692     layout: "plot-throughput"
6693
6694 -
6695   type: "plot"
6696   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-features-pdr"
6697   algorithm: "plot_performance_box"
6698   output-file-type: ".html"
6699   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-features-pdr"
6700   data: "plot-vpp-throughput-latency-3n-skx"
6701   filter: "'NIC_Intel-X710' and
6702            '78B' and
6703            'FEATURE' and
6704            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6705            'NDRPDR' and
6706            '2T1C' and
6707            'IP6FWD' and
6708            not 'SRv6' and
6709            not 'IPSEC' and
6710            not 'VHOST'"
6711   parameters:
6712   - "throughput"
6713   - "parent"
6714   traces:
6715     hoverinfo: "x+y"
6716     boxpoints: "outliers"
6717     whiskerwidth: 0
6718   layout:
6719     title: ""  # No title
6720     layout: "plot-throughput"
6721
6722 -
6723   type: "plot"
6724   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-features-ndr"
6725   algorithm: "plot_performance_box"
6726   output-file-type: ".html"
6727   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-features-ndr"
6728   data: "plot-vpp-throughput-latency-3n-skx"
6729   filter: "'NIC_Intel-X710' and
6730            '78B' and
6731            'FEATURE' and
6732            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6733            'NDRPDR' and
6734            '4T2C' and
6735            'IP6FWD' and
6736            not 'SRv6' and
6737            not 'IPSEC' and
6738            not 'VHOST'"
6739   parameters:
6740   - "throughput"
6741   - "parent"
6742   traces:
6743     hoverinfo: "x+y"
6744     boxpoints: "outliers"
6745     whiskerwidth: 0
6746   layout:
6747     title: ""  # No title
6748     layout: "plot-throughput"
6749
6750 -
6751   type: "plot"
6752   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-features-pdr"
6753   algorithm: "plot_performance_box"
6754   output-file-type: ".html"
6755   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-features-pdr"
6756   data: "plot-vpp-throughput-latency-3n-skx"
6757   filter: "'NIC_Intel-X710' and
6758            '78B' and
6759            'FEATURE' and
6760            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6761            'NDRPDR' and
6762            '4T2C' and
6763            'IP6FWD' and
6764            not 'SRv6' and
6765            not 'IPSEC' and
6766            not 'VHOST'"
6767   parameters:
6768   - "throughput"
6769   - "parent"
6770   traces:
6771     hoverinfo: "x+y"
6772     boxpoints: "outliers"
6773     whiskerwidth: 0
6774   layout:
6775     title: ""  # No title
6776     layout: "plot-throughput"
6777
6778 # Packet Throughput - VPP IPv6 3n-skx-xxv710
6779 -
6780   type: "plot"
6781   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
6782   algorithm: "plot_performance_box"
6783   output-file-type: ".html"
6784   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
6785   data: "plot-vpp-throughput-latency-3n-skx"
6786   filter: "'NIC_Intel-XXV710' and
6787            '78B' and
6788            ('BASE' or 'SCALE') and
6789            'NDRPDR' and
6790            '2T1C' and
6791            'IP6FWD' and
6792            not 'SRv6' and
6793            not 'IPSEC' and
6794            not 'VHOST'"
6795   parameters:
6796   - "throughput"
6797   - "parent"
6798   traces:
6799     hoverinfo: "x+y"
6800     boxpoints: "outliers"
6801     whiskerwidth: 0
6802   layout:
6803     title: ""  # No title
6804     layout: "plot-throughput"
6805
6806 -
6807   type: "plot"
6808   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
6809   algorithm: "plot_performance_box"
6810   output-file-type: ".html"
6811   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
6812   data: "plot-vpp-throughput-latency-3n-skx"
6813   filter: "'NIC_Intel-XXV710' and
6814            '78B' and
6815            ('BASE' or 'SCALE') and
6816            'NDRPDR' and
6817            '2T1C' and
6818            'IP6FWD' and
6819            not 'SRv6' and
6820            not 'IPSEC' and
6821            not 'VHOST'"
6822   parameters:
6823   - "throughput"
6824   - "parent"
6825   traces:
6826     hoverinfo: "x+y"
6827     boxpoints: "outliers"
6828     whiskerwidth: 0
6829   layout:
6830     title: ""  # No title
6831     layout: "plot-throughput"
6832
6833 -
6834   type: "plot"
6835   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
6836   algorithm: "plot_performance_box"
6837   output-file-type: ".html"
6838   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
6839   data: "plot-vpp-throughput-latency-3n-skx"
6840   filter: "'NIC_Intel-XXV710' and
6841            '78B' and
6842            ('BASE' or 'SCALE') and
6843            'NDRPDR' and
6844            '4T2C' and
6845            'IP6FWD' and
6846            not 'SRv6' and
6847            not 'IPSEC' and
6848            not 'VHOST'"
6849   parameters:
6850   - "throughput"
6851   - "parent"
6852   traces:
6853     hoverinfo: "x+y"
6854     boxpoints: "outliers"
6855     whiskerwidth: 0
6856   layout:
6857     title: ""  # No title
6858     layout: "plot-throughput"
6859
6860 -
6861   type: "plot"
6862   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
6863   algorithm: "plot_performance_box"
6864   output-file-type: ".html"
6865   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
6866   data: "plot-vpp-throughput-latency-3n-skx"
6867   filter: "'NIC_Intel-XXV710' and
6868            '78B' and
6869            ('BASE' or 'SCALE') and
6870            'NDRPDR' and
6871            '4T2C' and
6872            'IP6FWD' and
6873            not 'SRv6' and
6874            not 'IPSEC' and
6875            not 'VHOST'"
6876   parameters:
6877   - "throughput"
6878   - "parent"
6879   traces:
6880     hoverinfo: "x+y"
6881     boxpoints: "outliers"
6882     whiskerwidth: 0
6883   layout:
6884     title: ""  # No title
6885     layout: "plot-throughput"
6886
6887 -
6888   type: "plot"
6889   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-features-ndr"
6890   algorithm: "plot_performance_box"
6891   output-file-type: ".html"
6892   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-features-ndr"
6893   data: "plot-vpp-throughput-latency-3n-skx"
6894   filter: "'NIC_Intel-XXV710' and
6895            '78B' and
6896            'FEATURE' and
6897            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6898            'NDRPDR' and
6899            '2T1C' and
6900            'IP6FWD' and
6901            not 'SRv6' and
6902            not 'IPSEC' and
6903            not 'VHOST'"
6904   parameters:
6905   - "throughput"
6906   - "parent"
6907   traces:
6908     hoverinfo: "x+y"
6909     boxpoints: "outliers"
6910     whiskerwidth: 0
6911   layout:
6912     title: ""  # No title
6913     layout: "plot-throughput"
6914
6915 -
6916   type: "plot"
6917   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-features-pdr"
6918   algorithm: "plot_performance_box"
6919   output-file-type: ".html"
6920   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-features-pdr"
6921   data: "plot-vpp-throughput-latency-3n-skx"
6922   filter: "'NIC_Intel-XXV710' and
6923            '78B' and
6924            'FEATURE' and
6925            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6926            'NDRPDR' and
6927            '2T1C' and
6928            'IP6FWD' and
6929            not 'SRv6' and
6930            not 'IPSEC' and
6931            not 'VHOST'"
6932   parameters:
6933   - "throughput"
6934   - "parent"
6935   traces:
6936     hoverinfo: "x+y"
6937     boxpoints: "outliers"
6938     whiskerwidth: 0
6939   layout:
6940     title: ""  # No title
6941     layout: "plot-throughput"
6942
6943 -
6944   type: "plot"
6945   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-features-ndr"
6946   algorithm: "plot_performance_box"
6947   output-file-type: ".html"
6948   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-features-ndr"
6949   data: "plot-vpp-throughput-latency-3n-skx"
6950   filter: "'NIC_Intel-XXV710' and
6951            '78B' and
6952            'FEATURE' and
6953            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6954            'NDRPDR' and
6955            '4T2C' and
6956            'IP6FWD' and
6957            not 'SRv6' and
6958            not 'IPSEC' and
6959            not 'VHOST'"
6960   parameters:
6961   - "throughput"
6962   - "parent"
6963   traces:
6964     hoverinfo: "x+y"
6965     boxpoints: "outliers"
6966     whiskerwidth: 0
6967   layout:
6968     title: ""  # No title
6969     layout: "plot-throughput"
6970
6971 -
6972   type: "plot"
6973   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-features-pdr"
6974   algorithm: "plot_performance_box"
6975   output-file-type: ".html"
6976   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-features-pdr"
6977   data: "plot-vpp-throughput-latency-3n-skx"
6978   filter: "'NIC_Intel-XXV710' and
6979            '78B' and
6980            'FEATURE' and
6981            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6982            'NDRPDR' and
6983            '4T2C' and
6984            'IP6FWD' and
6985            not 'SRv6' and
6986            not 'IPSEC' and
6987            not 'VHOST'"
6988   parameters:
6989   - "throughput"
6990   - "parent"
6991   traces:
6992     hoverinfo: "x+y"
6993     boxpoints: "outliers"
6994     whiskerwidth: 0
6995   layout:
6996     title: ""  # No title
6997     layout: "plot-throughput"
6998
6999 # Packet Throughput - VPP IPv6 2n-skx-x710
7000 -
7001   type: "plot"
7002   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
7003   algorithm: "plot_performance_box"
7004   output-file-type: ".html"
7005   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
7006   data: "plot-vpp-throughput-latency-2n-skx"
7007   filter: "'NIC_Intel-X710' and
7008            '78B' and
7009            ('BASE' or 'SCALE') and
7010            'NDRPDR' and
7011            '2T1C' and
7012            'IP6FWD' and
7013            not 'SRv6' and
7014            not 'IPSEC' and
7015            not 'VHOST'"
7016   parameters:
7017   - "throughput"
7018   - "parent"
7019   traces:
7020     hoverinfo: "x+y"
7021     boxpoints: "outliers"
7022     whiskerwidth: 0
7023   layout:
7024     title: ""  # No title
7025     layout: "plot-throughput"
7026
7027 -
7028   type: "plot"
7029   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
7030   algorithm: "plot_performance_box"
7031   output-file-type: ".html"
7032   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
7033   data: "plot-vpp-throughput-latency-2n-skx"
7034   filter: "'NIC_Intel-X710' and
7035            '78B' and
7036            ('BASE' or 'SCALE') and
7037            'NDRPDR' and
7038            '2T1C' and
7039            'IP6FWD' and
7040            not 'IPSEC' and
7041            not 'VHOST'"
7042   parameters:
7043   - "throughput"
7044   - "parent"
7045   traces:
7046     hoverinfo: "x+y"
7047     boxpoints: "outliers"
7048     whiskerwidth: 0
7049   layout:
7050     title: ""  # No title
7051     layout: "plot-throughput"
7052
7053 -
7054   type: "plot"
7055   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
7056   algorithm: "plot_performance_box"
7057   output-file-type: ".html"
7058   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
7059   data: "plot-vpp-throughput-latency-2n-skx"
7060   filter: "'NIC_Intel-X710' and
7061            '78B' and
7062            ('BASE' or 'SCALE') and
7063            'NDRPDR' and
7064            '4T2C' and
7065            'IP6FWD' and
7066            not 'SRv6' and
7067            not 'IPSEC' and
7068            not 'VHOST'"
7069   parameters:
7070   - "throughput"
7071   - "parent"
7072   traces:
7073     hoverinfo: "x+y"
7074     boxpoints: "outliers"
7075     whiskerwidth: 0
7076   layout:
7077     title: ""  # No title
7078     layout: "plot-throughput"
7079
7080 -
7081   type: "plot"
7082   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
7083   algorithm: "plot_performance_box"
7084   output-file-type: ".html"
7085   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
7086   data: "plot-vpp-throughput-latency-2n-skx"
7087   filter: "'NIC_Intel-X710' and
7088            '78B' and
7089            ('BASE' or 'SCALE') and
7090            'NDRPDR' and
7091            '4T2C' and
7092            'IP6FWD' and
7093            not 'SRv6' and
7094            not 'IPSEC' and
7095            not 'VHOST'"
7096   parameters:
7097   - "throughput"
7098   - "parent"
7099   traces:
7100     hoverinfo: "x+y"
7101     boxpoints: "outliers"
7102     whiskerwidth: 0
7103   layout:
7104     title: ""  # No title
7105     layout: "plot-throughput"
7106
7107 # Packet Throughput - VPP IPv6 2n-skx-xxv710
7108 -
7109   type: "plot"
7110   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
7111   algorithm: "plot_performance_box"
7112   output-file-type: ".html"
7113   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
7114   data: "plot-vpp-throughput-latency-2n-skx"
7115   filter: "'NIC_Intel-XXV710' and
7116            '78B' and
7117            ('BASE' or 'SCALE') and
7118            'NDRPDR' and
7119            '2T1C' and
7120            'IP6FWD' and
7121            not 'SRv6' and
7122            not 'IPSEC' and
7123            not 'VHOST'"
7124   parameters:
7125   - "throughput"
7126   - "parent"
7127   traces:
7128     hoverinfo: "x+y"
7129     boxpoints: "outliers"
7130     whiskerwidth: 0
7131   layout:
7132     title: ""  # No title
7133     layout: "plot-throughput"
7134
7135 -
7136   type: "plot"
7137   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
7138   algorithm: "plot_performance_box"
7139   output-file-type: ".html"
7140   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
7141   data: "plot-vpp-throughput-latency-2n-skx"
7142   filter: "'NIC_Intel-XXV710' and
7143            '78B' and
7144            ('BASE' or 'SCALE') and
7145            'NDRPDR' and
7146            '2T1C' and
7147            'IP6FWD' and
7148            not 'SRv6' and
7149            not 'IPSEC' and
7150            not 'VHOST'"
7151   parameters:
7152   - "throughput"
7153   - "parent"
7154   traces:
7155     hoverinfo: "x+y"
7156     boxpoints: "outliers"
7157     whiskerwidth: 0
7158   layout:
7159     title: ""  # No title
7160     layout: "plot-throughput"
7161
7162 -
7163   type: "plot"
7164   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
7165   algorithm: "plot_performance_box"
7166   output-file-type: ".html"
7167   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
7168   data: "plot-vpp-throughput-latency-2n-skx"
7169   filter: "'NIC_Intel-XXV710' and
7170            '78B' and
7171            ('BASE' or 'SCALE') and
7172            'NDRPDR' and
7173            '4T2C' and
7174            'IP6FWD' and
7175            not 'SRv6' and
7176            not 'IPSEC' and
7177            not 'VHOST'"
7178   parameters:
7179   - "throughput"
7180   - "parent"
7181   traces:
7182     hoverinfo: "x+y"
7183     boxpoints: "outliers"
7184     whiskerwidth: 0
7185   layout:
7186     title: ""  # No title
7187     layout: "plot-throughput"
7188
7189 -
7190   type: "plot"
7191   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
7192   algorithm: "plot_performance_box"
7193   output-file-type: ".html"
7194   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
7195   data: "plot-vpp-throughput-latency-2n-skx"
7196   filter: "'NIC_Intel-XXV710' and
7197            '78B' and
7198            ('BASE' or 'SCALE') and
7199            'NDRPDR' and
7200            '4T2C' and
7201            'IP6FWD' and
7202            not 'SRv6' and
7203            not 'IPSEC' and
7204            not 'VHOST'"
7205   parameters:
7206   - "throughput"
7207   - "parent"
7208   traces:
7209     hoverinfo: "x+y"
7210     boxpoints: "outliers"
7211     whiskerwidth: 0
7212   layout:
7213     title: ""  # No title
7214     layout: "plot-throughput"
7215
7216 ################################################################################
7217
7218 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
7219 -
7220   type: "plot"
7221   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
7222   algorithm: "plot_performance_box"
7223   output-file-type: ".html"
7224   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
7225   data: "plot-vpp-throughput-latency-3n-hsw"
7226   filter: "'NIC_Intel-X520-DA2' and
7227            '78B' and
7228            'ENCAP' and
7229            'NDRPDR' and
7230            '1T1C' and
7231            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
7232            not 'VHOST'"
7233   parameters:
7234   - "throughput"
7235   - "parent"
7236   traces:
7237     hoverinfo: "x+y"
7238     boxpoints: "outliers"
7239     whiskerwidth: 0
7240   layout:
7241     title: ""  # No title
7242     layout: "plot-throughput"
7243
7244 -
7245   type: "plot"
7246   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
7247   algorithm: "plot_performance_box"
7248   output-file-type: ".html"
7249   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
7250   data: "plot-vpp-throughput-latency-3n-hsw"
7251   filter: "'NIC_Intel-X520-DA2' and
7252            '78B' and
7253            'ENCAP' and
7254            'NDRPDR' and
7255            '1T1C' and
7256            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
7257            not 'VHOST'"
7258   parameters:
7259   - "throughput"
7260   - "parent"
7261   traces:
7262     hoverinfo: "x+y"
7263     boxpoints: "outliers"
7264     whiskerwidth: 0
7265   layout:
7266     title: ""  # No title
7267     layout: "plot-throughput"
7268
7269 -
7270   type: "plot"
7271   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
7272   algorithm: "plot_performance_box"
7273   output-file-type: ".html"
7274   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
7275   data: "plot-vpp-throughput-latency-3n-hsw"
7276   filter: "'NIC_Intel-X520-DA2' and
7277            '78B' and
7278            'ENCAP' and
7279            'NDRPDR' and
7280            '2T2C' and
7281            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
7282            not 'VHOST'"
7283   parameters:
7284   - "throughput"
7285   - "parent"
7286   traces:
7287     hoverinfo: "x+y"
7288     boxpoints: "outliers"
7289     whiskerwidth: 0
7290   layout:
7291     title: ""  # No title
7292     layout: "plot-throughput"
7293
7294 -
7295   type: "plot"
7296   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
7297   algorithm: "plot_performance_box"
7298   output-file-type: ".html"
7299   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
7300   data: "plot-vpp-throughput-latency-3n-hsw"
7301   filter: "'NIC_Intel-X520-DA2' and
7302            '78B' and
7303            'ENCAP' and
7304            'NDRPDR' and
7305            '2T2C' and
7306            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
7307            not 'VHOST'"
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
7321 # Packet Throughput - VPP IPSec 3n-hsw-xl710
7322 -
7323   type: "plot"
7324   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7325   algorithm: "plot_performance_box"
7326   output-file-type: ".html"
7327   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7328   data: "plot-vpp-throughput-latency-3n-hsw"
7329   filter: "'NIC_Intel-XL710' and
7330            '64B' and
7331            'IP4FWD' and
7332            'NDRPDR' and
7333            '1T1C' and
7334            'IPSECHW' and
7335            ('IPSECTRAN' or 'IPSECTUN') and
7336            not 'VHOST'"
7337   parameters:
7338   - "throughput"
7339   - "parent"
7340   traces:
7341     hoverinfo: "x+y"
7342     boxpoints: "outliers"
7343     whiskerwidth: 0
7344   layout:
7345     title: ""  # No title
7346     layout: "plot-throughput"
7347
7348 -
7349   type: "plot"
7350   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7351   algorithm: "plot_performance_box"
7352   output-file-type: ".html"
7353   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7354   data: "plot-vpp-throughput-latency-3n-hsw"
7355   filter: "'NIC_Intel-XL710' and
7356            '64B' and
7357            'IP4FWD' and
7358            'NDRPDR' and
7359            '1T1C' and
7360            'IPSECHW' and
7361            ('IPSECTRAN' or 'IPSECTUN') and
7362            not 'VHOST'"
7363   parameters:
7364   - "throughput"
7365   - "parent"
7366   traces:
7367     hoverinfo: "x+y"
7368     boxpoints: "outliers"
7369     whiskerwidth: 0
7370   layout:
7371     title: ""  # No title
7372     layout: "plot-throughput"
7373
7374 -
7375   type: "plot"
7376   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7377   algorithm: "plot_performance_box"
7378   output-file-type: ".html"
7379   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7380   data: "plot-vpp-throughput-latency-3n-hsw"
7381   filter: "'NIC_Intel-XL710' and
7382            '64B' and
7383            'IP4FWD' and
7384            'NDRPDR' and
7385            '2T2C' and
7386            'IPSECHW' and
7387            ('IPSECTRAN' or 'IPSECTUN') and
7388            not 'VHOST'"
7389   parameters:
7390   - "throughput"
7391   - "parent"
7392   traces:
7393     hoverinfo: "x+y"
7394     boxpoints: "outliers"
7395     whiskerwidth: 0
7396   layout:
7397     title: ""  # No title
7398     layout: "plot-throughput"
7399
7400 -
7401   type: "plot"
7402   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7403   algorithm: "plot_performance_box"
7404   output-file-type: ".html"
7405   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7406   data: "plot-vpp-throughput-latency-3n-hsw"
7407   filter: "'NIC_Intel-XL710' and
7408            '64B' and
7409            'IP4FWD' and
7410            'NDRPDR' and
7411            '2T2C' and
7412            'IPSECHW' and
7413            ('IPSECTRAN' or 'IPSECTUN') and
7414            not 'VHOST'"
7415   parameters:
7416   - "throughput"
7417   - "parent"
7418   traces:
7419     hoverinfo: "x+y"
7420     boxpoints: "outliers"
7421     whiskerwidth: 0
7422   layout:
7423     title: ""  # No title
7424     layout: "plot-throughput"
7425
7426 ################################################################################
7427
7428 # Packet Throughput - VPP SRv6 3n-hsw-x520
7429 -
7430   type: "plot"
7431   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
7432   algorithm: "plot_performance_box"
7433   output-file-type: ".html"
7434   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
7435   data: "plot-vpp-throughput-latency-3n-hsw"
7436   filter: "'NIC_Intel-X520-DA2' and
7437            '78B' and
7438            'FEATURE' and
7439            'NDRPDR' and
7440            '1T1C' and
7441            'IP6FWD' and
7442            'SRv6'"
7443   parameters:
7444   - "throughput"
7445   - "parent"
7446   traces:
7447     hoverinfo: "x+y"
7448     boxpoints: "outliers"
7449     whiskerwidth: 0
7450   layout:
7451     title: ""  # No title
7452     layout: "plot-throughput"
7453
7454 -
7455   type: "plot"
7456   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
7457   algorithm: "plot_performance_box"
7458   output-file-type: ".html"
7459   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
7460   data: "plot-vpp-throughput-latency-3n-hsw"
7461   filter: "'NIC_Intel-X520-DA2' and
7462            '78B' and
7463            'FEATURE' and
7464            'NDRPDR' and
7465            '1T1C' and
7466            'IP6FWD' and
7467            'SRv6'"
7468   parameters:
7469   - "throughput"
7470   - "parent"
7471   traces:
7472     hoverinfo: "x+y"
7473     boxpoints: "outliers"
7474     whiskerwidth: 0
7475   layout:
7476     title: ""  # No title
7477     layout: "plot-throughput"
7478
7479 -
7480   type: "plot"
7481   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
7482   algorithm: "plot_performance_box"
7483   output-file-type: ".html"
7484   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
7485   data: "plot-vpp-throughput-latency-3n-hsw"
7486   filter: "'NIC_Intel-X520-DA2' and
7487            '78B' and
7488            'FEATURE' and
7489            'NDRPDR' and
7490            '2T2C' and
7491            'IP6FWD' and
7492            'SRv6'"
7493   parameters:
7494   - "throughput"
7495   - "parent"
7496   traces:
7497     hoverinfo: "x+y"
7498     boxpoints: "outliers"
7499     whiskerwidth: 0
7500   layout:
7501     title: ""  # No title
7502     layout: "plot-throughput"
7503
7504 -
7505   type: "plot"
7506   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
7507   algorithm: "plot_performance_box"
7508   output-file-type: ".html"
7509   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
7510   data: "plot-vpp-throughput-latency-3n-hsw"
7511   filter: "'NIC_Intel-X520-DA2' and
7512            '78B' and
7513            'FEATURE' and
7514            'NDRPDR' and
7515            '2T2C' and
7516            'IP6FWD' and
7517            'SRv6'"
7518   parameters:
7519   - "throughput"
7520   - "parent"
7521   traces:
7522     hoverinfo: "x+y"
7523     boxpoints: "outliers"
7524     whiskerwidth: 0
7525   layout:
7526     title: ""  # No title
7527     layout: "plot-throughput"
7528
7529 ################################################################################
7530
7531 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
7532 -
7533   type: "plot"
7534   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7535   algorithm: "plot_performance_box"
7536   output-file-type: ".html"
7537   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7538   data: "plot-vpp-throughput-latency-3n-hsw"
7539   filter: "'NIC_Intel-X520-DA2' and
7540            '64B' and
7541            'NDRPDR' and
7542            '1T1C' and
7543            'VHOST' and
7544            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
7545   parameters:
7546   - "throughput"
7547   - "parent"
7548   traces:
7549     hoverinfo: "x+y"
7550     boxpoints: "outliers"
7551     whiskerwidth: 0
7552   layout:
7553     title: ""  # No title
7554     layout: "plot-throughput"
7555
7556 -
7557   type: "plot"
7558   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7559   algorithm: "plot_performance_box"
7560   output-file-type: ".html"
7561   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7562   data: "plot-vpp-throughput-latency-3n-hsw"
7563   filter: "'NIC_Intel-X520-DA2' and
7564            '64B' and
7565            'NDRPDR' and
7566            '2T2C' and
7567            'VHOST' and
7568            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
7569   parameters:
7570   - "throughput"
7571   - "parent"
7572   traces:
7573     hoverinfo: "x+y"
7574     boxpoints: "outliers"
7575     whiskerwidth: 0
7576   layout:
7577     title: ""  # No title
7578     layout: "plot-throughput"
7579
7580 -
7581   type: "plot"
7582   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7583   algorithm: "plot_performance_box"
7584   output-file-type: ".html"
7585   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7586   data: "plot-vpp-throughput-latency-3n-hsw"
7587   filter: "'NIC_Intel-X520-DA2' and
7588            '64B' and
7589            'NDRPDR' and
7590            '1T1C' and
7591            'VHOST' and
7592            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
7593   parameters:
7594   - "throughput"
7595   - "parent"
7596   traces:
7597     hoverinfo: "x+y"
7598     boxpoints: "outliers"
7599     whiskerwidth: 0
7600   layout:
7601     title: ""  # No title
7602     layout: "plot-throughput"
7603
7604 -
7605   type: "plot"
7606   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7607   algorithm: "plot_performance_box"
7608   output-file-type: ".html"
7609   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7610   data: "plot-vpp-throughput-latency-3n-hsw"
7611   filter: "'NIC_Intel-X520-DA2' and
7612            '64B' and
7613            'NDRPDR' and
7614            '2T2C' and
7615            'VHOST' and
7616            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
7617   parameters:
7618   - "throughput"
7619   - "parent"
7620   traces:
7621     hoverinfo: "x+y"
7622     boxpoints: "outliers"
7623     whiskerwidth: 0
7624   layout:
7625     title: ""  # No title
7626     layout: "plot-throughput"
7627
7628 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
7629 -
7630   type: "plot"
7631   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7632   algorithm: "plot_performance_box"
7633   output-file-type: ".html"
7634   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7635   data: "plot-vpp-throughput-latency-3n-hsw"
7636   filter: "'NIC_Intel-X520-DA2' and
7637            '64B' and
7638            'NDRPDR' and
7639            '1T1C' and
7640            'VHOST' and
7641            not 'VXLAN' and
7642            not 'IP4FWD' and
7643            not 'DOT1Q' and
7644            not '2VM'"
7645   parameters:
7646   - "throughput"
7647   - "parent"
7648   traces:
7649     hoverinfo: "x+y"
7650     boxpoints: "outliers"
7651     whiskerwidth: 0
7652   layout:
7653     title: ""  # No title
7654     layout: "plot-throughput"
7655
7656 -
7657   type: "plot"
7658   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7659   algorithm: "plot_performance_box"
7660   output-file-type: ".html"
7661   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7662   data: "plot-vpp-throughput-latency-3n-hsw"
7663   filter: "'NIC_Intel-X520-DA2' and
7664            '64B' and
7665            'NDRPDR' and
7666            '2T2C' and
7667            'VHOST' and
7668            not 'VXLAN' and
7669            not 'IP4FWD' and
7670            not 'DOT1Q' and
7671            not '2VM'"
7672   parameters:
7673   - "throughput"
7674   - "parent"
7675   traces:
7676     hoverinfo: "x+y"
7677     boxpoints: "outliers"
7678     whiskerwidth: 0
7679   layout:
7680     title: ""  # No title
7681     layout: "plot-throughput"
7682
7683 -
7684   type: "plot"
7685   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7686   algorithm: "plot_performance_box"
7687   output-file-type: ".html"
7688   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7689   data: "plot-vpp-throughput-latency-3n-hsw"
7690   filter: "'NIC_Intel-X520-DA2' and
7691            '64B' and
7692            'NDRPDR' and
7693            '1T1C' and
7694            'VHOST' and
7695            not 'VXLAN' and
7696            not 'IP4FWD' and
7697            not 'DOT1Q' and
7698            not '2VM'"
7699   parameters:
7700   - "throughput"
7701   - "parent"
7702   traces:
7703     hoverinfo: "x+y"
7704     boxpoints: "outliers"
7705     whiskerwidth: 0
7706   layout:
7707     title: ""  # No title
7708     layout: "plot-throughput"
7709
7710 -
7711   type: "plot"
7712   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7713   algorithm: "plot_performance_box"
7714   output-file-type: ".html"
7715   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7716   data: "plot-vpp-throughput-latency-3n-hsw"
7717   filter: "'NIC_Intel-X520-DA2' and
7718            '64B' and
7719            'NDRPDR' and
7720            '2T2C' and
7721            'VHOST' and
7722            not 'VXLAN' and
7723            not 'IP4FWD' and
7724            not 'DOT1Q' and
7725            not '2VM'"
7726   parameters:
7727   - "throughput"
7728   - "parent"
7729   traces:
7730     hoverinfo: "x+y"
7731     boxpoints: "outliers"
7732     whiskerwidth: 0
7733   layout:
7734     title: ""  # No title
7735     layout: "plot-throughput"
7736
7737 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
7738 -
7739   type: "plot"
7740   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7741   algorithm: "plot_performance_box"
7742   output-file-type: ".html"
7743   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7744   data: "plot-vpp-throughput-latency-3n-hsw"
7745   filter: "'NIC_Intel-X710' and
7746            '64B' and
7747            'NDRPDR' and
7748            '1T1C' and
7749            'VHOST' and
7750            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
7751   parameters:
7752   - "throughput"
7753   - "parent"
7754   traces:
7755     hoverinfo: "x+y"
7756     boxpoints: "outliers"
7757     whiskerwidth: 0
7758   layout:
7759     title: ""  # No title
7760     layout: "plot-throughput"
7761
7762 -
7763   type: "plot"
7764   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7765   algorithm: "plot_performance_box"
7766   output-file-type: ".html"
7767   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7768   data: "plot-vpp-throughput-latency-3n-hsw"
7769   filter: "'NIC_Intel-X710' and
7770            '64B' and
7771            'NDRPDR' and
7772            '2T2C' and
7773            'VHOST' and
7774            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
7775   parameters:
7776   - "throughput"
7777   - "parent"
7778   traces:
7779     hoverinfo: "x+y"
7780     boxpoints: "outliers"
7781     whiskerwidth: 0
7782   layout:
7783     title: ""  # No title
7784     layout: "plot-throughput"
7785
7786 -
7787   type: "plot"
7788   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7789   algorithm: "plot_performance_box"
7790   output-file-type: ".html"
7791   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7792   data: "plot-vpp-throughput-latency-3n-hsw"
7793   filter: "'NIC_Intel-X710' and
7794            '64B' and
7795            'NDRPDR' and
7796            '1T1C' and
7797            'VHOST' and
7798            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
7799   parameters:
7800   - "throughput"
7801   - "parent"
7802   traces:
7803     hoverinfo: "x+y"
7804     boxpoints: "outliers"
7805     whiskerwidth: 0
7806   layout:
7807     title: ""  # No title
7808     layout: "plot-throughput"
7809
7810 -
7811   type: "plot"
7812   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7813   algorithm: "plot_performance_box"
7814   output-file-type: ".html"
7815   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7816   data: "plot-vpp-throughput-latency-3n-hsw"
7817   filter: "'NIC_Intel-X710' and
7818            '64B' and
7819            'NDRPDR' and
7820            '2T2C' and
7821            'VHOST' and
7822            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
7823   parameters:
7824   - "throughput"
7825   - "parent"
7826   traces:
7827     hoverinfo: "x+y"
7828     boxpoints: "outliers"
7829     whiskerwidth: 0
7830   layout:
7831     title: ""  # No title
7832     layout: "plot-throughput"
7833
7834 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
7835 -
7836   type: "plot"
7837   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7838   algorithm: "plot_performance_box"
7839   output-file-type: ".html"
7840   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7841   data: "plot-vpp-throughput-latency-3n-hsw"
7842   filter: "'NIC_Intel-X710' and
7843            '64B' and
7844            'NDRPDR' and
7845            '1T1C' and
7846            'VHOST' and
7847            not 'VXLAN' and
7848            not 'IP4FWD' and
7849            not 'DOT1Q' and
7850            not '2VM'"
7851   parameters:
7852   - "throughput"
7853   - "parent"
7854   traces:
7855     hoverinfo: "x+y"
7856     boxpoints: "outliers"
7857     whiskerwidth: 0
7858   layout:
7859     title: ""  # No title
7860     layout: "plot-throughput"
7861
7862 -
7863   type: "plot"
7864   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7865   algorithm: "plot_performance_box"
7866   output-file-type: ".html"
7867   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7868   data: "plot-vpp-throughput-latency-3n-hsw"
7869   filter: "'NIC_Intel-X710' and
7870            '64B' and
7871            'NDRPDR' and
7872            '2T2C' and
7873            'VHOST' and
7874            not 'VXLAN' and
7875            not 'IP4FWD' and
7876            not 'DOT1Q' and
7877            not '2VM'"
7878   parameters:
7879   - "throughput"
7880   - "parent"
7881   traces:
7882     hoverinfo: "x+y"
7883     boxpoints: "outliers"
7884     whiskerwidth: 0
7885   layout:
7886     title: ""  # No title
7887     layout: "plot-throughput"
7888
7889 -
7890   type: "plot"
7891   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7892   algorithm: "plot_performance_box"
7893   output-file-type: ".html"
7894   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7895   data: "plot-vpp-throughput-latency-3n-hsw"
7896   filter: "'NIC_Intel-X710' and
7897            '64B' and
7898            'NDRPDR' and
7899            '1T1C' and
7900            'VHOST' and
7901            not 'VXLAN' and
7902            not 'IP4FWD' and
7903            not 'DOT1Q' and
7904            not '2VM'"
7905   parameters:
7906   - "throughput"
7907   - "parent"
7908   traces:
7909     hoverinfo: "x+y"
7910     boxpoints: "outliers"
7911     whiskerwidth: 0
7912   layout:
7913     title: ""  # No title
7914     layout: "plot-throughput"
7915
7916 -
7917   type: "plot"
7918   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7919   algorithm: "plot_performance_box"
7920   output-file-type: ".html"
7921   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7922   data: "plot-vpp-throughput-latency-3n-hsw"
7923   filter: "'NIC_Intel-X710' and
7924            '64B' and
7925            'NDRPDR' and
7926            '2T2C' and
7927            'VHOST' and
7928            not 'VXLAN' and
7929            not 'IP4FWD' and
7930            not 'DOT1Q' and
7931            not '2VM'"
7932   parameters:
7933   - "throughput"
7934   - "parent"
7935   traces:
7936     hoverinfo: "x+y"
7937     boxpoints: "outliers"
7938     whiskerwidth: 0
7939   layout:
7940     title: ""  # No title
7941     layout: "plot-throughput"
7942
7943 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
7944 -
7945   type: "plot"
7946   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7947   algorithm: "plot_performance_box"
7948   output-file-type: ".html"
7949   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7950   data: "plot-vpp-throughput-latency-3n-hsw"
7951   filter: "'NIC_Intel-XL710' and
7952            '64B' and
7953            'NDRPDR' and
7954            '1T1C' and
7955            'VHOST' and
7956            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
7957   parameters:
7958   - "throughput"
7959   - "parent"
7960   traces:
7961     hoverinfo: "x+y"
7962     boxpoints: "outliers"
7963     whiskerwidth: 0
7964   layout:
7965     title: ""  # No title
7966     layout: "plot-throughput"
7967
7968 -
7969   type: "plot"
7970   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7971   algorithm: "plot_performance_box"
7972   output-file-type: ".html"
7973   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7974   data: "plot-vpp-throughput-latency-3n-hsw"
7975   filter: "'NIC_Intel-XL710' and
7976            '64B' and
7977            'NDRPDR' and
7978            '2T2C' and
7979            'VHOST' and
7980            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
7981   parameters:
7982   - "throughput"
7983   - "parent"
7984   traces:
7985     hoverinfo: "x+y"
7986     boxpoints: "outliers"
7987     whiskerwidth: 0
7988   layout:
7989     title: ""  # No title
7990     layout: "plot-throughput"
7991
7992 -
7993   type: "plot"
7994   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7995   algorithm: "plot_performance_box"
7996   output-file-type: ".html"
7997   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7998   data: "plot-vpp-throughput-latency-3n-hsw"
7999   filter: "'NIC_Intel-XL710' and
8000            '64B' and
8001            'NDRPDR' and
8002            '1T1C' and
8003            'VHOST' and
8004            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
8005   parameters:
8006   - "throughput"
8007   - "parent"
8008   traces:
8009     hoverinfo: "x+y"
8010     boxpoints: "outliers"
8011     whiskerwidth: 0
8012   layout:
8013     title: ""  # No title
8014     layout: "plot-throughput"
8015
8016 -
8017   type: "plot"
8018   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8019   algorithm: "plot_performance_box"
8020   output-file-type: ".html"
8021   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8022   data: "plot-vpp-throughput-latency-3n-hsw"
8023   filter: "'NIC_Intel-XL710' and
8024            '64B' and
8025            'NDRPDR' and
8026            '2T2C' and
8027            'VHOST' and
8028            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
8029   parameters:
8030   - "throughput"
8031   - "parent"
8032   traces:
8033     hoverinfo: "x+y"
8034     boxpoints: "outliers"
8035     whiskerwidth: 0
8036   layout:
8037     title: ""  # No title
8038     layout: "plot-throughput"
8039
8040 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
8041 -
8042   type: "plot"
8043   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8044   algorithm: "plot_performance_box"
8045   output-file-type: ".html"
8046   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8047   data: "plot-vpp-throughput-latency-3n-hsw"
8048   filter: "'NIC_Intel-XL710' and
8049            '64B' and
8050            'NDRPDR' and
8051            '1T1C' and
8052            'VHOST' and
8053            not 'VXLAN' and
8054            not 'IP4FWD' and
8055            not 'DOT1Q' and
8056            not '2VM'"
8057   parameters:
8058   - "throughput"
8059   - "parent"
8060   traces:
8061     hoverinfo: "x+y"
8062     boxpoints: "outliers"
8063     whiskerwidth: 0
8064   layout:
8065     title: ""  # No title
8066     layout: "plot-throughput"
8067
8068 -
8069   type: "plot"
8070   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8071   algorithm: "plot_performance_box"
8072   output-file-type: ".html"
8073   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8074   data: "plot-vpp-throughput-latency-3n-hsw"
8075   filter: "'NIC_Intel-XL710' and
8076            '64B' and
8077            'NDRPDR' and
8078            '2T2C' and
8079            'VHOST' and
8080            not 'VXLAN' and
8081            not 'IP4FWD' and
8082            not 'DOT1Q' and
8083            not '2VM'"
8084   parameters:
8085   - "throughput"
8086   - "parent"
8087   traces:
8088     hoverinfo: "x+y"
8089     boxpoints: "outliers"
8090     whiskerwidth: 0
8091   layout:
8092     title: ""  # No title
8093     layout: "plot-throughput"
8094
8095 -
8096   type: "plot"
8097   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8098   algorithm: "plot_performance_box"
8099   output-file-type: ".html"
8100   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8101   data: "plot-vpp-throughput-latency-3n-hsw"
8102   filter: "'NIC_Intel-XL710' and
8103            '64B' and
8104            'NDRPDR' and
8105            '1T1C' and
8106            'VHOST' and
8107            not 'VXLAN' and
8108            not 'IP4FWD' and
8109            not 'DOT1Q' and
8110            not '2VM'"
8111   parameters:
8112   - "throughput"
8113   - "parent"
8114   traces:
8115     hoverinfo: "x+y"
8116     boxpoints: "outliers"
8117     whiskerwidth: 0
8118   layout:
8119     title: ""  # No title
8120     layout: "plot-throughput"
8121
8122 -
8123   type: "plot"
8124   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8125   algorithm: "plot_performance_box"
8126   output-file-type: ".html"
8127   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8128   data: "plot-vpp-throughput-latency-3n-hsw"
8129   filter: "'NIC_Intel-XL710' and
8130            '64B' and
8131            'NDRPDR' and
8132            '2T2C' and
8133            'VHOST' and
8134            not 'VXLAN' and
8135            not 'IP4FWD' and
8136            not 'DOT1Q' and
8137            not '2VM'"
8138   parameters:
8139   - "throughput"
8140   - "parent"
8141   traces:
8142     hoverinfo: "x+y"
8143     boxpoints: "outliers"
8144     whiskerwidth: 0
8145   layout:
8146     title: ""  # No title
8147     layout: "plot-throughput"
8148
8149 ################################################################################
8150
8151 # Packet Throughput - VPP VTS 3n-hsw-x520
8152 -
8153   type: "plot"
8154   title: "VPP Throughput: vts-3n-hsw-x520-64b-1t1c-ndr"
8155   algorithm: "plot_performance_box"
8156   output-file-type: ".html"
8157   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-1t1c-ndr"
8158   data: "plot-vpp-throughput-latency-3n-hsw"
8159   filter: "'NIC_Intel-X520-DA2' and
8160            '64B' and
8161            'NDRPDR' and
8162            '1T1C' and
8163            'VTS'"
8164   parameters:
8165   - "throughput"
8166   - "parent"
8167   traces:
8168     hoverinfo: "x+y"
8169     boxpoints: "outliers"
8170     whiskerwidth: 0
8171   layout:
8172     title: ""  # No title
8173     layout: "plot-throughput"
8174
8175 -
8176   type: "plot"
8177   title: "VPP Throughput: vts-3n-hsw-x520-64b-2t2c-ndr"
8178   algorithm: "plot_performance_box"
8179   output-file-type: ".html"
8180   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-2t2c-ndr"
8181   data: "plot-vpp-throughput-latency-3n-hsw"
8182   filter: "'NIC_Intel-X520-DA2' and
8183            '64B' and
8184            'NDRPDR' and
8185            '2T2C' and
8186            'VTS'"
8187   parameters:
8188   - "throughput"
8189   - "parent"
8190   traces:
8191     hoverinfo: "x+y"
8192     boxpoints: "outliers"
8193     whiskerwidth: 0
8194   layout:
8195     title: ""  # No title
8196     layout: "plot-throughput"
8197
8198 -
8199   type: "plot"
8200   title: "VPP Throughput: vts-3n-hsw-x520-64b-1t1c-pdr"
8201   algorithm: "plot_performance_box"
8202   output-file-type: ".html"
8203   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-1t1c-pdr"
8204   data: "plot-vpp-throughput-latency-3n-hsw"
8205   filter: "'NIC_Intel-X520-DA2' and
8206            '64B' and
8207            'NDRPDR' and
8208            '1T1C' and
8209            'VTS'"
8210   parameters:
8211   - "throughput"
8212   - "parent"
8213   traces:
8214     hoverinfo: "x+y"
8215     boxpoints: "outliers"
8216     whiskerwidth: 0
8217   layout:
8218     title: ""  # No title
8219     layout: "plot-throughput"
8220
8221 -
8222   type: "plot"
8223   title: "VPP Throughput: vts-3n-hsw-x520-64b-2t2c-pdr"
8224   algorithm: "plot_performance_box"
8225   output-file-type: ".html"
8226   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-2t2c-pdr"
8227   data: "plot-vpp-throughput-latency-3n-hsw"
8228   filter: "'NIC_Intel-X520-DA2' and
8229            '64B' and
8230            'NDRPDR' and
8231            '2T2C' and
8232            'VTS'"
8233   parameters:
8234   - "throughput"
8235   - "parent"
8236   traces:
8237     hoverinfo: "x+y"
8238     boxpoints: "outliers"
8239     whiskerwidth: 0
8240   layout:
8241     title: ""  # No title
8242     layout: "plot-throughput"
8243
8244 ################################################################################
8245
8246 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
8247 -
8248   type: "plot"
8249   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
8250   algorithm: "plot_performance_box"
8251   output-file-type: ".html"
8252   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
8253   data: "plot-dpdk-throughput-latency-3n-hsw"
8254   filter: "'NIC_Intel-X520-DA2' and
8255            '64B' and
8256            'BASE' and
8257            'NDRPDR' and
8258            '1T1C' and
8259            'IP4FWD'"
8260   parameters:
8261   - "throughput"
8262   - "parent"
8263   traces:
8264     hoverinfo: "x+y"
8265     boxpoints: "outliers"
8266     whiskerwidth: 0
8267   layout:
8268     title: ""  # No title
8269     layout: "plot-throughput"
8270
8271 -
8272   type: "plot"
8273   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
8274   algorithm: "plot_performance_box"
8275   output-file-type: ".html"
8276   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
8277   data: "plot-dpdk-throughput-latency-3n-hsw"
8278   filter: "'NIC_Intel-X520-DA2' and
8279            '64B' and
8280            'BASE' and
8281            'NDRPDR' and
8282            '2T2C' and
8283            'IP4FWD'"
8284   parameters:
8285   - "throughput"
8286   - "parent"
8287   traces:
8288     hoverinfo: "x+y"
8289     boxpoints: "outliers"
8290     whiskerwidth: 0
8291   layout:
8292     title: ""  # No title
8293     layout: "plot-throughput"
8294
8295 -
8296   type: "plot"
8297   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
8298   algorithm: "plot_performance_box"
8299   output-file-type: ".html"
8300   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
8301   data: "plot-dpdk-throughput-latency-3n-hsw"
8302   filter: "'NIC_Intel-X520-DA2' and
8303            '64B' and
8304            'BASE' and
8305            'NDRPDR' and
8306            '1T1C' and
8307            'IP4FWD'"
8308   parameters:
8309   - "throughput"
8310   - "parent"
8311   traces:
8312     hoverinfo: "x+y"
8313     boxpoints: "outliers"
8314     whiskerwidth: 0
8315   layout:
8316     title: ""  # No title
8317     layout: "plot-throughput"
8318
8319 -
8320   type: "plot"
8321   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
8322   algorithm: "plot_performance_box"
8323   output-file-type: ".html"
8324   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
8325   data: "plot-dpdk-throughput-latency-3n-hsw"
8326   filter: "'NIC_Intel-X520-DA2' and
8327            '64B' and
8328            'BASE' and
8329            'NDRPDR' and
8330            '2T2C' and
8331            'IP4FWD'"
8332   parameters:
8333   - "throughput"
8334   - "parent"
8335   traces:
8336     hoverinfo: "x+y"
8337     boxpoints: "outliers"
8338     whiskerwidth: 0
8339   layout:
8340     title: ""  # No title
8341     layout: "plot-throughput"
8342
8343 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
8344 -
8345   type: "plot"
8346   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
8347   algorithm: "plot_performance_box"
8348   output-file-type: ".html"
8349   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
8350   data: "plot-dpdk-throughput-latency-3n-hsw"
8351   filter: "'NIC_Intel-X710' and
8352            '64B' and
8353            'BASE' and
8354            'NDRPDR' and
8355            '1T1C' and
8356            'IP4FWD'"
8357   parameters:
8358   - "throughput"
8359   - "parent"
8360   traces:
8361     hoverinfo: "x+y"
8362     boxpoints: "outliers"
8363     whiskerwidth: 0
8364   layout:
8365     title: ""  # No title
8366     layout: "plot-throughput"
8367
8368 -
8369   type: "plot"
8370   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
8371   algorithm: "plot_performance_box"
8372   output-file-type: ".html"
8373   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
8374   data: "plot-dpdk-throughput-latency-3n-hsw"
8375   filter: "'NIC_Intel-X710' and
8376            '64B' and
8377            'BASE' and
8378            'NDRPDR' and
8379            '2T2C' and
8380            'IP4FWD'"
8381   parameters:
8382   - "throughput"
8383   - "parent"
8384   traces:
8385     hoverinfo: "x+y"
8386     boxpoints: "outliers"
8387     whiskerwidth: 0
8388   layout:
8389     title: ""  # No title
8390     layout: "plot-throughput"
8391
8392 -
8393   type: "plot"
8394   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
8395   algorithm: "plot_performance_box"
8396   output-file-type: ".html"
8397   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
8398   data: "plot-dpdk-throughput-latency-3n-hsw"
8399   filter: "'NIC_Intel-X710' and
8400            '64B' and
8401            'BASE' and
8402            'NDRPDR' and
8403            '1T1C' and
8404            'IP4FWD'"
8405   parameters:
8406   - "throughput"
8407   - "parent"
8408   traces:
8409     hoverinfo: "x+y"
8410     boxpoints: "outliers"
8411     whiskerwidth: 0
8412   layout:
8413     title: ""  # No title
8414     layout: "plot-throughput"
8415
8416 -
8417   type: "plot"
8418   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
8419   algorithm: "plot_performance_box"
8420   output-file-type: ".html"
8421   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
8422   data: "plot-dpdk-throughput-latency-3n-hsw"
8423   filter: "'NIC_Intel-X710' and
8424            '64B' and
8425            'BASE' and
8426            'NDRPDR' and
8427            '2T2C' and
8428            'IP4FWD'"
8429   parameters:
8430   - "throughput"
8431   - "parent"
8432   traces:
8433     hoverinfo: "x+y"
8434     boxpoints: "outliers"
8435     whiskerwidth: 0
8436   layout:
8437     title: ""  # No title
8438     layout: "plot-throughput"
8439
8440 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
8441 -
8442   type: "plot"
8443   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
8444   algorithm: "plot_performance_box"
8445   output-file-type: ".html"
8446   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
8447   data: "plot-dpdk-throughput-latency-3n-hsw"
8448   filter: "'NIC_Intel-XL710' and
8449            '64B' and
8450            'BASE' and
8451            'NDRPDR' and
8452            '1T1C' and
8453            'IP4FWD'"
8454   parameters:
8455   - "throughput"
8456   - "parent"
8457   traces:
8458     hoverinfo: "x+y"
8459     boxpoints: "outliers"
8460     whiskerwidth: 0
8461   layout:
8462     title: ""  # No title
8463     layout: "plot-throughput"
8464
8465 -
8466   type: "plot"
8467   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
8468   algorithm: "plot_performance_box"
8469   output-file-type: ".html"
8470   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
8471   data: "plot-dpdk-throughput-latency-3n-hsw"
8472   filter: "'NIC_Intel-XL710' and
8473            '64B' and
8474            'BASE' and
8475            'NDRPDR' and
8476            '2T2C' and
8477            'IP4FWD'"
8478   parameters:
8479   - "throughput"
8480   - "parent"
8481   traces:
8482     hoverinfo: "x+y"
8483     boxpoints: "outliers"
8484     whiskerwidth: 0
8485   layout:
8486     title: ""  # No title
8487     layout: "plot-throughput"
8488
8489 -
8490   type: "plot"
8491   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
8492   algorithm: "plot_performance_box"
8493   output-file-type: ".html"
8494   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
8495   data: "plot-dpdk-throughput-latency-3n-hsw"
8496   filter: "'NIC_Intel-XL710' and
8497            '64B' and
8498            'BASE' and
8499            'NDRPDR' and
8500            '1T1C' and
8501            'IP4FWD'"
8502   parameters:
8503   - "throughput"
8504   - "parent"
8505   traces:
8506     hoverinfo: "x+y"
8507     boxpoints: "outliers"
8508     whiskerwidth: 0
8509   layout:
8510     title: ""  # No title
8511     layout: "plot-throughput"
8512
8513 -
8514   type: "plot"
8515   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
8516   algorithm: "plot_performance_box"
8517   output-file-type: ".html"
8518   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
8519   data: "plot-dpdk-throughput-latency-3n-hsw"
8520   filter: "'NIC_Intel-XL710' and
8521            '64B' and
8522            'BASE' and
8523            'NDRPDR' and
8524            '2T2C' and
8525            'IP4FWD'"
8526   parameters:
8527   - "throughput"
8528   - "parent"
8529   traces:
8530     hoverinfo: "x+y"
8531     boxpoints: "outliers"
8532     whiskerwidth: 0
8533   layout:
8534     title: ""  # No title
8535     layout: "plot-throughput"
8536
8537 # Packet Throughput - DPDK l3fwd 3n-skx-x710
8538 -
8539   type: "plot"
8540   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
8541   algorithm: "plot_performance_box"
8542   output-file-type: ".html"
8543   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
8544   data: "plot-dpdk-throughput-latency-3n-skx"
8545   filter: "'NIC_Intel-X710' and
8546            '64B' and
8547            'BASE' and
8548            'NDRPDR' and
8549            '2T1C' and
8550            'IP4FWD'"
8551   parameters:
8552   - "throughput"
8553   - "parent"
8554   traces:
8555     hoverinfo: "x+y"
8556     boxpoints: "outliers"
8557     whiskerwidth: 0
8558   layout:
8559     title: ""  # No title
8560     layout: "plot-throughput"
8561
8562 -
8563   type: "plot"
8564   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
8565   algorithm: "plot_performance_box"
8566   output-file-type: ".html"
8567   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
8568   data: "plot-dpdk-throughput-latency-3n-skx"
8569   filter: "'NIC_Intel-X710' and
8570            '64B' and
8571            'BASE' and
8572            'NDRPDR' and
8573            '4T2C' and
8574            'IP4FWD'"
8575   parameters:
8576   - "throughput"
8577   - "parent"
8578   traces:
8579     hoverinfo: "x+y"
8580     boxpoints: "outliers"
8581     whiskerwidth: 0
8582   layout:
8583     title: ""  # No title
8584     layout: "plot-throughput"
8585
8586 -
8587   type: "plot"
8588   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
8589   algorithm: "plot_performance_box"
8590   output-file-type: ".html"
8591   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
8592   data: "plot-dpdk-throughput-latency-3n-skx"
8593   filter: "'NIC_Intel-X710' and
8594            '64B' and
8595            'BASE' and
8596            'NDRPDR' and
8597            '2T1C' and
8598            'IP4FWD'"
8599   parameters:
8600   - "throughput"
8601   - "parent"
8602   traces:
8603     hoverinfo: "x+y"
8604     boxpoints: "outliers"
8605     whiskerwidth: 0
8606   layout:
8607     title: ""  # No title
8608     layout: "plot-throughput"
8609
8610 -
8611   type: "plot"
8612   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
8613   algorithm: "plot_performance_box"
8614   output-file-type: ".html"
8615   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
8616   data: "plot-dpdk-throughput-latency-3n-skx"
8617   filter: "'NIC_Intel-X710' and
8618            '64B' and
8619            'BASE' and
8620            'NDRPDR' and
8621            '4T2C' and
8622            'IP4FWD'"
8623   parameters:
8624   - "throughput"
8625   - "parent"
8626   traces:
8627     hoverinfo: "x+y"
8628     boxpoints: "outliers"
8629     whiskerwidth: 0
8630   layout:
8631     title: ""  # No title
8632     layout: "plot-throughput"
8633
8634 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
8635 -
8636   type: "plot"
8637   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
8638   algorithm: "plot_performance_box"
8639   output-file-type: ".html"
8640   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
8641   data: "plot-dpdk-throughput-latency-3n-skx"
8642   filter: "'NIC_Intel-XXV710' and
8643            '64B' and
8644            'BASE' and
8645            'NDRPDR' and
8646            '2T1C' and
8647            'IP4FWD'"
8648   parameters:
8649   - "throughput"
8650   - "parent"
8651   traces:
8652     hoverinfo: "x+y"
8653     boxpoints: "outliers"
8654     whiskerwidth: 0
8655   layout:
8656     title: ""  # No title
8657     layout: "plot-throughput"
8658
8659 -
8660   type: "plot"
8661   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
8662   algorithm: "plot_performance_box"
8663   output-file-type: ".html"
8664   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
8665   data: "plot-dpdk-throughput-latency-3n-skx"
8666   filter: "'NIC_Intel-XXV710' and
8667            '64B' and
8668            'BASE' and
8669            'NDRPDR' and
8670            '4T2C' and
8671            'IP4FWD'"
8672   parameters:
8673   - "throughput"
8674   - "parent"
8675   traces:
8676     hoverinfo: "x+y"
8677     boxpoints: "outliers"
8678     whiskerwidth: 0
8679   layout:
8680     title: ""  # No title
8681     layout: "plot-throughput"
8682
8683 -
8684   type: "plot"
8685   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
8686   algorithm: "plot_performance_box"
8687   output-file-type: ".html"
8688   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
8689   data: "plot-dpdk-throughput-latency-3n-skx"
8690   filter: "'NIC_Intel-XXV710' and
8691            '64B' and
8692            'BASE' and
8693            'NDRPDR' and
8694            '2T1C' and
8695            'IP4FWD'"
8696   parameters:
8697   - "throughput"
8698   - "parent"
8699   traces:
8700     hoverinfo: "x+y"
8701     boxpoints: "outliers"
8702     whiskerwidth: 0
8703   layout:
8704     title: ""  # No title
8705     layout: "plot-throughput"
8706
8707 -
8708   type: "plot"
8709   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
8710   algorithm: "plot_performance_box"
8711   output-file-type: ".html"
8712   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
8713   data: "plot-dpdk-throughput-latency-3n-skx"
8714   filter: "'NIC_Intel-XXV710' and
8715            '64B' and
8716            'BASE' and
8717            'NDRPDR' and
8718            '4T2C' and
8719            'IP4FWD'"
8720   parameters:
8721   - "throughput"
8722   - "parent"
8723   traces:
8724     hoverinfo: "x+y"
8725     boxpoints: "outliers"
8726     whiskerwidth: 0
8727   layout:
8728     title: ""  # No title
8729     layout: "plot-throughput"
8730
8731 # Packet Throughput - DPDK l3fwd 2n-skx-x710
8732 -
8733   type: "plot"
8734   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
8735   algorithm: "plot_performance_box"
8736   output-file-type: ".html"
8737   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
8738   data: "plot-dpdk-throughput-latency-2n-skx"
8739   filter: "'NIC_Intel-X710' and
8740            '64B' and
8741            'BASE' and
8742            'NDRPDR' and
8743            '2T1C' and
8744            'IP4FWD'"
8745   parameters:
8746   - "throughput"
8747   - "parent"
8748   traces:
8749     hoverinfo: "x+y"
8750     boxpoints: "outliers"
8751     whiskerwidth: 0
8752   layout:
8753     title: ""  # No title
8754     layout: "plot-throughput"
8755
8756 -
8757   type: "plot"
8758   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
8759   algorithm: "plot_performance_box"
8760   output-file-type: ".html"
8761   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
8762   data: "plot-dpdk-throughput-latency-2n-skx"
8763   filter: "'NIC_Intel-X710' and
8764            '64B' and
8765            'BASE' and
8766            'NDRPDR' and
8767            '4T2C' and
8768            'IP4FWD'"
8769   parameters:
8770   - "throughput"
8771   - "parent"
8772   traces:
8773     hoverinfo: "x+y"
8774     boxpoints: "outliers"
8775     whiskerwidth: 0
8776   layout:
8777     title: ""  # No title
8778     layout: "plot-throughput"
8779
8780 -
8781   type: "plot"
8782   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
8783   algorithm: "plot_performance_box"
8784   output-file-type: ".html"
8785   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
8786   data: "plot-dpdk-throughput-latency-2n-skx"
8787   filter: "'NIC_Intel-X710' and
8788            '64B' and
8789            'BASE' and
8790            'NDRPDR' and
8791            '2T1C' and
8792            'IP4FWD'"
8793   parameters:
8794   - "throughput"
8795   - "parent"
8796   traces:
8797     hoverinfo: "x+y"
8798     boxpoints: "outliers"
8799     whiskerwidth: 0
8800   layout:
8801     title: ""  # No title
8802     layout: "plot-throughput"
8803
8804 -
8805   type: "plot"
8806   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
8807   algorithm: "plot_performance_box"
8808   output-file-type: ".html"
8809   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
8810   data: "plot-dpdk-throughput-latency-2n-skx"
8811   filter: "'NIC_Intel-X710' and
8812            '64B' and
8813            'BASE' and
8814            'NDRPDR' and
8815            '4T2C' and
8816            'IP4FWD'"
8817   parameters:
8818   - "throughput"
8819   - "parent"
8820   traces:
8821     hoverinfo: "x+y"
8822     boxpoints: "outliers"
8823     whiskerwidth: 0
8824   layout:
8825     title: ""  # No title
8826     layout: "plot-throughput"
8827
8828 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
8829 -
8830   type: "plot"
8831   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
8832   algorithm: "plot_performance_box"
8833   output-file-type: ".html"
8834   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
8835   data: "plot-dpdk-throughput-latency-2n-skx"
8836   filter: "'NIC_Intel-XXV710' and
8837            '64B' and
8838            'BASE' and
8839            'NDRPDR' and
8840            '2T1C' and
8841            'IP4FWD'"
8842   parameters:
8843   - "throughput"
8844   - "parent"
8845   traces:
8846     hoverinfo: "x+y"
8847     boxpoints: "outliers"
8848     whiskerwidth: 0
8849   layout:
8850     title: ""  # No title
8851     layout: "plot-throughput"
8852
8853 -
8854   type: "plot"
8855   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
8856   algorithm: "plot_performance_box"
8857   output-file-type: ".html"
8858   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
8859   data: "plot-dpdk-throughput-latency-2n-skx"
8860   filter: "'NIC_Intel-XXV710' and
8861            '64B' and
8862            'BASE' and
8863            'NDRPDR' and
8864            '4T2C' and
8865            'IP4FWD'"
8866   parameters:
8867   - "throughput"
8868   - "parent"
8869   traces:
8870     hoverinfo: "x+y"
8871     boxpoints: "outliers"
8872     whiskerwidth: 0
8873   layout:
8874     title: ""  # No title
8875     layout: "plot-throughput"
8876
8877 -
8878   type: "plot"
8879   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
8880   algorithm: "plot_performance_box"
8881   output-file-type: ".html"
8882   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
8883   data: "plot-dpdk-throughput-latency-2n-skx"
8884   filter: "'NIC_Intel-XXV710' and
8885            '64B' and
8886            'BASE' and
8887            'NDRPDR' and
8888            '2T1C' and
8889            'IP4FWD'"
8890   parameters:
8891   - "throughput"
8892   - "parent"
8893   traces:
8894     hoverinfo: "x+y"
8895     boxpoints: "outliers"
8896     whiskerwidth: 0
8897   layout:
8898     title: ""  # No title
8899     layout: "plot-throughput"
8900
8901 -
8902   type: "plot"
8903   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
8904   algorithm: "plot_performance_box"
8905   output-file-type: ".html"
8906   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
8907   data: "plot-dpdk-throughput-latency-2n-skx"
8908   filter: "'NIC_Intel-XXV710' and
8909            '64B' and
8910            'BASE' and
8911            'NDRPDR' and
8912            '4T2C' and
8913            'IP4FWD'"
8914   parameters:
8915   - "throughput"
8916   - "parent"
8917   traces:
8918     hoverinfo: "x+y"
8919     boxpoints: "outliers"
8920     whiskerwidth: 0
8921   layout:
8922     title: ""  # No title
8923     layout: "plot-throughput"
8924
8925 ################################################################################
8926
8927 # Packet Throughput - DPDK testpmd 3n-hsw-x520
8928 -
8929   type: "plot"
8930   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
8931   algorithm: "plot_performance_box"
8932   output-file-type: ".html"
8933   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
8934   data: "plot-dpdk-throughput-latency-3n-hsw"
8935   filter: "'NIC_Intel-X520-DA2' and
8936            '64B' and
8937            'BASE' and
8938            'NDRPDR' and
8939            '1T1C' and
8940            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
8941   parameters:
8942   - "throughput"
8943   - "parent"
8944   traces:
8945     hoverinfo: "x+y"
8946     boxpoints: "outliers"
8947     whiskerwidth: 0
8948   layout:
8949     title: ""  # No title
8950     layout: "plot-throughput"
8951
8952 -
8953   type: "plot"
8954   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
8955   algorithm: "plot_performance_box"
8956   output-file-type: ".html"
8957   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
8958   data: "plot-dpdk-throughput-latency-3n-hsw"
8959   filter: "'NIC_Intel-X520-DA2' and
8960            '64B' and
8961            'BASE' and
8962            'NDRPDR' and
8963            '2T2C' and
8964            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
8965   parameters:
8966   - "throughput"
8967   - "parent"
8968   traces:
8969     hoverinfo: "x+y"
8970     boxpoints: "outliers"
8971     whiskerwidth: 0
8972   layout:
8973     title: ""  # No title
8974     layout: "plot-throughput"
8975
8976 -
8977   type: "plot"
8978   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
8979   algorithm: "plot_performance_box"
8980   output-file-type: ".html"
8981   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
8982   data: "plot-dpdk-throughput-latency-3n-hsw"
8983   filter: "'NIC_Intel-X520-DA2' and
8984            '64B' and
8985            'BASE' and
8986            'NDRPDR' and
8987            '1T1C' and
8988            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
8989   parameters:
8990   - "throughput"
8991   - "parent"
8992   traces:
8993     hoverinfo: "x+y"
8994     boxpoints: "outliers"
8995     whiskerwidth: 0
8996   layout:
8997     title: ""  # No title
8998     layout: "plot-throughput"
8999
9000 -
9001   type: "plot"
9002   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
9003   algorithm: "plot_performance_box"
9004   output-file-type: ".html"
9005   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
9006   data: "plot-dpdk-throughput-latency-3n-hsw"
9007   filter: "'NIC_Intel-X520-DA2' and
9008            '64B' and
9009            'BASE' and
9010            'NDRPDR' and
9011            '2T2C' and
9012            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9013   parameters:
9014   - "throughput"
9015   - "parent"
9016   traces:
9017     hoverinfo: "x+y"
9018     boxpoints: "outliers"
9019     whiskerwidth: 0
9020   layout:
9021     title: ""  # No title
9022     layout: "plot-throughput"
9023
9024 # Packet Throughput - DPDK testpmd 3n-hsw-x710
9025 -
9026   type: "plot"
9027   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
9028   algorithm: "plot_performance_box"
9029   output-file-type: ".html"
9030   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
9031   data: "plot-dpdk-throughput-latency-3n-hsw"
9032   filter: "'NIC_Intel-X710' and
9033            '64B' and
9034            'BASE' and
9035            'NDRPDR' and
9036            '1T1C' and
9037            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9038   parameters:
9039   - "throughput"
9040   - "parent"
9041   traces:
9042     hoverinfo: "x+y"
9043     boxpoints: "outliers"
9044     whiskerwidth: 0
9045   layout:
9046     title: ""  # No title
9047     layout: "plot-throughput"
9048
9049 -
9050   type: "plot"
9051   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
9052   algorithm: "plot_performance_box"
9053   output-file-type: ".html"
9054   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
9055   data: "plot-dpdk-throughput-latency-3n-hsw"
9056   filter: "'NIC_Intel-X710' and
9057            '64B' and
9058            'BASE' and
9059            'NDRPDR' and
9060            '2T2C' and
9061            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9062   parameters:
9063   - "throughput"
9064   - "parent"
9065   traces:
9066     hoverinfo: "x+y"
9067     boxpoints: "outliers"
9068     whiskerwidth: 0
9069   layout:
9070     title: ""  # No title
9071     layout: "plot-throughput"
9072
9073 -
9074   type: "plot"
9075   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
9076   algorithm: "plot_performance_box"
9077   output-file-type: ".html"
9078   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
9079   data: "plot-dpdk-throughput-latency-3n-hsw"
9080   filter: "'NIC_Intel-X710' and
9081            '64B' and
9082            'BASE' and
9083            'NDRPDR' and
9084            '1T1C' and
9085            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9086   parameters:
9087   - "throughput"
9088   - "parent"
9089   traces:
9090     hoverinfo: "x+y"
9091     boxpoints: "outliers"
9092     whiskerwidth: 0
9093   layout:
9094     title: ""  # No title
9095     layout: "plot-throughput"
9096
9097 -
9098   type: "plot"
9099   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
9100   algorithm: "plot_performance_box"
9101   output-file-type: ".html"
9102   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
9103   data: "plot-dpdk-throughput-latency-3n-hsw"
9104   filter: "'NIC_Intel-X710' and
9105            '64B' and
9106            'BASE' and
9107            'NDRPDR' and
9108            '2T2C' and
9109            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9110   parameters:
9111   - "throughput"
9112   - "parent"
9113   traces:
9114     hoverinfo: "x+y"
9115     boxpoints: "outliers"
9116     whiskerwidth: 0
9117   layout:
9118     title: ""  # No title
9119     layout: "plot-throughput"
9120
9121 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
9122 -
9123   type: "plot"
9124   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
9125   algorithm: "plot_performance_box"
9126   output-file-type: ".html"
9127   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
9128   data: "plot-dpdk-throughput-latency-3n-hsw"
9129   filter: "'NIC_Intel-XL710' and
9130            '64B' and
9131            'BASE' and
9132            'NDRPDR' and
9133            '1T1C' and
9134            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9135   parameters:
9136   - "throughput"
9137   - "parent"
9138   traces:
9139     hoverinfo: "x+y"
9140     boxpoints: "outliers"
9141     whiskerwidth: 0
9142   layout:
9143     title: ""  # No title
9144     layout: "plot-throughput"
9145
9146 -
9147   type: "plot"
9148   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
9149   algorithm: "plot_performance_box"
9150   output-file-type: ".html"
9151   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
9152   data: "plot-dpdk-throughput-latency-3n-hsw"
9153   filter: "'NIC_Intel-XL710' and
9154            '64B' and
9155            'BASE' and
9156            'NDRPDR' and
9157            '2T2C' and
9158            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9159   parameters:
9160   - "throughput"
9161   - "parent"
9162   traces:
9163     hoverinfo: "x+y"
9164     boxpoints: "outliers"
9165     whiskerwidth: 0
9166   layout:
9167     title: ""  # No title
9168     layout: "plot-throughput"
9169
9170 -
9171   type: "plot"
9172   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
9173   algorithm: "plot_performance_box"
9174   output-file-type: ".html"
9175   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
9176   data: "plot-dpdk-throughput-latency-3n-hsw"
9177   filter: "'NIC_Intel-XL710' and
9178            '64B' and
9179            'BASE' and
9180            'NDRPDR' and
9181            '1T1C' and
9182            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9183   parameters:
9184   - "throughput"
9185   - "parent"
9186   traces:
9187     hoverinfo: "x+y"
9188     boxpoints: "outliers"
9189     whiskerwidth: 0
9190   layout:
9191     title: ""  # No title
9192     layout: "plot-throughput"
9193
9194 -
9195   type: "plot"
9196   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
9197   algorithm: "plot_performance_box"
9198   output-file-type: ".html"
9199   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
9200   data: "plot-dpdk-throughput-latency-3n-hsw"
9201   filter: "'NIC_Intel-XL710' and
9202            '64B' and
9203            'BASE' and
9204            'NDRPDR' and
9205            '2T2C' and
9206            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9207   parameters:
9208   - "throughput"
9209   - "parent"
9210   traces:
9211     hoverinfo: "x+y"
9212     boxpoints: "outliers"
9213     whiskerwidth: 0
9214   layout:
9215     title: ""  # No title
9216     layout: "plot-throughput"
9217
9218 # Packet Throughput - DPDK testpmd 3n-skx-x710
9219 -
9220   type: "plot"
9221   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
9222   algorithm: "plot_performance_box"
9223   output-file-type: ".html"
9224   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
9225   data: "plot-dpdk-throughput-latency-3n-skx"
9226   filter: "'NIC_Intel-X710' and
9227            '64B' and
9228            'BASE' and
9229            'NDRPDR' and
9230            '2T1C' and
9231            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9232   parameters:
9233   - "throughput"
9234   - "parent"
9235   traces:
9236     hoverinfo: "x+y"
9237     boxpoints: "outliers"
9238     whiskerwidth: 0
9239   layout:
9240     title: ""  # No title
9241     layout: "plot-throughput"
9242
9243 -
9244   type: "plot"
9245   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
9246   algorithm: "plot_performance_box"
9247   output-file-type: ".html"
9248   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
9249   data: "plot-dpdk-throughput-latency-3n-skx"
9250   filter: "'NIC_Intel-X710' and
9251            '64B' and
9252            'BASE' and
9253            'NDRPDR' and
9254            '4T2C' and
9255            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9256   parameters:
9257   - "throughput"
9258   - "parent"
9259   traces:
9260     hoverinfo: "x+y"
9261     boxpoints: "outliers"
9262     whiskerwidth: 0
9263   layout:
9264     title: ""  # No title
9265     layout: "plot-throughput"
9266
9267 -
9268   type: "plot"
9269   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
9270   algorithm: "plot_performance_box"
9271   output-file-type: ".html"
9272   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
9273   data: "plot-dpdk-throughput-latency-3n-skx"
9274   filter: "'NIC_Intel-X710' and
9275            '64B' and
9276            'BASE' and
9277            'NDRPDR' and
9278            '2T1C' and
9279            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9280   parameters:
9281   - "throughput"
9282   - "parent"
9283   traces:
9284     hoverinfo: "x+y"
9285     boxpoints: "outliers"
9286     whiskerwidth: 0
9287   layout:
9288     title: ""  # No title
9289     layout: "plot-throughput"
9290
9291 -
9292   type: "plot"
9293   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
9294   algorithm: "plot_performance_box"
9295   output-file-type: ".html"
9296   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
9297   data: "plot-dpdk-throughput-latency-3n-skx"
9298   filter: "'NIC_Intel-X710' and
9299            '64B' and
9300            'BASE' and
9301            'NDRPDR' and
9302            '4T2C' and
9303            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9304   parameters:
9305   - "throughput"
9306   - "parent"
9307   traces:
9308     hoverinfo: "x+y"
9309     boxpoints: "outliers"
9310     whiskerwidth: 0
9311   layout:
9312     title: ""  # No title
9313     layout: "plot-throughput"
9314
9315 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
9316 -
9317   type: "plot"
9318   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
9319   algorithm: "plot_performance_box"
9320   output-file-type: ".html"
9321   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
9322   data: "plot-dpdk-throughput-latency-3n-skx"
9323   filter: "'NIC_Intel-XXV710' and
9324            '64B' and
9325            'BASE' and
9326            'NDRPDR' and
9327            '2T1C' and
9328            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9329   parameters:
9330   - "throughput"
9331   - "parent"
9332   traces:
9333     hoverinfo: "x+y"
9334     boxpoints: "outliers"
9335     whiskerwidth: 0
9336   layout:
9337     title: ""  # No title
9338     layout: "plot-throughput"
9339
9340 -
9341   type: "plot"
9342   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
9343   algorithm: "plot_performance_box"
9344   output-file-type: ".html"
9345   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
9346   data: "plot-dpdk-throughput-latency-3n-skx"
9347   filter: "'NIC_Intel-XXV710' and
9348            '64B' and
9349            'BASE' and
9350            'NDRPDR' and
9351            '4T2C' and
9352            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9353   parameters:
9354   - "throughput"
9355   - "parent"
9356   traces:
9357     hoverinfo: "x+y"
9358     boxpoints: "outliers"
9359     whiskerwidth: 0
9360   layout:
9361     title: ""  # No title
9362     layout: "plot-throughput"
9363
9364 -
9365   type: "plot"
9366   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
9367   algorithm: "plot_performance_box"
9368   output-file-type: ".html"
9369   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
9370   data: "plot-dpdk-throughput-latency-3n-skx"
9371   filter: "'NIC_Intel-XXV710' and
9372            '64B' and
9373            'BASE' and
9374            'NDRPDR' and
9375            '2T1C' and
9376            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9377   parameters:
9378   - "throughput"
9379   - "parent"
9380   traces:
9381     hoverinfo: "x+y"
9382     boxpoints: "outliers"
9383     whiskerwidth: 0
9384   layout:
9385     title: ""  # No title
9386     layout: "plot-throughput"
9387
9388 -
9389   type: "plot"
9390   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
9391   algorithm: "plot_performance_box"
9392   output-file-type: ".html"
9393   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
9394   data: "plot-dpdk-throughput-latency-3n-skx"
9395   filter: "'NIC_Intel-XXV710' and
9396            '64B' and
9397            'BASE' and
9398            'NDRPDR' and
9399            '4T2C' and
9400            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9401   parameters:
9402   - "throughput"
9403   - "parent"
9404   traces:
9405     hoverinfo: "x+y"
9406     boxpoints: "outliers"
9407     whiskerwidth: 0
9408   layout:
9409     title: ""  # No title
9410     layout: "plot-throughput"
9411
9412 # Packet Throughput - DPDK testpmd 2n-skx-x710
9413 -
9414   type: "plot"
9415   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
9416   algorithm: "plot_performance_box"
9417   output-file-type: ".html"
9418   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
9419   data: "plot-dpdk-throughput-latency-2n-skx"
9420   filter: "'NIC_Intel-X710' and
9421            '64B' and
9422            'BASE' and
9423            'NDRPDR' and
9424            '2T1C' and
9425            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9426   parameters:
9427   - "throughput"
9428   - "parent"
9429   traces:
9430     hoverinfo: "x+y"
9431     boxpoints: "outliers"
9432     whiskerwidth: 0
9433   layout:
9434     title: ""  # No title
9435     layout: "plot-throughput"
9436
9437 -
9438   type: "plot"
9439   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
9440   algorithm: "plot_performance_box"
9441   output-file-type: ".html"
9442   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
9443   data: "plot-dpdk-throughput-latency-2n-skx"
9444   filter: "'NIC_Intel-X710' and
9445            '64B' and
9446            'BASE' and
9447            'NDRPDR' and
9448            '4T2C' and
9449            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9450   parameters:
9451   - "throughput"
9452   - "parent"
9453   traces:
9454     hoverinfo: "x+y"
9455     boxpoints: "outliers"
9456     whiskerwidth: 0
9457   layout:
9458     title: ""  # No title
9459     layout: "plot-throughput"
9460
9461 -
9462   type: "plot"
9463   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
9464   algorithm: "plot_performance_box"
9465   output-file-type: ".html"
9466   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
9467   data: "plot-dpdk-throughput-latency-2n-skx"
9468   filter: "'NIC_Intel-X710' and
9469            '64B' and
9470            'BASE' and
9471            'NDRPDR' and
9472            '2T1C' and
9473            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9474   parameters:
9475   - "throughput"
9476   - "parent"
9477   traces:
9478     hoverinfo: "x+y"
9479     boxpoints: "outliers"
9480     whiskerwidth: 0
9481   layout:
9482     title: ""  # No title
9483     layout: "plot-throughput"
9484
9485 -
9486   type: "plot"
9487   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
9488   algorithm: "plot_performance_box"
9489   output-file-type: ".html"
9490   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
9491   data: "plot-dpdk-throughput-latency-2n-skx"
9492   filter: "'NIC_Intel-X710' and
9493            '64B' and
9494            'BASE' and
9495            'NDRPDR' and
9496            '4T2C' and
9497            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9498   parameters:
9499   - "throughput"
9500   - "parent"
9501   traces:
9502     hoverinfo: "x+y"
9503     boxpoints: "outliers"
9504     whiskerwidth: 0
9505   layout:
9506     title: ""  # No title
9507     layout: "plot-throughput"
9508
9509 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
9510 -
9511   type: "plot"
9512   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
9513   algorithm: "plot_performance_box"
9514   output-file-type: ".html"
9515   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
9516   data: "plot-dpdk-throughput-latency-2n-skx"
9517   filter: "'NIC_Intel-XXV710' and
9518            '64B' and
9519            'BASE' and
9520            'NDRPDR' and
9521            '2T1C' and
9522            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9523   parameters:
9524   - "throughput"
9525   - "parent"
9526   traces:
9527     hoverinfo: "x+y"
9528     boxpoints: "outliers"
9529     whiskerwidth: 0
9530   layout:
9531     title: ""  # No title
9532     layout: "plot-throughput"
9533
9534 -
9535   type: "plot"
9536   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
9537   algorithm: "plot_performance_box"
9538   output-file-type: ".html"
9539   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
9540   data: "plot-dpdk-throughput-latency-2n-skx"
9541   filter: "'NIC_Intel-XXV710' and
9542            '64B' and
9543            'BASE' and
9544            'NDRPDR' and
9545            '4T2C' and
9546            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9547   parameters:
9548   - "throughput"
9549   - "parent"
9550   traces:
9551     hoverinfo: "x+y"
9552     boxpoints: "outliers"
9553     whiskerwidth: 0
9554   layout:
9555     title: ""  # No title
9556     layout: "plot-throughput"
9557
9558 -
9559   type: "plot"
9560   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
9561   algorithm: "plot_performance_box"
9562   output-file-type: ".html"
9563   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
9564   data: "plot-dpdk-throughput-latency-2n-skx"
9565   filter: "'NIC_Intel-XXV710' and
9566            '64B' and
9567            'BASE' and
9568            'NDRPDR' and
9569            '2T1C' and
9570            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9571   parameters:
9572   - "throughput"
9573   - "parent"
9574   traces:
9575     hoverinfo: "x+y"
9576     boxpoints: "outliers"
9577     whiskerwidth: 0
9578   layout:
9579     title: ""  # No title
9580     layout: "plot-throughput"
9581
9582 -
9583   type: "plot"
9584   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
9585   algorithm: "plot_performance_box"
9586   output-file-type: ".html"
9587   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
9588   data: "plot-dpdk-throughput-latency-2n-skx"
9589   filter: "'NIC_Intel-XXV710' and
9590            '64B' and
9591            'BASE' and
9592            'NDRPDR' and
9593            '4T2C' and
9594            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9595   parameters:
9596   - "throughput"
9597   - "parent"
9598   traces:
9599     hoverinfo: "x+y"
9600     boxpoints: "outliers"
9601     whiskerwidth: 0
9602   layout:
9603     title: ""  # No title
9604     layout: "plot-throughput"
9605
9606
9607
9608
9609
9610
9611
9612
9613 ################################################################################
9614
9615 # Packet Latency - VPP L2 3n-hsw-x520
9616 -
9617   type: "plot"
9618   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9619   algorithm: "plot_latency_box"
9620   output-file-type: ".html"
9621   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9622   data: "plot-vpp-throughput-latency-3n-hsw"
9623   filter: "'NIC_Intel-X520-DA2' and
9624            '64B' and
9625            ('BASE' or 'SCALE') and
9626            'NDRPDR' and
9627            '1T1C' and
9628            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9629            not 'VHOST' and
9630            not 'MEMIF'"
9631   parameters:
9632   - "latency"
9633   - "parent"
9634   traces:
9635     boxmean: False
9636   layout:
9637     title: ""  # No title
9638     layout: "plot-latency"
9639
9640 -
9641   type: "plot"
9642   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9643   algorithm: "plot_latency_box"
9644   output-file-type: ".html"
9645   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9646   data: "plot-vpp-throughput-latency-3n-hsw"
9647   filter: "'NIC_Intel-X520-DA2' and
9648            '64B' and
9649            ('BASE' or 'SCALE') and
9650            'NDRPDR' and
9651            '2T2C' and
9652            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9653            not 'VHOST' and
9654            not 'MEMIF'"
9655   parameters:
9656   - "latency"
9657   - "parent"
9658   traces:
9659     boxmean: False
9660   layout:
9661     title: ""  # No title
9662     layout: "plot-latency"
9663
9664 -
9665   type: "plot"
9666   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
9667   algorithm: "plot_latency_box"
9668   output-file-type: ".html"
9669   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
9670   data: "plot-vpp-throughput-latency-3n-hsw"
9671   filter: "'NIC_Intel-X520-DA2' and
9672            '64B' and
9673            'FEATURE' and
9674            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9675            'NDRPDR' and
9676            '1T1C' and
9677            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9678            not 'VHOST' and
9679            not 'MEMIF'"
9680   parameters:
9681   - "latency"
9682   - "parent"
9683   traces:
9684     boxmean: False
9685   layout:
9686     title: ""  # No title
9687     layout: "plot-latency"
9688
9689 -
9690   type: "plot"
9691   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
9692   algorithm: "plot_latency_box"
9693   output-file-type: ".html"
9694   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
9695   data: "plot-vpp-throughput-latency-3n-hsw"
9696   filter: "'NIC_Intel-X520-DA2' and
9697            '64B' and
9698            'FEATURE' and
9699            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9700            'NDRPDR' and
9701            '2T2C' and
9702            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9703            not 'VHOST' and
9704            not 'MEMIF'"
9705   parameters:
9706   - "latency"
9707   - "parent"
9708   traces:
9709     boxmean: False
9710   layout:
9711     title: ""  # No title
9712     layout: "plot-latency"
9713
9714 # Packet Latency - VPP L2 3n-hsw-x710
9715 -
9716   type: "plot"
9717   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9718   algorithm: "plot_latency_box"
9719   output-file-type: ".html"
9720   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9721   data: "plot-vpp-throughput-latency-3n-hsw"
9722   filter: "'NIC_Intel-X710' and
9723            '64B' and
9724            ('BASE' or 'SCALE') and
9725            'NDRPDR' and
9726            '1T1C' and
9727            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9728            not 'VHOST' and
9729            not 'MEMIF'"
9730   parameters:
9731   - "latency"
9732   - "parent"
9733   traces:
9734     boxmean: False
9735   layout:
9736     title: ""  # No title
9737     layout: "plot-latency"
9738
9739 -
9740   type: "plot"
9741   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9742   algorithm: "plot_latency_box"
9743   output-file-type: ".html"
9744   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9745   data: "plot-vpp-throughput-latency-3n-hsw"
9746   filter: "'NIC_Intel-X710' and
9747            '64B' and
9748            ('BASE' or 'SCALE') and
9749            'NDRPDR' and
9750            '2T2C' and
9751            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9752            not 'VHOST' and
9753            not 'MEMIF'"
9754   parameters:
9755   - "latency"
9756   - "parent"
9757   traces:
9758     boxmean: False
9759   layout:
9760     title: ""  # No title
9761     layout: "plot-latency"
9762
9763 -
9764   type: "plot"
9765   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
9766   algorithm: "plot_latency_box"
9767   output-file-type: ".html"
9768   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
9769   data: "plot-vpp-throughput-latency-3n-hsw"
9770   filter: "'NIC_Intel-X710' and
9771            '64B' and
9772            'FEATURE' and
9773            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9774            'NDRPDR' and
9775            '1T1C' and
9776            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9777            not 'VHOST' and
9778            not 'MEMIF'"
9779   parameters:
9780   - "latency"
9781   - "parent"
9782   traces:
9783     boxmean: False
9784   layout:
9785     title: ""  # No title
9786     layout: "plot-latency"
9787
9788 -
9789   type: "plot"
9790   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
9791   algorithm: "plot_latency_box"
9792   output-file-type: ".html"
9793   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
9794   data: "plot-vpp-throughput-latency-3n-hsw"
9795   filter: "'NIC_Intel-X710' and
9796            '64B' and
9797            'FEATURE' and
9798            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9799            'NDRPDR' and
9800            '2T2C' and
9801            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9802            not 'VHOST' and
9803            not 'MEMIF'"
9804   parameters:
9805   - "latency"
9806   - "parent"
9807   traces:
9808     boxmean: False
9809   layout:
9810     title: ""  # No title
9811     layout: "plot-latency"
9812
9813 # Packet Latency - VPP L2 3n-hsw-xl710
9814 -
9815   type: "plot"
9816   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9817   algorithm: "plot_latency_box"
9818   output-file-type: ".html"
9819   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9820   data: "plot-vpp-throughput-latency-3n-hsw"
9821   filter: "'NIC_Intel-XL710' and
9822            '64B' and
9823            ('BASE' or 'SCALE') and
9824            'NDRPDR' and
9825            '1T1C' and
9826            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9827            not 'VHOST' and
9828            not 'MEMIF'"
9829   parameters:
9830   - "latency"
9831   - "parent"
9832   traces:
9833     boxmean: False
9834   layout:
9835     title: ""  # No title
9836     layout: "plot-latency"
9837
9838 -
9839   type: "plot"
9840   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9841   algorithm: "plot_latency_box"
9842   output-file-type: ".html"
9843   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9844   data: "plot-vpp-throughput-latency-3n-hsw"
9845   filter: "'NIC_Intel-XL710' and
9846            '64B' and
9847            ('BASE' or 'SCALE') and
9848            'NDRPDR' and
9849            '2T2C' and
9850            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9851            not 'VHOST' and
9852            not 'MEMIF'"
9853   parameters:
9854   - "latency"
9855   - "parent"
9856   traces:
9857     boxmean: False
9858   layout:
9859     title: ""  # No title
9860     layout: "plot-latency"
9861
9862 # Packet Latency - VPP L2 3n-skx-x710
9863 -
9864   type: "plot"
9865   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9866   algorithm: "plot_latency_box"
9867   output-file-type: ".html"
9868   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9869   data: "plot-vpp-throughput-latency-3n-skx"
9870   filter: "'NIC_Intel-X710' and
9871            '64B' and
9872            ('BASE' or 'SCALE') and
9873            'NDRPDR' and
9874            '2T1C' and
9875            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9876            not 'VHOST' and
9877            not 'MEMIF'"
9878   parameters:
9879   - "latency"
9880   - "parent"
9881   traces:
9882     boxmean: False
9883   layout:
9884     title: ""  # No title
9885     layout: "plot-latency"
9886
9887 -
9888   type: "plot"
9889   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9890   algorithm: "plot_latency_box"
9891   output-file-type: ".html"
9892   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9893   data: "plot-vpp-throughput-latency-3n-skx"
9894   filter: "'NIC_Intel-X710' and
9895            '64B' and
9896            ('BASE' or 'SCALE') and
9897            'NDRPDR' and
9898            '4T2C' and
9899            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9900            not 'VHOST' and
9901            not 'MEMIF'"
9902   parameters:
9903   - "latency"
9904   - "parent"
9905   traces:
9906     boxmean: False
9907   layout:
9908     title: ""  # No title
9909     layout: "plot-latency"
9910
9911 -
9912   type: "plot"
9913   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
9914   algorithm: "plot_latency_box"
9915   output-file-type: ".html"
9916   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
9917   data: "plot-vpp-throughput-latency-3n-skx"
9918   filter: "'NIC_Intel-X710' and
9919            '64B' and
9920            'FEATURE' and
9921            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9922            'NDRPDR' and
9923            '2T1C' and
9924            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9925            not 'VHOST' and
9926            not 'MEMIF'"
9927   parameters:
9928   - "latency"
9929   - "parent"
9930   traces:
9931     boxmean: False
9932   layout:
9933     title: ""  # No title
9934     layout: "plot-latency"
9935
9936 -
9937   type: "plot"
9938   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
9939   algorithm: "plot_latency_box"
9940   output-file-type: ".html"
9941   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
9942   data: "plot-vpp-throughput-latency-3n-skx"
9943   filter: "'NIC_Intel-X710' and
9944            '64B' and
9945            'FEATURE' and
9946            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9947            'NDRPDR' and
9948            '4T2C' and
9949            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9950            not 'VHOST' and
9951            not 'MEMIF'"
9952   parameters:
9953   - "latency"
9954   - "parent"
9955   traces:
9956     boxmean: False
9957   layout:
9958     title: ""  # No title
9959     layout: "plot-latency"
9960
9961 # Packet Latency - VPP L2 3n-skx-xxv710
9962 -
9963   type: "plot"
9964   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9965   algorithm: "plot_latency_box"
9966   output-file-type: ".html"
9967   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9968   data: "plot-vpp-throughput-latency-3n-skx"
9969   filter: "'NIC_Intel-XXV710' and
9970            '64B' and
9971            ('BASE' or 'SCALE') and
9972            'NDRPDR' and
9973            '2T1C' and
9974            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9975            not 'VHOST' and
9976            not 'MEMIF'"
9977   parameters:
9978   - "latency"
9979   - "parent"
9980   traces:
9981     boxmean: False
9982   layout:
9983     title: ""  # No title
9984     layout: "plot-latency"
9985
9986 -
9987   type: "plot"
9988   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9989   algorithm: "plot_latency_box"
9990   output-file-type: ".html"
9991   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9992   data: "plot-vpp-throughput-latency-3n-skx"
9993   filter: "'NIC_Intel-XXV710' and
9994            '64B' and
9995            ('BASE' or 'SCALE') and
9996            'NDRPDR' and
9997            '4T2C' and
9998            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9999            not 'VHOST' and
10000            not 'MEMIF'"
10001   parameters:
10002   - "latency"
10003   - "parent"
10004   traces:
10005     boxmean: False
10006   layout:
10007     title: ""  # No title
10008     layout: "plot-latency"
10009
10010 -
10011   type: "plot"
10012   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-features-ndr-lat"
10013   algorithm: "plot_latency_box"
10014   output-file-type: ".html"
10015   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-features-ndr-lat"
10016   data: "plot-vpp-throughput-latency-3n-skx"
10017   filter: "'NIC_Intel-XXV710' and
10018            '64B' and
10019            'FEATURE' and
10020            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10021            'NDRPDR' and
10022            '2T1C' and
10023            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10024            not 'VHOST' and
10025            not 'MEMIF'"
10026   parameters:
10027   - "latency"
10028   - "parent"
10029   traces:
10030     boxmean: False
10031   layout:
10032     title: ""  # No title
10033     layout: "plot-latency"
10034
10035 -
10036   type: "plot"
10037   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-features-ndr-lat"
10038   algorithm: "plot_latency_box"
10039   output-file-type: ".html"
10040   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-features-ndr-lat"
10041   data: "plot-vpp-throughput-latency-3n-skx"
10042   filter: "'NIC_Intel-XXV710' and
10043            '64B' and
10044            'FEATURE' and
10045            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10046            'NDRPDR' and
10047            '4T2C' and
10048            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10049            not 'VHOST' and
10050            not 'MEMIF'"
10051   parameters:
10052   - "latency"
10053   - "parent"
10054   traces:
10055     boxmean: False
10056   layout:
10057     title: ""  # No title
10058     layout: "plot-latency"
10059
10060 # Packet Latency - VPP L2 2n-skx-x710
10061 -
10062   type: "plot"
10063   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10064   algorithm: "plot_latency_box"
10065   output-file-type: ".html"
10066   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10067   data: "plot-vpp-throughput-latency-2n-skx"
10068   filter: "'NIC_Intel-X710' and
10069            '64B' and
10070            ('BASE' or 'SCALE') and
10071            'NDRPDR' and
10072            '2T1C' and
10073            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10074            not 'VHOST' and
10075            not 'MEMIF'"
10076   parameters:
10077   - "latency"
10078   - "parent"
10079   traces:
10080     boxmean: False
10081   layout:
10082     title: ""  # No title
10083     layout: "plot-latency"
10084
10085 -
10086   type: "plot"
10087   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10088   algorithm: "plot_latency_box"
10089   output-file-type: ".html"
10090   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10091   data: "plot-vpp-throughput-latency-2n-skx"
10092   filter: "'NIC_Intel-X710' and
10093            '64B' and
10094            ('BASE' or 'SCALE') and
10095            'NDRPDR' and
10096            '4T2C' and
10097            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10098            not 'VHOST' and
10099            not 'MEMIF'"
10100   parameters:
10101   - "latency"
10102   - "parent"
10103   traces:
10104     boxmean: False
10105   layout:
10106     title: ""  # No title
10107     layout: "plot-latency"
10108
10109 # Packet Latency - VPP L2 2n-skx-xxv710
10110 -
10111   type: "plot"
10112   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
10113   algorithm: "plot_latency_box"
10114   output-file-type: ".html"
10115   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
10116   data: "plot-vpp-throughput-latency-2n-skx"
10117   filter: "'NIC_Intel-XXV710' and
10118            '64B' and
10119            ('BASE' or 'SCALE') and
10120            'NDRPDR' and
10121            '2T1C' and
10122            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10123            not 'VHOST' and
10124            not 'MEMIF'"
10125   parameters:
10126   - "latency"
10127   - "parent"
10128   traces:
10129     boxmean: False
10130   layout:
10131     title: ""  # No title
10132     layout: "plot-latency"
10133
10134 -
10135   type: "plot"
10136   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
10137   algorithm: "plot_latency_box"
10138   output-file-type: ".html"
10139   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
10140   data: "plot-vpp-throughput-latency-2n-skx"
10141   filter: "'NIC_Intel-XXV710' and
10142            '64B' and
10143            ('BASE' or 'SCALE') and
10144            'NDRPDR' and
10145            '4T2C' and
10146            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10147            not 'VHOST' and
10148            not 'MEMIF'"
10149   parameters:
10150   - "latency"
10151   - "parent"
10152   traces:
10153     boxmean: False
10154   layout:
10155     title: ""  # No title
10156     layout: "plot-latency"
10157
10158 ################################################################################
10159
10160 # Packet Latency - VPP Container Memif 3n-hsw-x520
10161 -
10162   type: "plot"
10163   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10164   algorithm: "plot_latency_box"
10165   output-file-type: ".html"
10166   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10167   data: "plot-vpp-throughput-latency-3n-hsw"
10168   filter: "'NIC_Intel-X520-DA2' and
10169            '64B' and
10170            ('BASE' or 'SCALE') and
10171            'NDRPDR' and
10172            '1T1C' and
10173            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10174            not 'VHOST' and
10175            'MEMIF'"
10176   parameters:
10177   - "latency"
10178   - "parent"
10179   traces:
10180     boxmean: False
10181   layout:
10182     title: ""  # No title
10183     layout: "plot-latency"
10184
10185 -
10186   type: "plot"
10187   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10188   algorithm: "plot_latency_box"
10189   output-file-type: ".html"
10190   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10191   data: "plot-vpp-throughput-latency-3n-hsw"
10192   filter: "'NIC_Intel-X520-DA2' and
10193            '64B' and
10194            ('BASE' or 'SCALE') and
10195            'NDRPDR' and
10196            '2T2C' and
10197            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10198            not 'VHOST' and
10199            'MEMIF'"
10200   parameters:
10201   - "latency"
10202   - "parent"
10203   traces:
10204     boxmean: False
10205   layout:
10206     title: ""  # No title
10207     layout: "plot-latency"
10208
10209 # Packet Latency - VPP Container Memif 3n-hsw-x710
10210 -
10211   type: "plot"
10212   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10213   algorithm: "plot_latency_box"
10214   output-file-type: ".html"
10215   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10216   data: "plot-vpp-throughput-latency-3n-hsw"
10217   filter: "'NIC_Intel-X710' and
10218            '64B' and
10219            ('BASE' or 'SCALE') and
10220            'NDRPDR' and
10221            '1T1C' and
10222            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10223            not 'VHOST' and
10224            'MEMIF'"
10225   parameters:
10226   - "latency"
10227   - "parent"
10228   traces:
10229     boxmean: False
10230   layout:
10231     title: ""  # No title
10232     layout: "plot-latency"
10233
10234 -
10235   type: "plot"
10236   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10237   algorithm: "plot_latency_box"
10238   output-file-type: ".html"
10239   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10240   data: "plot-vpp-throughput-latency-3n-hsw"
10241   filter: "'NIC_Intel-X710' and
10242            '64B' and
10243            ('BASE' or 'SCALE') and
10244            'NDRPDR' and
10245            '2T2C' and
10246            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10247            not 'VHOST' and
10248            'MEMIF'"
10249   parameters:
10250   - "latency"
10251   - "parent"
10252   traces:
10253     boxmean: False
10254   layout:
10255     title: ""  # No title
10256     layout: "plot-latency"
10257
10258 # Packet Latency - VPP Container Memif 3n-hsw-xl710
10259 -
10260   type: "plot"
10261   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10262   algorithm: "plot_latency_box"
10263   output-file-type: ".html"
10264   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10265   data: "plot-vpp-throughput-latency-3n-hsw"
10266   filter: "'NIC_Intel-XL710' and
10267            '64B' and
10268            ('BASE' or 'SCALE') and
10269            'NDRPDR' and
10270            '1T1C' and
10271            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10272            not 'VHOST' and
10273            'MEMIF'"
10274   parameters:
10275   - "latency"
10276   - "parent"
10277   traces:
10278     boxmean: False
10279   layout:
10280     title: ""  # No title
10281     layout: "plot-latency"
10282
10283 -
10284   type: "plot"
10285   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10286   algorithm: "plot_latency_box"
10287   output-file-type: ".html"
10288   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10289   data: "plot-vpp-throughput-latency-3n-hsw"
10290   filter: "'NIC_Intel-XL710' and
10291            '64B' and
10292            ('BASE' or 'SCALE') and
10293            'NDRPDR' and
10294            '2T2C' and
10295            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10296            not 'VHOST' and
10297            'MEMIF'"
10298   parameters:
10299   - "latency"
10300   - "parent"
10301   traces:
10302     boxmean: False
10303   layout:
10304     title: ""  # No title
10305     layout: "plot-latency"
10306
10307 # Packet Latency - VPP Container Memif 3n-skx-x710
10308 -
10309   type: "plot"
10310   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10311   algorithm: "plot_latency_box"
10312   output-file-type: ".html"
10313   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10314   data: "plot-vpp-throughput-latency-3n-skx"
10315   filter: "'NIC_Intel-X710' and
10316            '64B' and
10317            ('BASE' or 'SCALE') and
10318            'NDRPDR' and
10319            '2T1C' and
10320            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10321            not 'VHOST' and
10322            'MEMIF'"
10323   parameters:
10324   - "latency"
10325   - "parent"
10326   traces:
10327     boxmean: False
10328   layout:
10329     title: ""  # No title
10330     layout: "plot-latency"
10331
10332 -
10333   type: "plot"
10334   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10335   algorithm: "plot_latency_box"
10336   output-file-type: ".html"
10337   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10338   data: "plot-vpp-throughput-latency-3n-skx"
10339   filter: "'NIC_Intel-X710' and
10340            '64B' and
10341            ('BASE' or 'SCALE') and
10342            'NDRPDR' and
10343            '4T2C' and
10344            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10345            not 'VHOST' and
10346            'MEMIF'"
10347   parameters:
10348   - "latency"
10349   - "parent"
10350   traces:
10351     boxmean: False
10352   layout:
10353     title: ""  # No title
10354     layout: "plot-latency"
10355
10356 ################################################################################
10357
10358 # Packet Latency - VPP Container Memif 3n-hsw-x520
10359 -
10360   type: "plot"
10361   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10362   algorithm: "plot_latency_box"
10363   output-file-type: ".html"
10364   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10365   data: "plot-ligato-throughput-latency-3n-hsw"
10366   filter: "'NIC_Intel-X520-DA2' and
10367            '64B' and
10368            ('BASE' or 'SCALE') and
10369            'NDRPDR' and
10370            '1T1C' and
10371            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10372            not 'VHOST' and
10373            'MEMIF'"
10374   parameters:
10375   - "latency"
10376   - "parent"
10377   traces:
10378     boxmean: False
10379   layout:
10380     title: ""  # No title
10381     layout: "plot-latency"
10382
10383 -
10384   type: "plot"
10385   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10386   algorithm: "plot_latency_box"
10387   output-file-type: ".html"
10388   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10389   data: "plot-ligato-throughput-latency-3n-hsw"
10390   filter: "'NIC_Intel-X520-DA2' and
10391            '64B' and
10392            ('BASE' or 'SCALE') and
10393            'NDRPDR' and
10394            '2T2C' and
10395            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10396            not 'VHOST' and
10397            'MEMIF'"
10398   parameters:
10399   - "latency"
10400   - "parent"
10401   traces:
10402     boxmean: False
10403   layout:
10404     title: ""  # No title
10405     layout: "plot-latency"
10406
10407 # Packet Latency - VPP Container Memif 3n-hsw-x710
10408 -
10409   type: "plot"
10410   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10411   algorithm: "plot_latency_box"
10412   output-file-type: ".html"
10413   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10414   data: "plot-ligato-throughput-latency-3n-hsw"
10415   filter: "'NIC_Intel-X710' and
10416            '64B' and
10417            ('BASE' or 'SCALE') and
10418            'NDRPDR' and
10419            '1T1C' and
10420            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10421            not 'VHOST' and
10422            'MEMIF'"
10423   parameters:
10424   - "latency"
10425   - "parent"
10426   traces:
10427     boxmean: False
10428   layout:
10429     title: ""  # No title
10430     layout: "plot-latency"
10431
10432 -
10433   type: "plot"
10434   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10435   algorithm: "plot_latency_box"
10436   output-file-type: ".html"
10437   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10438   data: "plot-ligato-throughput-latency-3n-hsw"
10439   filter: "'NIC_Intel-X710' and
10440            '64B' and
10441            ('BASE' or 'SCALE') and
10442            'NDRPDR' and
10443            '2T2C' and
10444            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10445            not 'VHOST' and
10446            'MEMIF'"
10447   parameters:
10448   - "latency"
10449   - "parent"
10450   traces:
10451     boxmean: False
10452   layout:
10453     title: ""  # No title
10454     layout: "plot-latency"
10455
10456 ################################################################################
10457
10458 # Packet Latency - VPP IPv4 3n-hsw-x520
10459 -
10460   type: "plot"
10461   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10462   algorithm: "plot_latency_box"
10463   output-file-type: ".html"
10464   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10465   data: "plot-vpp-throughput-latency-3n-hsw"
10466   filter: "'NIC_Intel-X520-DA2' and
10467            '64B' and
10468            ('BASE' or 'SCALE') and
10469            'NDRPDR' and
10470            '1T1C' and
10471            'IP4FWD' and
10472            not 'IPSEC' and
10473            not 'VHOST'"
10474   parameters:
10475   - "latency"
10476   - "parent"
10477   traces:
10478     boxmean: False
10479   layout:
10480     title: ""  # No title
10481     layout: "plot-latency"
10482
10483 -
10484   type: "plot"
10485   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10486   algorithm: "plot_latency_box"
10487   output-file-type: ".html"
10488   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10489   data: "plot-vpp-throughput-latency-3n-hsw"
10490   filter: "'NIC_Intel-X520-DA2' and
10491            '64B' and
10492            ('BASE' or 'SCALE') and
10493            'NDRPDR' and
10494            '2T2C' and
10495            'IP4FWD' and
10496            not 'IPSEC' and
10497            not 'VHOST'"
10498   parameters:
10499   - "latency"
10500   - "parent"
10501   traces:
10502     boxmean: False
10503   layout:
10504     title: ""  # No title
10505     layout: "plot-latency"
10506
10507 -
10508   type: "plot"
10509   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
10510   algorithm: "plot_latency_box"
10511   output-file-type: ".html"
10512   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
10513   data: "plot-vpp-throughput-latency-3n-hsw"
10514   filter: "'NIC_Intel-X520-DA2' and
10515            '64B' and
10516            'FEATURE' and
10517            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10518            'NDRPDR' and
10519            '1T1C' and
10520            'IP4FWD' and
10521            not 'IPSEC' and
10522            not 'VHOST'"
10523   parameters:
10524   - "latency"
10525   - "parent"
10526   traces:
10527     boxmean: False
10528   layout:
10529     title: ""  # No title
10530     layout: "plot-latency"
10531
10532 -
10533   type: "plot"
10534   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
10535   algorithm: "plot_latency_box"
10536   output-file-type: ".html"
10537   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
10538   data: "plot-vpp-throughput-latency-3n-hsw"
10539   filter: "'NIC_Intel-X520-DA2' and
10540            '64B' and
10541            'FEATURE' and
10542            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10543            'NDRPDR' and
10544            '2T2C' and
10545            'IP4FWD' and
10546            not 'IPSEC' and
10547            not 'VHOST'"
10548   parameters:
10549   - "latency"
10550   - "parent"
10551   traces:
10552     boxmean: False
10553   layout:
10554     title: ""  # No title
10555     layout: "plot-latency"
10556
10557 # Packet Latency - VPP IPv4 3n-hsw-x710
10558 -
10559   type: "plot"
10560   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10561   algorithm: "plot_latency_box"
10562   output-file-type: ".html"
10563   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10564   data: "plot-vpp-throughput-latency-3n-hsw"
10565   filter: "'NIC_Intel-X710' and
10566            '64B' and
10567            ('BASE' or 'SCALE') and
10568            'NDRPDR' and
10569            '1T1C' and
10570            'IP4FWD' and
10571            not 'IPSEC' and
10572            not 'VHOST'"
10573   parameters:
10574   - "latency"
10575   - "parent"
10576   traces:
10577     boxmean: False
10578   layout:
10579     title: ""  # No title
10580     layout: "plot-latency"
10581
10582 -
10583   type: "plot"
10584   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10585   algorithm: "plot_latency_box"
10586   output-file-type: ".html"
10587   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10588   data: "plot-vpp-throughput-latency-3n-hsw"
10589   filter: "'NIC_Intel-X710' and
10590            '64B' and
10591            ('BASE' or 'SCALE') and
10592            'NDRPDR' and
10593            '2T2C' and
10594            'IP4FWD' and
10595            not 'IPSEC' and
10596            not 'VHOST'"
10597   parameters:
10598   - "latency"
10599   - "parent"
10600   traces:
10601     boxmean: False
10602   layout:
10603     title: ""  # No title
10604     layout: "plot-latency"
10605
10606 -
10607   type: "plot"
10608   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
10609   algorithm: "plot_latency_box"
10610   output-file-type: ".html"
10611   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
10612   data: "plot-vpp-throughput-latency-3n-hsw"
10613   filter: "'NIC_Intel-X710' and
10614            '64B' and
10615            'FEATURE' and
10616            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10617            'NDRPDR' and
10618            '1T1C' and
10619            'IP4FWD' and
10620            not 'IPSEC' and
10621            not 'VHOST'"
10622   parameters:
10623   - "latency"
10624   - "parent"
10625   traces:
10626     boxmean: False
10627   layout:
10628     title: ""  # No title
10629     layout: "plot-latency"
10630
10631 -
10632   type: "plot"
10633   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
10634   algorithm: "plot_latency_box"
10635   output-file-type: ".html"
10636   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
10637   data: "plot-vpp-throughput-latency-3n-hsw"
10638   filter: "'NIC_Intel-X710' and
10639            '64B' and
10640            'FEATURE' and
10641            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10642            'NDRPDR' and
10643            '2T2C' and
10644            'IP4FWD' and
10645            not 'IPSEC' and
10646            not 'VHOST'"
10647   parameters:
10648   - "latency"
10649   - "parent"
10650   traces:
10651     boxmean: False
10652   layout:
10653     title: ""  # No title
10654     layout: "plot-latency"
10655
10656 # Packet Latency - VPP IPv4 3n-hsw-xl710
10657 -
10658   type: "plot"
10659   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10660   algorithm: "plot_latency_box"
10661   output-file-type: ".html"
10662   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10663   data: "plot-vpp-throughput-latency-3n-hsw"
10664   filter: "'NIC_Intel-XL710' and
10665            '64B' and
10666            ('BASE' or 'SCALE') and
10667            'NDRPDR' and
10668            '1T1C' and
10669            'IP4FWD' and
10670            not 'IPSEC' and
10671            not 'VHOST'"
10672   parameters:
10673   - "latency"
10674   - "parent"
10675   traces:
10676     boxmean: False
10677   layout:
10678     title: ""  # No title
10679     layout: "plot-latency"
10680
10681 -
10682   type: "plot"
10683   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10684   algorithm: "plot_latency_box"
10685   output-file-type: ".html"
10686   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10687   data: "plot-vpp-throughput-latency-3n-hsw"
10688   filter: "'NIC_Intel-XL710' and
10689            '64B' and
10690            ('BASE' or 'SCALE') and
10691            'NDRPDR' and
10692            '2T2C' and
10693            'IP4FWD' and
10694            not 'IPSEC' and
10695            not 'VHOST'"
10696   parameters:
10697   - "latency"
10698   - "parent"
10699   traces:
10700     boxmean: False
10701   layout:
10702     title: ""  # No title
10703     layout: "plot-latency"
10704
10705 # Packet Latency - VPP IPv4 3n-skx-x710
10706 -
10707   type: "plot"
10708   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10709   algorithm: "plot_latency_box"
10710   output-file-type: ".html"
10711   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10712   data: "plot-vpp-throughput-latency-3n-skx"
10713   filter: "'NIC_Intel-X710' and
10714            '64B' and
10715            ('BASE' or 'SCALE') and
10716            'NDRPDR' and
10717            '2T1C' and
10718            'IP4FWD' and
10719            not 'IPSEC' and
10720            not 'VHOST'"
10721   parameters:
10722   - "latency"
10723   - "parent"
10724   traces:
10725     boxmean: False
10726   layout:
10727     title: ""  # No title
10728     layout: "plot-latency"
10729
10730 -
10731   type: "plot"
10732   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10733   algorithm: "plot_latency_box"
10734   output-file-type: ".html"
10735   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10736   data: "plot-vpp-throughput-latency-3n-skx"
10737   filter: "'NIC_Intel-X710' and
10738            '64B' and
10739            ('BASE' or 'SCALE') and
10740            'NDRPDR' and
10741            '4T2C' and
10742            'IP4FWD' and
10743            not 'IPSEC' and
10744            not 'VHOST'"
10745   parameters:
10746   - "latency"
10747   - "parent"
10748   traces:
10749     boxmean: False
10750   layout:
10751     title: ""  # No title
10752     layout: "plot-latency"
10753
10754 -
10755   type: "plot"
10756   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
10757   algorithm: "plot_latency_box"
10758   output-file-type: ".html"
10759   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
10760   data: "plot-vpp-throughput-latency-3n-skx"
10761   filter: "'NIC_Intel-X710' and
10762            '64B' and
10763            'FEATURE' and
10764            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10765            'NDRPDR' and
10766            '2T1C' and
10767            'IP4FWD' and
10768            not 'IPSEC' and
10769            not 'VHOST'"
10770   parameters:
10771   - "latency"
10772   - "parent"
10773   traces:
10774     boxmean: False
10775   layout:
10776     title: ""  # No title
10777     layout: "plot-latency"
10778
10779 -
10780   type: "plot"
10781   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
10782   algorithm: "plot_latency_box"
10783   output-file-type: ".html"
10784   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
10785   data: "plot-vpp-throughput-latency-3n-skx"
10786   filter: "'NIC_Intel-X710' and
10787            '64B' and
10788            'FEATURE' and
10789            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10790            'NDRPDR' and
10791            '4T2C' and
10792            'IP4FWD' and
10793            not 'IPSEC' and
10794            not 'VHOST'"
10795   parameters:
10796   - "latency"
10797   - "parent"
10798   traces:
10799     boxmean: False
10800   layout:
10801     title: ""  # No title
10802     layout: "plot-latency"
10803
10804 # Packet Latency - VPP IPv4 3n-skx-xxv710
10805 -
10806   type: "plot"
10807   title: "VPP Latency: ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
10808   algorithm: "plot_latency_box"
10809   output-file-type: ".html"
10810   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
10811   data: "plot-vpp-throughput-latency-3n-skx"
10812   filter: "'NIC_Intel-XXV710' and
10813            '64B' and
10814            ('BASE' or 'SCALE') and
10815            'NDRPDR' and
10816            '2T1C' and
10817            'IP4FWD' and
10818            not 'IPSEC' and
10819            not 'VHOST'"
10820   parameters:
10821   - "latency"
10822   - "parent"
10823   traces:
10824     boxmean: False
10825   layout:
10826     title: ""  # No title
10827     layout: "plot-latency"
10828
10829 -
10830   type: "plot"
10831   title: "VPP Latency: ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
10832   algorithm: "plot_latency_box"
10833   output-file-type: ".html"
10834   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
10835   data: "plot-vpp-throughput-latency-3n-skx"
10836   filter: "'NIC_Intel-XXV710' and
10837            '64B' and
10838            ('BASE' or 'SCALE') and
10839            'NDRPDR' and
10840            '4T2C' and
10841            'IP4FWD' and
10842            not 'IPSEC' and
10843            not 'VHOST'"
10844   parameters:
10845   - "latency"
10846   - "parent"
10847   traces:
10848     boxmean: False
10849   layout:
10850     title: ""  # No title
10851     layout: "plot-latency"
10852
10853 -
10854   type: "plot"
10855   title: "VPP Latency: ip4-3n-skx-xxv710-64b-2t1c-features-ndr-lat"
10856   algorithm: "plot_latency_box"
10857   output-file-type: ".html"
10858   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-features-ndr-lat"
10859   data: "plot-vpp-throughput-latency-3n-skx"
10860   filter: "'NIC_Intel-XXV710' and
10861            '64B' and
10862            'FEATURE' and
10863            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10864            'NDRPDR' and
10865            '2T1C' and
10866            'IP4FWD' and
10867            not 'IPSEC' and
10868            not 'VHOST'"
10869   parameters:
10870   - "latency"
10871   - "parent"
10872   traces:
10873     boxmean: False
10874   layout:
10875     title: ""  # No title
10876     layout: "plot-latency"
10877
10878 -
10879   type: "plot"
10880   title: "VPP Latency: ip4-3n-skx-xxv710-64b-4t2c-features-ndr-lat"
10881   algorithm: "plot_latency_box"
10882   output-file-type: ".html"
10883   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-features-ndr-lat"
10884   data: "plot-vpp-throughput-latency-3n-skx"
10885   filter: "'NIC_Intel-XXV710' and
10886            '64B' and
10887            'FEATURE' and
10888            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10889            'NDRPDR' and
10890            '4T2C' and
10891            'IP4FWD' and
10892            not 'IPSEC' and
10893            not 'VHOST'"
10894   parameters:
10895   - "latency"
10896   - "parent"
10897   traces:
10898     boxmean: False
10899   layout:
10900     title: ""  # No title
10901     layout: "plot-latency"
10902
10903 # Packet Latency - VPP IPv4 2n-skx-x710
10904 -
10905   type: "plot"
10906   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10907   algorithm: "plot_latency_box"
10908   output-file-type: ".html"
10909   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10910   data: "plot-vpp-throughput-latency-2n-skx"
10911   filter: "'NIC_Intel-X710' and
10912            '64B' and
10913            ('BASE' or 'SCALE') and
10914            'NDRPDR' and
10915            '2T1C' and
10916            'IP4FWD' and
10917            not 'IPSEC' and
10918            not 'VHOST'"
10919   parameters:
10920   - "latency"
10921   - "parent"
10922   traces:
10923     boxmean: False
10924   layout:
10925     title: ""  # No title
10926     layout: "plot-latency"
10927
10928 -
10929   type: "plot"
10930   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10931   algorithm: "plot_latency_box"
10932   output-file-type: ".html"
10933   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10934   data: "plot-vpp-throughput-latency-2n-skx"
10935   filter: "'NIC_Intel-X710' and
10936            '64B' and
10937            ('BASE' or 'SCALE') and
10938            'NDRPDR' and
10939            '4T2C' and
10940            'IP4FWD' and
10941            not 'IPSEC' and
10942            not 'VHOST'"
10943   parameters:
10944   - "latency"
10945   - "parent"
10946   traces:
10947     boxmean: False
10948   layout:
10949     title: ""  # No title
10950     layout: "plot-latency"
10951
10952 # Packet Latency - VPP IPv4 2n-skx-xxv710
10953 -
10954   type: "plot"
10955   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
10956   algorithm: "plot_latency_box"
10957   output-file-type: ".html"
10958   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
10959   data: "plot-vpp-throughput-latency-2n-skx"
10960   filter: "'NIC_Intel-XXV710' and
10961            '64B' and
10962            ('BASE' or 'SCALE') and
10963            'NDRPDR' and
10964            '2T1C' and
10965            'IP4FWD' and
10966            not 'IPSEC' and
10967            not 'VHOST'"
10968   parameters:
10969   - "latency"
10970   - "parent"
10971   traces:
10972     boxmean: False
10973   layout:
10974     title: ""  # No title
10975     layout: "plot-latency"
10976
10977 -
10978   type: "plot"
10979   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
10980   algorithm: "plot_latency_box"
10981   output-file-type: ".html"
10982   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
10983   data: "plot-vpp-throughput-latency-2n-skx"
10984   filter: "'NIC_Intel-XXV710' and
10985            '64B' and
10986            ('BASE' or 'SCALE') and
10987            'NDRPDR' and
10988            '4T2C' and
10989            'IP4FWD' and
10990            not 'IPSEC' and
10991            not 'VHOST'"
10992   parameters:
10993   - "latency"
10994   - "parent"
10995   traces:
10996     boxmean: False
10997   layout:
10998     title: ""  # No title
10999     layout: "plot-latency"
11000
11001 ################################################################################
11002
11003 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
11004 -
11005   type: "plot"
11006   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11007   algorithm: "plot_latency_box"
11008   output-file-type: ".html"
11009   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11010   data: "plot-vpp-throughput-latency-3n-hsw"
11011   filter: "'NIC_Intel-X520-DA2' and
11012            '64B' and
11013            'ENCAP' and
11014            'NDRPDR' and
11015            '1T1C' and
11016            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
11017            not 'VHOST' and
11018            not 'IPSECHW'"
11019   parameters:
11020   - "throughput"
11021   - "parent"
11022   traces:
11023     boxmean: False
11024   layout:
11025     title: ""  # No title
11026     layout: "plot-latency"
11027
11028 -
11029   type: "plot"
11030   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
11031   algorithm: "plot_latency_box"
11032   output-file-type: ".html"
11033   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
11034   data: "plot-vpp-throughput-latency-3n-hsw"
11035   filter: "'NIC_Intel-X520-DA2' and
11036            '64B' and
11037            'ENCAP' and
11038            'NDRPDR' and
11039            '2T2C' and
11040            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
11041            not 'VHOST' and
11042            not 'IPSECHW'"
11043   parameters:
11044   - "throughput"
11045   - "parent"
11046   traces:
11047     boxmean: False
11048   layout:
11049     title: ""  # No title
11050     layout: "plot-latency"
11051
11052 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
11053 -
11054   type: "plot"
11055   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
11056   algorithm: "plot_latency_box"
11057   output-file-type: ".html"
11058   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
11059   data: "plot-vpp-throughput-latency-3n-hsw"
11060   filter: "'NIC_Intel-X710' and
11061            '64B' and
11062            'ENCAP' and
11063            'NDRPDR' and
11064            '1T1C' and
11065            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
11066            not 'VHOST' and
11067            not 'IPSECHW'"
11068   parameters:
11069   - "throughput"
11070   - "parent"
11071   traces:
11072     boxmean: False
11073   layout:
11074     title: ""  # No title
11075     layout: "plot-latency"
11076
11077 -
11078   type: "plot"
11079   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
11080   algorithm: "plot_latency_box"
11081   output-file-type: ".html"
11082   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
11083   data: "plot-vpp-throughput-latency-3n-hsw"
11084   filter: "'NIC_Intel-X710' and
11085            '64B' and
11086            'ENCAP' and
11087            'NDRPDR' and
11088            '2T2C' and
11089            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
11090            not 'VHOST' and
11091            not 'IPSECHW'"
11092   parameters:
11093   - "throughput"
11094   - "parent"
11095   traces:
11096     boxmean: False
11097   layout:
11098     title: ""  # No title
11099     layout: "plot-latency"
11100
11101 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
11102 -
11103   type: "plot"
11104   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
11105   algorithm: "plot_latency_box"
11106   output-file-type: ".html"
11107   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
11108   data: "plot-vpp-throughput-latency-3n-skx"
11109   filter: "'NIC_Intel-X710' and
11110            '64B' and
11111            'ENCAP' and
11112            'NDRPDR' and
11113            '2T1C' and
11114            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
11115            not 'VHOST' and
11116            not 'IPSECHW'"
11117   parameters:
11118   - "throughput"
11119   - "parent"
11120   traces:
11121     boxmean: False
11122   layout:
11123     title: ""  # No title
11124     layout: "plot-latency"
11125
11126 -
11127   type: "plot"
11128   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11129   algorithm: "plot_latency_box"
11130   output-file-type: ".html"
11131   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11132   data: "plot-vpp-throughput-latency-3n-skx"
11133   filter: "'NIC_Intel-X710' and
11134            '64B' and
11135            'ENCAP' and
11136            'NDRPDR' and
11137            '4T2C' and
11138            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
11139            not 'VHOST' and
11140            not 'IPSECHW'"
11141   parameters:
11142   - "throughput"
11143   - "parent"
11144   traces:
11145     boxmean: False
11146   layout:
11147     title: ""  # No title
11148     layout: "plot-latency"
11149
11150 ################################################################################
11151
11152 # Packet Latency - VPP IPv6 3n-hsw-x520
11153 -
11154   type: "plot"
11155   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
11156   algorithm: "plot_latency_box"
11157   output-file-type: ".html"
11158   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
11159   data: "plot-vpp-throughput-latency-3n-hsw"
11160   filter: "'NIC_Intel-X520-DA2' and
11161            '78B' and
11162            ('BASE' or 'SCALE') and
11163            'NDRPDR' and
11164            '1T1C' and
11165            'IP6FWD' and
11166            not 'SRv6' and
11167            not 'IPSEC' and
11168            not 'VHOST'"
11169   parameters:
11170   - "latency"
11171   - "parent"
11172   traces:
11173     boxmean: False
11174   layout:
11175     title: ""  # No title
11176     layout: "plot-latency"
11177
11178 -
11179   type: "plot"
11180   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
11181   algorithm: "plot_latency_box"
11182   output-file-type: ".html"
11183   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
11184   data: "plot-vpp-throughput-latency-3n-hsw"
11185   filter: "'NIC_Intel-X520-DA2' and
11186            '78B' and
11187            ('BASE' or 'SCALE') and
11188            'NDRPDR' and
11189            '2T2C' and
11190            'IP6FWD' and
11191            not 'SRv6' and
11192            not 'IPSEC' and
11193            not 'VHOST'"
11194   parameters:
11195   - "latency"
11196   - "parent"
11197   traces:
11198     boxmean: False
11199   layout:
11200     title: ""  # No title
11201     layout: "plot-latency"
11202
11203 -
11204   type: "plot"
11205   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
11206   algorithm: "plot_latency_box"
11207   output-file-type: ".html"
11208   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
11209   data: "plot-vpp-throughput-latency-3n-hsw"
11210   filter: "'NIC_Intel-X520-DA2' and
11211            '78B' and
11212            'FEATURE' and
11213            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11214            'NDRPDR' and
11215            '1T1C' and
11216            'IP6FWD' and
11217            not 'SRv6' and
11218            not 'IPSEC' and
11219            not 'VHOST'"
11220   parameters:
11221   - "latency"
11222   - "parent"
11223   traces:
11224     boxmean: False
11225   layout:
11226     title: ""  # No title
11227     layout: "plot-latency"
11228
11229 -
11230   type: "plot"
11231   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
11232   algorithm: "plot_latency_box"
11233   output-file-type: ".html"
11234   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
11235   data: "plot-vpp-throughput-latency-3n-hsw"
11236   filter: "'NIC_Intel-X520-DA2' and
11237            '78B' and
11238            'FEATURE' and
11239            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11240            'NDRPDR' and
11241            '2T2C' and
11242            'IP6FWD' and
11243            not 'SRv6' and
11244            not 'IPSEC' and
11245            not 'VHOST'"
11246   parameters:
11247   - "latency"
11248   - "parent"
11249   traces:
11250     boxmean: False
11251   layout:
11252     title: ""  # No title
11253     layout: "plot-latency"
11254
11255 # Packet Latency - VPP IPv6 3n-hsw-x710
11256 -
11257   type: "plot"
11258   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
11259   algorithm: "plot_latency_box"
11260   output-file-type: ".html"
11261   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
11262   data: "plot-vpp-throughput-latency-3n-hsw"
11263   filter: "'NIC_Intel-X710' and
11264            '78B' and
11265            ('BASE' or 'SCALE') and
11266            'NDRPDR' and
11267            '1T1C' and
11268            'IP6FWD' and
11269            not 'SRv6' and
11270            not 'IPSEC' and
11271            not 'VHOST'"
11272   parameters:
11273   - "latency"
11274   - "parent"
11275   traces:
11276     boxmean: False
11277   layout:
11278     title: ""  # No title
11279     layout: "plot-latency"
11280
11281 -
11282   type: "plot"
11283   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
11284   algorithm: "plot_latency_box"
11285   output-file-type: ".html"
11286   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
11287   data: "plot-vpp-throughput-latency-3n-hsw"
11288   filter: "'NIC_Intel-X710' and
11289            '78B' and
11290            ('BASE' or 'SCALE') and
11291            'NDRPDR' and
11292            '2T2C' and
11293            'IP6FWD' and
11294            not 'SRv6' and
11295            not 'IPSEC' and
11296            not 'VHOST'"
11297   parameters:
11298   - "latency"
11299   - "parent"
11300   traces:
11301     boxmean: False
11302   layout:
11303     title: ""  # No title
11304     layout: "plot-latency"
11305
11306 -
11307   type: "plot"
11308   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-features-ndr-lat"
11309   algorithm: "plot_latency_box"
11310   output-file-type: ".html"
11311   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-features-ndr-lat"
11312   data: "plot-vpp-throughput-latency-3n-hsw"
11313   filter: "'NIC_Intel-X710' and
11314            '78B' and
11315            'FEATURE' and
11316            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11317            'NDRPDR' and
11318            '1T1C' and
11319            'IP6FWD' and
11320            not 'SRv6' and
11321            not 'IPSEC' and
11322            not 'VHOST'"
11323   parameters:
11324   - "latency"
11325   - "parent"
11326   traces:
11327     boxmean: False
11328   layout:
11329     title: ""  # No title
11330     layout: "plot-latency"
11331
11332 -
11333   type: "plot"
11334   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-features-ndr-lat"
11335   algorithm: "plot_latency_box"
11336   output-file-type: ".html"
11337   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-features-ndr-lat"
11338   data: "plot-vpp-throughput-latency-3n-hsw"
11339   filter: "'NIC_Intel-X710' and
11340            '78B' and
11341            'FEATURE' and
11342            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11343            'NDRPDR' and
11344            '2T2C' and
11345            'IP6FWD' and
11346            not 'SRv6' and
11347            not 'IPSEC' and
11348            not 'VHOST'"
11349   parameters:
11350   - "latency"
11351   - "parent"
11352   traces:
11353     boxmean: False
11354   layout:
11355     title: ""  # No title
11356     layout: "plot-latency"
11357
11358 # Packet Latency - VPP IPv6 3n-hsw-xl710
11359 -
11360   type: "plot"
11361   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
11362   algorithm: "plot_latency_box"
11363   output-file-type: ".html"
11364   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
11365   data: "plot-vpp-throughput-latency-3n-hsw"
11366   filter: "'NIC_Intel-XL710' and
11367            '78B' and
11368            ('BASE' or 'SCALE') and
11369            'NDRPDR' and
11370            '1T1C' and
11371            'IP6FWD' and
11372            not 'SRv6' and
11373            not 'IPSEC' and
11374            not 'VHOST'"
11375   parameters:
11376   - "latency"
11377   - "parent"
11378   traces:
11379     boxmean: False
11380   layout:
11381     title: ""  # No title
11382     layout: "plot-latency"
11383
11384 -
11385   type: "plot"
11386   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
11387   algorithm: "plot_latency_box"
11388   output-file-type: ".html"
11389   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
11390   data: "plot-vpp-throughput-latency-3n-hsw"
11391   filter: "'NIC_Intel-XL710' and
11392            '78B' and
11393            ('BASE' or 'SCALE') and
11394            'NDRPDR' and
11395            '2T2C' and
11396            'IP6FWD' and
11397            not 'SRv6' and
11398            not 'IPSEC' and
11399            not 'VHOST'"
11400   parameters:
11401   - "latency"
11402   - "parent"
11403   traces:
11404     boxmean: False
11405   layout:
11406     title: ""  # No title
11407     layout: "plot-latency"
11408
11409 # Packet Latency - VPP IPv6 3n-skx-x710
11410 -
11411   type: "plot"
11412   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
11413   algorithm: "plot_latency_box"
11414   output-file-type: ".html"
11415   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
11416   data: "plot-vpp-throughput-latency-3n-skx"
11417   filter: "'NIC_Intel-X710' and
11418            '78B' and
11419            ('BASE' or 'SCALE') and
11420            'NDRPDR' and
11421            '2T1C' and
11422            'IP6FWD' and
11423            not 'SRv6' and
11424            not 'IPSEC' and
11425            not 'VHOST'"
11426   parameters:
11427   - "latency"
11428   - "parent"
11429   traces:
11430     boxmean: False
11431   layout:
11432     title: ""  # No title
11433     layout: "plot-latency"
11434
11435 -
11436   type: "plot"
11437   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
11438   algorithm: "plot_latency_box"
11439   output-file-type: ".html"
11440   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
11441   data: "plot-vpp-throughput-latency-3n-skx"
11442   filter: "'NIC_Intel-X710' and
11443            '78B' and
11444            ('BASE' or 'SCALE') and
11445            'NDRPDR' and
11446            '4T2C' and
11447            'IP6FWD' and
11448            not 'SRv6' and
11449            not 'IPSEC' and
11450            not 'VHOST'"
11451   parameters:
11452   - "latency"
11453   - "parent"
11454   traces:
11455     boxmean: False
11456   layout:
11457     title: ""  # No title
11458     layout: "plot-latency"
11459
11460 -
11461   type: "plot"
11462   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-features-ndr-lat"
11463   algorithm: "plot_latency_box"
11464   output-file-type: ".html"
11465   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-features-ndr-lat"
11466   data: "plot-vpp-throughput-latency-3n-skx"
11467   filter: "'NIC_Intel-X710' and
11468            '78B' and
11469            'FEATURE' and
11470            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11471            'NDRPDR' and
11472            '2T1C' and
11473            'IP6FWD' and
11474            not 'SRv6' and
11475            not 'IPSEC' and
11476            not 'VHOST'"
11477   parameters:
11478   - "latency"
11479   - "parent"
11480   traces:
11481     boxmean: False
11482   layout:
11483     title: ""  # No title
11484     layout: "plot-latency"
11485
11486 -
11487   type: "plot"
11488   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-features-ndr-lat"
11489   algorithm: "plot_latency_box"
11490   output-file-type: ".html"
11491   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-features-ndr-lat"
11492   data: "plot-vpp-throughput-latency-3n-skx"
11493   filter: "'NIC_Intel-X710' and
11494            '78B' and
11495            'FEATURE' and
11496            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11497            'NDRPDR' and
11498            '4T2C' and
11499            'IP6FWD' and
11500            not 'SRv6' and
11501            not 'IPSEC' and
11502            not 'VHOST'"
11503   parameters:
11504   - "latency"
11505   - "parent"
11506   traces:
11507     boxmean: False
11508   layout:
11509     title: ""  # No title
11510     layout: "plot-latency"
11511
11512 # Packet Latency - VPP IPv6 3n-skx-xxv710
11513 -
11514   type: "plot"
11515   title: "VPP Latency: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
11516   algorithm: "plot_latency_box"
11517   output-file-type: ".html"
11518   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
11519   data: "plot-vpp-throughput-latency-3n-skx"
11520   filter: "'NIC_Intel-XXV710' and
11521            '78B' and
11522            ('BASE' or 'SCALE') and
11523            'NDRPDR' and
11524            '2T1C' and
11525            'IP6FWD' and
11526            not 'SRv6' and
11527            not 'IPSEC' and
11528            not 'VHOST'"
11529   parameters:
11530   - "latency"
11531   - "parent"
11532   traces:
11533     boxmean: False
11534   layout:
11535     title: ""  # No title
11536     layout: "plot-latency"
11537
11538 -
11539   type: "plot"
11540   title: "VPP Latency: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
11541   algorithm: "plot_latency_box"
11542   output-file-type: ".html"
11543   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
11544   data: "plot-vpp-throughput-latency-3n-skx"
11545   filter: "'NIC_Intel-XXV710' and
11546            '78B' and
11547            ('BASE' or 'SCALE') and
11548            'NDRPDR' and
11549            '4T2C' and
11550            'IP6FWD' and
11551            not 'SRv6' and
11552            not 'IPSEC' and
11553            not 'VHOST'"
11554   parameters:
11555   - "latency"
11556   - "parent"
11557   traces:
11558     boxmean: False
11559   layout:
11560     title: ""  # No title
11561     layout: "plot-latency"
11562
11563 -
11564   type: "plot"
11565   title: "VPP Latency: ip6-3n-skx-xxv710-78b-2t1c-features-ndr-lat"
11566   algorithm: "plot_latency_box"
11567   output-file-type: ".html"
11568   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-features-ndr-lat"
11569   data: "plot-vpp-throughput-latency-3n-skx"
11570   filter: "'NIC_Intel-XXV710' and
11571            '78B' and
11572            'FEATURE' and
11573            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11574            'NDRPDR' and
11575            '2T1C' and
11576            'IP6FWD' and
11577            not 'SRv6' and
11578            not 'IPSEC' and
11579            not 'VHOST'"
11580   parameters:
11581   - "latency"
11582   - "parent"
11583   traces:
11584     boxmean: False
11585   layout:
11586     title: ""  # No title
11587     layout: "plot-latency"
11588
11589 -
11590   type: "plot"
11591   title: "VPP Latency: ip6-3n-skx-xxv710-78b-4t2c-features-ndr-lat"
11592   algorithm: "plot_latency_box"
11593   output-file-type: ".html"
11594   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-features-ndr-lat"
11595   data: "plot-vpp-throughput-latency-3n-skx"
11596   filter: "'NIC_Intel-XXV710' and
11597            '78B' and
11598            'FEATURE' and
11599            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11600            'NDRPDR' and
11601            '4T2C' and
11602            'IP6FWD' and
11603            not 'SRv6' and
11604            not 'IPSEC' and
11605            not 'VHOST'"
11606   parameters:
11607   - "latency"
11608   - "parent"
11609   traces:
11610     boxmean: False
11611   layout:
11612     title: ""  # No title
11613     layout: "plot-latency"
11614
11615 # Packet Latency - VPP IPv6 2n-skx-x710
11616 -
11617   type: "plot"
11618   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
11619   algorithm: "plot_latency_box"
11620   output-file-type: ".html"
11621   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
11622   data: "plot-vpp-throughput-latency-2n-skx"
11623   filter: "'NIC_Intel-X710' and
11624            '78B' and
11625            ('BASE' or 'SCALE') and
11626            'NDRPDR' and
11627            '2T1C' and
11628            'IP6FWD' and
11629            not 'SRv6' and
11630            not 'IPSEC' and
11631            not 'VHOST'"
11632   parameters:
11633   - "latency"
11634   - "parent"
11635   traces:
11636     boxmean: False
11637   layout:
11638     title: ""  # No title
11639     layout: "plot-latency"
11640
11641 -
11642   type: "plot"
11643   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
11644   algorithm: "plot_latency_box"
11645   output-file-type: ".html"
11646   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
11647   data: "plot-vpp-throughput-latency-2n-skx"
11648   filter: "'NIC_Intel-X710' and
11649            '78B' and
11650            ('BASE' or 'SCALE') and
11651            'NDRPDR' and
11652            '4T2C' and
11653            'IP6FWD' and
11654            not 'SRv6' and
11655            not 'IPSEC' and
11656            not 'VHOST'"
11657   parameters:
11658   - "latency"
11659   - "parent"
11660   traces:
11661     boxmean: False
11662   layout:
11663     title: ""  # No title
11664     layout: "plot-latency"
11665
11666 # Packet Latency - VPP IPv6 2n-skx-xxv710
11667 -
11668   type: "plot"
11669   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
11670   algorithm: "plot_latency_box"
11671   output-file-type: ".html"
11672   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
11673   data: "plot-vpp-throughput-latency-2n-skx"
11674   filter: "'NIC_Intel-XXV710' and
11675            '78B' and
11676            ('BASE' or 'SCALE') and
11677            'NDRPDR' and
11678            '2T1C' and
11679            'IP6FWD' and
11680            not 'SRv6' and
11681            not 'IPSEC' and
11682            not 'VHOST'"
11683   parameters:
11684   - "latency"
11685   - "parent"
11686   traces:
11687     boxmean: False
11688   layout:
11689     title: ""  # No title
11690     layout: "plot-latency"
11691
11692 -
11693   type: "plot"
11694   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
11695   algorithm: "plot_latency_box"
11696   output-file-type: ".html"
11697   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
11698   data: "plot-vpp-throughput-latency-2n-skx"
11699   filter: "'NIC_Intel-XXV710' and
11700            '78B' and
11701            ('BASE' or 'SCALE') and
11702            'NDRPDR' and
11703            '4T2C' and
11704            'IP6FWD' and
11705            not 'SRv6' and
11706            not 'IPSEC' and
11707            not 'VHOST'"
11708   parameters:
11709   - "latency"
11710   - "parent"
11711   traces:
11712     boxmean: False
11713   layout:
11714     title: ""  # No title
11715     layout: "plot-latency"
11716
11717 ################################################################################
11718
11719 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
11720 -
11721   type: "plot"
11722   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
11723   algorithm: "plot_latency_box"
11724   output-file-type: ".html"
11725   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
11726   data: "plot-vpp-throughput-latency-3n-hsw"
11727   filter: "'NIC_Intel-X520-DA2' and
11728            '78B' and
11729            'ENCAP' and
11730            'NDRPDR' and
11731            '1T1C' and
11732            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
11733            not 'VHOST'"
11734   parameters:
11735   - "latency"
11736   - "parent"
11737   traces:
11738     boxmean: False
11739   layout:
11740     title: ""  # No title
11741     layout: "plot-latency"
11742
11743 -
11744   type: "plot"
11745   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
11746   algorithm: "plot_latency_box"
11747   output-file-type: ".html"
11748   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
11749   data: "plot-vpp-throughput-latency-3n-hsw"
11750   filter: "'NIC_Intel-X520-DA2' and
11751            '78B' and
11752            'ENCAP' and
11753            'NDRPDR' and
11754            '2T2C' and
11755            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
11756            not 'VHOST'"
11757   parameters:
11758   - "latency"
11759   - "parent"
11760   traces:
11761     boxmean: False
11762   layout:
11763     title: ""  # No title
11764     layout: "plot-latency"
11765
11766 ################################################################################
11767
11768 # Packet Latency - VPP IPSec 3n-hsw-xl710
11769 -
11770   type: "plot"
11771   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
11772   algorithm: "plot_latency_box"
11773   output-file-type: ".html"
11774   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
11775   data: "plot-vpp-throughput-latency-3n-hsw"
11776   filter: "'NIC_Intel-XL710' and
11777            '64B' and
11778            'IP4FWD' and
11779            'NDRPDR' and
11780            '1T1C' and
11781            'IPSECHW' and
11782            ('IPSECTRAN' or 'IPSECTUN') and
11783            not 'VHOST'"
11784   parameters:
11785   - "latency"
11786   - "parent"
11787   traces:
11788     boxmean: False
11789   layout:
11790     title: ""  # No title
11791     layout: "plot-latency"
11792
11793 -
11794   type: "plot"
11795   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
11796   algorithm: "plot_latency_box"
11797   output-file-type: ".html"
11798   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
11799   data: "plot-vpp-throughput-latency-3n-hsw"
11800   filter: "'NIC_Intel-XL710' and
11801            '64B' and
11802            'IP4FWD' and
11803            'NDRPDR' and
11804            '2T2C' and
11805            'IPSECHW' and
11806            ('IPSECTRAN' or 'IPSECTUN') and
11807            not 'VHOST'"
11808   parameters:
11809   - "latency"
11810   - "parent"
11811   traces:
11812     boxmean: False
11813   layout:
11814     title: ""  # No title
11815     layout: "plot-latency"
11816
11817 ################################################################################
11818
11819 # Packet Latency - VPP SRv6 3n-hsw-x520
11820 -
11821   type: "plot"
11822   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
11823   algorithm: "plot_latency_box"
11824   output-file-type: ".html"
11825   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
11826   data: "plot-vpp-throughput-latency-3n-hsw"
11827   filter: "'NIC_Intel-X520-DA2' and
11828            '78B' and
11829            'FEATURE' and
11830            'NDRPDR' and
11831            '1T1C' and
11832            'IP6FWD' and
11833            'SRv6'"
11834   parameters:
11835   - "latency"
11836   - "parent"
11837   traces:
11838     boxmean: False
11839   layout:
11840     title: ""  # No title
11841     layout: "plot-latency"
11842
11843 -
11844   type: "plot"
11845   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
11846   algorithm: "plot_latency_box"
11847   output-file-type: ".html"
11848   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
11849   data: "plot-vpp-throughput-latency-3n-hsw"
11850   filter: "'NIC_Intel-X520-DA2' and
11851            '78B' and
11852            'FEATURE' and
11853            'NDRPDR' and
11854            '2T2C' and
11855            'IP6FWD' and
11856            'SRv6'"
11857   parameters:
11858   - "latency"
11859   - "parent"
11860   traces:
11861     boxmean: False
11862   layout:
11863     title: ""  # No title
11864     layout: "plot-latency"
11865
11866 ################################################################################
11867
11868 # Packet Latency - VPP vhost ip4 3n-hsw-x520
11869 -
11870   type: "plot"
11871   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11872   algorithm: "plot_latency_box"
11873   output-file-type: ".html"
11874   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11875   data: "plot-vpp-throughput-latency-3n-hsw"
11876   filter: "'NIC_Intel-X520-DA2' and
11877            '64B' and
11878            'NDRPDR' and
11879            '1T1C' and
11880            'VHOST' and
11881            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
11882   parameters:
11883   - "latency"
11884   - "parent"
11885   traces:
11886     boxmean: False
11887   layout:
11888     title: ""  # No title
11889     layout: "plot-latency"
11890
11891 -
11892   type: "plot"
11893   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
11894   algorithm: "plot_latency_box"
11895   output-file-type: ".html"
11896   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
11897   data: "plot-vpp-throughput-latency-3n-hsw"
11898   filter: "'NIC_Intel-X520-DA2' and
11899            '64B' and
11900            'NDRPDR' and
11901            '2T2C' and
11902            'VHOST' and
11903            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
11904   parameters:
11905   - "latency"
11906   - "parent"
11907   traces:
11908     boxmean: False
11909   layout:
11910     title: ""  # No title
11911     layout: "plot-latency"
11912
11913 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
11914 -
11915   type: "plot"
11916   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11917   algorithm: "plot_latency_box"
11918   output-file-type: ".html"
11919   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11920   data: "plot-vpp-throughput-latency-3n-hsw"
11921   filter: "'NIC_Intel-X520-DA2' and
11922            '64B' and
11923            'NDRPDR' and
11924            '1T1C' and
11925            'VHOST' and
11926            not 'VXLAN' and
11927            not 'IP4FWD' and
11928            not 'DOT1Q' and
11929            not '2VM'"
11930   parameters:
11931   - "latency"
11932   - "parent"
11933   traces:
11934     boxmean: False
11935   layout:
11936     title: ""  # No title
11937     layout: "plot-latency"
11938
11939 -
11940   type: "plot"
11941   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
11942   algorithm: "plot_latency_box"
11943   output-file-type: ".html"
11944   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
11945   data: "plot-vpp-throughput-latency-3n-hsw"
11946   filter: "'NIC_Intel-X520-DA2' and
11947            '64B' and
11948            'NDRPDR' and
11949            '2T2C' and
11950            'VHOST' and
11951            not 'VXLAN' and
11952            not 'IP4FWD' and
11953            not 'DOT1Q' and
11954            not '2VM'"
11955   parameters:
11956   - "latency"
11957   - "parent"
11958   traces:
11959     boxmean: False
11960   layout:
11961     title: ""  # No title
11962     layout: "plot-latency"
11963
11964 # Packet Latency - VPP vhost ip4 3n-hsw-x710
11965 -
11966   type: "plot"
11967   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
11968   algorithm: "plot_latency_box"
11969   output-file-type: ".html"
11970   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
11971   data: "plot-vpp-throughput-latency-3n-hsw"
11972   filter: "'NIC_Intel-X710' and
11973            '64B' and
11974            'NDRPDR' and
11975            '1T1C' and
11976            'VHOST' and
11977            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
11978   parameters:
11979   - "latency"
11980   - "parent"
11981   traces:
11982     boxmean: False
11983   layout:
11984     title: ""  # No title
11985     layout: "plot-latency"
11986
11987 -
11988   type: "plot"
11989   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
11990   algorithm: "plot_latency_box"
11991   output-file-type: ".html"
11992   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
11993   data: "plot-vpp-throughput-latency-3n-hsw"
11994   filter: "'NIC_Intel-X710' and
11995            '64B' and
11996            'NDRPDR' and
11997            '2T2C' and
11998            'VHOST' and
11999            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12000   parameters:
12001   - "latency"
12002   - "parent"
12003   traces:
12004     boxmean: False
12005   layout:
12006     title: ""  # No title
12007     layout: "plot-latency"
12008
12009 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
12010 -
12011   type: "plot"
12012   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
12013   algorithm: "plot_latency_box"
12014   output-file-type: ".html"
12015   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
12016   data: "plot-vpp-throughput-latency-3n-hsw"
12017   filter: "'NIC_Intel-X710' and
12018            '64B' and
12019            'NDRPDR' and
12020            '1T1C' and
12021            'VHOST' and
12022            not 'VXLAN' and
12023            not 'IP4FWD' and
12024            not 'DOT1Q' and
12025            not '2VM'"
12026   parameters:
12027   - "latency"
12028   - "parent"
12029   traces:
12030     boxmean: False
12031   layout:
12032     title: ""  # No title
12033     layout: "plot-latency"
12034
12035 -
12036   type: "plot"
12037   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
12038   algorithm: "plot_latency_box"
12039   output-file-type: ".html"
12040   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
12041   data: "plot-vpp-throughput-latency-3n-hsw"
12042   filter: "'NIC_Intel-X710' and
12043            '64B' and
12044            'NDRPDR' and
12045            '2T2C' and
12046            'VHOST' and
12047            not 'VXLAN' and
12048            not 'IP4FWD' and
12049            not 'DOT1Q' and
12050            not '2VM'"
12051   parameters:
12052   - "latency"
12053   - "parent"
12054   traces:
12055     boxmean: False
12056   layout:
12057     title: ""  # No title
12058     layout: "plot-latency"
12059
12060 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
12061 -
12062   type: "plot"
12063   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
12064   algorithm: "plot_latency_box"
12065   output-file-type: ".html"
12066   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
12067   data: "plot-vpp-throughput-latency-3n-hsw"
12068   filter: "'NIC_Intel-XL710' and
12069            '64B' and
12070            'NDRPDR' and
12071            '1T1C' and
12072            'VHOST' and
12073            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12074   parameters:
12075   - "latency"
12076   - "parent"
12077   traces:
12078     boxmean: False
12079   layout:
12080     title: ""  # No title
12081     layout: "plot-latency"
12082
12083 -
12084   type: "plot"
12085   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
12086   algorithm: "plot_latency_box"
12087   output-file-type: ".html"
12088   output-file: "{DIR[STATIC,VPP]}/ip4-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
12089   data: "plot-vpp-throughput-latency-3n-hsw"
12090   filter: "'NIC_Intel-XL710' and
12091            '64B' and
12092            'NDRPDR' and
12093            '2T2C' and
12094            'VHOST' and
12095            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12096   parameters:
12097   - "latency"
12098   - "parent"
12099   traces:
12100     boxmean: False
12101   layout:
12102     title: ""  # No title
12103     layout: "plot-latency"
12104
12105 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
12106 -
12107   type: "plot"
12108   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
12109   algorithm: "plot_latency_box"
12110   output-file-type: ".html"
12111   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
12112   data: "plot-vpp-throughput-latency-3n-hsw"
12113   filter: "'NIC_Intel-XL710' and
12114            '64B' and
12115            'NDRPDR' and
12116            '1T1C' and
12117            'VHOST' and
12118            not 'VXLAN' and
12119            not 'IP4FWD' and
12120            not 'DOT1Q' and
12121            not '2VM'"
12122   parameters:
12123   - "latency"
12124   - "parent"
12125   traces:
12126     boxmean: False
12127   layout:
12128     title: ""  # No title
12129     layout: "plot-latency"
12130
12131 -
12132   type: "plot"
12133   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
12134   algorithm: "plot_latency_box"
12135   output-file-type: ".html"
12136   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
12137   data: "plot-vpp-throughput-latency-3n-hsw"
12138   filter: "'NIC_Intel-XL710' and
12139            '64B' and
12140            'NDRPDR' and
12141            '2T2C' and
12142            'VHOST' and
12143            not 'VXLAN' and
12144            not 'IP4FWD' and
12145            not 'DOT1Q' and
12146            not '2VM'"
12147   parameters:
12148   - "latency"
12149   - "parent"
12150   traces:
12151     boxmean: False
12152   layout:
12153     title: ""  # No title
12154     layout: "plot-latency"
12155
12156 ################################################################################
12157
12158 # Packet Latency - VPP VTS 3n-hsw-x520
12159 -
12160   type: "plot"
12161   title: "VPP Latency: vts-3n-hsw-x520-64b-1t1c-ndr-lat"
12162   algorithm: "plot_latency_box"
12163   output-file-type: ".html"
12164   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-1t1c-ndr-lat"
12165   data: "plot-vpp-throughput-latency-3n-hsw"
12166   filter: "'NIC_Intel-X520-DA2' and
12167            '64B' and
12168            'NDRPDR' and
12169            '1T1C' and
12170            'VTS'"
12171   parameters:
12172   - "latency"
12173   - "parent"
12174   traces:
12175     boxmean: False
12176   layout:
12177     title: ""  # No title
12178     layout: "plot-latency"
12179
12180 -
12181   type: "plot"
12182   title: "VPP Latency: vts-3n-hsw-x520-64b-2t2c-ndr-lat"
12183   algorithm: "plot_latency_box"
12184   output-file-type: ".html"
12185   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-2t2c-ndr-lat"
12186   data: "plot-vpp-throughput-latency-3n-hsw"
12187   filter: "'NIC_Intel-X520-DA2' and
12188            '64B' and
12189            'NDRPDR' and
12190            '2T2C' and
12191            'VTS'"
12192   parameters:
12193   - "latency"
12194   - "parent"
12195   traces:
12196     boxmean: False
12197   layout:
12198     title: ""  # No title
12199     layout: "plot-latency"
12200     
12201 ################################################################################
12202
12203 # Packet Latency - DPDK l3fwd 3n-hsw-x520
12204 -
12205   type: "plot"
12206   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
12207   algorithm: "plot_latency_box"
12208   output-file-type: ".html"
12209   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
12210   data: "plot-dpdk-throughput-latency-3n-hsw"
12211   filter: "'NIC_Intel-X520-DA2' and
12212            '64B' and
12213            'BASE' and
12214            'NDRPDR' and
12215            '1T1C' and
12216            'IP4FWD'"
12217   parameters:
12218   - "latency"
12219   - "parent"
12220   traces:
12221     hoverinfo: "x+y"
12222     boxpoints: "outliers"
12223     whiskerwidth: 0
12224   layout:
12225     title: ""  # No title
12226     layout: "plot-latency"
12227
12228 -
12229   type: "plot"
12230   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
12231   algorithm: "plot_latency_box"
12232   output-file-type: ".html"
12233   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
12234   data: "plot-dpdk-throughput-latency-3n-hsw"
12235   filter: "'NIC_Intel-X520-DA2' and
12236            '64B' and
12237            'BASE' and
12238            'NDRPDR' and
12239            '2T2C' and
12240            'IP4FWD'"
12241   parameters:
12242   - "latency"
12243   - "parent"
12244   traces:
12245     hoverinfo: "x+y"
12246     boxpoints: "outliers"
12247     whiskerwidth: 0
12248   layout:
12249     title: ""  # No title
12250     layout: "plot-latency"
12251
12252 # Packet Latency - DPDK l3fwd 3n-hsw-x710
12253 -
12254   type: "plot"
12255   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
12256   algorithm: "plot_latency_box"
12257   output-file-type: ".html"
12258   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
12259   data: "plot-dpdk-throughput-latency-3n-hsw"
12260   filter: "'NIC_Intel-X710' and
12261            '64B' and
12262            'BASE' and
12263            'NDRPDR' and
12264            '1T1C' and
12265            'IP4FWD'"
12266   parameters:
12267   - "latency"
12268   - "parent"
12269   traces:
12270     hoverinfo: "x+y"
12271     boxpoints: "outliers"
12272     whiskerwidth: 0
12273   layout:
12274     title: ""  # No title
12275     layout: "plot-latency"
12276
12277 -
12278   type: "plot"
12279   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
12280   algorithm: "plot_latency_box"
12281   output-file-type: ".html"
12282   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
12283   data: "plot-dpdk-throughput-latency-3n-hsw"
12284   filter: "'NIC_Intel-X710' and
12285            '64B' and
12286            'BASE' and
12287            'NDRPDR' and
12288            '2T2C' and
12289            'IP4FWD'"
12290   parameters:
12291   - "latency"
12292   - "parent"
12293   traces:
12294     hoverinfo: "x+y"
12295     boxpoints: "outliers"
12296     whiskerwidth: 0
12297   layout:
12298     title: ""  # No title
12299     layout: "plot-latency"
12300
12301 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
12302 -
12303   type: "plot"
12304   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
12305   algorithm: "plot_latency_box"
12306   output-file-type: ".html"
12307   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
12308   data: "plot-dpdk-throughput-latency-3n-hsw"
12309   filter: "'NIC_Intel-XL710' and
12310            '64B' and
12311            'BASE' and
12312            'NDRPDR' and
12313            '1T1C' and
12314            'IP4FWD'"
12315   parameters:
12316   - "latency"
12317   - "parent"
12318   traces:
12319     hoverinfo: "x+y"
12320     boxpoints: "outliers"
12321     whiskerwidth: 0
12322   layout:
12323     title: ""  # No title
12324     layout: "plot-latency"
12325
12326 -
12327   type: "plot"
12328   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
12329   algorithm: "plot_latency_box"
12330   output-file-type: ".html"
12331   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
12332   data: "plot-dpdk-throughput-latency-3n-hsw"
12333   filter: "'NIC_Intel-XL710' and
12334            '64B' and
12335            'BASE' and
12336            'NDRPDR' and
12337            '2T2C' and
12338            'IP4FWD'"
12339   parameters:
12340   - "latency"
12341   - "parent"
12342   traces:
12343     hoverinfo: "x+y"
12344     boxpoints: "outliers"
12345     whiskerwidth: 0
12346   layout:
12347     title: ""  # No title
12348     layout: "plot-latency"
12349
12350 # Packet Latency - DPDK l3fwd 3n-skx-x710
12351 -
12352   type: "plot"
12353   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
12354   algorithm: "plot_latency_box"
12355   output-file-type: ".html"
12356   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
12357   data: "plot-dpdk-throughput-latency-3n-skx"
12358   filter: "'NIC_Intel-X710' and
12359            '64B' and
12360            'BASE' and
12361            'NDRPDR' and
12362            '2T1C' and
12363            'IP4FWD'"
12364   parameters:
12365   - "latency"
12366   - "parent"
12367   traces:
12368     hoverinfo: "x+y"
12369     boxpoints: "outliers"
12370     whiskerwidth: 0
12371   layout:
12372     title: ""  # No title
12373     layout: "plot-latency"
12374
12375 -
12376   type: "plot"
12377   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
12378   algorithm: "plot_latency_box"
12379   output-file-type: ".html"
12380   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
12381   data: "plot-dpdk-throughput-latency-3n-skx"
12382   filter: "'NIC_Intel-X710' and
12383            '64B' and
12384            'BASE' and
12385            'NDRPDR' and
12386            '4T2C' and
12387            'IP4FWD'"
12388   parameters:
12389   - "latency"
12390   - "parent"
12391   traces:
12392     hoverinfo: "x+y"
12393     boxpoints: "outliers"
12394     whiskerwidth: 0
12395   layout:
12396     title: ""  # No title
12397     layout: "plot-latency"
12398
12399 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
12400 -
12401   type: "plot"
12402   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
12403   algorithm: "plot_latency_box"
12404   output-file-type: ".html"
12405   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
12406   data: "plot-dpdk-throughput-latency-3n-skx"
12407   filter: "'NIC_Intel-XXV710' and
12408            '64B' and
12409            'BASE' and
12410            'NDRPDR' and
12411            '2T1C' and
12412            'IP4FWD'"
12413   parameters:
12414   - "latency"
12415   - "parent"
12416   traces:
12417     hoverinfo: "x+y"
12418     boxpoints: "outliers"
12419     whiskerwidth: 0
12420   layout:
12421     title: ""  # No title
12422     layout: "plot-latency"
12423
12424 -
12425   type: "plot"
12426   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
12427   algorithm: "plot_latency_box"
12428   output-file-type: ".html"
12429   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
12430   data: "plot-dpdk-throughput-latency-3n-skx"
12431   filter: "'NIC_Intel-XXV710' and
12432            '64B' and
12433            'BASE' and
12434            'NDRPDR' and
12435            '4T2C' and
12436            'IP4FWD'"
12437   parameters:
12438   - "latency"
12439   - "parent"
12440   traces:
12441     hoverinfo: "x+y"
12442     boxpoints: "outliers"
12443     whiskerwidth: 0
12444   layout:
12445     title: ""  # No title
12446     layout: "plot-latency"
12447
12448 # Packet Latency - DPDK l3fwd 2n-skx-x710
12449 -
12450   type: "plot"
12451   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
12452   algorithm: "plot_latency_box"
12453   output-file-type: ".html"
12454   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
12455   data: "plot-dpdk-throughput-latency-2n-skx"
12456   filter: "'NIC_Intel-X710' and
12457            '64B' and
12458            'BASE' and
12459            'NDRPDR' and
12460            '2T1C' and
12461            'IP4FWD'"
12462   parameters:
12463   - "latency"
12464   - "parent"
12465   traces:
12466     hoverinfo: "x+y"
12467     boxpoints: "outliers"
12468     whiskerwidth: 0
12469   layout:
12470     title: ""  # No title
12471     layout: "plot-latency"
12472
12473 -
12474   type: "plot"
12475   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
12476   algorithm: "plot_latency_box"
12477   output-file-type: ".html"
12478   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
12479   data: "plot-dpdk-throughput-latency-2n-skx"
12480   filter: "'NIC_Intel-X710' and
12481            '64B' and
12482            'BASE' and
12483            'NDRPDR' and
12484            '4T2C' and
12485            'IP4FWD'"
12486   parameters:
12487   - "latency"
12488   - "parent"
12489   traces:
12490     hoverinfo: "x+y"
12491     boxpoints: "outliers"
12492     whiskerwidth: 0
12493   layout:
12494     title: ""  # No title
12495     layout: "plot-latency"
12496
12497 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
12498 -
12499   type: "plot"
12500   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
12501   algorithm: "plot_latency_box"
12502   output-file-type: ".html"
12503   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
12504   data: "plot-dpdk-throughput-latency-2n-skx"
12505   filter: "'NIC_Intel-XXV710' and
12506            '64B' and
12507            'BASE' and
12508            'NDRPDR' and
12509            '2T1C' and
12510            'IP4FWD'"
12511   parameters:
12512   - "latency"
12513   - "parent"
12514   traces:
12515     hoverinfo: "x+y"
12516     boxpoints: "outliers"
12517     whiskerwidth: 0
12518   layout:
12519     title: ""  # No title
12520     layout: "plot-latency"
12521
12522 -
12523   type: "plot"
12524   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
12525   algorithm: "plot_latency_box"
12526   output-file-type: ".html"
12527   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
12528   data: "plot-dpdk-throughput-latency-2n-skx"
12529   filter: "'NIC_Intel-XXV710' and
12530            '64B' and
12531            'BASE' and
12532            'NDRPDR' and
12533            '4T2C' and
12534            'IP4FWD'"
12535   parameters:
12536   - "latency"
12537   - "parent"
12538   traces:
12539     hoverinfo: "x+y"
12540     boxpoints: "outliers"
12541     whiskerwidth: 0
12542   layout:
12543     title: ""  # No title
12544     layout: "plot-latency"
12545
12546 ################################################################################
12547
12548 # Packet Latency - DPDK testpmd 3n-hsw-x520
12549 -
12550   type: "plot"
12551   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
12552   algorithm: "plot_latency_box"
12553   output-file-type: ".html"
12554   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
12555   data: "plot-dpdk-throughput-latency-3n-hsw"
12556   filter: "'NIC_Intel-X520-DA2' and
12557            '64B' and
12558            'BASE' and
12559            'NDRPDR' and
12560            '1T1C' and
12561            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12562   parameters:
12563   - "latency"
12564   - "parent"
12565   traces:
12566     hoverinfo: "x+y"
12567     boxpoints: "outliers"
12568     whiskerwidth: 0
12569   layout:
12570     title: ""  # No title
12571     layout: "plot-latency"
12572
12573 -
12574   type: "plot"
12575   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
12576   algorithm: "plot_latency_box"
12577   output-file-type: ".html"
12578   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
12579   data: "plot-dpdk-throughput-latency-3n-hsw"
12580   filter: "'NIC_Intel-X520-DA2' and
12581            '64B' and
12582            'BASE' and
12583            'NDRPDR' and
12584            '2T2C' and
12585            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12586   parameters:
12587   - "latency"
12588   - "parent"
12589   traces:
12590     hoverinfo: "x+y"
12591     boxpoints: "outliers"
12592     whiskerwidth: 0
12593   layout:
12594     title: ""  # No title
12595     layout: "plot-latency"
12596
12597 # Packet Latency - DPDK testpmd 3n-hsw-x710
12598 -
12599   type: "plot"
12600   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
12601   algorithm: "plot_latency_box"
12602   output-file-type: ".html"
12603   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
12604   data: "plot-dpdk-throughput-latency-3n-hsw"
12605   filter: "'NIC_Intel-X710' and
12606            '64B' and
12607            'BASE' and
12608            'NDRPDR' and
12609            '1T1C' and
12610            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12611   parameters:
12612   - "latency"
12613   - "parent"
12614   traces:
12615     hoverinfo: "x+y"
12616     boxpoints: "outliers"
12617     whiskerwidth: 0
12618   layout:
12619     title: ""  # No title
12620     layout: "plot-latency"
12621
12622 -
12623   type: "plot"
12624   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
12625   algorithm: "plot_latency_box"
12626   output-file-type: ".html"
12627   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
12628   data: "plot-dpdk-throughput-latency-3n-hsw"
12629   filter: "'NIC_Intel-X710' and
12630            '64B' and
12631            'BASE' and
12632            'NDRPDR' and
12633            '2T2C' and
12634            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12635   parameters:
12636   - "latency"
12637   - "parent"
12638   traces:
12639     hoverinfo: "x+y"
12640     boxpoints: "outliers"
12641     whiskerwidth: 0
12642   layout:
12643     title: ""  # No title
12644     layout: "plot-latency"
12645
12646 # Packet Latency - DPDK testpmd 3n-hsw-xl710
12647 -
12648   type: "plot"
12649   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
12650   algorithm: "plot_latency_box"
12651   output-file-type: ".html"
12652   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
12653   data: "plot-dpdk-throughput-latency-3n-hsw"
12654   filter: "'NIC_Intel-XL710' and
12655            '64B' and
12656            'BASE' and
12657            'NDRPDR' and
12658            '1T1C' and
12659            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12660   parameters:
12661   - "latency"
12662   - "parent"
12663   traces:
12664     hoverinfo: "x+y"
12665     boxpoints: "outliers"
12666     whiskerwidth: 0
12667   layout:
12668     title: ""  # No title
12669     layout: "plot-latency"
12670
12671 -
12672   type: "plot"
12673   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
12674   algorithm: "plot_latency_box"
12675   output-file-type: ".html"
12676   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
12677   data: "plot-dpdk-throughput-latency-3n-hsw"
12678   filter: "'NIC_Intel-XL710' and
12679            '64B' and
12680            'BASE' and
12681            'NDRPDR' and
12682            '2T2C' and
12683            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12684   parameters:
12685   - "latency"
12686   - "parent"
12687   traces:
12688     hoverinfo: "x+y"
12689     boxpoints: "outliers"
12690     whiskerwidth: 0
12691   layout:
12692     title: ""  # No title
12693     layout: "plot-latency"
12694
12695 # Packet Latency - DPDK testpmd 3n-skx-x710
12696 -
12697   type: "plot"
12698   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
12699   algorithm: "plot_latency_box"
12700   output-file-type: ".html"
12701   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
12702   data: "plot-dpdk-throughput-latency-3n-skx"
12703   filter: "'NIC_Intel-X710' and
12704            '64B' and
12705            'BASE' and
12706            'NDRPDR' and
12707            '2T1C' and
12708            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12709   parameters:
12710   - "latency"
12711   - "parent"
12712   traces:
12713     hoverinfo: "x+y"
12714     boxpoints: "outliers"
12715     whiskerwidth: 0
12716   layout:
12717     title: ""  # No title
12718     layout: "plot-latency"
12719
12720 -
12721   type: "plot"
12722   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
12723   algorithm: "plot_latency_box"
12724   output-file-type: ".html"
12725   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
12726   data: "plot-dpdk-throughput-latency-3n-skx"
12727   filter: "'NIC_Intel-X710' and
12728            '64B' and
12729            'BASE' and
12730            'NDRPDR' and
12731            '4T2C' and
12732            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12733   parameters:
12734   - "latency"
12735   - "parent"
12736   traces:
12737     hoverinfo: "x+y"
12738     boxpoints: "outliers"
12739     whiskerwidth: 0
12740   layout:
12741     title: ""  # No title
12742     layout: "plot-latency"
12743
12744 # Packet Latency - DPDK testpmd 3n-skx-xxv710
12745 -
12746   type: "plot"
12747   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
12748   algorithm: "plot_latency_box"
12749   output-file-type: ".html"
12750   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
12751   data: "plot-dpdk-throughput-latency-3n-skx"
12752   filter: "'NIC_Intel-XXV710' and
12753            '64B' and
12754            'BASE' and
12755            'NDRPDR' and
12756            '2T1C' and
12757            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12758   parameters:
12759   - "latency"
12760   - "parent"
12761   traces:
12762     hoverinfo: "x+y"
12763     boxpoints: "outliers"
12764     whiskerwidth: 0
12765   layout:
12766     title: ""  # No title
12767     layout: "plot-latency"
12768
12769 -
12770   type: "plot"
12771   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
12772   algorithm: "plot_latency_box"
12773   output-file-type: ".html"
12774   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
12775   data: "plot-dpdk-throughput-latency-3n-skx"
12776   filter: "'NIC_Intel-XXV710' and
12777            '64B' and
12778            'BASE' and
12779            'NDRPDR' and
12780            '4T2C' and
12781            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12782   parameters:
12783   - "latency"
12784   - "parent"
12785   traces:
12786     hoverinfo: "x+y"
12787     boxpoints: "outliers"
12788     whiskerwidth: 0
12789   layout:
12790     title: ""  # No title
12791     layout: "plot-latency"
12792
12793 # Packet Latency - DPDK testpmd 2n-skx-x710
12794 -
12795   type: "plot"
12796   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
12797   algorithm: "plot_latency_box"
12798   output-file-type: ".html"
12799   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
12800   data: "plot-dpdk-throughput-latency-2n-skx"
12801   filter: "'NIC_Intel-X710' and
12802            '64B' and
12803            'BASE' and
12804            'NDRPDR' and
12805            '2T1C' and
12806            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12807   parameters:
12808   - "latency"
12809   - "parent"
12810   traces:
12811     hoverinfo: "x+y"
12812     boxpoints: "outliers"
12813     whiskerwidth: 0
12814   layout:
12815     title: ""  # No title
12816     layout: "plot-latency"
12817
12818 -
12819   type: "plot"
12820   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
12821   algorithm: "plot_latency_box"
12822   output-file-type: ".html"
12823   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
12824   data: "plot-dpdk-throughput-latency-2n-skx"
12825   filter: "'NIC_Intel-X710' and
12826            '64B' and
12827            'BASE' and
12828            'NDRPDR' and
12829            '4T2C' and
12830            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12831   parameters:
12832   - "latency"
12833   - "parent"
12834   traces:
12835     hoverinfo: "x+y"
12836     boxpoints: "outliers"
12837     whiskerwidth: 0
12838   layout:
12839     title: ""  # No title
12840     layout: "plot-latency"
12841
12842 # Packet Latency - DPDK testpmd 2n-skx-xxv710
12843 -
12844   type: "plot"
12845   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
12846   algorithm: "plot_latency_box"
12847   output-file-type: ".html"
12848   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
12849   data: "plot-dpdk-throughput-latency-2n-skx"
12850   filter: "'NIC_Intel-XXV710' and
12851            '64B' and
12852            'BASE' and
12853            'NDRPDR' and
12854            '2T1C' and
12855            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12856   parameters:
12857   - "latency"
12858   - "parent"
12859   traces:
12860     hoverinfo: "x+y"
12861     boxpoints: "outliers"
12862     whiskerwidth: 0
12863   layout:
12864     title: ""  # No title
12865     layout: "plot-latency"
12866
12867 -
12868   type: "plot"
12869   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
12870   algorithm: "plot_latency_box"
12871   output-file-type: ".html"
12872   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
12873   data: "plot-dpdk-throughput-latency-2n-skx"
12874   filter: "'NIC_Intel-XXV710' and
12875            '64B' and
12876            'BASE' and
12877            'NDRPDR' and
12878            '4T2C' and
12879            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12880   parameters:
12881   - "latency"
12882   - "parent"
12883   traces:
12884     hoverinfo: "x+y"
12885     boxpoints: "outliers"
12886     whiskerwidth: 0
12887   layout:
12888     title: ""  # No title
12889     layout: "plot-latency"
12890
12891 ################################################################################
12892
12893 # Speedup - VPP Container Memif 3n-hsw-x520
12894 -
12895   type: "plot"
12896   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12897   algorithm: "plot_throughput_speedup_analysis"
12898   output-file-type: ".html"
12899   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12900   data: "plot-throughput-speedup-analysis-3n-hsw"
12901   filter: "'NIC_Intel-X520-DA2' and
12902            '64B' and
12903            ('BASE' or 'SCALE') and
12904            'NDRPDR' and
12905            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
12906            not 'VHOST' and
12907            'MEMIF'"
12908   parameters:
12909   - "throughput"
12910   - "parent"
12911   - "tags"
12912   layout:
12913     title: ""  # No title
12914     layout: "plot-throughput-speedup-analysis"
12915
12916 -
12917   type: "plot"
12918   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12919   algorithm: "plot_throughput_speedup_analysis"
12920   output-file-type: ".html"
12921   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12922   data: "plot-throughput-speedup-analysis-3n-hsw"
12923   filter: "'NIC_Intel-X520-DA2' and
12924            '64B' and
12925            ('BASE' or 'SCALE') and
12926            'NDRPDR' and
12927            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
12928            not 'VHOST' and
12929            'MEMIF'"
12930   parameters:
12931   - "throughput"
12932   - "parent"
12933   - "tags"
12934   layout:
12935     title: ""  # No title
12936     layout: "plot-throughput-speedup-analysis"
12937
12938 # Speedup - VPP Container Memif 3n-hsw-x710
12939 -
12940   type: "plot"
12941   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12942   algorithm: "plot_throughput_speedup_analysis"
12943   output-file-type: ".html"
12944   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12945   data: "plot-throughput-speedup-analysis-3n-hsw"
12946   filter: "'NIC_Intel-X710' and
12947            '64B' and
12948            ('BASE' or 'SCALE') and
12949            'NDRPDR' and
12950            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
12951            not 'VHOST' and
12952            'MEMIF'"
12953   parameters:
12954   - "throughput"
12955   - "parent"
12956   - "tags"
12957   layout:
12958     title: ""  # No title
12959     layout: "plot-throughput-speedup-analysis"
12960
12961 -
12962   type: "plot"
12963   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12964   algorithm: "plot_throughput_speedup_analysis"
12965   output-file-type: ".html"
12966   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12967   data: "plot-throughput-speedup-analysis-3n-hsw"
12968   filter: "'NIC_Intel-X710' and
12969            '64B' and
12970            ('BASE' or 'SCALE') and
12971            'NDRPDR' and
12972            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
12973            not 'VHOST' and
12974            'MEMIF'"
12975   parameters:
12976   - "throughput"
12977   - "parent"
12978   - "tags"
12979   layout:
12980     title: ""  # No title
12981     layout: "plot-throughput-speedup-analysis"
12982
12983 # Speedup - VPP Container Memif 3n-hsw-xl710
12984 -
12985   type: "plot"
12986   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12987   algorithm: "plot_throughput_speedup_analysis"
12988   output-file-type: ".html"
12989   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12990   data: "plot-throughput-speedup-analysis-3n-hsw"
12991   filter: "'NIC_Intel-XL710' and
12992            '64B' and
12993            ('BASE' or 'SCALE') and
12994            'NDRPDR' and
12995            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
12996            not 'VHOST' and
12997            'MEMIF'"
12998   parameters:
12999   - "throughput"
13000   - "parent"
13001   - "tags"
13002   layout:
13003     title: ""  # No title
13004     layout: "plot-throughput-speedup-analysis"
13005
13006 -
13007   type: "plot"
13008   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13009   algorithm: "plot_throughput_speedup_analysis"
13010   output-file-type: ".html"
13011   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13012   data: "plot-throughput-speedup-analysis-3n-hsw"
13013   filter: "'NIC_Intel-XL710' and
13014            '64B' and
13015            ('BASE' or 'SCALE') and
13016            'NDRPDR' and
13017            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
13018            not 'VHOST' and
13019            'MEMIF'"
13020   parameters:
13021   - "throughput"
13022   - "parent"
13023   - "tags"
13024   layout:
13025     title: ""  # No title
13026     layout: "plot-throughput-speedup-analysis"
13027
13028 # Speedup - VPP Container Memif 3n-skx-x710
13029 -
13030   type: "plot"
13031   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13032   algorithm: "plot_throughput_speedup_analysis"
13033   output-file-type: ".html"
13034   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13035   data: "plot-throughput-speedup-analysis-3n-skx"
13036   filter: "'NIC_Intel-X710' and
13037            '64B' and
13038            ('BASE' or 'SCALE') and
13039            'NDRPDR' and
13040            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
13041            not 'VHOST' and
13042            'MEMIF'"
13043   parameters:
13044   - "throughput"
13045   - "parent"
13046   - "tags"
13047   layout:
13048     title: ""  # No title
13049     layout: "plot-throughput-speedup-analysis"
13050
13051 -
13052   type: "plot"
13053   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13054   algorithm: "plot_throughput_speedup_analysis"
13055   output-file-type: ".html"
13056   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13057   data: "plot-throughput-speedup-analysis-3n-skx"
13058   filter: "'NIC_Intel-X710' and
13059            '64B' and
13060            ('BASE' or 'SCALE') and
13061            'NDRPDR' and
13062            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
13063            not 'VHOST' and
13064             'MEMIF'"
13065   parameters:
13066   - "throughput"
13067   - "parent"
13068   - "tags"
13069   layout:
13070     title: ""  # No title
13071     layout: "plot-throughput-speedup-analysis"
13072
13073 ################################################################################
13074
13075 # Speedup - VPP Container k8s memif 3n-hsw-x520
13076 -
13077   type: "plot"
13078   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13079   algorithm: "plot_throughput_speedup_analysis"
13080   output-file-type: ".html"
13081   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13082   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
13083   filter: "'NIC_Intel-X520-DA2' and
13084            '64B' and
13085            ('BASE' or 'SCALE') and
13086            'NDRPDR' and
13087            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
13088            not 'VHOST' and
13089            'MEMIF'"
13090   parameters:
13091   - "throughput"
13092   - "parent"
13093   - "tags"
13094   layout:
13095     title: ""  # No title
13096     layout: "plot-throughput-speedup-analysis"
13097
13098 -
13099   type: "plot"
13100   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13101   algorithm: "plot_throughput_speedup_analysis"
13102   output-file-type: ".html"
13103   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13104   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
13105   filter: "'NIC_Intel-X520-DA2' and
13106            '64B' and
13107            ('BASE' or 'SCALE') and
13108            'NDRPDR' and
13109            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
13110            not 'VHOST' and
13111            'MEMIF'"
13112   parameters:
13113   - "throughput"
13114   - "parent"
13115   - "tags"
13116   layout:
13117     title: ""  # No title
13118     layout: "plot-throughput-speedup-analysis"
13119
13120 # Speedup - VPP Container Memif 3n-hsw-x710
13121 -
13122   type: "plot"
13123   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13124   algorithm: "plot_throughput_speedup_analysis"
13125   output-file-type: ".html"
13126   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13127   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
13128   filter: "'NIC_Intel-X710' and
13129            '64B' and
13130            ('BASE' or 'SCALE') and
13131            'NDRPDR' and
13132            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
13133            not 'VHOST' and
13134            'MEMIF'"
13135   parameters:
13136   - "throughput"
13137   - "parent"
13138   - "tags"
13139   layout:
13140     title: ""  # No title
13141     layout: "plot-throughput-speedup-analysis"
13142
13143 -
13144   type: "plot"
13145   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13146   algorithm: "plot_throughput_speedup_analysis"
13147   output-file-type: ".html"
13148   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13149   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
13150   filter: "'NIC_Intel-X710' and
13151            '64B' and
13152            ('BASE' or 'SCALE') and
13153            'NDRPDR' and
13154            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
13155            not 'VHOST' and
13156            'MEMIF'"
13157   parameters:
13158   - "throughput"
13159   - "parent"
13160   - "tags"
13161   layout:
13162     title: ""  # No title
13163     layout: "plot-throughput-speedup-analysis"
13164
13165 ################################################################################
13166
13167 # Speedup - VPP IPv4 3n-hsw-x520
13168 -
13169   type: "plot"
13170   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13171   algorithm: "plot_throughput_speedup_analysis"
13172   output-file-type: ".html"
13173   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13174   data: "plot-throughput-speedup-analysis-3n-hsw"
13175   filter: "'NIC_Intel-X520-DA2' and
13176            '64B' and
13177            ('BASE' or 'SCALE') and
13178            'NDRPDR' and
13179            'IP4FWD' and
13180            not 'IPSEC' and
13181            not 'VHOST'"
13182   parameters:
13183   - "throughput"
13184   - "parent"
13185   - "tags"
13186   layout:
13187     title: ""  # No title
13188     layout: "plot-throughput-speedup-analysis"
13189
13190 -
13191   type: "plot"
13192   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13193   algorithm: "plot_throughput_speedup_analysis"
13194   output-file-type: ".html"
13195   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13196   data: "plot-throughput-speedup-analysis-3n-hsw"
13197   filter: "'NIC_Intel-X520-DA2' and
13198            '64B' and
13199            ('BASE' or 'SCALE') and
13200            'NDRPDR' and
13201            'IP4FWD' and
13202            not 'IPSEC' and
13203            not 'VHOST'"
13204   parameters:
13205   - "throughput"
13206   - "parent"
13207   - "tags"
13208   layout:
13209     title: ""  # No title
13210     layout: "plot-throughput-speedup-analysis"
13211
13212 -
13213   type: "plot"
13214   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
13215   algorithm: "plot_throughput_speedup_analysis"
13216   output-file-type: ".html"
13217   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
13218   data: "plot-throughput-speedup-analysis-3n-hsw"
13219   filter: "'NIC_Intel-X520-DA2' and
13220            '64B' and
13221            'FEATURE' and
13222            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13223            'NDRPDR' and
13224            'IP4FWD' and
13225            not 'IPSEC' and
13226            not 'VHOST'"
13227   parameters:
13228   - "throughput"
13229   - "parent"
13230   - "tags"
13231   layout:
13232     title: ""  # No title
13233     layout: "plot-throughput-speedup-analysis"
13234
13235 -
13236   type: "plot"
13237   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
13238   algorithm: "plot_throughput_speedup_analysis"
13239   output-file-type: ".html"
13240   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
13241   data: "plot-throughput-speedup-analysis-3n-hsw"
13242   filter: "'NIC_Intel-X520-DA2' and
13243            '64B' and
13244            'FEATURE' and
13245            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13246            'NDRPDR' and
13247            'IP4FWD' and
13248            not 'IPSEC' and
13249            not 'VHOST'"
13250   parameters:
13251   - "throughput"
13252   - "parent"
13253   - "tags"
13254   layout:
13255     title: ""  # No title
13256     layout: "plot-throughput-speedup-analysis"
13257
13258 # Speedup - VPP IPv4 3n-hsw-x710
13259 -
13260   type: "plot"
13261   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13262   algorithm: "plot_throughput_speedup_analysis"
13263   output-file-type: ".html"
13264   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13265   data: "plot-throughput-speedup-analysis-3n-hsw"
13266   filter: "'NIC_Intel-X710' and
13267            '64B' and
13268            ('BASE' or 'SCALE') and
13269            'NDRPDR' and
13270            'IP4FWD' and
13271            not 'IPSEC' and
13272            not 'VHOST'"
13273   parameters:
13274   - "throughput"
13275   - "parent"
13276   - "tags"
13277   layout:
13278     title: ""  # No title
13279     layout: "plot-throughput-speedup-analysis"
13280
13281 -
13282   type: "plot"
13283   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13284   algorithm: "plot_throughput_speedup_analysis"
13285   output-file-type: ".html"
13286   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13287   data: "plot-throughput-speedup-analysis-3n-hsw"
13288   filter: "'NIC_Intel-X710' and
13289            '64B' and
13290            ('BASE' or 'SCALE') and
13291            'NDRPDR' and
13292            'IP4FWD' and
13293            not 'IPSEC' and
13294            not 'VHOST'"
13295   parameters:
13296   - "throughput"
13297   - "parent"
13298   - "tags"
13299   layout:
13300     title: ""  # No title
13301     layout: "plot-throughput-speedup-analysis"
13302
13303 -
13304   type: "plot"
13305   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
13306   algorithm: "plot_throughput_speedup_analysis"
13307   output-file-type: ".html"
13308   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
13309   data: "plot-throughput-speedup-analysis-3n-hsw"
13310   filter: "'NIC_Intel-X710' and
13311            '64B' and
13312            'FEATURE' and
13313            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13314            'NDRPDR' and
13315            'IP4FWD' and
13316            not 'IPSEC' and
13317            not 'VHOST'"
13318   parameters:
13319   - "throughput"
13320   - "parent"
13321   - "tags"
13322   layout:
13323     title: ""  # No title
13324     layout: "plot-throughput-speedup-analysis"
13325
13326 -
13327   type: "plot"
13328   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
13329   algorithm: "plot_throughput_speedup_analysis"
13330   output-file-type: ".html"
13331   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
13332   data: "plot-throughput-speedup-analysis-3n-hsw"
13333   filter: "'NIC_Intel-X710' and
13334            '64B' and
13335            'FEATURE' and
13336            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13337            'NDRPDR' and
13338            'IP4FWD' and
13339            not 'IPSEC' and
13340            not 'VHOST'"
13341   parameters:
13342   - "throughput"
13343   - "parent"
13344   - "tags"
13345   layout:
13346     title: ""  # No title
13347     layout: "plot-throughput-speedup-analysis"
13348
13349 # Speedup - VPP IPv4 3n-hsw-xl710
13350 -
13351   type: "plot"
13352   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13353   algorithm: "plot_throughput_speedup_analysis"
13354   output-file-type: ".html"
13355   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13356   data: "plot-throughput-speedup-analysis-3n-hsw"
13357   filter: "'NIC_Intel-XL710' and
13358            '64B' and
13359            ('BASE' or 'SCALE') and
13360            'NDRPDR' and
13361            'IP4FWD' and
13362            not 'IPSEC' and
13363            not 'VHOST'"
13364   parameters:
13365   - "throughput"
13366   - "parent"
13367   - "tags"
13368   layout:
13369     title: ""  # No title
13370     layout: "plot-throughput-speedup-analysis"
13371
13372 -
13373   type: "plot"
13374   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13375   algorithm: "plot_throughput_speedup_analysis"
13376   output-file-type: ".html"
13377   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13378   data: "plot-throughput-speedup-analysis-3n-hsw"
13379   filter: "'NIC_Intel-XL710' and
13380            '64B' and
13381            ('BASE' or 'SCALE') and
13382            'NDRPDR' and
13383            'IP4FWD' and
13384            not 'IPSEC' and
13385            not 'VHOST'"
13386   parameters:
13387   - "throughput"
13388   - "parent"
13389   - "tags"
13390   layout:
13391     title: ""  # No title
13392     layout: "plot-throughput-speedup-analysis"
13393
13394 # Speedup - VPP IPv4 3n-skx-x710
13395 -
13396   type: "plot"
13397   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13398   algorithm: "plot_throughput_speedup_analysis"
13399   output-file-type: ".html"
13400   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13401   data: "plot-throughput-speedup-analysis-3n-skx"
13402   filter: "'NIC_Intel-X710' and
13403            '64B' and
13404            ('BASE' or 'SCALE') and
13405            'NDRPDR' and
13406            'IP4FWD' and
13407            not 'IPSEC' and
13408            not 'VHOST'"
13409   parameters:
13410   - "throughput"
13411   - "parent"
13412   - "tags"
13413   layout:
13414     title: ""  # No title
13415     layout: "plot-throughput-speedup-analysis"
13416
13417 -
13418   type: "plot"
13419   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13420   algorithm: "plot_throughput_speedup_analysis"
13421   output-file-type: ".html"
13422   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13423   data: "plot-throughput-speedup-analysis-3n-skx"
13424   filter: "'NIC_Intel-X710' and
13425            '64B' and
13426            ('BASE' or 'SCALE') and
13427            'NDRPDR' and
13428            'IP4FWD' and
13429            not 'IPSEC' and
13430            not 'VHOST'"
13431   parameters:
13432   - "throughput"
13433   - "parent"
13434   - "tags"
13435   layout:
13436     title: ""  # No title
13437     layout: "plot-throughput-speedup-analysis"
13438
13439 -
13440   type: "plot"
13441   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
13442   algorithm: "plot_throughput_speedup_analysis"
13443   output-file-type: ".html"
13444   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
13445   data: "plot-throughput-speedup-analysis-3n-skx"
13446   filter: "'NIC_Intel-X710' and
13447            '64B' and
13448            'FEATURE' and
13449            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13450            'NDRPDR' and
13451            'IP4FWD' and
13452            not 'IPSEC' and
13453            not 'VHOST'"
13454   parameters:
13455   - "throughput"
13456   - "parent"
13457   - "tags"
13458   layout:
13459     title: ""  # No title
13460     layout: "plot-throughput-speedup-analysis"
13461
13462 -
13463   type: "plot"
13464   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
13465   algorithm: "plot_throughput_speedup_analysis"
13466   output-file-type: ".html"
13467   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
13468   data: "plot-throughput-speedup-analysis-3n-skx"
13469   filter: "'NIC_Intel-X710' and
13470            '64B' and
13471            'FEATURE' and
13472            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13473            'NDRPDR' and
13474            'IP4FWD' and
13475            not 'IPSEC' and
13476            not 'VHOST'"
13477   parameters:
13478   - "throughput"
13479   - "parent"
13480   - "tags"
13481   layout:
13482     title: ""  # No title
13483     layout: "plot-throughput-speedup-analysis"
13484
13485 # Speedup - VPP IPv4 3n-skx-xxv710
13486 -
13487   type: "plot"
13488   title: "Speedup: ip4-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13489   algorithm: "plot_throughput_speedup_analysis"
13490   output-file-type: ".html"
13491   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13492   data: "plot-throughput-speedup-analysis-3n-skx"
13493   filter: "'NIC_Intel-XXV710' and
13494            '64B' and
13495            ('BASE' or 'SCALE') and
13496            'NDRPDR' and
13497            'IP4FWD' and
13498            not 'IPSEC' and
13499            not 'VHOST'"
13500   parameters:
13501   - "throughput"
13502   - "parent"
13503   - "tags"
13504   layout:
13505     title: ""  # No title
13506     layout: "plot-throughput-speedup-analysis"
13507
13508 -
13509   type: "plot"
13510   title: "Speedup: ip4-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13511   algorithm: "plot_throughput_speedup_analysis"
13512   output-file-type: ".html"
13513   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13514   data: "plot-throughput-speedup-analysis-3n-skx"
13515   filter: "'NIC_Intel-XXV710' and
13516            '64B' and
13517            ('BASE' or 'SCALE') and
13518            'NDRPDR' and
13519            'IP4FWD' and
13520            not 'IPSEC' and
13521            not 'VHOST'"
13522   parameters:
13523   - "throughput"
13524   - "parent"
13525   - "tags"
13526   layout:
13527     title: ""  # No title
13528     layout: "plot-throughput-speedup-analysis"
13529
13530 -
13531   type: "plot"
13532   title: "Speedup: ip4-3n-skx-xxv710-64b-features-ndr-tsa"
13533   algorithm: "plot_throughput_speedup_analysis"
13534   output-file-type: ".html"
13535   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-features-ndr-tsa"
13536   data: "plot-throughput-speedup-analysis-3n-skx"
13537   filter: "'NIC_Intel-XXV710' and
13538            '64B' and
13539            'FEATURE' and
13540            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13541            'NDRPDR' and
13542            'IP4FWD' and
13543            not 'IPSEC' and
13544            not 'VHOST'"
13545   parameters:
13546   - "throughput"
13547   - "parent"
13548   - "tags"
13549   layout:
13550     title: ""  # No title
13551     layout: "plot-throughput-speedup-analysis"
13552
13553 -
13554   type: "plot"
13555   title: "Speedup: ip4-3n-skx-xxv710-64b-features-pdr-tsa"
13556   algorithm: "plot_throughput_speedup_analysis"
13557   output-file-type: ".html"
13558   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-features-pdr-tsa"
13559   data: "plot-throughput-speedup-analysis-3n-skx"
13560   filter: "'NIC_Intel-XXV710' and
13561            '64B' and
13562            'FEATURE' and
13563            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13564            'NDRPDR' and
13565            'IP4FWD' and
13566            not 'IPSEC' and
13567            not 'VHOST'"
13568   parameters:
13569   - "throughput"
13570   - "parent"
13571   - "tags"
13572   layout:
13573     title: ""  # No title
13574     layout: "plot-throughput-speedup-analysis"
13575
13576 # Speedup - VPP IPv4 2n-skx-x710
13577 -
13578   type: "plot"
13579   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
13580   algorithm: "plot_throughput_speedup_analysis"
13581   output-file-type: ".html"
13582   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
13583   data: "plot-throughput-speedup-analysis-2n-skx"
13584   filter: "'NIC_Intel-X710' and
13585            '64B' and
13586            ('BASE' or 'SCALE') and
13587            'NDRPDR' and
13588            'IP4FWD' and
13589            not 'IPSEC' and
13590            not 'VHOST'"
13591   parameters:
13592   - "throughput"
13593   - "parent"
13594   - "tags"
13595   layout:
13596     title: ""  # No title
13597     layout: "plot-throughput-speedup-analysis"
13598
13599 -
13600   type: "plot"
13601   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
13602   algorithm: "plot_throughput_speedup_analysis"
13603   output-file-type: ".html"
13604   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
13605   data: "plot-throughput-speedup-analysis-2n-skx"
13606   filter: "'NIC_Intel-X710' and
13607            '64B' and
13608            ('BASE' or 'SCALE') and
13609            'NDRPDR' and
13610            'IP4FWD' and
13611            not 'IPSEC' and
13612            not 'VHOST'"
13613   parameters:
13614   - "throughput"
13615   - "parent"
13616   - "tags"
13617   layout:
13618     title: ""  # No title
13619     layout: "plot-throughput-speedup-analysis"
13620
13621 # Speedup - VPP IPv4 2n-skx-xxv710
13622 -
13623   type: "plot"
13624   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13625   algorithm: "plot_throughput_speedup_analysis"
13626   output-file-type: ".html"
13627   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13628   data: "plot-throughput-speedup-analysis-2n-skx"
13629   filter: "'NIC_Intel-XXV710' and
13630            '64B' and
13631            ('BASE' or 'SCALE') and
13632            'NDRPDR' and
13633            'IP4FWD' and
13634            not 'IPSEC' and
13635            not 'VHOST'"
13636   parameters:
13637   - "throughput"
13638   - "parent"
13639   - "tags"
13640   layout:
13641     title: ""  # No title
13642     layout: "plot-throughput-speedup-analysis"
13643
13644 -
13645   type: "plot"
13646   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13647   algorithm: "plot_throughput_speedup_analysis"
13648   output-file-type: ".html"
13649   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13650   data: "plot-throughput-speedup-analysis-2n-skx"
13651   filter: "'NIC_Intel-XXV710' and
13652            '64B' and
13653            ('BASE' or 'SCALE') and
13654            'NDRPDR' and
13655            'IP4FWD' and
13656            not 'IPSEC' and
13657            not 'VHOST'"
13658   parameters:
13659   - "throughput"
13660   - "parent"
13661   - "tags"
13662   layout:
13663     title: ""  # No title
13664     layout: "plot-throughput-speedup-analysis"
13665
13666 ################################################################################
13667
13668 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
13669 -
13670   type: "plot"
13671   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13672   algorithm: "plot_throughput_speedup_analysis"
13673   output-file-type: ".html"
13674   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13675   data: "plot-throughput-speedup-analysis-3n-hsw"
13676   filter: "'NIC_Intel-X520-DA2' and
13677            '64B' and
13678            'ENCAP' and
13679            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
13680            'NDRPDR' and
13681            'IP4FWD' and
13682            not 'IPSEC' and
13683            not 'VHOST'"
13684   parameters:
13685   - "throughput"
13686   - "parent"
13687   - "tags"
13688   layout:
13689     title: ""  # No title
13690     layout: "plot-throughput-speedup-analysis"
13691
13692 -
13693   type: "plot"
13694   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13695   algorithm: "plot_throughput_speedup_analysis"
13696   output-file-type: ".html"
13697   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13698   data: "plot-throughput-speedup-analysis-3n-hsw"
13699   filter: "'NIC_Intel-X520-DA2' and
13700            '64B' and
13701            'ENCAP' and
13702            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
13703            'NDRPDR' and
13704            'IP4FWD' and
13705            not 'IPSEC' and
13706            not 'VHOST'"
13707   parameters:
13708   - "throughput"
13709   - "parent"
13710   - "tags"
13711   layout:
13712     title: ""  # No title
13713     layout: "plot-throughput-speedup-analysis"
13714
13715 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
13716 -
13717   type: "plot"
13718   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13719   algorithm: "plot_throughput_speedup_analysis"
13720   output-file-type: ".html"
13721   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13722   data: "plot-throughput-speedup-analysis-3n-hsw"
13723   filter: "'NIC_Intel-X710' and
13724            '64B' and
13725            'ENCAP' and
13726            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
13727            'NDRPDR' and
13728            'IP4FWD' and
13729            not 'IPSEC' and
13730            not 'VHOST'"
13731   parameters:
13732   - "throughput"
13733   - "parent"
13734   - "tags"
13735   layout:
13736     title: ""  # No title
13737     layout: "plot-throughput-speedup-analysis"
13738
13739 -
13740   type: "plot"
13741   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13742   algorithm: "plot_throughput_speedup_analysis"
13743   output-file-type: ".html"
13744   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13745   data: "plot-throughput-speedup-analysis-3n-hsw"
13746   filter: "'NIC_Intel-X710' and
13747            '64B' and
13748            'ENCAP' and
13749            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
13750            'NDRPDR' and
13751            'IP4FWD' and
13752            not 'IPSEC' and
13753            not 'VHOST'"
13754   parameters:
13755   - "throughput"
13756   - "parent"
13757   - "tags"
13758   layout:
13759     title: ""  # No title
13760     layout: "plot-throughput-speedup-analysis"
13761
13762 # Speedup - VPP IPv4 Tunnels 3n-hsw-xl710
13763 -
13764   type: "plot"
13765   title: "Speedup: ip4tun-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13766   algorithm: "plot_throughput_speedup_analysis"
13767   output-file-type: ".html"
13768   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13769   data: "plot-throughput-speedup-analysis-3n-hsw"
13770   filter: "'NIC_Intel-XL710' and
13771            '64B' and
13772            'ENCAP' and
13773            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
13774            'NDRPDR' and
13775            'IP4FWD' and
13776            not 'IPSEC' and
13777            not 'VHOST'"
13778   parameters:
13779   - "throughput"
13780   - "parent"
13781   - "tags"
13782   layout:
13783     title: ""  # No title
13784     layout: "plot-throughput-speedup-analysis"
13785
13786 -
13787   type: "plot"
13788   title: "Speedup: ip4tun-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13789   algorithm: "plot_throughput_speedup_analysis"
13790   output-file-type: ".html"
13791   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13792   data: "plot-throughput-speedup-analysis-3n-hsw"
13793   filter: "'NIC_Intel-XL710' and
13794            '64B' and
13795            'ENCAP' and
13796            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
13797            'NDRPDR' and
13798            'IP4FWD' and
13799            not 'IPSEC' and
13800            not 'VHOST'"
13801   parameters:
13802   - "throughput"
13803   - "parent"
13804   - "tags"
13805   layout:
13806     title: ""  # No title
13807     layout: "plot-throughput-speedup-analysis"
13808
13809 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
13810 -
13811   type: "plot"
13812   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13813   algorithm: "plot_throughput_speedup_analysis"
13814   output-file-type: ".html"
13815   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13816   data: "plot-throughput-speedup-analysis-3n-skx"
13817   filter: "'NIC_Intel-X710' and
13818            '64B' and
13819            'ENCAP' and
13820            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
13821            'NDRPDR' and
13822            'IP4FWD' and
13823            not 'IPSEC' and
13824            not 'VHOST'"
13825   parameters:
13826   - "throughput"
13827   - "parent"
13828   - "tags"
13829   layout:
13830     title: ""  # No title
13831     layout: "plot-throughput-speedup-analysis"
13832
13833 -
13834   type: "plot"
13835   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13836   algorithm: "plot_throughput_speedup_analysis"
13837   output-file-type: ".html"
13838   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13839   data: "plot-throughput-speedup-analysis-3n-skx"
13840   filter: "'NIC_Intel-X710' and
13841            '64B' and
13842            'ENCAP' and
13843            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
13844            'NDRPDR' and
13845            'IP4FWD' and
13846            not 'IPSEC' and
13847            not 'VHOST'"
13848   parameters:
13849   - "throughput"
13850   - "parent"
13851   - "tags"
13852   layout:
13853     title: ""  # No title
13854     layout: "plot-throughput-speedup-analysis"
13855
13856 ################################################################################
13857
13858 # Speedup - VPP IPv6 3n-hsw-x520
13859 -
13860   type: "plot"
13861   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
13862   algorithm: "plot_throughput_speedup_analysis"
13863   output-file-type: ".html"
13864   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
13865   data: "plot-throughput-speedup-analysis-3n-hsw"
13866   filter: "'NIC_Intel-X520-DA2' and
13867            '78B' and
13868            ('BASE' or 'SCALE') and
13869            'NDRPDR' and
13870            'IP6FWD' and
13871            not 'SRv6' and
13872            not 'IPSEC' and
13873            not 'VHOST'"
13874   parameters:
13875   - "throughput"
13876   - "parent"
13877   - "tags"
13878   layout:
13879     title: ""  # No title
13880     layout: "plot-throughput-speedup-analysis"
13881
13882 -
13883   type: "plot"
13884   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
13885   algorithm: "plot_throughput_speedup_analysis"
13886   output-file-type: ".html"
13887   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
13888   data: "plot-throughput-speedup-analysis-3n-hsw"
13889   filter: "'NIC_Intel-X520-DA2' and
13890            '78B' and
13891            ('BASE' or 'SCALE') and
13892            'NDRPDR' and
13893            'IP6FWD' and
13894            not 'SRv6' and
13895            not 'IPSEC' and
13896            not 'VHOST'"
13897   parameters:
13898   - "throughput"
13899   - "parent"
13900   - "tags"
13901   layout:
13902     title: ""  # No title
13903     layout: "plot-throughput-speedup-analysis"
13904
13905 -
13906   type: "plot"
13907   title: "Speedup: ip6-3n-hsw-x520-78b-features-ndr-tsa"
13908   algorithm: "plot_throughput_speedup_analysis"
13909   output-file-type: ".html"
13910   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-features-ndr-tsa"
13911   data: "plot-throughput-speedup-analysis-3n-hsw"
13912   filter: "'NIC_Intel-X520-DA2' and
13913            '78B' and
13914            'FEATURE' and
13915            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13916            'NDRPDR' and
13917            'IP6FWD' and
13918            not 'SRv6' and
13919            not 'IPSEC' and
13920            not 'VHOST'"
13921   parameters:
13922   - "throughput"
13923   - "parent"
13924   - "tags"
13925   layout:
13926     title: ""  # No title
13927     layout: "plot-throughput-speedup-analysis"
13928
13929 -
13930   type: "plot"
13931   title: "Speedup: ip6-3n-hsw-x520-78b-features-pdr-tsa"
13932   algorithm: "plot_throughput_speedup_analysis"
13933   output-file-type: ".html"
13934   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-features-pdr-tsa"
13935   data: "plot-throughput-speedup-analysis-3n-hsw"
13936   filter: "'NIC_Intel-X520-DA2' and
13937            '78B' and
13938            'FEATURE' and
13939            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13940            'NDRPDR' and
13941            'IP6FWD' and
13942            not 'SRv6' and
13943            not 'IPSEC' and
13944            not 'VHOST'"
13945   parameters:
13946   - "throughput"
13947   - "parent"
13948   - "tags"
13949   layout:
13950     title: ""  # No title
13951     layout: "plot-throughput-speedup-analysis"
13952
13953 # Speedup - VPP IPv6 3n-hsw-x710
13954 -
13955   type: "plot"
13956   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
13957   algorithm: "plot_throughput_speedup_analysis"
13958   output-file-type: ".html"
13959   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
13960   data: "plot-throughput-speedup-analysis-3n-hsw"
13961   filter: "'NIC_Intel-X710' and
13962            '78B' and
13963            ('BASE' or 'SCALE') and
13964            'NDRPDR' and
13965            'IP6FWD' and
13966            not 'SRv6' and
13967            not 'IPSEC' and
13968            not 'VHOST'"
13969   parameters:
13970   - "throughput"
13971   - "parent"
13972   - "tags"
13973   layout:
13974     title: ""  # No title
13975     layout: "plot-throughput-speedup-analysis"
13976
13977 -
13978   type: "plot"
13979   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
13980   algorithm: "plot_throughput_speedup_analysis"
13981   output-file-type: ".html"
13982   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
13983   data: "plot-throughput-speedup-analysis-3n-hsw"
13984   filter: "'NIC_Intel-X710' and
13985            '78B' and
13986            ('BASE' or 'SCALE') and
13987            'NDRPDR' and
13988            'IP6FWD' and
13989            not 'SRv6' and
13990            not 'IPSEC' and
13991            not 'VHOST'"
13992   parameters:
13993   - "throughput"
13994   - "parent"
13995   - "tags"
13996   layout:
13997     title: ""  # No title
13998     layout: "plot-throughput-speedup-analysis"
13999
14000 -
14001   type: "plot"
14002   title: "Speedup: ip6-3n-hsw-x710-78b-features-ndr-tsa"
14003   algorithm: "plot_throughput_speedup_analysis"
14004   output-file-type: ".html"
14005   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-features-ndr-tsa"
14006   data: "plot-throughput-speedup-analysis-3n-hsw"
14007   filter: "'NIC_Intel-X710' and
14008            '78B' and
14009            'FEATURE' and
14010            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14011            'NDRPDR' and
14012            'IP6FWD' and
14013            not 'SRv6' and
14014            not 'IPSEC' and
14015            not 'VHOST'"
14016   parameters:
14017   - "throughput"
14018   - "parent"
14019   - "tags"
14020   layout:
14021     title: ""  # No title
14022     layout: "plot-throughput-speedup-analysis"
14023
14024 -
14025   type: "plot"
14026   title: "Speedup: ip6-3n-hsw-x710-78b-features-pdr-tsa"
14027   algorithm: "plot_throughput_speedup_analysis"
14028   output-file-type: ".html"
14029   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-features-pdr-tsa"
14030   data: "plot-throughput-speedup-analysis-3n-hsw"
14031   filter: "'NIC_Intel-X710' and
14032            '78B' and
14033            'FEATURE' and
14034            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14035            'NDRPDR' and
14036            'IP6FWD' and
14037            not 'SRv6' and
14038            not 'IPSEC' and
14039            not 'VHOST'"
14040   parameters:
14041   - "throughput"
14042   - "parent"
14043   - "tags"
14044   layout:
14045     title: ""  # No title
14046     layout: "plot-throughput-speedup-analysis"
14047
14048 # Speedup - VPP IPv6 3n-hsw-xl710
14049 -
14050   type: "plot"
14051   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
14052   algorithm: "plot_throughput_speedup_analysis"
14053   output-file-type: ".html"
14054   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
14055   data: "plot-throughput-speedup-analysis-3n-hsw"
14056   filter: "'NIC_Intel-XL710' and
14057            '78B' and
14058            ('BASE' or 'SCALE') and
14059            'NDRPDR' and
14060            'IP6FWD' and
14061            not 'SRv6' and
14062            not 'IPSEC' and
14063            not 'VHOST'"
14064   parameters:
14065   - "throughput"
14066   - "parent"
14067   - "tags"
14068   layout:
14069     title: ""  # No title
14070     layout: "plot-throughput-speedup-analysis"
14071
14072 -
14073   type: "plot"
14074   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
14075   algorithm: "plot_throughput_speedup_analysis"
14076   output-file-type: ".html"
14077   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
14078   data: "plot-throughput-speedup-analysis-3n-hsw"
14079   filter: "'NIC_Intel-XL710' and
14080            '78B' and
14081            ('BASE' or 'SCALE') and
14082            'NDRPDR' and
14083            'IP6FWD' and
14084            not 'SRv6' and
14085            not 'IPSEC' and
14086            not 'VHOST'"
14087   parameters:
14088   - "throughput"
14089   - "parent"
14090   - "tags"
14091   layout:
14092     title: ""  # No title
14093     layout: "plot-throughput-speedup-analysis"
14094
14095 # Speedup - VPP IPv6 3n-skx-x710
14096 -
14097   type: "plot"
14098   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
14099   algorithm: "plot_throughput_speedup_analysis"
14100   output-file-type: ".html"
14101   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
14102   data: "plot-throughput-speedup-analysis-3n-skx"
14103   filter: "'NIC_Intel-X710' and
14104            '78B' and
14105            ('BASE' or 'SCALE') and
14106            'NDRPDR' and
14107            'IP6FWD' and
14108            not 'SRv6' and
14109            not 'IPSEC' and
14110            not 'VHOST'"
14111   parameters:
14112   - "throughput"
14113   - "parent"
14114   - "tags"
14115   layout:
14116     title: ""  # No title
14117     layout: "plot-throughput-speedup-analysis"
14118
14119 -
14120   type: "plot"
14121   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
14122   algorithm: "plot_throughput_speedup_analysis"
14123   output-file-type: ".html"
14124   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
14125   data: "plot-throughput-speedup-analysis-3n-skx"
14126   filter: "'NIC_Intel-X710' and
14127            '78B' and
14128            ('BASE' or 'SCALE') and
14129            'NDRPDR' and
14130            'IP6FWD' and
14131            not 'SRv6' and
14132            not 'IPSEC' and
14133            not 'VHOST'"
14134   parameters:
14135   - "throughput"
14136   - "parent"
14137   - "tags"
14138   layout:
14139     title: ""  # No title
14140     layout: "plot-throughput-speedup-analysis"
14141
14142 -
14143   type: "plot"
14144   title: "Speedup: ip6-3n-skx-x710-78b-features-ndr-tsa"
14145   algorithm: "plot_throughput_speedup_analysis"
14146   output-file-type: ".html"
14147   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-features-ndr-tsa"
14148   data: "plot-throughput-speedup-analysis-3n-skx"
14149   filter: "'NIC_Intel-X710' and
14150            '78B' and
14151            'FEATURE' and
14152            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14153            'NDRPDR' and
14154            'IP6FWD' and
14155            not 'SRv6' and
14156            not 'IPSEC' and
14157            not 'VHOST'"
14158   parameters:
14159   - "throughput"
14160   - "parent"
14161   - "tags"
14162   layout:
14163     title: ""  # No title
14164     layout: "plot-throughput-speedup-analysis"
14165
14166 -
14167   type: "plot"
14168   title: "Speedup: ip6-3n-skx-x710-78b-features-pdr-tsa"
14169   algorithm: "plot_throughput_speedup_analysis"
14170   output-file-type: ".html"
14171   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-features-pdr-tsa"
14172   data: "plot-throughput-speedup-analysis-3n-skx"
14173   filter: "'NIC_Intel-X710' and
14174            '78B' and
14175            'FEATURE' and
14176            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14177            'NDRPDR' and
14178            'IP6FWD' and
14179            not 'SRv6' and
14180            not 'IPSEC' and
14181            not 'VHOST'"
14182   parameters:
14183   - "throughput"
14184   - "parent"
14185   - "tags"
14186   layout:
14187     title: ""  # No title
14188     layout: "plot-throughput-speedup-analysis"
14189
14190 # Speedup - VPP IPv6 3n-skx-xxv710
14191 -
14192   type: "plot"
14193   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
14194   algorithm: "plot_throughput_speedup_analysis"
14195   output-file-type: ".html"
14196   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
14197   data: "plot-throughput-speedup-analysis-3n-skx"
14198   filter: "'NIC_Intel-XXV710' and
14199            '78B' and
14200            ('BASE' or 'SCALE') and
14201            'NDRPDR' and
14202            'IP6FWD' and
14203            not 'SRv6' and
14204            not 'IPSEC' and
14205            not 'VHOST'"
14206   parameters:
14207   - "throughput"
14208   - "parent"
14209   - "tags"
14210   layout:
14211     title: ""  # No title
14212     layout: "plot-throughput-speedup-analysis"
14213
14214 -
14215   type: "plot"
14216   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
14217   algorithm: "plot_throughput_speedup_analysis"
14218   output-file-type: ".html"
14219   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
14220   data: "plot-throughput-speedup-analysis-3n-skx"
14221   filter: "'NIC_Intel-XXV710' and
14222            '78B' and
14223            ('BASE' or 'SCALE') and
14224            'NDRPDR' and
14225            'IP6FWD' and
14226            not 'SRv6' and
14227            not 'IPSEC' and
14228            not 'VHOST'"
14229   parameters:
14230   - "throughput"
14231   - "parent"
14232   - "tags"
14233   layout:
14234     title: ""  # No title
14235     layout: "plot-throughput-speedup-analysis"
14236
14237 -
14238   type: "plot"
14239   title: "Speedup: ip6-3n-skx-xxv710-78b-features-ndr-tsa"
14240   algorithm: "plot_throughput_speedup_analysis"
14241   output-file-type: ".html"
14242   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-features-ndr-tsa"
14243   data: "plot-throughput-speedup-analysis-3n-skx"
14244   filter: "'NIC_Intel-XXV710' and
14245            '78B' and
14246            'FEATURE' and
14247            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14248            'NDRPDR' and
14249            'IP6FWD' and
14250            not 'SRv6' and
14251            not 'IPSEC' and
14252            not 'VHOST'"
14253   parameters:
14254   - "throughput"
14255   - "parent"
14256   - "tags"
14257   layout:
14258     title: ""  # No title
14259     layout: "plot-throughput-speedup-analysis"
14260
14261 -
14262   type: "plot"
14263   title: "Speedup: ip6-3n-skx-xxv710-78b-features-pdr-tsa"
14264   algorithm: "plot_throughput_speedup_analysis"
14265   output-file-type: ".html"
14266   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-features-pdr-tsa"
14267   data: "plot-throughput-speedup-analysis-3n-skx"
14268   filter: "'NIC_Intel-XXV710' and
14269            '78B' and
14270            'FEATURE' and
14271            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14272            'NDRPDR' and
14273            'IP6FWD' and
14274            not 'SRv6' and
14275            not 'IPSEC' and
14276            not 'VHOST'"
14277   parameters:
14278   - "throughput"
14279   - "parent"
14280   - "tags"
14281   layout:
14282     title: ""  # No title
14283     layout: "plot-throughput-speedup-analysis"
14284
14285 # Speedup - VPP IPv6 2n-skx-x710
14286 -
14287   type: "plot"
14288   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
14289   algorithm: "plot_throughput_speedup_analysis"
14290   output-file-type: ".html"
14291   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
14292   data: "plot-throughput-speedup-analysis-2n-skx"
14293   filter: "'NIC_Intel-X710' and
14294            '78B' and
14295            ('BASE' or 'SCALE') and
14296            'NDRPDR' and
14297            'IP6FWD' and
14298            not 'SRv6' and
14299            not 'IPSEC' and
14300            not 'VHOST'"
14301   parameters:
14302   - "throughput"
14303   - "parent"
14304   - "tags"
14305   layout:
14306     title: ""  # No title
14307     layout: "plot-throughput-speedup-analysis"
14308
14309 -
14310   type: "plot"
14311   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
14312   algorithm: "plot_throughput_speedup_analysis"
14313   output-file-type: ".html"
14314   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
14315   data: "plot-throughput-speedup-analysis-2n-skx"
14316   filter: "'NIC_Intel-X710' and
14317            '78B' and
14318            ('BASE' or 'SCALE') and
14319            'NDRPDR' and
14320            'IP6FWD' and
14321            not 'IPSEC' and
14322            not 'VHOST'"
14323   parameters:
14324   - "throughput"
14325   - "parent"
14326   - "tags"
14327   layout:
14328     title: ""  # No title
14329     layout: "plot-throughput-speedup-analysis"
14330
14331 # Speedup - VPP IPv6 2n-skx-xxv710
14332 -
14333   type: "plot"
14334   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
14335   algorithm: "plot_throughput_speedup_analysis"
14336   output-file-type: ".html"
14337   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
14338   data: "plot-throughput-speedup-analysis-2n-skx"
14339   filter: "'NIC_Intel-XXV710' and
14340            '78B' and
14341            ('BASE' or 'SCALE') and
14342            'NDRPDR' and
14343            'IP6FWD' and
14344            not 'SRv6' and
14345            not 'IPSEC' and
14346            not 'VHOST'"
14347   parameters:
14348   - "throughput"
14349   - "parent"
14350   - "tags"
14351   layout:
14352     title: ""  # No title
14353     layout: "plot-throughput-speedup-analysis"
14354
14355 -
14356   type: "plot"
14357   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
14358   algorithm: "plot_throughput_speedup_analysis"
14359   output-file-type: ".html"
14360   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
14361   data: "plot-throughput-speedup-analysis-2n-skx"
14362   filter: "'NIC_Intel-XXV710' and
14363            '78B' and
14364            ('BASE' or 'SCALE') and
14365            'NDRPDR' and
14366            'IP6FWD' and
14367            not 'SRv6' and
14368            not 'IPSEC' and
14369            not 'VHOST'"
14370   parameters:
14371   - "throughput"
14372   - "parent"
14373   - "tags"
14374   layout:
14375     title: ""  # No title
14376     layout: "plot-throughput-speedup-analysis"
14377
14378 ################################################################################
14379
14380 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
14381 -
14382   type: "plot"
14383   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
14384   algorithm: "plot_throughput_speedup_analysis"
14385   output-file-type: ".html"
14386   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
14387   data: "plot-throughput-speedup-analysis-3n-hsw"
14388   filter: "'NIC_Intel-X520-DA2' and
14389            '78B' and
14390            'ENCAP' and
14391            'NDRPDR' and
14392            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
14393            not 'VHOST'"
14394   parameters:
14395   - "throughput"
14396   - "parent"
14397   - "tags"
14398   layout:
14399     title: ""  # No title
14400     layout: "plot-throughput-speedup-analysis"
14401
14402 -
14403   type: "plot"
14404   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
14405   algorithm: "plot_throughput_speedup_analysis"
14406   output-file-type: ".html"
14407   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
14408   data: "plot-throughput-speedup-analysis-3n-hsw"
14409   filter: "'NIC_Intel-X520-DA2' and
14410            '78B' and
14411            'ENCAP' and
14412            'NDRPDR' and
14413            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
14414            not 'VHOST'"
14415   parameters:
14416   - "throughput"
14417   - "parent"
14418   - "tags"
14419   layout:
14420     title: ""  # No title
14421     layout: "plot-throughput-speedup-analysis"
14422
14423 ################################################################################
14424
14425 # Speedup - VPP IPSec 3n-hsw-xl710
14426 -
14427   type: "plot"
14428   title: "Speedup: ipsec-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
14429   algorithm: "plot_throughput_speedup_analysis"
14430   output-file-type: ".html"
14431   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
14432   data: "plot-throughput-speedup-analysis-3n-hsw"
14433   filter: "'NIC_Intel-XL710' and
14434            '64B' and
14435            'IP4FWD' and
14436            'NDRPDR' and
14437            'IPSECHW' and
14438            ('IPSECTRAN' or 'IPSECTUN') and
14439            not 'VHOST'"
14440   parameters:
14441   - "throughput"
14442   - "parent"
14443   - "tags"
14444   layout:
14445     title: ""  # No title
14446     layout: "plot-throughput-speedup-analysis"
14447
14448 -
14449   type: "plot"
14450   title: "Speedup: ipsec-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
14451   algorithm: "plot_throughput_speedup_analysis"
14452   output-file-type: ".html"
14453   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
14454   data: "plot-throughput-speedup-analysis-3n-hsw"
14455   filter: "'NIC_Intel-XL710' and
14456            '64B' and
14457            'IP4FWD' and
14458            'NDRPDR' and
14459            'IPSECHW' and
14460            ('IPSECTRAN' or 'IPSECTUN') and
14461            not 'VHOST'"
14462   parameters:
14463   - "throughput"
14464   - "parent"
14465   - "tags"
14466   layout:
14467     title: ""  # No title
14468     layout: "plot-throughput-speedup-analysis"
14469
14470 ################################################################################
14471
14472 # Speedup - VPP SRv6 3n-hsw-x520
14473 -
14474   type: "plot"
14475   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
14476   algorithm: "plot_throughput_speedup_analysis"
14477   output-file-type: ".html"
14478   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
14479   data: "plot-throughput-speedup-analysis-3n-hsw"
14480   filter: "'NIC_Intel-X520-DA2' and
14481            '78B' and
14482            'FEATURE' and
14483            'NDRPDR' and
14484            'IP6FWD' and
14485            'SRv6'"
14486   parameters:
14487   - "throughput"
14488   - "parent"
14489   - "tags"
14490   layout:
14491     title: ""  # No title
14492     layout: "plot-throughput-speedup-analysis"
14493
14494 -
14495   type: "plot"
14496   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
14497   algorithm: "plot_throughput_speedup_analysis"
14498   output-file-type: ".html"
14499   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
14500   data: "plot-throughput-speedup-analysis-3n-hsw"
14501   filter: "'NIC_Intel-X520-DA2' and
14502            '78B' and
14503            'FEATURE' and
14504            'NDRPDR' and
14505            'IP6FWD' and
14506            'SRv6'"
14507   parameters:
14508   - "throughput"
14509   - "parent"
14510   - "tags"
14511   layout:
14512     title: ""  # No title
14513     layout: "plot-throughput-speedup-analysis"
14514
14515 ################################################################################
14516
14517 # Speedup - VPP L2 3n-hsw-x520
14518 -
14519   type: "plot"
14520   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
14521   algorithm: "plot_throughput_speedup_analysis"
14522   output-file-type: ".html"
14523   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
14524   data: "plot-throughput-speedup-analysis-3n-hsw"
14525   filter: "'NIC_Intel-X520-DA2' and
14526            '64B' and
14527            ('BASE' or 'SCALE') and
14528            'NDRPDR' and
14529            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14530            not 'VHOST' and
14531            not 'MEMIF'"
14532   parameters:
14533   - "throughput"
14534   - "parent"
14535   - "tags"
14536   layout:
14537     title: ""  # No title
14538     layout: "plot-throughput-speedup-analysis"
14539
14540 -
14541   type: "plot"
14542   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
14543   algorithm: "plot_throughput_speedup_analysis"
14544   output-file-type: ".html"
14545   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
14546   data: "plot-throughput-speedup-analysis-3n-hsw"
14547   filter: "'NIC_Intel-X520-DA2' and
14548            '64B' and
14549            ('BASE' or 'SCALE') and
14550            'NDRPDR' and
14551            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14552            not 'VHOST' and
14553            not 'MEMIF'"
14554   parameters:
14555   - "throughput"
14556   - "parent"
14557   - "tags"
14558   layout:
14559     title: ""  # No title
14560     layout: "plot-throughput-speedup-analysis"
14561
14562 -
14563   type: "plot"
14564   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
14565   algorithm: "plot_throughput_speedup_analysis"
14566   output-file-type: ".html"
14567   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
14568   data: "plot-throughput-speedup-analysis-3n-hsw"
14569   filter: "'NIC_Intel-X520-DA2' and
14570            '64B' and
14571            'FEATURE' and
14572            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14573            'NDRPDR' and
14574            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14575            not 'VHOST' and
14576            not 'MEMIF'"
14577   parameters:
14578   - "throughput"
14579   - "parent"
14580   - "tags"
14581   layout:
14582     title: ""  # No title
14583     layout: "plot-throughput-speedup-analysis"
14584
14585 -
14586   type: "plot"
14587   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
14588   algorithm: "plot_throughput_speedup_analysis"
14589   output-file-type: ".html"
14590   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
14591   data: "plot-throughput-speedup-analysis-3n-hsw"
14592   filter: "'NIC_Intel-X520-DA2' and
14593            '64B' and
14594            'FEATURE' and
14595            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14596            'NDRPDR' and
14597            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14598            not 'VHOST' and
14599            not 'MEMIF'"
14600   parameters:
14601   - "throughput"
14602   - "parent"
14603   - "tags"
14604   layout:
14605     title: ""  # No title
14606     layout: "plot-throughput-speedup-analysis"
14607
14608 # Speedup - VPP L2 3n-hsw-x710
14609 -
14610   type: "plot"
14611   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
14612   algorithm: "plot_throughput_speedup_analysis"
14613   output-file-type: ".html"
14614   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
14615   data: "plot-throughput-speedup-analysis-3n-hsw"
14616   filter: "'NIC_Intel-X710' and
14617            '64B' and
14618            ('BASE' or 'SCALE') and
14619            'NDRPDR' and
14620            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14621            not 'VHOST' and
14622            not 'MEMIF'"
14623   parameters:
14624   - "throughput"
14625   - "parent"
14626   - "tags"
14627   layout:
14628     title: ""  # No title
14629     layout: "plot-throughput-speedup-analysis"
14630
14631 -
14632   type: "plot"
14633   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
14634   algorithm: "plot_throughput_speedup_analysis"
14635   output-file-type: ".html"
14636   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
14637   data: "plot-throughput-speedup-analysis-3n-hsw"
14638   filter: "'NIC_Intel-X710' and
14639            '64B' and
14640            ('BASE' or 'SCALE') and
14641            'NDRPDR' and
14642            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14643            not 'VHOST' and
14644            not 'MEMIF'"
14645   parameters:
14646   - "throughput"
14647   - "parent"
14648   - "tags"
14649   layout:
14650     title: ""  # No title
14651     layout: "plot-throughput-speedup-analysis"
14652
14653 -
14654   type: "plot"
14655   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
14656   algorithm: "plot_throughput_speedup_analysis"
14657   output-file-type: ".html"
14658   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
14659   data: "plot-throughput-speedup-analysis-3n-hsw"
14660   filter: "'NIC_Intel-X710' and
14661            '64B' and
14662            'FEATURE' and
14663            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14664            'NDRPDR' and
14665            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14666            not 'VHOST' and
14667            not 'MEMIF'"
14668   parameters:
14669   - "throughput"
14670   - "parent"
14671   - "tags"
14672   layout:
14673     title: ""  # No title
14674     layout: "plot-throughput-speedup-analysis"
14675
14676 -
14677   type: "plot"
14678   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
14679   algorithm: "plot_throughput_speedup_analysis"
14680   output-file-type: ".html"
14681   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
14682   data: "plot-throughput-speedup-analysis-3n-hsw"
14683   filter: "'NIC_Intel-X710' and
14684            '64B' and
14685            'FEATURE' and
14686            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14687            'NDRPDR' and
14688            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14689            not 'VHOST' and
14690            not 'MEMIF'"
14691   parameters:
14692   - "throughput"
14693   - "parent"
14694   - "tags"
14695   layout:
14696     title: ""  # No title
14697     layout: "plot-throughput-speedup-analysis"
14698
14699 # Speedup - VPP L2 3n-hsw-xl710
14700 -
14701   type: "plot"
14702   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
14703   algorithm: "plot_throughput_speedup_analysis"
14704   output-file-type: ".html"
14705   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
14706   data: "plot-throughput-speedup-analysis-3n-hsw"
14707   filter: "'NIC_Intel-XL710' and
14708            '64B' and
14709            ('BASE' or 'SCALE') and
14710            'NDRPDR' and
14711            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14712            not 'VHOST' and
14713            not 'MEMIF'"
14714   parameters:
14715   - "throughput"
14716   - "parent"
14717   - "tags"
14718   layout:
14719     title: ""  # No title
14720     layout: "plot-throughput-speedup-analysis"
14721
14722 -
14723   type: "plot"
14724   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
14725   algorithm: "plot_throughput_speedup_analysis"
14726   output-file-type: ".html"
14727   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
14728   data: "plot-throughput-speedup-analysis-3n-hsw"
14729   filter: "'NIC_Intel-XL710' and
14730            '64B' and
14731            ('BASE' or 'SCALE') and
14732            'NDRPDR' and
14733            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14734            not 'VHOST' and
14735            not 'MEMIF'"
14736   parameters:
14737   - "throughput"
14738   - "parent"
14739   - "tags"
14740   layout:
14741     title: ""  # No title
14742     layout: "plot-throughput-speedup-analysis"
14743
14744 # Speedup - VPP L2 3n-skx-x710
14745 -
14746   type: "plot"
14747   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
14748   algorithm: "plot_throughput_speedup_analysis"
14749   output-file-type: ".html"
14750   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
14751   data: "plot-throughput-speedup-analysis-3n-skx"
14752   filter: "'NIC_Intel-X710' and
14753            '64B' and
14754            ('BASE' or 'SCALE') and
14755            'NDRPDR' and
14756            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14757            not 'VHOST' and
14758            not 'MEMIF'"
14759   parameters:
14760   - "throughput"
14761   - "parent"
14762   - "tags"
14763   layout:
14764     title: ""  # No title
14765     layout: "plot-throughput-speedup-analysis"
14766
14767 -
14768   type: "plot"
14769   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
14770   algorithm: "plot_throughput_speedup_analysis"
14771   output-file-type: ".html"
14772   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
14773   data: "plot-throughput-speedup-analysis-3n-skx"
14774   filter: "'NIC_Intel-X710' and
14775            '64B' and
14776            ('BASE' or 'SCALE') and
14777            'NDRPDR' and
14778            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14779            not 'VHOST' and
14780            not 'MEMIF'"
14781   parameters:
14782   - "throughput"
14783   - "parent"
14784   - "tags"
14785   layout:
14786     title: ""  # No title
14787     layout: "plot-throughput-speedup-analysis"
14788
14789 -
14790   type: "plot"
14791   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
14792   algorithm: "plot_throughput_speedup_analysis"
14793   output-file-type: ".html"
14794   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
14795   data: "plot-throughput-speedup-analysis-3n-skx"
14796   filter: "'NIC_Intel-X710' and
14797            '64B' and
14798            'FEATURE' and
14799            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14800            'NDRPDR' and
14801            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14802            not 'VHOST' and
14803            not 'MEMIF'"
14804   parameters:
14805   - "throughput"
14806   - "parent"
14807   - "tags"
14808   layout:
14809     title: ""  # No title
14810     layout: "plot-throughput-speedup-analysis"
14811
14812 -
14813   type: "plot"
14814   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
14815   algorithm: "plot_throughput_speedup_analysis"
14816   output-file-type: ".html"
14817   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
14818   data: "plot-throughput-speedup-analysis-3n-skx"
14819   filter: "'NIC_Intel-X710' and
14820            '64B' and
14821            'FEATURE' and
14822            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14823            'NDRPDR' and
14824            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14825            not 'VHOST' and
14826            not 'MEMIF'"
14827   parameters:
14828   - "throughput"
14829   - "parent"
14830   - "tags"
14831   layout:
14832     title: ""  # No title
14833     layout: "plot-throughput-speedup-analysis"
14834
14835 # Speedup - VPP L2 3n-skx-xxv710
14836 -
14837   type: "plot"
14838   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
14839   algorithm: "plot_throughput_speedup_analysis"
14840   output-file-type: ".html"
14841   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
14842   data: "plot-throughput-speedup-analysis-3n-skx"
14843   filter: "'NIC_Intel-XXV710' and
14844            '64B' and
14845            ('BASE' or 'SCALE') and
14846            'NDRPDR' and
14847            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14848            not 'VHOST' and
14849            not 'MEMIF'"
14850   parameters:
14851   - "throughput"
14852   - "parent"
14853   - "tags"
14854   layout:
14855     title: ""  # No title
14856     layout: "plot-throughput-speedup-analysis"
14857
14858 -
14859   type: "plot"
14860   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
14861   algorithm: "plot_throughput_speedup_analysis"
14862   output-file-type: ".html"
14863   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
14864   data: "plot-throughput-speedup-analysis-3n-skx"
14865   filter: "'NIC_Intel-XXV710' and
14866            '64B' and
14867            ('BASE' or 'SCALE') and
14868            'NDRPDR' and
14869            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14870            not 'VHOST' and
14871            not 'MEMIF'"
14872   parameters:
14873   - "throughput"
14874   - "parent"
14875   - "tags"
14876   layout:
14877     title: ""  # No title
14878     layout: "plot-throughput-speedup-analysis"
14879
14880 -
14881   type: "plot"
14882   title: "Speedup: l2sw-3n-skx-xxv710-64b-features-ndr-tsa"
14883   algorithm: "plot_throughput_speedup_analysis"
14884   output-file-type: ".html"
14885   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-features-ndr-tsa"
14886   data: "plot-throughput-speedup-analysis-3n-skx"
14887   filter: "'NIC_Intel-XXV710' and
14888            '64B' and
14889            'FEATURE' and
14890            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14891            'NDRPDR' and
14892            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14893            not 'VHOST' and
14894            not 'MEMIF'"
14895   parameters:
14896   - "throughput"
14897   - "parent"
14898   - "tags"
14899   layout:
14900     title: ""  # No title
14901     layout: "plot-throughput-speedup-analysis"
14902
14903 -
14904   type: "plot"
14905   title: "Speedup: l2sw-3n-skx-xxv710-64b-features-pdr-tsa"
14906   algorithm: "plot_throughput_speedup_analysis"
14907   output-file-type: ".html"
14908   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-features-pdr-tsa"
14909   data: "plot-throughput-speedup-analysis-3n-skx"
14910   filter: "'NIC_Intel-XXV710' and
14911            '64B' and
14912            'FEATURE' and
14913            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14914            'NDRPDR' and
14915            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14916            not 'VHOST' and
14917            not 'MEMIF'"
14918   parameters:
14919   - "throughput"
14920   - "parent"
14921   - "tags"
14922   layout:
14923     title: ""  # No title
14924     layout: "plot-throughput-speedup-analysis"
14925
14926 # Speedup - VPP L2 2n-skx-x710
14927 -
14928   type: "plot"
14929   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
14930   algorithm: "plot_throughput_speedup_analysis"
14931   output-file-type: ".html"
14932   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
14933   data: "plot-throughput-speedup-analysis-2n-skx"
14934   filter: "'NIC_Intel-X710' and
14935            '64B' and
14936            ('BASE' or 'SCALE') and
14937            'NDRPDR' and
14938            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14939            not 'VHOST' and
14940            not 'MEMIF'"
14941   parameters:
14942   - "throughput"
14943   - "parent"
14944   - "tags"
14945   layout:
14946     title: ""  # No title
14947     layout: "plot-throughput-speedup-analysis"
14948
14949 -
14950   type: "plot"
14951   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
14952   algorithm: "plot_throughput_speedup_analysis"
14953   output-file-type: ".html"
14954   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
14955   data: "plot-throughput-speedup-analysis-2n-skx"
14956   filter: "'NIC_Intel-X710' and
14957            '64B' and
14958            ('BASE' or 'SCALE') and
14959            'NDRPDR' and
14960            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14961            not 'VHOST' and
14962            not 'MEMIF'"
14963   parameters:
14964   - "throughput"
14965   - "parent"
14966   - "tags"
14967   layout:
14968     title: ""  # No title
14969     layout: "plot-throughput-speedup-analysis"
14970
14971 # Speedup - VPP L2 2n-skx-xxv710
14972 -
14973   type: "plot"
14974   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
14975   algorithm: "plot_throughput_speedup_analysis"
14976   output-file-type: ".html"
14977   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
14978   data: "plot-throughput-speedup-analysis-2n-skx"
14979   filter: "'NIC_Intel-XXV710' and
14980            '64B' and
14981            ('BASE' or 'SCALE') and
14982            'NDRPDR' and
14983            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14984            not 'VHOST' and
14985            not 'MEMIF'"
14986   parameters:
14987   - "throughput"
14988   - "parent"
14989   - "tags"
14990   layout:
14991     title: ""  # No title
14992     layout: "plot-throughput-speedup-analysis"
14993
14994 -
14995   type: "plot"
14996   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
14997   algorithm: "plot_throughput_speedup_analysis"
14998   output-file-type: ".html"
14999   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
15000   data: "plot-throughput-speedup-analysis-2n-skx"
15001   filter: "'NIC_Intel-XXV710' and
15002            '64B' and
15003            ('BASE' or 'SCALE') and
15004            'NDRPDR' and
15005            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15006            not 'VHOST' and
15007            not 'MEMIF'"
15008   parameters:
15009   - "throughput"
15010   - "parent"
15011   - "tags"
15012   layout:
15013     title: ""  # No title
15014     layout: "plot-throughput-speedup-analysis"
15015
15016 ################################################################################
15017
15018 # Speedup - VPP vhost ip4 3n-hsw-x520
15019 -
15020   type: "plot"
15021   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
15022   algorithm: "plot_throughput_speedup_analysis"
15023   output-file-type: ".html"
15024   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
15025   data: "plot-throughput-speedup-analysis-3n-hsw"
15026   filter: "'NIC_Intel-X520-DA2' and
15027            '64B' and
15028            'NDRPDR' and
15029            'VHOST' and
15030            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
15031   parameters:
15032   - "throughput"
15033   - "parent"
15034   - "tags"
15035   layout:
15036     title: ""  # No title
15037     layout: "plot-throughput-speedup-analysis"
15038
15039 -
15040   type: "plot"
15041   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15042   algorithm: "plot_throughput_speedup_analysis"
15043   output-file-type: ".html"
15044   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15045   data: "plot-throughput-speedup-analysis-3n-hsw"
15046   filter: "'NIC_Intel-X520-DA2' and
15047            '64B' and
15048            'NDRPDR' and
15049            'VHOST' and
15050            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
15051   parameters:
15052   - "throughput"
15053   - "parent"
15054   - "tags"
15055   layout:
15056     title: ""  # No title
15057     layout: "plot-throughput-speedup-analysis"
15058
15059 # Speedup - VPP vhost l2sw 3n-hsw-x520
15060 -
15061   type: "plot"
15062   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
15063   algorithm: "plot_throughput_speedup_analysis"
15064   output-file-type: ".html"
15065   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
15066   data: "plot-throughput-speedup-analysis-3n-hsw"
15067   filter: "'NIC_Intel-X520-DA2' and
15068            '64B' and
15069            'NDRPDR' and
15070            'VHOST' and
15071            not 'VXLAN' and
15072            not 'IP4FWD' and
15073            not 'DOT1Q' and
15074            not '2VM'"
15075   parameters:
15076   - "throughput"
15077   - "parent"
15078   - "tags"
15079   layout:
15080     title: ""  # No title
15081     layout: "plot-throughput-speedup-analysis"
15082
15083 -
15084   type: "plot"
15085   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15086   algorithm: "plot_throughput_speedup_analysis"
15087   output-file-type: ".html"
15088   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15089   data: "plot-throughput-speedup-analysis-3n-hsw"
15090   filter: "'NIC_Intel-X520-DA2' and
15091            '64B' and
15092            'NDRPDR' and
15093            'VHOST' and
15094            not 'VXLAN' and
15095            not 'IP4FWD' and
15096            not 'DOT1Q' and
15097            not '2VM'"
15098   parameters:
15099   - "throughput"
15100   - "parent"
15101   - "tags"
15102   layout:
15103     title: ""  # No title
15104     layout: "plot-throughput-speedup-analysis"
15105
15106 # Speedup - VPP vhost ip4 3n-hsw-x710
15107 -
15108   type: "plot"
15109   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
15110   algorithm: "plot_throughput_speedup_analysis"
15111   output-file-type: ".html"
15112   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
15113   data: "plot-throughput-speedup-analysis-3n-hsw"
15114   filter: "'NIC_Intel-X710' and
15115            '64B' and
15116            'NDRPDR' and
15117            'VHOST' and
15118            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
15119   parameters:
15120   - "throughput"
15121   - "parent"
15122   - "tags"
15123   layout:
15124     title: ""  # No title
15125     layout: "plot-throughput-speedup-analysis"
15126
15127 -
15128   type: "plot"
15129   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
15130   algorithm: "plot_throughput_speedup_analysis"
15131   output-file-type: ".html"
15132   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
15133   data: "plot-throughput-speedup-analysis-3n-hsw"
15134   filter: "'NIC_Intel-X710' and
15135            '64B' and
15136            'NDRPDR' and
15137            'VHOST' and
15138            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
15139   parameters:
15140   - "throughput"
15141   - "parent"
15142   - "tags"
15143   layout:
15144     title: ""  # No title
15145     layout: "plot-throughput-speedup-analysis"
15146
15147 # Speedup - VPP vhost l2sw 3n-hsw-x710
15148 -
15149   type: "plot"
15150   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
15151   algorithm: "plot_throughput_speedup_analysis"
15152   output-file-type: ".html"
15153   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
15154   data: "plot-throughput-speedup-analysis-3n-hsw"
15155   filter: "'NIC_Intel-X710' and
15156            '64B' and
15157            'NDRPDR' and
15158            'VHOST' and
15159            not 'VXLAN' and
15160            not 'IP4FWD' and
15161            not 'DOT1Q' and
15162            not '2VM'"
15163   parameters:
15164   - "throughput"
15165   - "parent"
15166   - "tags"
15167   layout:
15168     title: ""  # No title
15169     layout: "plot-throughput-speedup-analysis"
15170
15171 -
15172   type: "plot"
15173   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
15174   algorithm: "plot_throughput_speedup_analysis"
15175   output-file-type: ".html"
15176   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
15177   data: "plot-throughput-speedup-analysis-3n-hsw"
15178   filter: "'NIC_Intel-X710' and
15179            '64B' and
15180            'NDRPDR' and
15181            'VHOST' and
15182            not 'VXLAN' and
15183            not 'IP4FWD' and
15184            not 'DOT1Q' and
15185            not '2VM'"
15186   parameters:
15187   - "throughput"
15188   - "parent"
15189   - "tags"
15190   layout:
15191     title: ""  # No title
15192     layout: "plot-throughput-speedup-analysis"
15193
15194 # Speedup - VPP vhost ip4 3n-hsw-xl710
15195 -
15196   type: "plot"
15197   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
15198   algorithm: "plot_throughput_speedup_analysis"
15199   output-file-type: ".html"
15200   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
15201   data: "plot-throughput-speedup-analysis-3n-hsw"
15202   filter: "'NIC_Intel-XL710' and
15203            '64B' and
15204            'NDRPDR' and
15205            'VHOST' and
15206            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
15207   parameters:
15208   - "throughput"
15209   - "parent"
15210   - "tags"
15211   layout:
15212     title: ""  # No title
15213     layout: "plot-throughput-speedup-analysis"
15214
15215 -
15216   type: "plot"
15217   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
15218   algorithm: "plot_throughput_speedup_analysis"
15219   output-file-type: ".html"
15220   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
15221   data: "plot-throughput-speedup-analysis-3n-hsw"
15222   filter: "'NIC_Intel-XL710' and
15223            '64B' and
15224            'NDRPDR' and
15225            'VHOST' and
15226            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
15227   parameters:
15228   - "throughput"
15229   - "parent"
15230   - "tags"
15231   layout:
15232     title: ""  # No title
15233     layout: "plot-throughput-speedup-analysis"
15234
15235 # Speedup - VPP vhost l2sw 3n-hsw-xl710
15236 -
15237   type: "plot"
15238   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
15239   algorithm: "plot_throughput_speedup_analysis"
15240   output-file-type: ".html"
15241   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
15242   data: "plot-throughput-speedup-analysis-3n-hsw"
15243   filter: "'NIC_Intel-XL710' and
15244            '64B' and
15245            'NDRPDR' and
15246            'VHOST' and
15247            not 'VXLAN' and
15248            not 'IP4FWD' and
15249            not 'DOT1Q' and
15250            not '2VM'"
15251   parameters:
15252   - "throughput"
15253   - "parent"
15254   - "tags"
15255   layout:
15256     title: ""  # No title
15257     layout: "plot-throughput-speedup-analysis"
15258
15259 -
15260   type: "plot"
15261   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
15262   algorithm: "plot_throughput_speedup_analysis"
15263   output-file-type: ".html"
15264   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
15265   data: "plot-throughput-speedup-analysis-3n-hsw"
15266   filter: "'NIC_Intel-XL710' and
15267            '64B' and
15268            'NDRPDR' and
15269            'VHOST' and
15270            not 'VXLAN' and
15271            not 'IP4FWD' and
15272            not 'DOT1Q' and
15273            not '2VM'"
15274   parameters:
15275   - "throughput"
15276   - "parent"
15277   - "tags"
15278   layout:
15279     title: ""  # No title
15280     layout: "plot-throughput-speedup-analysis"
15281
15282 # Speedup - VPP vhost l2sw 3n-hsw-x520
15283 -
15284   type: "plot"
15285   title: "VPP Speedup: vts-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
15286   algorithm: "plot_throughput_speedup_analysis"
15287   output-file-type: ".html"
15288   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
15289   data: "plot-throughput-speedup-analysis-3n-hsw"
15290   filter: "'NIC_Intel-X520-DA2' and
15291            '64B' and
15292            'NDRPDR' and
15293            'VTS'"
15294   parameters:
15295   - "throughput"
15296   - "parent"
15297   - "tags"
15298   layout:
15299     title: ""  # No title
15300     layout: "plot-throughput-speedup-analysis"
15301
15302 -
15303   type: "plot"
15304   title: "VPP Speedup: vts-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15305   algorithm: "plot_throughput_speedup_analysis"
15306   output-file-type: ".html"
15307   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15308   data: "plot-throughput-speedup-analysis-3n-hsw"
15309   filter: "'NIC_Intel-X520-DA2' and
15310            '64B' and
15311            'NDRPDR' and
15312            'VTS'"
15313   parameters:
15314   - "throughput"
15315   - "parent"
15316   - "tags"
15317   layout:
15318     title: ""  # No title
15319     layout: "plot-throughput-speedup-analysis"