b96634ad3ada266eb95d26c41b0a691a585e24c9
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
33     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
34     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
35     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
37     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
38     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
39     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
40     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
41     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
42     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
43     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
44     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
45     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
46     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
47     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
48     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
49     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
50     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
51
52     # Detailed test configurations
53     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
54     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
55     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
56     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
57     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
58     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
59     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
60     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
61     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
62     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
63     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
64     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
65     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
66     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
67     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
68
69     # Detailed tests operational data
70     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
71     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
72     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
73     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
74     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
75     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
76     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
77
78     # .css patch file to fix tables generated by Sphinx
79     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
80     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
81
82   urls:
83     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
84     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
85     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
86     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
87     DIR[NEXUS,DOC]: "report/_static/archive"
88
89   make-dirs:
90   # List the directories which are created while preparing the environment.
91   # All directories MUST be defined in "paths" section.
92   - "DIR[WORKING,DATA]"
93   - "DIR[STATIC,VPP]"
94   - "DIR[STATIC,DPDK]"
95   - "DIR[STATIC,ARCH]"
96   - "DIR[BUILD,LATEX]"
97   - "DIR[WORKING,SRC]"
98   - "DIR[WORKING,SRC,STATIC]"
99
100   remove-dirs:
101   # List the directories which are deleted while cleaning the environment.
102   # All directories MUST be defined in "paths" section.
103   #- "DIR[BUILD,HTML]"
104   - "DIR[WORKING,DATA]"
105
106   build-dirs:
107   # List the directories where the results (build) is stored.
108   # All directories MUST be defined in "paths" section.
109   - "DIR[BUILD,HTML]"
110   - "DIR[BUILD,LATEX]"
111
112 - type: "configuration"
113
114   limits:
115     nic:
116       x520: 24460000
117       x553: 29761905
118       x710: 35800000
119       xxv710: 35800000
120       xl710: 35800000
121
122     link:
123       10ge: 14880952.38
124       25ge: 37202380.95
125       40ge: 59523809.52
126       100ge: 148809523.81
127
128     pci:
129       pci-g3-x8: 74404761.90
130       pci-g3-x16: 148809523.81
131
132   data-sets:
133
134     ###########################################################################
135     # Plots:
136
137     # 3n-hsw
138
139     plot-vpp-throughput-lat-tsa-3n-hsw:
140       csit-vpp-perf-verify-1908-3n-hsw:
141         - 12  # NDRPDR sel
142         - 13  # NDRPDR sel
143         - 14  # NDRPDR sel
144         - 15  # NDRPDR sel
145         - 16  # NDRPDR sel
146         - 17  # NDRPDR sel
147         - 18  # NDRPDR sel
148         - 19  # NDRPDR sel
149         - 20  # NDRPDR sel
150         - 21  # NDRPDR sel
151
152     plot-vpp-throughput-lat-tsa-3n-hsw-vhost:
153       csit-vpp-perf-verify-1908-3n-hsw:
154         - 40  # NDRPDR sel vhost
155         - 41  # NDRPDR sel vhost
156         - 42  # NDRPDR sel vhost
157         - 43  # NDRPDR sel vhost
158         - 44  # NDRPDR sel vhost
159         - 45  # NDRPDR sel vhost
160
161     plot-vpp-http-server-performance:
162       csit-vpp-perf-verify-1908-2n-skx:
163         - 29  # TCP
164         - 30  # TCP
165         - 58  # TCP
166         - 59  # TCP
167         - 60  # TCP
168         - 61  # TCP
169         - 62  # TCP
170         - 63  # TCP
171         - 64  # TCP
172         - 65  # TCP
173
174     plot-dpdk-throughput-latency-3n-hsw:
175       csit-dpdk-perf-verify-1908-3n-hsw:
176         - 2   # NDRPDR sel
177         - 3   # NDRPDR sel
178         - 4   # NDRPDR sel
179         - 5   # NDRPDR sel
180         - 6   # NDRPDR sel
181         - 7   # NDRPDR sel
182         - 8   # NDRPDR sel
183         - 9   # NDRPDR sel
184         - 10  # NDRPDR sel
185         - 11  # NDRPDR sel
186
187     # 3n-skx
188
189     plot-vpp-throughput-lat-tsa-3n-skx:
190       csit-vpp-perf-verify-1908-3n-skx:
191         - 14  # NDRPDR sel
192         - 16  # NDRPDR sel
193         - 19  # NDRPDR sel
194         - 20  # NDRPDR sel
195         - 22  # NDRPDR sel
196         - 23  # NDRPDR sel
197         - 24  # NDRPDR sel
198         - 25  # NDRPDR sel
199         - 26  # NDRPDR sel
200         - 29  # NDRPDR sel
201
202     plot-vpp-throughput-lat-tsa-3n-skx-vhost:
203       csit-vpp-perf-verify-1908-3n-skx:
204         - 44  # NDRPDR sel vhost
205         - 45  # NDRPDR sel vhost
206         - 46  # NDRPDR sel vhost
207         - 47  # NDRPDR sel vhost
208         - 48  # NDRPDR sel vhost
209         - 49  # NDRPDR sel vhost
210
211     plot-dpdk-throughput-latency-3n-skx:
212       csit-dpdk-perf-verify-1908-3n-skx:
213         - 3   # NDRPDR sel
214         - 4   # NDRPDR sel
215         - 5   # NDRPDR sel
216         - 6   # NDRPDR sel
217         - 7   # NDRPDR sel
218         - 8   # NDRPDR sel
219         - 9   # NDRPDR sel
220         - 10  # NDRPDR sel
221         - 11  # NDRPDR sel
222         - 12  # NDRPDR sel
223
224     # 2n-skx
225
226     plot-vpp-throughput-lat-tsa-2n-skx:
227       csit-vpp-perf-verify-1908-2n-skx:
228         - 26  # NDRPDR sel
229         - 27  # NDRPDR sel
230         - 34  # NDRPDR sel
231         - 35  # NDRPDR sel
232         - 36  # NDRPDR sel
233         - 42  # NDRPDR sel
234         - 43  # NDRPDR sel
235         - 44  # NDRPDR sel
236         - 45  # NDRPDR sel
237         - 46  # NDRPDR sel
238
239     plot-vpp-throughput-lat-tsa-2n-skx-vhost:
240       csit-vpp-perf-verify-1908-2n-skx:
241         - 72  # NDRPDR sel vhost
242         - 73  # NDRPDR sel vhost
243         - 74  # NDRPDR sel vhost
244         - 75  # NDRPDR sel vhost
245         - 76  # NDRPDR sel vhost
246         - 78  # NDRPDR sel vhost
247         - 84  # NDRPDR sel vhost
248         - 85  # NDRPDR sel vhost
249
250     plot-vpp-soak-2n-skx:
251       csit-vpp-perf-verify-1908-2n-skx:
252         - 83  # SOAK
253         - 86  # SOAK
254
255     plot-vpp-nfv-2n-skx-ndrpdr:
256       csit-vpp-perf-verify-1908-2n-skx:
257         - 22  # NFV
258         - 31  # NFV
259         - 32  # NFV
260         - 37  # NFV
261         - 38  # NFV
262         - 39  # NFV
263         - 53  # NFV
264         - 67  # NFV
265         - 68  # NFV
266         - 70  # NFV
267
268     plot-vpp-nfv-2n-skx-mrr:
269       csit-vpp-perf-verify-1908-2n-skx:
270         - 71  # NFV MRR
271
272     plot-dpdk-throughput-latency-2n-skx:
273       csit-dpdk-perf-verify-1908-2n-skx:
274         - 2   # NDRPDR sel
275         - 3   # NDRPDR sel
276         - 4   # NDRPDR sel
277         - 5   # NDRPDR sel
278         - 7   # NDRPDR sel
279         - 8   # NDRPDR sel
280         - 9   # NDRPDR sel
281         - 10  # NDRPDR sel
282         - 11  # NDRPDR sel
283         - 12  # NDRPDR sel
284
285     # 3n-tsh
286
287     plot-vpp-throughput-lat-tsa-3n-tsh:
288       csit-vpp-perf-verify-1908-3n-tsh:
289         - 7   # NDRPDR sel
290         - 8   # NDRPDR sel
291         - 9   # NDRPDR sel
292         - 10  # NDRPDR sel
293         - 11  # NDRPDR sel
294         - 12  # NDRPDR sel
295         - 13  # NDRPDR sel
296         - 14  # NDRPDR sel
297         - 15  # NDRPDR sel
298         - 16  # NDRPDR sel
299
300     # 3n-dnv
301
302     plot-vpp-throughput-lat-tsa-3n-dnv:
303       csit-vpp-perf-verify-1908-3n-dnv:
304         - 6   # NDRPDR sel
305         - 7   # NDRPDR sel
306         - 8   # NDRPDR sel
307         - 9   # NDRPDR sel
308         - 10  # NDRPDR sel
309         - 12  # NDRPDR sel
310         - 13  # NDRPDR sel
311         - 14  # NDRPDR sel
312         - 15  # NDRPDR sel
313         - 16  # NDRPDR sel
314
315     # 2n-dnv
316
317     plot-vpp-throughput-lat-tsa-2n-dnv:
318       csit-vpp-perf-verify-1908-2n-dnv:
319         - 1   # NDRPDR sel
320         - 2   # NDRPDR sel
321         - 3   # NDRPDR sel
322         - 4   # NDRPDR sel
323         - 5   # NDRPDR sel
324         - 6   # NDRPDR sel
325         - 7   # NDRPDR sel
326         - 8   # NDRPDR sel
327         - 9   # NDRPDR sel
328         - 10  # NDRPDR sel
329
330     ###########################################################################
331     # Simple tables (only one data set):
332
333     # NIC Comparisons
334
335     vpp-nic-comparison-3n-skx:
336       csit-vpp-perf-verify-1908-3n-skx:
337         - 14  # NDRPDR sel
338         - 16  # NDRPDR sel
339         - 19  # NDRPDR sel
340         - 20  # NDRPDR sel
341         - 22  # NDRPDR sel
342         - 23  # NDRPDR sel
343         - 24  # NDRPDR sel
344         - 25  # NDRPDR sel
345         - 26  # NDRPDR sel
346         - 29  # NDRPDR sel
347
348     vpp-nic-comparison-2n-skx:
349       csit-vpp-perf-verify-1908-2n-skx:
350         - 26  # NDRPDR sel
351         - 27  # NDRPDR sel
352         - 34  # NDRPDR sel
353         - 35  # NDRPDR sel
354         - 36  # NDRPDR sel
355         - 42  # NDRPDR sel
356         - 43  # NDRPDR sel
357         - 44  # NDRPDR sel
358         - 45  # NDRPDR sel
359         - 46  # NDRPDR sel
360
361     vpp-nic-comparison-3n-skx-mrr:
362       csit-vpp-perf-verify-1908-3n-skx:
363         - 36  # MRR sel
364
365     vpp-nic-comparison-2n-skx-mrr:
366       csit-vpp-perf-verify-1908-2n-skx:
367         - 69  # MRR sel
368
369     # Results
370
371     vpp-perf-results-3n-hsw:
372       csit-vpp-perf-verify-1908-3n-hsw:
373         - 24  # NDRPDR full
374         - 25  # NDRPDR full
375         - 26  # NDRPDR full
376         - 27  # NDRPDR full
377         - 28  # NDRPDR full
378         - 29  # NDRPDR full
379         - 32  # NDRPDR full
380         - 33  # NDRPDR full
381         - 36  # NDRPDR full
382         - 38  # NDRPDR full
383         - 46  # NDRPDR full
384
385     vpp-perf-results-3n-skx:
386       # TODO: Add FULL data
387       csit-vpp-perf-verify-1908-3n-skx:
388         - 27  # NDRPDR full
389         - 28  # NDRPDR full
390         - 30  # NDRPDR full
391         - 31  # NDRPDR full
392         - 32  # NDRPDR full
393         - 33  # NDRPDR full
394         - 34  # NDRPDR full
395         - 35  # NDRPDR full
396         - 37  # NDRPDR full
397         - 39  # NDRPDR full
398         - 40  # NDRPDR full
399         - 41  # NDRPDR full
400         - 50  # NDRPDR full
401
402     vpp-perf-results-2n-skx:
403       csit-vpp-perf-verify-1908-2n-skx:
404         - 48  # NDRPDR full
405         - 49  # NDRPDR full
406         - 50  # NDRPDR full
407         - 51  # NDRPDR full
408         - 54  # NDRPDR full
409         - 55  # NDRPDR full
410         - 79  # NDRPDR full vhost
411
412     vpp-perf-results-3n-tsh:
413       csit-vpp-perf-verify-1908-3n-tsh:
414         - 13  # NDRPDR sel
415
416     vpp-perf-results-3n-dnv:
417       csit-vpp-perf-verify-1908-3n-dnv:
418         - 16  # NDRPDR sel
419
420     vpp-perf-results-2n-dnv:
421       csit-vpp-perf-verify-1908-2n-dnv:
422         - 9   # NDRPDR sel
423
424     vpp-mrr-results-3n-hsw:
425       csit-vpp-perf-verify-1908-3n-hsw:
426         - 39  # MRR sel
427
428     vpp-mrr-results-3n-skx:
429       csit-vpp-perf-verify-1908-3n-skx:
430         - 36  # MRR sel
431
432     vpp-mrr-results-2n-skx:
433       csit-vpp-perf-verify-1908-2n-skx:
434         - 69  # MRR sel
435
436     vpp-mrr-results-3n-dnv:
437       csit-vpp-perf-verify-1908-3n-dnv:
438         - 17  # MRR sel
439
440     vpp-mrr-results-2n-dnv:
441       csit-vpp-perf-verify-1908-2n-dnv:
442         - 11  # MRR sel
443
444     vpp-func-results-ubuntu:
445       csit-vpp-functional-1908-ubuntu1604-virl:
446         - 64
447
448     vpp-func-results-centos:
449       csit-vpp-functional-1908-centos7-virl:
450         - 64
451
452     vpp-device-results-ubuntu:
453       csit-vpp-device-1908-ubuntu1804-1n-skx:
454         - 65
455
456     dpdk-perf-results-3n-hsw:
457       csit-dpdk-perf-verify-1908-3n-hsw:
458         - 10  # NDRPDR sel
459
460     dpdk-perf-results-3n-skx:
461       csit-dpdk-perf-verify-1908-3n-skx:
462         - 12  # NDRPDR sel
463
464     dpdk-perf-results-2n-skx:
465       csit-dpdk-perf-verify-1908-2n-skx:
466         - 12  # NDRPDR sel
467
468 ###########################################################################
469     # Tables (more than one data set)
470
471     # Performance changes
472
473     vpp-performance-changes-3n-hsw-h1:
474       csit-vpp-perf-verify-1901-3n-hsw:
475         - 10  # NDRPDR sel
476         - 19  # NDRPDR sel
477         - 31  # NDRPDR sel
478         - 36  # NDRPDR sel
479         - 40  # NDRPDR sel
480         - 42  # NDRPDR sel
481         - 44  # NDRPDR sel
482         - 46  # NDRPDR sel
483         - 47  # NDRPDR sel
484         - 48  # NDRPDR sel
485         - 61  # NDRPDR LB
486         - 62  # NDRPDR LB
487         - 63  # NDRPDR LB
488         - 64  # NDRPDR LB
489         - 65  # NDRPDR LB
490         - 66  # NDRPDR LB
491         - 67  # NDRPDR LB
492         - 69  # NDRPDR LB
493         - 70  # NDRPDR LB
494         - 71  # NDRPDR LB
495     vpp-performance-changes-3n-hsw-ref:
496       csit-vpp-perf-verify-1904-3n-hsw:
497         - 11  # NDRPDR sel
498         - 12  # NDRPDR sel
499         - 20  # NDRPDR sel
500         - 21  # NDRPDR sel
501         - 23  # NDRPDR sel
502         - 24  # NDRPDR sel
503         - 25  # NDRPDR sel
504         - 26  # NDRPDR sel
505         - 29  # NDRPDR sel
506         - 30  # NDRPDR sel
507     vpp-performance-changes-3n-hsw-cmp:
508       csit-vpp-perf-verify-1908-3n-hsw:
509         - 12  # NDRPDR sel
510         - 13  # NDRPDR sel
511         - 14  # NDRPDR sel
512         - 15  # NDRPDR sel
513         - 16  # NDRPDR sel
514         - 17  # NDRPDR sel
515         - 18  # NDRPDR sel
516         - 19  # NDRPDR sel
517         - 20  # NDRPDR sel
518         - 21  # NDRPDR sel
519     vpp-performance-changes-3n-hsw:
520       - "vpp-performance-changes-3n-hsw-h1"
521       - "vpp-performance-changes-3n-hsw-ref"
522       - "vpp-performance-changes-3n-hsw-cmp"
523
524     vpp-performance-changes-3n-skx-h1:
525       csit-vpp-perf-verify-1901-3n-skx:
526         - 18  # NDRPDR sel
527         - 19  # NDRPDR sel
528         - 20  # NDRPDR sel
529         - 28  # NDRPDR sel
530         - 31  # NDRPDR sel
531         - 33  # NDRPDR sel
532         - 36  # NDRPDR sel
533         - 38  # NDRPDR sel
534         - 47  # NDRPDR sel
535         - 48  # NDRPDR sel
536         - 54  # NDRPDR LB
537         - 57  # NDRPDR LB
538         - 58  # NDRPDR LB
539         - 59  # NDRPDR LB
540         - 60  # NDRPDR LB
541         - 63  # NDRPDR LB
542         - 64  # NDRPDR LB
543         - 65  # NDRPDR LB
544         - 66  # NDRPDR LB
545         - 67  # NDRPDR LB
546     vpp-performance-changes-3n-skx-ref:
547       csit-vpp-perf-verify-1904-3n-skx:
548         - 8   # NDRPDR sel
549         - 9   # NDRPDR sel
550         - 10  # NDRPDR sel
551         - 11  # NDRPDR sel
552         - 12  # NDRPDR sel
553         - 14  # NDRPDR sel
554         - 16  # NDRPDR sel
555         - 21  # NDRPDR sel
556         - 23  # NDRPDR sel
557         - 25  # NDRPDR sel
558     vpp-performance-changes-3n-skx-cmp:
559       csit-vpp-perf-verify-1908-3n-skx:
560         - 14  # NDRPDR sel
561         - 16  # NDRPDR sel
562         - 19  # NDRPDR sel
563         - 20  # NDRPDR sel
564         - 22  # NDRPDR sel
565         - 23  # NDRPDR sel
566         - 24  # NDRPDR sel
567         - 25  # NDRPDR sel
568         - 26  # NDRPDR sel
569         - 29  # NDRPDR sel
570     vpp-performance-changes-3n-skx:
571       - "vpp-performance-changes-3n-skx-h1"
572       - "vpp-performance-changes-3n-skx-ref"
573       - "vpp-performance-changes-3n-skx-cmp"
574
575     vpp-performance-changes-2n-skx-h1:
576       csit-vpp-perf-verify-1901-2n-skx:
577         - 5   # NDRPDR sel
578         - 12  # NDRPDR sel
579         - 13  # NDRPDR sel
580         - 21  # NDRPDR sel
581         - 23  # NDRPDR sel
582         - 31  # NDRPDR sel
583         - 34  # NDRPDR sel
584         - 40  # NDRPDR sel
585         - 42  # NDRPDR sel
586         - 43  # NDRPDR sel
587     vpp-performance-changes-2n-skx-ref:
588       csit-vpp-perf-verify-1904-2n-skx:
589         - 12  # NDRPDR sel
590         - 14  # NDRPDR sel
591         - 16  # NDRPDR sel
592         - 17  # NDRPDR sel
593         - 18  # NDRPDR sel
594         - 21  # NDRPDR sel
595         - 27  # NDRPDR sel
596         - 30  # NDRPDR sel
597         - 31  # NDRPDR sel
598         - 32  # NDRPDR sel
599     vpp-performance-changes-2n-skx-cmp:
600       csit-vpp-perf-verify-1908-2n-skx:
601         - 26  # NDRPDR sel
602         - 27  # NDRPDR sel
603         - 34  # NDRPDR sel
604         - 35  # NDRPDR sel
605         - 36  # NDRPDR sel
606         - 42  # NDRPDR sel
607         - 43  # NDRPDR sel
608         - 44  # NDRPDR sel
609         - 45  # NDRPDR sel
610         - 46  # NDRPDR sel
611     vpp-performance-changes-2n-skx:
612       - "vpp-performance-changes-2n-skx-h1"
613       - "vpp-performance-changes-2n-skx-ref"
614       - "vpp-performance-changes-2n-skx-cmp"
615
616     vpp-soak-vs-ndr-2n-skx-ref:
617       csit-vpp-perf-verify-1908-2n-skx:
618         - 26  # NDRPDR sel
619         - 27  # NDRPDR sel
620         - 34  # NDRPDR sel
621         - 35  # NDRPDR sel
622         - 36  # NDRPDR sel
623         - 42  # NDRPDR sel
624         - 43  # NDRPDR sel
625         - 44  # NDRPDR sel
626         - 45  # NDRPDR sel
627         - 46  # NDRPDR sel
628     vpp-soak-vs-ndr-2n-skx-cmp:
629       csit-vpp-perf-verify-1908-2n-skx:
630         - 83  # SOAK
631         - 86  # SOAK
632     vpp-soak-vs-ndr-2n-skx:
633       csit-vpp-perf-verify-1908-2n-skx:
634         - 26  # NDRPDR sel
635         - 27  # NDRPDR sel
636         - 34  # NDRPDR sel
637         - 35  # NDRPDR sel
638         - 36  # NDRPDR sel
639         - 42  # NDRPDR sel
640         - 43  # NDRPDR sel
641         - 44  # NDRPDR sel
642         - 45  # NDRPDR sel
643         - 46  # NDRPDR sel
644         - 83  # SOAK
645         - 86  # SOAK
646
647     vpp-performance-changes-3n-hsw-mrr-h1:
648       csit-vpp-perf-verify-1901-3n-hsw:
649         - 35  # MRR sel
650     vpp-performance-changes-3n-hsw-mrr-ref:
651       csit-vpp-perf-verify-1904-3n-hsw:
652         - 9   # MRR sel
653     vpp-performance-changes-3n-hsw-mrr-cmp:
654       csit-vpp-perf-verify-1908-3n-hsw:
655         - 39  # MRR sel
656     vpp-performance-changes-3n-hsw-mrr:
657       - "vpp-performance-changes-3n-hsw-mrr-h1"
658       - "vpp-performance-changes-3n-hsw-mrr-ref"
659       - "vpp-performance-changes-3n-hsw-mrr-cmp"
660
661     vpp-performance-changes-3n-skx-mrr-h1:
662       csit-vpp-perf-verify-1901-3n-skx:
663         - 32  # MRR sel
664     vpp-performance-changes-3n-skx-mrr-ref:
665       csit-vpp-perf-verify-1904-3n-skx:
666         - 7   # MRR sel
667     vpp-performance-changes-3n-skx-mrr-cmp:
668       csit-vpp-perf-verify-1908-3n-skx:
669         - 36  # MRR sel
670     vpp-performance-changes-3n-skx-mrr:
671       - "vpp-performance-changes-3n-skx-mrr-h1"
672       - "vpp-performance-changes-3n-skx-mrr-ref"
673       - "vpp-performance-changes-3n-skx-mrr-cmp"
674
675     vpp-performance-changes-2n-skx-mrr-h1:
676       csit-vpp-perf-verify-1901-2n-skx:
677         - 22  # MRR sel
678     vpp-performance-changes-2n-skx-mrr-ref:
679       csit-vpp-perf-verify-1904-2n-skx:
680         - 11  # MRR sel
681     vpp-performance-changes-2n-skx-mrr-cmp:
682       csit-vpp-perf-verify-1908-2n-skx:
683         - 69  # MRR sel
684     vpp-performance-changes-2n-skx-mrr:
685       - "vpp-performance-changes-2n-skx-mrr-h1"
686       - "vpp-performance-changes-2n-skx-mrr-ref"
687       - "vpp-performance-changes-2n-skx-mrr-cmp"
688
689     dpdk-performance-changes-3n-hsw-h1:
690       csit-dpdk-perf-verify-1901-3n-hsw:
691         - 13  # NDRPDR sel
692         - 14  # NDRPDR sel
693         - 16  # NDRPDR sel
694         - 17  # NDRPDR sel
695         - 18  # NDRPDR sel
696         - 19  # NDRPDR sel
697         - 20  # NDRPDR sel
698         - 21  # NDRPDR sel
699         - 22  # NDRPDR sel
700         - 23  # NDRPDR sel
701     dpdk-performance-changes-3n-hsw-ref:
702       csit-dpdk-perf-verify-1904-3n-hsw:
703         - 2   # NDRPDR sel
704         - 3   # NDRPDR sel
705         - 5   # NDRPDR sel
706         - 6   # NDRPDR sel
707         - 13  # NDRPDR sel
708         - 14  # NDRPDR sel
709         - 15  # NDRPDR sel
710         - 18  # NDRPDR sel
711         - 19  # NDRPDR sel
712         - 20  # NDRPDR sel
713     dpdk-performance-changes-3n-hsw-cmp:
714       csit-dpdk-perf-verify-1908-3n-hsw:
715         - 2   # NDRPDR sel
716         - 3   # NDRPDR sel
717         - 4   # NDRPDR sel
718         - 5   # NDRPDR sel
719         - 6   # NDRPDR sel
720         - 7   # NDRPDR sel
721         - 8   # NDRPDR sel
722         - 9   # NDRPDR sel
723         - 10  # NDRPDR sel
724         - 11  # NDRPDR sel
725     dpdk-performance-changes-3n-hsw:
726       - "dpdk-performance-changes-3n-hsw-h1"
727       - "dpdk-performance-changes-3n-hsw-ref"
728       - "dpdk-performance-changes-3n-hsw-cmp"
729
730     dpdk-performance-changes-3n-skx-h1:
731       csit-dpdk-perf-verify-1901-3n-skx:
732         - 3   # NDRPDR sel
733         - 5   # NDRPDR sel
734         - 6   # NDRPDR sel
735         - 7   # NDRPDR sel
736         - 8   # NDRPDR sel
737         - 9   # NDRPDR sel
738         - 10  # NDRPDR sel
739         - 11  # NDRPDR sel
740         - 12  # NDRPDR sel
741         - 13  # NDRPDR sel
742     dpdk-performance-changes-3n-skx-ref:
743       csit-dpdk-perf-verify-1904-3n-skx:
744         - 2   # NDRPDR sel
745         - 3   # NDRPDR sel
746         - 4   # NDRPDR sel
747         - 5   # NDRPDR sel
748         - 6   # NDRPDR sel
749         - 7   # NDRPDR sel
750         - 11  # NDRPDR sel
751         - 12  # NDRPDR sel
752         - 13  # NDRPDR sel
753         - 14  # NDRPDR sel
754     dpdk-performance-changes-3n-skx-cmp:
755       csit-dpdk-perf-verify-1908-3n-skx:
756         - 3   # NDRPDR sel
757         - 4   # NDRPDR sel
758         - 5   # NDRPDR sel
759         - 6   # NDRPDR sel
760         - 7   # NDRPDR sel
761         - 8   # NDRPDR sel
762         - 9   # NDRPDR sel
763         - 10  # NDRPDR sel
764         - 11  # NDRPDR sel
765         - 12  # NDRPDR sel
766     dpdk-performance-changes-3n-skx:
767       - "dpdk-performance-changes-3n-skx-h1"
768       - "dpdk-performance-changes-3n-skx-ref"
769       - "dpdk-performance-changes-3n-skx-cmp"
770
771     dpdk-performance-changes-2n-skx-h1:
772       csit-dpdk-perf-verify-1901-2n-skx:
773         - 12  # NDRPDR sel
774         - 13  # NDRPDR sel
775         - 14  # NDRPDR sel
776         - 15  # NDRPDR sel
777         - 16  # NDRPDR sel
778         - 17  # NDRPDR sel
779         - 18  # NDRPDR sel
780         - 19  # NDRPDR sel
781         - 20  # NDRPDR sel
782         - 21  # NDRPDR sel
783     dpdk-performance-changes-2n-skx-ref:
784       csit-dpdk-perf-verify-1904-2n-skx:
785         - 2   # NDRPDR sel
786         - 3   # NDRPDR sel
787         - 4   # NDRPDR sel
788         - 5   # NDRPDR sel
789         - 7   # NDRPDR sel
790         - 8   # NDRPDR sel
791         - 9   # NDRPDR sel
792         - 10  # NDRPDR sel
793         - 11  # NDRPDR sel
794         - 12  # NDRPDR sel
795     dpdk-performance-changes-2n-skx-cmp:
796       csit-dpdk-perf-verify-1908-2n-skx:
797         - 2   # NDRPDR sel
798         - 3   # NDRPDR sel
799         - 4   # NDRPDR sel
800         - 5   # NDRPDR sel
801         - 7   # NDRPDR sel
802         - 8   # NDRPDR sel
803         - 9   # NDRPDR sel
804         - 10  # NDRPDR sel
805         - 11  # NDRPDR sel
806         - 12  # NDRPDR sel
807     dpdk-performance-changes-2n-skx:
808       - "dpdk-performance-changes-2n-skx-h1"
809       - "dpdk-performance-changes-2n-skx-ref"
810       - "dpdk-performance-changes-2n-skx-cmp"
811
812     # Compare testbeds
813
814     vpp-compare-testbeds-ref:
815       csit-vpp-perf-verify-1908-3n-hsw:
816         - 12  # NDRPDR sel
817         - 13  # NDRPDR sel
818         - 14  # NDRPDR sel
819         - 15  # NDRPDR sel
820         - 16  # NDRPDR sel
821         - 17  # NDRPDR sel
822         - 18  # NDRPDR sel
823         - 19  # NDRPDR sel
824         - 20  # NDRPDR sel
825         - 21  # NDRPDR sel
826     vpp-compare-testbeds-cmp:
827       csit-vpp-perf-verify-1908-3n-skx:
828         - 14  # NDRPDR sel
829         - 16  # NDRPDR sel
830         - 19  # NDRPDR sel
831         - 20  # NDRPDR sel
832         - 22  # NDRPDR sel
833         - 23  # NDRPDR sel
834         - 24  # NDRPDR sel
835         - 25  # NDRPDR sel
836         - 26  # NDRPDR sel
837         - 29  # NDRPDR sel
838     vpp-compare-testbeds:
839       - "vpp-compare-testbeds-ref"
840       - "vpp-compare-testbeds-cmp"
841
842     vpp-compare-testbeds-mrr-ref:
843       csit-vpp-perf-verify-1908-3n-hsw:
844         - 39  # MRR sel
845     vpp-compare-testbeds-mrr-cmp:
846       csit-vpp-perf-verify-1908-3n-skx:
847         - 36  # MRR sel
848     vpp-compare-testbeds-mrr:
849       - "vpp-compare-testbeds-mrr-ref"
850       - "vpp-compare-testbeds-mrr-cmp"
851
852     dpdk-compare-testbeds-ref:
853       csit-dpdk-perf-verify-1908-3n-hsw:
854         - 2   # NDRPDR sel
855         - 3   # NDRPDR sel
856         - 4   # NDRPDR sel
857         - 5   # NDRPDR sel
858         - 6   # NDRPDR sel
859         - 7   # NDRPDR sel
860         - 8   # NDRPDR sel
861         - 9   # NDRPDR sel
862         - 10  # NDRPDR sel
863         - 11  # NDRPDR sel
864     dpdk-compare-testbeds-cmp:
865       csit-dpdk-perf-verify-1908-3n-skx:
866         - 3   # NDRPDR sel
867         - 4   # NDRPDR sel
868         - 5   # NDRPDR sel
869         - 6   # NDRPDR sel
870         - 7   # NDRPDR sel
871         - 8   # NDRPDR sel
872         - 9   # NDRPDR sel
873         - 10  # NDRPDR sel
874         - 11  # NDRPDR sel
875         - 12  # NDRPDR sel
876     dpdk-compare-testbeds:
877       - "dpdk-compare-testbeds-ref"
878       - "dpdk-compare-testbeds-cmp"
879
880     # Compare topologies
881
882     vpp-compare-topologies-ref:
883       csit-vpp-perf-verify-1908-3n-skx:
884         - 14  # NDRPDR sel
885         - 16  # NDRPDR sel
886         - 19  # NDRPDR sel
887         - 20  # NDRPDR sel
888         - 22  # NDRPDR sel
889         - 23  # NDRPDR sel
890         - 24  # NDRPDR sel
891         - 25  # NDRPDR sel
892         - 26  # NDRPDR sel
893         - 29  # NDRPDR sel
894     vpp-compare-topologies-cmp:
895       csit-vpp-perf-verify-1908-2n-skx:
896         - 26  # NDRPDR sel
897         - 27  # NDRPDR sel
898         - 34  # NDRPDR sel
899         - 35  # NDRPDR sel
900         - 36  # NDRPDR sel
901         - 42  # NDRPDR sel
902         - 43  # NDRPDR sel
903         - 44  # NDRPDR sel
904         - 45  # NDRPDR sel
905         - 46  # NDRPDR sel
906     vpp-compare-topologies:
907       - "vpp-compare-topologies-ref"
908       - "vpp-compare-topologies-cmp"
909
910     vpp-compare-topologies-mrr-ref:
911       csit-vpp-perf-verify-1908-3n-skx:
912         - 36  # MRR sel
913     vpp-compare-topologies-mrr-cmp:
914       csit-vpp-perf-verify-1908-2n-skx:
915         - 69  # MRR sel
916     vpp-compare-topologies-mrr:
917       - "vpp-compare-topologies-mrr-ref"
918       - "vpp-compare-topologies-mrr-cmp"
919
920     dpdk-compare-topologies-ref:
921       csit-dpdk-perf-verify-1908-3n-skx:
922         - 3   # NDRPDR sel
923         - 4   # NDRPDR sel
924         - 5   # NDRPDR sel
925         - 6   # NDRPDR sel
926         - 7   # NDRPDR sel
927         - 8   # NDRPDR sel
928         - 9   # NDRPDR sel
929         - 10  # NDRPDR sel
930         - 11  # NDRPDR sel
931         - 12  # NDRPDR sel
932     dpdk-compare-topologies-cmp:
933       csit-dpdk-perf-verify-1908-2n-skx:
934         - 2   # NDRPDR sel
935         - 3   # NDRPDR sel
936         - 4   # NDRPDR sel
937         - 5   # NDRPDR sel
938         - 7   # NDRPDR sel
939         - 8   # NDRPDR sel
940         - 9   # NDRPDR sel
941         - 10  # NDRPDR sel
942         - 11  # NDRPDR sel
943         - 12  # NDRPDR sel
944     dpdk-compare-topologies:
945       - "dpdk-compare-topologies-ref"
946       - "dpdk-compare-topologies-cmp"
947
948   plot-layouts:
949
950     plot-soak-throughput:
951       titlefont:
952         size: 18
953       xaxis:
954         title: "<b>Test Cases [Index]</b>"
955         titlefont:
956           size: 16
957         autorange: True
958         fixedrange: False
959         gridcolor: "rgb(230, 230, 230)"
960         linecolor: "rgb(220, 220, 220)"
961         linewidth: 1
962         showgrid: True
963         showline: True
964         showticklabels: True
965         tickcolor: "rgb(220, 220, 220)"
966         tickmode: "linear"
967         tickfont:
968           size: 16
969         zeroline: False
970       yaxis:
971         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
972         titlefont:
973           size: 16
974         gridcolor: "rgb(230, 230, 230)"
975         hoverformat: ".4r"
976         tickformat: ".3r"
977         linecolor: "rgb(220, 220, 220)"
978         linewidth: 1
979         showgrid: True
980         showline: True
981         showticklabels: True
982         tickcolor: "rgb(220, 220, 220)"
983         tickfont:
984           size: 16
985         zeroline: False
986         range: [0,50]
987       autosize: False
988       margin:
989         t: 50
990         b: 0
991         l: 80
992         r: 20
993       showlegend: True
994       legend:
995         orientation: "h"
996         font:
997           size: 16
998       width: 700
999       height: 900
1000
1001     plot-service-density:
1002       titlefont:
1003         size: 18
1004       xaxis:
1005         side: "top"
1006         autorange: True
1007         fixedrange: False
1008         showgrid: False
1009         showline: False
1010         showticklabels: False
1011         ticks: ""
1012         ticklen: 0
1013         tickwidth: 0
1014         zeroline: False
1015       yaxis:
1016         autorange: "reversed"
1017         showgrid: False
1018         showline: False
1019         showticklabels: False
1020         ticks: ""
1021         ticklen: 0
1022         tickwidth: 0
1023         zeroline: False
1024       autosize: True
1025       showlegend: False
1026       width: 700
1027       height: 700
1028
1029     plot-cps:
1030       titlefont:
1031         size: 18
1032       xaxis:
1033         title: "<b>Test Cases [Index]</b>"
1034         titlefont:
1035           size: 16
1036         autorange: True
1037         fixedrange: False
1038         gridcolor: "rgb(230, 230, 230)"
1039         linecolor: "rgb(220, 220, 220)"
1040         linewidth: 1
1041         showgrid: True
1042         showline: True
1043         showticklabels: True
1044         tickcolor: "rgb(220, 220, 220)"
1045         tickmode: "linear"
1046         tickfont:
1047           size: 16
1048         zeroline: False
1049       yaxis:
1050         title: "<b>Connections Per Second [cps]</b>"
1051         titlefont:
1052           size: 16
1053         gridcolor: "rgb(230, 230, 230)"
1054         hoverformat: ".4s"
1055         linecolor: "rgb(220, 220, 220)"
1056         linewidth: 1
1057         rangemode: "tozero"
1058         showgrid: True
1059         showline: True
1060         showticklabels: True
1061         tickcolor: "rgb(220, 220, 220)"
1062         tickformat: ".3s"
1063         tickfont:
1064           size: 16
1065         zeroline: False
1066       boxmode: "group"
1067       boxgroupgap: 0.5
1068       autosize: False
1069       margin:
1070         t: 50
1071         b: 20
1072         l: 80
1073         r: 20
1074       showlegend: True
1075       legend:
1076         orientation: "h"
1077         font:
1078           size: 16
1079       width: 700
1080       height: 800
1081
1082     plot-rps:
1083       titlefont:
1084         size: 18
1085       xaxis:
1086         title: "<b>Test Cases [Index]</b>"
1087         titlefont:
1088           size: 16
1089         autorange: True
1090         fixedrange: False
1091         gridcolor: "rgb(230, 230, 230)"
1092         linecolor: "rgb(220, 220, 220)"
1093         linewidth: 1
1094         showgrid: True
1095         showline: True
1096         showticklabels: True
1097         tickcolor: "rgb(220, 220, 220)"
1098         tickmode: "linear"
1099         tickfont:
1100           size: 16
1101         zeroline: False
1102       yaxis:
1103         title: "<b>Requests Per Second [rps]</b>"
1104         titlefont:
1105           size: 16
1106         gridcolor: "rgb(230, 230, 230)"
1107         hoverformat: ".4s"
1108         linecolor: "rgb(220, 220, 220)"
1109         linewidth: 1
1110         rangemode: "tozero"
1111         showgrid: True
1112         showline: True
1113         showticklabels: True
1114         tickcolor: "rgb(230, 230, 230)"
1115         tickformat: ".3s"
1116         tickfont:
1117           size: 16
1118         zeroline: False
1119       boxmode: "group"
1120       boxgroupgap: 0.5
1121       autosize: False
1122       margin:
1123         t: 50
1124         b: 20
1125         l: 80
1126         r: 20
1127       showlegend: True
1128       legend:
1129         orientation: "h"
1130         font:
1131           size: 16
1132       width: 700
1133       height: 800
1134
1135     plot-throughput:
1136       titlefont:
1137         size: 18
1138       xaxis:
1139         title: "<b>Test Cases [Index]</b>"
1140         titlefont:
1141           size: 16
1142         autorange: True
1143         fixedrange: False
1144         gridcolor: "rgb(230, 230, 230)"
1145         linecolor: "rgb(220, 220, 220)"
1146         linewidth: 1
1147         showgrid: True
1148         showline: True
1149         showticklabels: True
1150         tickcolor: "rgb(220, 220, 220)"
1151         tickmode: "linear"
1152         tickfont:
1153           size: 16
1154         zeroline: False
1155       yaxis:
1156         title: "<b>Packet Throughput [Mpps]</b>"
1157         titlefont:
1158           size: 16
1159         gridcolor: "rgb(230, 230, 230)"
1160         hoverformat: ".4r"
1161         tickformat: ".3r"
1162         linecolor: "rgb(220, 220, 220)"
1163         linewidth: 1
1164         showgrid: True
1165         showline: True
1166         showticklabels: True
1167         tickcolor: "rgb(220, 220, 220)"
1168         tickfont:
1169           size: 16
1170         zeroline: False
1171         range: [0,50]
1172       boxmode: "group"
1173       boxgroupgap: 0.5
1174       autosize: False
1175       margin:
1176         t: 50
1177         b: 0
1178         l: 80
1179         r: 20
1180       showlegend: True
1181       legend:
1182         orientation: "h"
1183         font:
1184           size: 16
1185       width: 700
1186       height: 900
1187
1188     plot-throughput-speedup-analysis:
1189       titlefont:
1190         size: 18
1191       xaxis:
1192         title: "<b>Number of Cores [Qty]</b>"
1193         titlefont:
1194           size: 16
1195         autorange: True
1196         fixedrange: False
1197         gridcolor: "rgb(230, 230, 230)"
1198         linecolor: "rgb(220, 220, 220)"
1199         linewidth: 1
1200         showgrid: True
1201         showline: True
1202         showticklabels: True
1203         tickcolor: "rgb(238, 238, 238)"
1204         tickmode: "linear"
1205         tickfont:
1206           size: 16
1207         zeroline: False
1208       yaxis:
1209         title: "<b>Packet Throughput [Mpps]</b>"
1210         titlefont:
1211           size: 16
1212         type: "linear"
1213         gridcolor: "rgb(230, 230, 230)"
1214         hoverformat: ".4s"
1215         linecolor: "rgb(220, 220, 220)"
1216         linewidth: 1
1217         showgrid: True
1218         showline: True
1219         showticklabels: True
1220         tickcolor: "rgb(220, 220, 220)"
1221         tickformat: ".4s"
1222         tickfont:
1223           size: 16
1224         zeroline: True
1225         rangemode: "tozero"
1226         range: [0,100]
1227       legend:
1228         orientation: "h"
1229         font:
1230           size: 16
1231         xanchor: "left"
1232         yanchor: "top"
1233         x: 0
1234         y: -0.2
1235         bgcolor: "rgba(255, 255, 255, 0)"
1236         bordercolor: "rgba(255, 255, 255, 0)"
1237         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1238       autosize: False
1239       margin:
1240           't': 50
1241           'b': 150
1242           'l': 85
1243           'r': 10
1244       showlegend: True
1245       width: 700
1246       height: 700
1247       hoverlabel:
1248         namelength: -1
1249       annotations: [
1250         {
1251           text: "_ _          __          ...",
1252           align: "left",
1253           showarrow: False,
1254           xref: "paper",
1255           yref: "paper",
1256           xanchor: "left",
1257           yanchor: "top",
1258           x: 0,
1259           y: -0.13,
1260           font: {
1261             family: "Consolas, Courier New",
1262             size: 15
1263           },
1264         },
1265         {
1266           text: "    Perfect     Measured     Limit",
1267           align: "left",
1268           showarrow: False,
1269           xref: "paper",
1270           yref: "paper",
1271           xanchor: "left",
1272           yanchor: "top",
1273           x: 0,
1274           y: -0.15,
1275           font: {
1276             family: "Consolas, Courier New",
1277             size: 15
1278           },
1279         },
1280       ]
1281
1282     plot-latency:
1283       titlefont:
1284         size: 18
1285       xaxis:
1286         title: "<b>Direction</b>"
1287         titlefont:
1288           size: 16
1289         autorange: True
1290         fixedrange: False
1291         gridcolor: "rgb(230, 230, 230)"
1292         linecolor: "rgb(220, 220, 220)"
1293         linewidth: 1
1294         showgrid: True
1295         showline: True
1296         showticklabels: False
1297         tickcolor: "rgb(220, 220, 220)"
1298         tickmode: "linear"
1299         tickfont:
1300           size: 16
1301         zeroline: False
1302       yaxis:
1303         title: "<b>Packet Latency [uSec]</b>"
1304         titlefont:
1305           size: 16
1306         type: "linear"
1307         gridcolor: "rgb(230, 230, 230)"
1308         hoverformat: ".4s"
1309         linecolor: "rgb(220, 220, 220)"
1310         linewidth: 1
1311         showgrid: True
1312         showline: True
1313         showticklabels: True
1314         tickcolor: "rgb(220, 220, 220)"
1315         tickformat: ".4s"
1316         tickfont:
1317           size: 16
1318         zeroline: True
1319         rangemode: "tozero"
1320       legend:
1321         orientation: "h"
1322         font:
1323           size: 16
1324         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1325       autosize: False
1326       margin:
1327           't': 50
1328           'b': 150
1329           'l': 80
1330           'r': 10
1331       showlegend: True
1332       width: 700
1333       height: 700
1334       hoverlabel:
1335         namelength: -1
1336
1337 - type: "static"
1338   src-path: "{DIR[RST]}"
1339   dst-path: "{DIR[WORKING,SRC]}"
1340
1341 - type: "input"
1342   general:
1343     file-name: "output_info.xml.gz"
1344     file-format: ".gz"
1345     arch-file-format:
1346       - ".gz"
1347       - ".zip"
1348     download-path: "{job}/{build}/archives/{filename}"
1349     extract: "output.xml"
1350
1351     zip-file-name: "robot-plugin.zip"
1352     zip-file-format: ".zip"
1353     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1354     zip-extract: "robot-plugin/output.xml"
1355
1356   builds:
1357
1358     csit-vpp-perf-verify-1901-3n-hsw:
1359       - 35  # MRR sel
1360       - 10  # NDRPDR sel
1361       - 19  # NDRPDR sel
1362       - 31  # NDRPDR sel
1363       - 36  # NDRPDR sel
1364       - 40  # NDRPDR sel
1365       - 42  # NDRPDR sel
1366       - 44  # NDRPDR sel
1367       - 46  # NDRPDR sel
1368       - 47  # NDRPDR sel
1369       - 48  # NDRPDR sel
1370       - 61  # NDRPDR LB
1371       - 62  # NDRPDR LB
1372       - 63  # NDRPDR LB
1373       - 64  # NDRPDR LB
1374       - 65  # NDRPDR LB
1375       - 66  # NDRPDR LB
1376       - 67  # NDRPDR LB
1377       - 69  # NDRPDR LB
1378       - 70  # NDRPDR LB
1379       - 71  # NDRPDR LB
1380     csit-vpp-perf-verify-1904-3n-hsw:
1381       - 9   # MRR sel
1382       - 11  # NDRPDR sel
1383       - 12  # NDRPDR sel
1384       - 20  # NDRPDR sel
1385       - 21  # NDRPDR sel
1386       - 23  # NDRPDR sel
1387       - 24  # NDRPDR sel
1388       - 25  # NDRPDR sel
1389       - 26  # NDRPDR sel
1390       - 29  # NDRPDR sel
1391       - 30  # NDRPDR sel
1392     csit-vpp-perf-verify-1908-3n-hsw:
1393       - 12  # NDRPDR sel
1394       - 13  # NDRPDR sel
1395       - 14  # NDRPDR sel
1396       - 15  # NDRPDR sel
1397       - 16  # NDRPDR sel
1398       - 17  # NDRPDR sel
1399       - 18  # NDRPDR sel
1400       - 19  # NDRPDR sel
1401       - 20  # NDRPDR sel
1402       - 21  # NDRPDR sel
1403       - 40  # NDRPDR sel vhost
1404       - 41  # NDRPDR sel vhost
1405       - 42  # NDRPDR sel vhost
1406       - 43  # NDRPDR sel vhost
1407       - 44  # NDRPDR sel vhost
1408       - 45  # NDRPDR sel vhost
1409       - 24  # NDRPDR full
1410       - 25  # NDRPDR full
1411       - 26  # NDRPDR full
1412       - 27  # NDRPDR full
1413       - 28  # NDRPDR full
1414       - 29  # NDRPDR full
1415       - 32  # NDRPDR full
1416       - 33  # NDRPDR full
1417       - 36  # NDRPDR full
1418       - 38  # NDRPDR full
1419       - 46  # NDRPDR full
1420       - 39  # MRR sel
1421
1422     csit-vpp-perf-verify-1901-3n-skx:
1423       - 32  # MRR sel
1424       - 18  # NDRPDR sel
1425       - 19  # NDRPDR sel
1426       - 20  # NDRPDR sel
1427       - 28  # NDRPDR sel
1428       - 31  # NDRPDR sel
1429       - 33  # NDRPDR sel
1430       - 36  # NDRPDR sel
1431       - 38  # NDRPDR sel
1432       - 47  # NDRPDR sel
1433       - 48  # NDRPDR sel
1434       - 54  # NDRPDR LB
1435       - 57  # NDRPDR LB
1436       - 58  # NDRPDR LB
1437       - 59  # NDRPDR LB
1438       - 60  # NDRPDR LB
1439       - 63  # NDRPDR LB
1440       - 64  # NDRPDR LB
1441       - 65  # NDRPDR LB
1442       - 66  # NDRPDR LB
1443       - 67  # NDRPDR LB
1444     csit-vpp-perf-verify-1904-3n-skx:
1445       - 7   # MRR sel
1446       - 8   # NDRPDR sel
1447       - 9   # NDRPDR sel
1448       - 10  # NDRPDR sel
1449       - 11  # NDRPDR sel
1450       - 12  # NDRPDR sel
1451       - 14  # NDRPDR sel
1452       - 16  # NDRPDR sel
1453       - 21  # NDRPDR sel
1454       - 23  # NDRPDR sel
1455       - 25  # NDRPDR sel
1456     # TODO: Add data
1457     csit-vpp-perf-verify-1908-3n-skx:
1458       - 14  # NDRPDR sel
1459       - 16  # NDRPDR sel
1460       - 19  # NDRPDR sel
1461       - 20  # NDRPDR sel
1462       - 22  # NDRPDR sel
1463       - 23  # NDRPDR sel
1464       - 24  # NDRPDR sel
1465       - 25  # NDRPDR sel
1466       - 26  # NDRPDR sel
1467       - 29  # NDRPDR sel
1468       - 44  # NDRPDR sel vhost
1469       - 45  # NDRPDR sel vhost
1470       - 46  # NDRPDR sel vhost
1471       - 47  # NDRPDR sel vhost
1472       - 48  # NDRPDR sel vhost
1473       - 49  # NDRPDR sel vhost
1474       - 27  # NDRPDR full
1475       - 28  # NDRPDR full
1476       - 30  # NDRPDR full
1477       - 31  # NDRPDR full
1478       - 32  # NDRPDR full
1479       - 33  # NDRPDR full
1480       - 34  # NDRPDR full
1481       - 35  # NDRPDR full
1482       - 37  # NDRPDR full
1483       - 39  # NDRPDR full
1484       - 40  # NDRPDR full
1485       - 41  # NDRPDR full
1486       - 50  # NDRPDR full
1487       - 36  # MRR sel
1488
1489     csit-vpp-perf-verify-1901-2n-skx:
1490       - 22  # MRR sel
1491       - 5   # NDRPDR sel
1492       - 12  # NDRPDR sel
1493       - 13  # NDRPDR sel
1494       - 21  # NDRPDR sel
1495       - 23  # NDRPDR sel
1496       - 31  # NDRPDR sel
1497       - 34  # NDRPDR sel
1498       - 40  # NDRPDR sel
1499       - 42  # NDRPDR sel
1500       - 43  # NDRPDR sel
1501     csit-vpp-perf-verify-1904-2n-skx:
1502       - 11  # MRR sel
1503       - 12  # NDRPDR sel
1504       - 14  # NDRPDR sel
1505       - 16  # NDRPDR sel
1506       - 17  # NDRPDR sel
1507       - 18  # NDRPDR sel
1508       - 21  # NDRPDR sel
1509       - 27  # NDRPDR sel
1510       - 30  # NDRPDR sel
1511       - 31  # NDRPDR sel
1512       - 32  # NDRPDR sel
1513     # TODO: Add data
1514     csit-vpp-perf-verify-1908-2n-skx:
1515       - 26  # NDRPDR sel
1516       - 27  # NDRPDR sel
1517       - 34  # NDRPDR sel
1518       - 35  # NDRPDR sel
1519       - 36  # NDRPDR sel
1520       - 42  # NDRPDR sel
1521       - 43  # NDRPDR sel
1522       - 44  # NDRPDR sel
1523       - 45  # NDRPDR sel
1524       - 46  # NDRPDR sel
1525       - 72  # NDRPDR sel vhost
1526       - 73  # NDRPDR sel vhost
1527       - 74  # NDRPDR sel vhost
1528       - 75  # NDRPDR sel vhost
1529       - 76  # NDRPDR sel vhost
1530       - 78  # NDRPDR sel vhost
1531       - 84  # NDRPDR sel vhost
1532       - 85  # NDRPDR sel vhost
1533       - 48  # NDRPDR full
1534       - 49  # NDRPDR full
1535       - 50  # NDRPDR full
1536       - 51  # NDRPDR full
1537       - 54  # NDRPDR full
1538       - 55  # NDRPDR full
1539       - 79  # NDRPDR full vhost
1540       - 69  # MRR sel
1541       - 29  # TCP
1542       - 30  # TCP
1543       - 58  # TCP
1544       - 59  # TCP
1545       - 60  # TCP
1546       - 61  # TCP
1547       - 62  # TCP
1548       - 63  # TCP
1549       - 64  # TCP
1550       - 65  # TCP
1551       - 22  # NFV
1552       - 31  # NFV
1553       - 32  # NFV
1554       - 37  # NFV
1555       - 38  # NFV
1556       - 39  # NFV
1557       - 53  # NFV
1558       - 67  # NFV
1559       - 68  # NFV
1560       - 70  # NFV
1561       - 71  # NFV MRR
1562       - 83  # SOAK
1563       - 86  # SOAK
1564
1565     csit-vpp-perf-verify-1908-3n-tsh:
1566       - 7   # NDRPDR sel
1567       - 8   # NDRPDR sel
1568       - 9   # NDRPDR sel
1569       - 10  # NDRPDR sel
1570       - 11  # NDRPDR sel
1571       - 12  # NDRPDR sel
1572       - 13  # NDRPDR sel
1573       - 14  # NDRPDR sel
1574       - 15  # NDRPDR sel
1575       - 16  # NDRPDR sel
1576
1577     csit-vpp-perf-verify-1908-3n-dnv:
1578       - 6   # NDRPDR sel
1579       - 7   # NDRPDR sel
1580       - 8   # NDRPDR sel
1581       - 9   # NDRPDR sel
1582       - 10  # NDRPDR sel
1583       - 12  # NDRPDR sel
1584       - 13  # NDRPDR sel
1585       - 14  # NDRPDR sel
1586       - 15  # NDRPDR sel
1587       - 16  # NDRPDR sel
1588       - 17  # MRR sel
1589
1590     csit-vpp-perf-verify-1908-2n-dnv:
1591       - 1   # NDRPDR sel
1592       - 2   # NDRPDR sel
1593       - 3   # NDRPDR sel
1594       - 4   # NDRPDR sel
1595       - 5   # NDRPDR sel
1596       - 6   # NDRPDR sel
1597       - 7   # NDRPDR sel
1598       - 8   # NDRPDR sel
1599       - 9   # NDRPDR sel
1600       - 10  # NDRPDR sel
1601       - 11  # MRR sel
1602
1603     csit-dpdk-perf-verify-1901-3n-hsw:
1604       - 13  # NDRPDR sel
1605       - 14  # NDRPDR sel
1606       - 16  # NDRPDR sel
1607       - 17  # NDRPDR sel
1608       - 18  # NDRPDR sel
1609       - 19  # NDRPDR sel
1610       - 20  # NDRPDR sel
1611       - 21  # NDRPDR sel
1612       - 22  # NDRPDR sel
1613       - 23  # NDRPDR sel
1614     csit-dpdk-perf-verify-1904-3n-hsw:
1615       - 2   # NDRPDR sel
1616       - 3   # NDRPDR sel
1617       - 5   # NDRPDR sel
1618       - 6   # NDRPDR sel
1619       - 13  # NDRPDR sel
1620       - 14  # NDRPDR sel
1621       - 15  # NDRPDR sel
1622       - 18  # NDRPDR sel
1623       - 19  # NDRPDR sel
1624       - 20  # NDRPDR sel
1625     csit-dpdk-perf-verify-1908-3n-hsw:
1626       - 2   # NDRPDR sel
1627       - 3   # NDRPDR sel
1628       - 4   # NDRPDR sel
1629       - 5   # NDRPDR sel
1630       - 6   # NDRPDR sel
1631       - 7   # NDRPDR sel
1632       - 8   # NDRPDR sel
1633       - 9   # NDRPDR sel
1634       - 10  # NDRPDR sel
1635       - 11  # NDRPDR sel
1636
1637     csit-dpdk-perf-verify-1901-3n-skx:
1638       - 3   # NDRPDR sel
1639       - 5   # NDRPDR sel
1640       - 6   # NDRPDR sel
1641       - 7   # NDRPDR sel
1642       - 8   # NDRPDR sel
1643       - 9   # NDRPDR sel
1644       - 10  # NDRPDR sel
1645       - 11  # NDRPDR sel
1646       - 12  # NDRPDR sel
1647       - 13  # NDRPDR sel
1648     csit-dpdk-perf-verify-1904-3n-skx:
1649       - 2   # NDRPDR sel
1650       - 3   # NDRPDR sel
1651       - 4   # NDRPDR sel
1652       - 5   # NDRPDR sel
1653       - 6   # NDRPDR sel
1654       - 7   # NDRPDR sel
1655       - 11  # NDRPDR sel
1656       - 12  # NDRPDR sel
1657       - 13  # NDRPDR sel
1658       - 14  # NDRPDR sel
1659     csit-dpdk-perf-verify-1908-3n-skx:
1660       - 3   # NDRPDR sel
1661       - 4   # NDRPDR sel
1662       - 5   # NDRPDR sel
1663       - 6   # NDRPDR sel
1664       - 7   # NDRPDR sel
1665       - 8   # NDRPDR sel
1666       - 9   # NDRPDR sel
1667       - 10  # NDRPDR sel
1668       - 11  # NDRPDR sel
1669       - 12  # NDRPDR sel
1670
1671     csit-dpdk-perf-verify-1901-2n-skx:
1672       - 12  # NDRPDR sel
1673       - 13  # NDRPDR sel
1674       - 14  # NDRPDR sel
1675       - 15  # NDRPDR sel
1676       - 16  # NDRPDR sel
1677       - 17  # NDRPDR sel
1678       - 18  # NDRPDR sel
1679       - 19  # NDRPDR sel
1680       - 20  # NDRPDR sel
1681       - 21  # NDRPDR sel
1682     csit-dpdk-perf-verify-1904-2n-skx:
1683       - 2   # NDRPDR sel
1684       - 3   # NDRPDR sel
1685       - 4   # NDRPDR sel
1686       - 5   # NDRPDR sel
1687       - 7   # NDRPDR sel
1688       - 8   # NDRPDR sel
1689       - 9   # NDRPDR sel
1690       - 10  # NDRPDR sel
1691       - 11  # NDRPDR sel
1692       - 12  # NDRPDR sel
1693     csit-dpdk-perf-verify-1908-2n-skx:
1694       - 2   # NDRPDR sel
1695       - 3   # NDRPDR sel
1696       - 4   # NDRPDR sel
1697       - 5   # NDRPDR sel
1698       - 7   # NDRPDR sel
1699       - 8   # NDRPDR sel
1700       - 9   # NDRPDR sel
1701       - 10  # NDRPDR sel
1702       - 11  # NDRPDR sel
1703       - 12  # NDRPDR sel
1704
1705     csit-vpp-functional-1908-ubuntu1604-virl:
1706       - 64
1707     csit-vpp-functional-1908-centos7-virl:
1708       - 64
1709     csit-vpp-device-1908-ubuntu1804-1n-skx:
1710       - 65
1711
1712 - type: "output"
1713   output: "report"
1714   format:
1715     html:
1716     - full
1717 #    pdf:
1718 #    - minimal
1719
1720 ################################################################################
1721 ###                               T A B L E S                                ###
1722 ################################################################################
1723
1724 # VPP Soak vs NDR
1725 - type: "table"
1726   title: "VPP Soak vs NDR 2n-skx"
1727   algorithm: "table_soak_vs_ndr"
1728   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
1729   reference:
1730     title: "NDR"
1731     data: "vpp-soak-vs-ndr-2n-skx-ref"
1732   compare:
1733     title: "Soak"
1734     data: "vpp-soak-vs-ndr-2n-skx-cmp"
1735   data: "vpp-soak-vs-ndr-2n-skx"
1736   include-tests: "NDR"
1737   filter: "('NDRPDR' or 'SOAK')"
1738   parameters:
1739     - "throughput"
1740     - "name"
1741     - "parent"
1742
1743 ################################################################################
1744
1745 # VPP Compare NICs 3n-skx 2t1c ndr
1746 - type: "table"
1747   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1748   algorithm: "table_nics_comparison"
1749   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1750   reference:
1751     title: "x710"
1752     nic: "NIC_Intel-X710"
1753   compare:
1754     title: "xxv710"
1755     nic: "NIC_Intel-XXV710"
1756   data: "vpp-nic-comparison-3n-skx"
1757   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1758   filter: "'2T1C' and 'NDRPDR'"
1759   parameters:
1760   - "name"
1761   - "parent"
1762   - "throughput"
1763   - "tags"
1764
1765 # VPP Compare NICs 3n-skx 4t2c ndr
1766 - type: "table"
1767   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1768   algorithm: "table_nics_comparison"
1769   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1770   reference:
1771     title: "x710"
1772     nic: "NIC_Intel-X710"
1773   compare:
1774     title: "xxv710"
1775     nic: "NIC_Intel-XXV710"
1776   data: "vpp-nic-comparison-3n-skx"
1777   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1778   filter: "'4T2C' and 'NDRPDR'"
1779   parameters:
1780   - "name"
1781   - "parent"
1782   - "throughput"
1783   - "tags"
1784
1785 # VPP Compare NICs 3n-skx 2t1c pdr
1786 - type: "table"
1787   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1788   algorithm: "table_nics_comparison"
1789   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1790   reference:
1791     title: "x710"
1792     nic: "NIC_Intel-X710"
1793   compare:
1794     title: "xxv710"
1795     nic: "NIC_Intel-XXV710"
1796   data: "vpp-nic-comparison-3n-skx"
1797   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1798   filter: "'2T1C' and 'NDRPDR'"
1799   parameters:
1800   - "name"
1801   - "parent"
1802   - "throughput"
1803   - "tags"
1804
1805  # VPP Compare NICs 3n-skx 4t2c pdr
1806 - type: "table"
1807   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1808   algorithm: "table_nics_comparison"
1809   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1810   reference:
1811     title: "x710"
1812     nic: "NIC_Intel-X710"
1813   compare:
1814     title: "xxv710"
1815     nic: "NIC_Intel-XXV710"
1816   data: "vpp-nic-comparison-3n-skx"
1817   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1818   filter: "'4T2C' and 'NDRPDR'"
1819   parameters:
1820   - "name"
1821   - "parent"
1822   - "throughput"
1823   - "tags"
1824
1825 # VPP Compare NICs 3n-skx 2t1c mrr
1826 - type: "table"
1827   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1828   algorithm: "table_nics_comparison"
1829   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1830   reference:
1831     title: "x710"
1832     nic: "NIC_Intel-X710"
1833   compare:
1834     title: "xxv710"
1835     nic: "NIC_Intel-XXV710"
1836   data: "vpp-nic-comparison-3n-skx-mrr"
1837   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1838   filter: "'2T1C' and 'MRR'"
1839   parameters:
1840   - "name"
1841   - "parent"
1842   - "result"
1843   - "tags"
1844
1845 # VPP Compare NICs 3n-skx 4t2c mrr
1846 - type: "table"
1847   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1848   algorithm: "table_nics_comparison"
1849   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1850   reference:
1851     title: "x710"
1852     nic: "NIC_Intel-X710"
1853   compare:
1854     title: "xxv710"
1855     nic: "NIC_Intel-XXV710"
1856   data: "vpp-nic-comparison-3n-skx-mrr"
1857   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1858   filter: "'4T2C' and 'MRR'"
1859   parameters:
1860   - "name"
1861   - "parent"
1862   - "result"
1863   - "tags"
1864
1865  # VPP Compare NICs 3n-skx 8t4c mrr
1866 - type: "table"
1867   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1868   algorithm: "table_nics_comparison"
1869   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1870   reference:
1871     title: "x710"
1872     nic: "NIC_Intel-X710"
1873   compare:
1874     title: "xxv710"
1875     nic: "NIC_Intel-XXV710"
1876   data: "vpp-nic-comparison-3n-skx-mrr"
1877   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1878   filter: "'8T4C' and 'MRR'"
1879   parameters:
1880   - "name"
1881   - "parent"
1882   - "result"
1883   - "tags"
1884
1885 # VPP Compare NICs 2n-skx 2t1c ndr
1886 - type: "table"
1887   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1888   algorithm: "table_nics_comparison"
1889   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1890   reference:
1891     title: "x710"
1892     nic: "NIC_Intel-X710"
1893   compare:
1894     title: "xxv710"
1895     nic: "NIC_Intel-XXV710"
1896   data: "vpp-nic-comparison-2n-skx"
1897   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1898   filter: "'2T1C' and 'NDRPDR'"
1899   parameters:
1900   - "name"
1901   - "parent"
1902   - "throughput"
1903   - "tags"
1904
1905 # VPP Compare NICs 2n-skx 4t2c ndr
1906 - type: "table"
1907   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1908   algorithm: "table_nics_comparison"
1909   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1910   reference:
1911     title: "x710"
1912     nic: "NIC_Intel-X710"
1913   compare:
1914     title: "xxv710"
1915     nic: "NIC_Intel-XXV710"
1916   data: "vpp-nic-comparison-2n-skx"
1917   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1918   filter: "'4T2C' and 'NDRPDR'"
1919   parameters:
1920   - "name"
1921   - "parent"
1922   - "throughput"
1923   - "tags"
1924
1925  # VPP Compare NICs 2n-skx 2t1c pdr
1926 - type: "table"
1927   title: "VPP Compare NICs 2n-skx 2t1c pdr"
1928   algorithm: "table_nics_comparison"
1929   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1930   reference:
1931     title: "x710"
1932     nic: "NIC_Intel-X710"
1933   compare:
1934     title: "xxv710"
1935     nic: "NIC_Intel-XXV710"
1936   data: "vpp-nic-comparison-2n-skx"
1937   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1938   filter: "'2T1C' and 'NDRPDR'"
1939   parameters:
1940   - "name"
1941   - "parent"
1942   - "throughput"
1943   - "tags"
1944
1945 # VPP Compare NICs 2n-skx 4t2c pdr
1946 - type: "table"
1947   title: "VPP Compare NICs 2n-skx 4t2c pdr"
1948   algorithm: "table_nics_comparison"
1949   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
1950   reference:
1951     title: "x710"
1952     nic: "NIC_Intel-X710"
1953   compare:
1954     title: "xxv710"
1955     nic: "NIC_Intel-XXV710"
1956   data: "vpp-nic-comparison-2n-skx"
1957   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1958   filter: "'4T2C' and 'NDRPDR'"
1959   parameters:
1960   - "name"
1961   - "parent"
1962   - "throughput"
1963   - "tags"
1964
1965 # VPP Compare NICs 2n-skx 2t1c mrr
1966 - type: "table"
1967   title: "VPP Compare NICs 2n-skx 2t1c mrr"
1968   algorithm: "table_nics_comparison"
1969   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
1970   reference:
1971     title: "x710"
1972     nic: "NIC_Intel-X710"
1973   compare:
1974     title: "xxv710"
1975     nic: "NIC_Intel-XXV710"
1976   data: "vpp-nic-comparison-2n-skx-mrr"
1977   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1978   filter: "'2T1C' and 'MRR'"
1979   parameters:
1980   - "name"
1981   - "parent"
1982   - "result"
1983   - "tags"
1984
1985 # VPP Compare NICs 2n-skx 4t2c mrr
1986 - type: "table"
1987   title: "VPP Compare NICs 2n-skx 4t2c mrr"
1988   algorithm: "table_nics_comparison"
1989   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
1990   reference:
1991     title: "x710"
1992     nic: "NIC_Intel-X710"
1993   compare:
1994     title: "xxv710"
1995     nic: "NIC_Intel-XXV710"
1996   data: "vpp-nic-comparison-2n-skx-mrr"
1997   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1998   filter: "'4T2C' and 'MRR'"
1999   parameters:
2000   - "name"
2001   - "parent"
2002   - "result"
2003   - "tags"
2004
2005 # VPP Compare NICs 2n-skx 8t4c mrr
2006 - type: "table"
2007   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2008   algorithm: "table_nics_comparison"
2009   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2010   reference:
2011     title: "x710"
2012     nic: "NIC_Intel-X710"
2013   compare:
2014     title: "xxv710"
2015     nic: "NIC_Intel-XXV710"
2016   data: "vpp-nic-comparison-2n-skx-mrr"
2017   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2018   filter: "'8T4C' and 'MRR'"
2019   parameters:
2020   - "name"
2021   - "parent"
2022   - "result"
2023   - "tags"
2024
2025 ################################################################################
2026 # VPP
2027
2028 # VPP Performance Changes 3n-hsw 1t1c pdr
2029 - type: "table"
2030   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2031   algorithm: "table_performance_comparison"
2032   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2033   history:
2034     - title: "rls1901"
2035       data: "vpp-performance-changes-3n-hsw-h1"
2036   reference:
2037     title: "rls1904"
2038     data: "vpp-performance-changes-3n-hsw-ref"
2039   compare:
2040     title: "rls1908"
2041     data: "vpp-performance-changes-3n-hsw-cmp"
2042   data: "vpp-performance-changes-3n-hsw"
2043   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2044   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2045   parameters:
2046   - "name"
2047   - "parent"
2048   - "throughput"
2049
2050 # VPP Performance Changes 3n-hsw 2t2c pdr
2051 - type: "table"
2052   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2053   algorithm: "table_performance_comparison"
2054   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2055   history:
2056     - title: "rls1901"
2057       data: "vpp-performance-changes-3n-hsw-h1"
2058   reference:
2059     title: "rls1904"
2060     data: "vpp-performance-changes-3n-hsw-ref"
2061   compare:
2062     title: "rls1908"
2063     data: "vpp-performance-changes-3n-hsw-cmp"
2064   data: "vpp-performance-changes-3n-hsw"
2065   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2066   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2067   parameters:
2068   - "name"
2069   - "parent"
2070   - "throughput"
2071
2072 # VPP Performance Changes 3n-hsw 1t1c ndr
2073 - type: "table"
2074   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2075   algorithm: "table_performance_comparison"
2076   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2077   history:
2078     - title: "rls1901"
2079       data: "vpp-performance-changes-3n-hsw-h1"
2080   reference:
2081     title: "rls1904"
2082     data: "vpp-performance-changes-3n-hsw-ref"
2083   compare:
2084     title: "rls1908"
2085     data: "vpp-performance-changes-3n-hsw-cmp"
2086   data: "vpp-performance-changes-3n-hsw"
2087   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2088   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2089   parameters:
2090   - "name"
2091   - "parent"
2092   - "throughput"
2093
2094 # VPP Performance Changes 3n-hsw 2t2c ndr
2095 - type: "table"
2096   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2097   algorithm: "table_performance_comparison"
2098   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2099   history:
2100     - title: "rls1901"
2101       data: "vpp-performance-changes-3n-hsw-h1"
2102   reference:
2103     title: "rls1904"
2104     data: "vpp-performance-changes-3n-hsw-ref"
2105   compare:
2106     title: "rls1908"
2107     data: "vpp-performance-changes-3n-hsw-cmp"
2108   data: "vpp-performance-changes-3n-hsw"
2109   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2110   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2111   parameters:
2112   - "name"
2113   - "parent"
2114   - "throughput"
2115
2116 # VPP Performance Changes 3n-skx 2t1c pdr
2117 - type: "table"
2118   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2119   algorithm: "table_performance_comparison_nic"
2120   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2121   history:
2122     - title: "rls1901 x710"
2123       data: "vpp-performance-changes-3n-skx-h1"
2124       nic: "NIC_Intel-X710"
2125   reference:
2126     title: "rls1904 x710"
2127     data: "vpp-performance-changes-3n-skx-ref"
2128     nic: "NIC_Intel-X710"
2129   compare:
2130     title: "rls1908 xxv710"
2131     data: "vpp-performance-changes-3n-skx-cmp"
2132     nic: "NIC_Intel-XXV710"
2133   data: "vpp-performance-changes-3n-skx"
2134   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2135   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2136   parameters:
2137   - "name"
2138   - "parent"
2139   - "throughput"
2140   - "tags"
2141
2142 # VPP Performance Changes 3n-skx 4t2c pdr
2143 - type: "table"
2144   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2145   algorithm: "table_performance_comparison_nic"
2146   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2147   history:
2148     - title: "rls1901 x710"
2149       data: "vpp-performance-changes-3n-skx-h1"
2150       nic: "NIC_Intel-X710"
2151   reference:
2152     title: "rls1904 x710"
2153     data: "vpp-performance-changes-3n-skx-ref"
2154     nic: "NIC_Intel-X710"
2155   compare:
2156     title: "rls1908 xxv710"
2157     data: "vpp-performance-changes-3n-skx-cmp"
2158     nic: "NIC_Intel-XXV710"
2159   data: "vpp-performance-changes-3n-skx"
2160   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2161   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2162   parameters:
2163   - "name"
2164   - "parent"
2165   - "throughput"
2166   - "tags"
2167
2168 # VPP Performance Changes 3n-skx 2t1c ndr
2169 - type: "table"
2170   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2171   algorithm: "table_performance_comparison_nic"
2172   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2173   history:
2174     - title: "rls1901 x710"
2175       data: "vpp-performance-changes-3n-skx-h1"
2176       nic: "NIC_Intel-X710"
2177   reference:
2178     title: "rls1904 x710"
2179     data: "vpp-performance-changes-3n-skx-ref"
2180     nic: "NIC_Intel-X710"
2181   compare:
2182     title: "rls1908 xxv710"
2183     data: "vpp-performance-changes-3n-skx-cmp"
2184     nic: "NIC_Intel-XXV710"
2185   data: "vpp-performance-changes-3n-skx"
2186   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2187   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2188   parameters:
2189   - "name"
2190   - "parent"
2191   - "throughput"
2192   - "tags"
2193
2194 # VPP Performance Changes 3n-skx 4t2c ndr
2195 - type: "table"
2196   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2197   algorithm: "table_performance_comparison_nic"
2198   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2199   history:
2200     - title: "rls1901 x710"
2201       data: "vpp-performance-changes-3n-skx-h1"
2202       nic: "NIC_Intel-X710"
2203   reference:
2204     title: "rls1904 x710"
2205     data: "vpp-performance-changes-3n-skx-ref"
2206     nic: "NIC_Intel-X710"
2207   compare:
2208     title: "rls1908 xxv710"
2209     data: "vpp-performance-changes-3n-skx-cmp"
2210     nic: "NIC_Intel-XXV710"
2211   data: "vpp-performance-changes-3n-skx"
2212   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2213   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2214   parameters:
2215   - "name"
2216   - "parent"
2217   - "throughput"
2218   - "tags"
2219
2220 # VPP Performance Changes 2n-skx 2t1c pdr
2221 - type: "table"
2222   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2223   algorithm: "table_performance_comparison_nic"
2224   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2225   history:
2226     - title: "rls1901 x710"
2227       data: "vpp-performance-changes-2n-skx-h1"
2228       nic: "NIC_Intel-X710"
2229   reference:
2230     title: "rls1904 x710"
2231     data: "vpp-performance-changes-2n-skx-ref"
2232     nic: "NIC_Intel-X710"
2233   compare:
2234     title: "rls1908 xxv710"
2235     data: "vpp-performance-changes-2n-skx-cmp"
2236     nic: "NIC_Intel-XXV710"
2237   data: "vpp-performance-changes-2n-skx"
2238   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2239   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2240   parameters:
2241   - "name"
2242   - "parent"
2243   - "throughput"
2244   - "tags"
2245
2246 # VPP Performance Changes 2n-skx 4t2c pdr
2247 - type: "table"
2248   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2249   algorithm: "table_performance_comparison_nic"
2250   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2251   history:
2252     - title: "rls1901 x710"
2253       data: "vpp-performance-changes-2n-skx-h1"
2254       nic: "NIC_Intel-X710"
2255   reference:
2256     title: "rls1904 x710"
2257     data: "vpp-performance-changes-2n-skx-ref"
2258     nic: "NIC_Intel-X710"
2259   compare:
2260     title: "rls1908 xxv710"
2261     data: "vpp-performance-changes-2n-skx-cmp"
2262     nic: "NIC_Intel-XXV710"
2263   data: "vpp-performance-changes-2n-skx"
2264   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2265   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2266   parameters:
2267   - "name"
2268   - "parent"
2269   - "throughput"
2270   - "tags"
2271
2272 # VPP Performance Changes 2n-skx 2t1c ndr
2273 - type: "table"
2274   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2275   algorithm: "table_performance_comparison_nic"
2276   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2277   history:
2278     - title: "rls1901 x710"
2279       data: "vpp-performance-changes-2n-skx-h1"
2280       nic: "NIC_Intel-X710"
2281   reference:
2282     title: "rls1904 x710"
2283     data: "vpp-performance-changes-2n-skx-ref"
2284     nic: "NIC_Intel-X710"
2285   compare:
2286     title: "rls1908 xxv710"
2287     data: "vpp-performance-changes-2n-skx-cmp"
2288     nic: "NIC_Intel-XXV710"
2289   data: "vpp-performance-changes-2n-skx"
2290   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2291   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2292   parameters:
2293   - "name"
2294   - "parent"
2295   - "throughput"
2296   - "tags"
2297
2298 # VPP Performance Changes 2n-skx 4t2c ndr
2299 - type: "table"
2300   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2301   algorithm: "table_performance_comparison_nic"
2302   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2303   history:
2304     - title: "rls1901 x710"
2305       data: "vpp-performance-changes-2n-skx-h1"
2306       nic: "NIC_Intel-X710"
2307   reference:
2308     title: "rls1904 x710"
2309     data: "vpp-performance-changes-2n-skx-ref"
2310     nic: "NIC_Intel-X710"
2311   compare:
2312     title: "rls1908 xxv710"
2313     data: "vpp-performance-changes-2n-skx-cmp"
2314     nic: "NIC_Intel-XXV710"
2315   data: "vpp-performance-changes-2n-skx"
2316   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2317   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2318   parameters:
2319   - "name"
2320   - "parent"
2321   - "throughput"
2322   - "tags"
2323
2324 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2325 - type: "table"
2326   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2327   algorithm: "table_performance_comparison_nic"
2328   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2329   reference:
2330     title: "3n-hsw xl710"
2331     data: "vpp-compare-testbeds-ref"
2332     nic: "NIC_Intel-XL710"
2333   compare:
2334     title: "3n-skx xxv710"
2335     data: "vpp-compare-testbeds-cmp"
2336     nic: "NIC_Intel-XXV710"
2337   data: "vpp-compare-testbeds"
2338   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2339   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
2340   parameters:
2341   - "name"
2342   - "parent"
2343   - "throughput"
2344   - "tags"
2345
2346 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2347 - type: "table"
2348   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2349   algorithm: "table_performance_comparison_nic"
2350   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2351   reference:
2352     title: "3n-hsw xl710"
2353     data: "vpp-compare-testbeds-ref"
2354     nic: "NIC_Intel-XL710"
2355   compare:
2356     title: "3n-skx xxv710"
2357     data: "vpp-compare-testbeds-cmp"
2358     nic: "NIC_Intel-XXV710"
2359   data: "vpp-compare-testbeds"
2360   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2361   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
2362   parameters:
2363   - "name"
2364   - "parent"
2365   - "throughput"
2366   - "tags"
2367
2368 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2369 - type: "table"
2370   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2371   algorithm: "table_performance_comparison_nic"
2372   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2373   reference:
2374     title: "3n-hsw xl710"
2375     data: "vpp-compare-testbeds-ref"
2376     nic: "NIC_Intel-XL710"
2377   compare:
2378     title: "3n-skx xxv710"
2379     data: "vpp-compare-testbeds-cmp"
2380     nic: "NIC_Intel-XXV710"
2381   data: "vpp-compare-testbeds"
2382   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2383   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
2384   parameters:
2385   - "name"
2386   - "parent"
2387   - "throughput"
2388   - "tags"
2389
2390 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2391 - type: "table"
2392   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2393   algorithm: "table_performance_comparison_nic"
2394   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2395   reference:
2396     title: "3n-hsw xl710"
2397     data: "vpp-compare-testbeds-ref"
2398     nic: "NIC_Intel-XL710"
2399   compare:
2400     title: "3n-skx xxv710"
2401     data: "vpp-compare-testbeds-cmp"
2402     nic: "NIC_Intel-XXV710"
2403   data: "vpp-compare-testbeds"
2404   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2405   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
2406   parameters:
2407   - "name"
2408   - "parent"
2409   - "throughput"
2410   - "tags"
2411
2412 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2413 - type: "table"
2414   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2415   algorithm: "table_performance_comparison"
2416   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2417   reference:
2418     title: "3-Node Skx"
2419     data: "vpp-compare-topologies-ref"
2420   compare:
2421     title: "2-Node Skx"
2422     data: "vpp-compare-topologies-cmp"
2423   data: "vpp-compare-topologies"
2424   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2425   filter: "'NDRPDR' and '1C'"
2426   parameters:
2427   - "name"
2428   - "parent"
2429   - "throughput"
2430
2431 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2432 - type: "table"
2433   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2434   algorithm: "table_performance_comparison"
2435   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2436   reference:
2437     title: "3-Node Skx"
2438     data: "vpp-compare-topologies-ref"
2439   compare:
2440     title: "2-Node Skx"
2441     data: "vpp-compare-topologies-cmp"
2442   data: "vpp-compare-topologies"
2443   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2444   filter: "'NDRPDR' and '2C'"
2445   parameters:
2446   - "name"
2447   - "parent"
2448   - "throughput"
2449
2450 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2451 - type: "table"
2452   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2453   algorithm: "table_performance_comparison"
2454   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2455   reference:
2456     title: "3-Node Skx"
2457     data: "vpp-compare-topologies-ref"
2458   compare:
2459     title: "2-Node Skx"
2460     data: "vpp-compare-topologies-cmp"
2461   data: "vpp-compare-topologies"
2462   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2463   filter: "'NDRPDR' and '1C'"
2464   parameters:
2465   - "name"
2466   - "parent"
2467   - "throughput"
2468
2469 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2470 - type: "table"
2471   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2472   algorithm: "table_performance_comparison"
2473   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2474   reference:
2475     title: "3-Node Skx"
2476     data: "vpp-compare-topologies-ref"
2477   compare:
2478     title: "2-Node Skx"
2479     data: "vpp-compare-topologies-cmp"
2480   data: "vpp-compare-topologies"
2481   include-tests: "PDR"
2482   filter: "'NDRPDR' and '2C'"
2483   parameters:
2484   - "name"
2485   - "parent"
2486   - "throughput"
2487
2488 # VPP Performance Changes 3n-hsw 1t1c MRR
2489 - type: "table"
2490   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2491   algorithm: "table_performance_comparison"
2492   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2493   history:
2494     - title: "rls1901"
2495       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2496   reference:
2497     title: "rls1904"
2498     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2499   compare:
2500     title: "rls1908"
2501     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2502   data: "vpp-performance-changes-3n-hsw-mrr"
2503   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2504   filter: "'1T1C' and 'MRR' and (not 'VHOST' or 'VTS')"
2505   parameters:
2506   - "name"
2507   - "parent"
2508   - "result"
2509
2510 # VPP Performance Changes 3n-hsw 2t2c MRR
2511 - type: "table"
2512   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2513   algorithm: "table_performance_comparison"
2514   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2515   history:
2516     - title: "rls1901"
2517       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2518   reference:
2519     title: "rls1904"
2520     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2521   compare:
2522     title: "rls1908"
2523     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2524   data: "vpp-performance-changes-3n-hsw-mrr"
2525   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2526   filter: "'2T2C' and 'MRR' and (not 'VHOST' or 'VTS')"
2527   parameters:
2528   - "name"
2529   - "parent"
2530   - "result"
2531
2532 # VPP Performance Changes 3n-hsw 4t4c MRR
2533 - type: "table"
2534   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2535   algorithm: "table_performance_comparison"
2536   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2537   history:
2538     - title: "rls1901"
2539       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2540   reference:
2541     title: "rls1904"
2542     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2543   compare:
2544     title: "rls1908"
2545     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2546   data: "vpp-performance-changes-3n-hsw-mrr"
2547   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2548   filter: "'4T4C' and 'MRR' and (not 'VHOST' or 'VTS')"
2549   parameters:
2550   - "name"
2551   - "parent"
2552   - "result"
2553
2554 # VPP Performance Changes 3n-skx 2t1c MRR
2555 - type: "table"
2556   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2557   algorithm: "table_performance_comparison"
2558   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2559   history:
2560     - title: "rls1901"
2561       data: "vpp-performance-changes-3n-skx-mrr-h1"
2562   reference:
2563     title: "rls1904"
2564     data: "vpp-performance-changes-3n-skx-mrr-ref"
2565   compare:
2566     title: "rls1908"
2567     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2568   data: "vpp-performance-changes-3n-skx-mrr"
2569   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2570   filter: "'2T1C' and 'MRR' and (not 'VHOST' or 'VTS')"
2571   parameters:
2572   - "name"
2573   - "parent"
2574   - "result"
2575
2576 # VPP Performance Changes 3n-skx 4t2c MRR
2577 - type: "table"
2578   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2579   algorithm: "table_performance_comparison"
2580   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2581   history:
2582     - title: "rls1901"
2583       data: "vpp-performance-changes-3n-skx-mrr-h1"
2584   reference:
2585     title: "rls1904"
2586     data: "vpp-performance-changes-3n-skx-mrr-ref"
2587   compare:
2588     title: "rls1908"
2589     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2590   data: "vpp-performance-changes-3n-skx-mrr"
2591   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2592   filter: "'4T2C' and 'MRR' and (not 'VHOST' or 'VTS')"
2593   parameters:
2594   - "name"
2595   - "parent"
2596   - "result"
2597
2598 # VPP Performance Changes 3n-skx 8t4c MRR
2599 - type: "table"
2600   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2601   algorithm: "table_performance_comparison"
2602   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2603   history:
2604     - title: "rls1901"
2605       data: "vpp-performance-changes-3n-skx-mrr-h1"
2606   reference:
2607     title: "rls1904"
2608     data: "vpp-performance-changes-3n-skx-mrr-ref"
2609   compare:
2610     title: "rls1908"
2611     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2612   data: "vpp-performance-changes-3n-skx-mrr"
2613   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2614   filter: "'8T4C' and 'MRR' and (not 'VHOST' or 'VTS')"
2615   parameters:
2616   - "name"
2617   - "parent"
2618   - "result"
2619
2620 # VPP Performance Changes 2n-skx 2t1c MRR
2621 - type: "table"
2622   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2623   algorithm: "table_performance_comparison"
2624   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2625   history:
2626     - title: "rls1901"
2627       data: "vpp-performance-changes-2n-skx-mrr-h1"
2628   reference:
2629     title: "rls1904"
2630     data: "vpp-performance-changes-2n-skx-mrr-ref"
2631   compare:
2632     title: "rls1908"
2633     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2634   data: "vpp-performance-changes-2n-skx-mrr"
2635   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2636   filter: "'2T1C' and 'MRR' and (not 'VHOST' or 'VTS')"
2637   parameters:
2638   - "name"
2639   - "parent"
2640   - "result"
2641
2642 # VPP Performance Changes 2n-skx 4t2c MRR
2643 - type: "table"
2644   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2645   algorithm: "table_performance_comparison"
2646   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2647   history:
2648     - title: "rls1901"
2649       data: "vpp-performance-changes-2n-skx-mrr-h1"
2650   reference:
2651     title: "rls1904"
2652     data: "vpp-performance-changes-2n-skx-mrr-ref"
2653   compare:
2654     title: "rls1908"
2655     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2656   data: "vpp-performance-changes-2n-skx-mrr"
2657   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2658   filter: "'4T2C' and 'MRR' and (not 'VHOST' or 'VTS')"
2659   parameters:
2660   - "name"
2661   - "parent"
2662   - "result"
2663
2664 # VPP Performance Changes 2n-skx 8t4c MRR
2665 - type: "table"
2666   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2667   algorithm: "table_performance_comparison"
2668   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2669   history:
2670     - title: "rls1901"
2671       data: "vpp-performance-changes-2n-skx-mrr-h1"
2672   reference:
2673     title: "rls1904"
2674     data: "vpp-performance-changes-2n-skx-mrr-ref"
2675   compare:
2676     title: "rls1908"
2677     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2678   data: "vpp-performance-changes-2n-skx-mrr"
2679   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2680   filter: "'8T4C' and 'MRR' and (not 'VHOST' or 'VTS')"
2681   parameters:
2682   - "name"
2683   - "parent"
2684   - "result"
2685
2686 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2687 - type: "table"
2688   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2689   algorithm: "table_performance_comparison_nic"
2690   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2691   reference:
2692     title: "3n-hsw xl710"
2693     data: "vpp-compare-testbeds-mrr-ref"
2694     nic: "NIC_Intel-XL710"
2695   compare:
2696     title: "3n-skx xxv710"
2697     data: "vpp-compare-testbeds-mrr-cmp"
2698     nic: "NIC_Intel-XXV710"
2699   data: "vpp-compare-testbeds-mrr"
2700   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2701   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
2702   parameters:
2703   - "name"
2704   - "parent"
2705   - "result"
2706   - "tags"
2707
2708 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2709 - type: "table"
2710   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2711   algorithm: "table_performance_comparison_nic"
2712   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2713   reference:
2714     title: "3n-hsw xl710"
2715     data: "vpp-compare-testbeds-mrr-ref"
2716     nic: "NIC_Intel-XL710"
2717   compare:
2718     title: "3n-skx xxv710"
2719     data: "vpp-compare-testbeds-mrr-cmp"
2720     nic: "NIC_Intel-XXV710"
2721   data: "vpp-compare-testbeds-mrr"
2722   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2723   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
2724   parameters:
2725   - "name"
2726   - "parent"
2727   - "result"
2728   - "tags"
2729
2730 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2731 - type: "table"
2732   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2733   algorithm: "table_performance_comparison_nic"
2734   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2735   reference:
2736     title: "3n-hsw xl710"
2737     data: "vpp-compare-testbeds-mrr-ref"
2738     nic: "NIC_Intel-XL710"
2739   compare:
2740     title: "3n-skx xxv710"
2741     data: "vpp-compare-testbeds-mrr-cmp"
2742     nic: "NIC_Intel-XXV710"
2743   data: "vpp-compare-testbeds-mrr"
2744   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2745   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
2746   parameters:
2747   - "name"
2748   - "parent"
2749   - "result"
2750   - "tags"
2751
2752 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2753 - type: "table"
2754   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2755   algorithm: "table_performance_comparison"
2756   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2757   reference:
2758     title: "3-Node Skx"
2759     data: "vpp-compare-topologies-mrr-ref"
2760   compare:
2761     title: "2-Node Skx"
2762     data: "vpp-compare-topologies-mrr-cmp"
2763   data: "vpp-compare-topologies-mrr"
2764   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2765   filter: "'MRR' and '1C'"
2766   parameters:
2767   - "name"
2768   - "parent"
2769   - "result"
2770
2771 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2772 - type: "table"
2773   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2774   algorithm: "table_performance_comparison"
2775   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2776   reference:
2777     title: "3-Node Skx"
2778     data: "vpp-compare-topologies-mrr-ref"
2779   compare:
2780     title: "2-Node Skx"
2781     data: "vpp-compare-topologies-mrr-cmp"
2782   data: "vpp-compare-topologies-mrr"
2783   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2784   filter: "'MRR' and '2C'"
2785   parameters:
2786   - "name"
2787   - "parent"
2788   - "result"
2789
2790 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2791 - type: "table"
2792   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2793   algorithm: "table_performance_comparison"
2794   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2795   reference:
2796     title: "3-Node Skx"
2797     data: "vpp-compare-topologies-mrr-ref"
2798   compare:
2799     title: "2-Node Skx"
2800     data: "vpp-compare-topologies-mrr-cmp"
2801   data: "vpp-compare-topologies-mrr"
2802   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2803   filter: "'MRR' and '4C'"
2804   parameters:
2805   - "name"
2806   - "parent"
2807   - "result"
2808
2809 # Detailed Test Results - VPP Performance Results 3n-hsw
2810 - type: "table"
2811   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2812   algorithm: "table_merged_details"
2813   output-file-ext: ".csv"
2814   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2815   columns:
2816   - title: "Name"
2817     data: "data name"
2818   - title: "Status"
2819     data: "data msg"
2820   rows: "generated"
2821   data: "vpp-perf-results-3n-hsw"
2822   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2823   parameters:
2824   - "name"
2825   - "parent"
2826   - "msg"
2827
2828 # Detailed Test Results - VPP Performance Results 3n-skx
2829 - type: "table"
2830   title: "Detailed Test Results - VPP Performance Results 3n-skx"
2831   algorithm: "table_merged_details"
2832   output-file-ext: ".csv"
2833   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2834   columns:
2835   - title: "Name"
2836     data: "data name"
2837   - title: "Status"
2838     data: "data msg"
2839   rows: "generated"
2840   data: "vpp-perf-results-3n-skx"
2841   filter: "not 'CFS_OPT'"
2842   parameters:
2843   - "name"
2844   - "parent"
2845   - "msg"
2846
2847 # Detailed Test Results - VPP Performance Results 2n-skx
2848 - type: "table"
2849   title: "Detailed Test Results - VPP Performance Results 2n-skx"
2850   algorithm: "table_merged_details"
2851   output-file-ext: ".csv"
2852   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2853   columns:
2854   - title: "Name"
2855     data: "data name"
2856   - title: "Status"
2857     data: "data msg"
2858   rows: "generated"
2859   data: "vpp-perf-results-2n-skx"
2860   filter: "not 'CFS_OPT'"
2861   parameters:
2862   - "name"
2863   - "parent"
2864   - "msg"
2865
2866 # Detailed Test Results - VPP Performance Results 3n-tsh
2867 - type: "table"
2868   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
2869   algorithm: "table_merged_details"
2870   output-file-ext: ".csv"
2871   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
2872   columns:
2873   - title: "Name"
2874     data: "data name"
2875   - title: "Status"
2876     data: "data msg"
2877   rows: "generated"
2878   data: "vpp-perf-results-3n-tsh"
2879   filter: "not 'CFS_OPT'"
2880   parameters:
2881   - "name"
2882   - "parent"
2883   - "msg"
2884
2885 # Detailed Test Results - VPP Performance Results 3n-dnv
2886 - type: "table"
2887   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
2888   algorithm: "table_details"
2889   output-file-ext: ".csv"
2890   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
2891   columns:
2892   - title: "Name"
2893     data: "data name"
2894   - title: "Status"
2895     data: "data msg"
2896   rows: "generated"
2897   data: "vpp-perf-results-3n-dnv"
2898   filter: "'NDRPDR'"
2899   parameters:
2900   - "name"
2901   - "parent"
2902   - "msg"
2903
2904 # Detailed Test Results - VPP Performance Results 2n-dnv
2905 - type: "table"
2906   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
2907   algorithm: "table_details"
2908   output-file-ext: ".csv"
2909   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
2910   columns:
2911   - title: "Name"
2912     data: "data name"
2913   - title: "Status"
2914     data: "data msg"
2915   rows: "generated"
2916   data: "vpp-perf-results-2n-dnv"
2917   filter: "'NDRPDR'"
2918   parameters:
2919   - "name"
2920   - "parent"
2921   - "msg"
2922
2923 # Test configuration - VPP Performance Test Configs 3n-hsw
2924 - type: "table"
2925   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
2926   algorithm: "table_merged_details"
2927   output-file-ext: ".csv"
2928   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
2929   columns:
2930   - title: "Name"
2931     data: "data name"
2932   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2933     data: "data conf-history"
2934   rows: "generated"
2935   data: "vpp-perf-results-3n-hsw"
2936   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2937   parameters:
2938   - "parent"
2939   - "name"
2940   - "conf-history"
2941
2942 # Test configuration - VPP Performance Test Configs 3n-skx
2943 - type: "table"
2944   title: "Test configuration - VPP Performance Test Configs 3n-skx"
2945   algorithm: "table_merged_details"
2946   output-file-ext: ".csv"
2947   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
2948   columns:
2949   - title: "Name"
2950     data: "data name"
2951   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2952     data: "data conf-history"
2953   rows: "generated"
2954   data: "vpp-perf-results-3n-skx"
2955   filter: "not 'CFS_OPT'"
2956   parameters:
2957   - "parent"
2958   - "name"
2959   - "conf-history"
2960
2961 # Test configuration - VPP Performance Test Configs 2n-skx
2962 - type: "table"
2963   title: "Test configuration - VPP Performance Test Configs 2n-skx"
2964   algorithm: "table_merged_details"
2965   output-file-ext: ".csv"
2966   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
2967   columns:
2968   - title: "Name"
2969     data: "data name"
2970   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2971     data: "data conf-history"
2972   rows: "generated"
2973   data: "vpp-perf-results-2n-skx"
2974   filter: "not 'CFS_OPT'"
2975   parameters:
2976   - "parent"
2977   - "name"
2978   - "conf-history"
2979
2980 # Test configuration - VPP Performance Test Configs 3n-tsh
2981 - type: "table"
2982   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
2983   algorithm: "table_merged_details"
2984   output-file-ext: ".csv"
2985   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_test_configuration_3n_tsh"
2986   columns:
2987   - title: "Name"
2988     data: "data name"
2989   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2990     data: "data conf-history"
2991   rows: "generated"
2992   data: "vpp-perf-results-3n-tsh"
2993   filter: "not 'CFS_OPT'"
2994   parameters:
2995   - "parent"
2996   - "name"
2997   - "conf-history"
2998
2999 # Test configuration - VPP Performance Test Configs 3n-dnv
3000 - type: "table"
3001   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
3002   algorithm: "table_details"
3003   output-file-ext: ".csv"
3004   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_test_configuration_3n_dnv"
3005   columns:
3006   - title: "Name"
3007     data: "data name"
3008   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3009     data: "data conf-history"
3010   rows: "generated"
3011   data: "vpp-perf-results-3n-dnv"
3012   filter: "'NDRPDR'"
3013   parameters:
3014   - "parent"
3015   - "name"
3016   - "conf-history"
3017
3018 # Test configuration - VPP Performance Test Configs 2n-dnv
3019 - type: "table"
3020   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3021   algorithm: "table_details"
3022   output-file-ext: ".csv"
3023   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3024   columns:
3025   - title: "Name"
3026     data: "data name"
3027   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3028     data: "data conf-history"
3029   rows: "generated"
3030   data: "vpp-perf-results-2n-dnv"
3031   filter: "'NDRPDR'"
3032   parameters:
3033   - "parent"
3034   - "name"
3035   - "conf-history"
3036
3037 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3038 - type: "table"
3039   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3040   algorithm: "table_merged_details"
3041   output-file-ext: ".csv"
3042   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3043   columns:
3044   - title: "Name"
3045     data: "data name"
3046   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3047     data: "data show-run"
3048   rows: "generated"
3049   data: "vpp-perf-results-3n-hsw"
3050   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3051   parameters:
3052   - "parent"
3053   - "name"
3054   - "show-run"
3055
3056 # Test Operational Data - VPP Performance Operational Data 3n-skx
3057 - type: "table"
3058   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3059   algorithm: "table_merged_details"
3060   output-file-ext: ".csv"
3061   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3062   columns:
3063   - title: "Name"
3064     data: "data name"
3065   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3066     data: "data show-run"
3067   rows: "generated"
3068   data: "vpp-perf-results-3n-skx"
3069   filter: "not 'CFS_OPT'"
3070   parameters:
3071   - "parent"
3072   - "name"
3073   - "show-run"
3074
3075 # Test Operational Data - VPP Performance Operational Data 2n-skx
3076 - type: "table"
3077   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3078   algorithm: "table_merged_details"
3079   output-file-ext: ".csv"
3080   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3081   columns:
3082   - title: "Name"
3083     data: "data name"
3084   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3085     data: "data show-run"
3086   rows: "generated"
3087   data: "vpp-perf-results-2n-skx"
3088   filter: "not 'CFS_OPT'"
3089   parameters:
3090   - "parent"
3091   - "name"
3092   - "show-run"
3093
3094 # Test Operational Data - VPP Performance Operational Data 3n-tsh
3095 - type: "table"
3096   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
3097   algorithm: "table_merged_details"
3098   output-file-ext: ".csv"
3099   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_test_operational_3n_tsh"
3100   columns:
3101   - title: "Name"
3102     data: "data name"
3103   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3104     data: "data show-run"
3105   rows: "generated"
3106   data: "vpp-perf-results-3n-tsh"
3107   filter: "not 'CFS_OPT'"
3108   parameters:
3109   - "parent"
3110   - "name"
3111   - "show-run"
3112
3113 # Test Operational Data - VPP Performance Operational Data 3n-dnv
3114 - type: "table"
3115   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
3116   algorithm: "table_details"
3117   output-file-ext: ".csv"
3118   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_test_operational_3n_dnv"
3119   columns:
3120   - title: "Name"
3121     data: "data name"
3122   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3123     data: "data show-run"
3124   rows: "generated"
3125   data: "vpp-perf-results-3n-dnv"
3126   filter: "'NDRPDR'"
3127   parameters:
3128   - "parent"
3129   - "name"
3130   - "show-run"
3131
3132 # Test Operational Data - VPP Performance Operational Data 2n-dnv
3133 - type: "table"
3134   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3135   algorithm: "table_details"
3136   output-file-ext: ".csv"
3137   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3138   columns:
3139   - title: "Name"
3140     data: "data name"
3141   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3142     data: "data show-run"
3143   rows: "generated"
3144   data: "vpp-perf-results-2n-dnv"
3145   filter: "'NDRPDR'"
3146   parameters:
3147   - "parent"
3148   - "name"
3149   - "show-run"
3150
3151 # Detailed Test Results - VPP MRR Results 3n-hsw
3152 - type: "table"
3153   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3154   algorithm: "table_details"
3155   output-file-ext: ".csv"
3156   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3157   columns:
3158   - title: "Name"
3159     data: "data name"
3160   - title: "Status"
3161     data: "data msg"
3162   rows: "generated"
3163   data: "vpp-mrr-results-3n-hsw"
3164   filter: "'MRR'"
3165   parameters:
3166   - "name"
3167   - "parent"
3168   - "msg"
3169
3170 # Detailed Test Results - VPP MRR Results 3n-skx
3171 - type: "table"
3172   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3173   algorithm: "table_details"
3174   output-file-ext: ".csv"
3175   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3176   columns:
3177   - title: "Name"
3178     data: "data name"
3179   - title: "Status"
3180     data: "data msg"
3181   rows: "generated"
3182   data: "vpp-mrr-results-3n-skx"
3183   filter: "'MRR'"
3184   parameters:
3185   - "name"
3186   - "parent"
3187   - "msg"
3188
3189 # Detailed Test Results - VPP MRR Results 2n-skx
3190 - type: "table"
3191   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3192   algorithm: "table_details"
3193   output-file-ext: ".csv"
3194   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3195   columns:
3196   - title: "Name"
3197     data: "data name"
3198   - title: "Status"
3199     data: "data msg"
3200   rows: "generated"
3201   data: "vpp-mrr-results-2n-skx"
3202   filter: "'MRR'"
3203   parameters:
3204   - "name"
3205   - "parent"
3206   - "msg"
3207
3208 # Detailed Test Results - VPP MRR Results 3n-dnv
3209 - type: "table"
3210   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
3211   algorithm: "table_details"
3212   output-file-ext: ".csv"
3213   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
3214   columns:
3215   - title: "Name"
3216     data: "data name"
3217   - title: "Status"
3218     data: "data msg"
3219   rows: "generated"
3220   data: "vpp-mrr-results-3n-dnv"
3221   filter: "'MRR'"
3222   parameters:
3223   - "name"
3224   - "parent"
3225   - "msg"
3226
3227 # Detailed Test Results - VPP MRR Results 2n-dnv
3228 - type: "table"
3229   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3230   algorithm: "table_details"
3231   output-file-ext: ".csv"
3232   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3233   columns:
3234   - title: "Name"
3235     data: "data name"
3236   - title: "Status"
3237     data: "data msg"
3238   rows: "generated"
3239   data: "vpp-mrr-results-2n-dnv"
3240   filter: "'MRR'"
3241   parameters:
3242   - "name"
3243   - "parent"
3244   - "msg"
3245
3246 # Test configuration - VPP MRR Test Configs 3n-hsw
3247 - type: "table"
3248   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3249   algorithm: "table_details"
3250   output-file-ext: ".csv"
3251   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3252   columns:
3253   - title: "Name"
3254     data: "data name"
3255   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3256     data: "data conf-history"
3257   rows: "generated"
3258   data: "vpp-mrr-results-3n-hsw"
3259   filter: "'MRR'"
3260   parameters:
3261   - "parent"
3262   - "name"
3263   - "conf-history"
3264
3265 # Test configuration - VPP MRR Test Configs 3n-skx
3266 - type: "table"
3267   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3268   algorithm: "table_details"
3269   output-file-ext: ".csv"
3270   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3271   columns:
3272   - title: "Name"
3273     data: "data name"
3274   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3275     data: "data conf-history"
3276   rows: "generated"
3277   data: "vpp-mrr-results-3n-skx"
3278   filter: "'MRR'"
3279   parameters:
3280   - "parent"
3281   - "name"
3282   - "conf-history"
3283
3284 # Test configuration - VPP MRR Test Configs 2n-skx
3285 - type: "table"
3286   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3287   algorithm: "table_details"
3288   output-file-ext: ".csv"
3289   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3290   columns:
3291   - title: "Name"
3292     data: "data name"
3293   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3294     data: "data conf-history"
3295   rows: "generated"
3296   data: "vpp-mrr-results-2n-skx"
3297   filter: "'MRR'"
3298   parameters:
3299   - "parent"
3300   - "name"
3301   - "conf-history"
3302
3303 # Test configuration - VPP MRR Test Configs 3n-dnv
3304 - type: "table"
3305   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
3306   algorithm: "table_details"
3307   output-file-ext: ".csv"
3308   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_test_configuration_3n_dnv"
3309   columns:
3310   - title: "Name"
3311     data: "data name"
3312   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3313     data: "data conf-history"
3314   rows: "generated"
3315   data: "vpp-mrr-results-3n-dnv"
3316   filter: "'MRR'"
3317   parameters:
3318   - "parent"
3319   - "name"
3320   - "conf-history"
3321
3322 # Test configuration - VPP MRR Test Configs 2n-dnv
3323 - type: "table"
3324   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3325   algorithm: "table_details"
3326   output-file-ext: ".csv"
3327   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3328   columns:
3329   - title: "Name"
3330     data: "data name"
3331   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3332     data: "data conf-history"
3333   rows: "generated"
3334   data: "vpp-mrr-results-2n-dnv"
3335   filter: "'MRR'"
3336   parameters:
3337   - "parent"
3338   - "name"
3339   - "conf-history"
3340
3341 # Detailed Test Results - VPP Functional Results - Ubuntu
3342 - type: "table"
3343   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3344   algorithm: "table_details"
3345   output-file-ext: ".csv"
3346   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3347   columns:
3348   - title: "Name"
3349     data: "data name"
3350   - title: "Documentation"
3351     data: "data doc"
3352   - title: "Status"
3353     data: "data status"
3354   rows: "generated"
3355   data: "vpp-func-results-ubuntu"
3356   filter: "all"
3357   parameters:
3358   - "name"
3359   - "parent"
3360   - "doc"
3361   - "status"
3362
3363 # Detailed Test Results - VPP Functional Results - CentOS
3364 - type: "table"
3365   title: "Detailed Test Results - VPP Functional Results - CentOS"
3366   algorithm: "table_details"
3367   output-file-ext: ".csv"
3368   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3369   columns:
3370   - title: "Name"
3371     data: "data name"
3372   - title: "Documentation"
3373     data: "data doc"
3374   -
3375     title: "Status"
3376     data: "data status"
3377   rows: "generated"
3378   data:
3379     "vpp-func-results-centos"
3380   filter: "all"
3381   parameters:
3382   - "name"
3383   - "parent"
3384   - "doc"
3385   - "status"
3386
3387 # Test configuration - VPP Functional Test Configs - Ubuntu
3388 - type: "table"
3389   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3390   algorithm: "table_details"
3391   output-file-ext: ".csv"
3392   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3393   columns:
3394   - title: "Name"
3395     data: "data name"
3396   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3397     data: "data conf-history"
3398   rows: "generated"
3399   data: "vpp-func-results-ubuntu"
3400   filter: "all"
3401   parameters:
3402   - "parent"
3403   - "name"
3404   - "conf-history"
3405
3406 # Test configuration - VPP Functional Test Configs - CentOS
3407 - type: "table"
3408   title: "Test configuration - VPP Functional Test Configs - CentOS"
3409   algorithm: "table_details"
3410   output-file-ext: ".csv"
3411   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3412   columns:
3413   - title: "Name"
3414     data: "data name"
3415   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3416     data: "data conf-history"
3417   rows: "generated"
3418   data: "vpp-func-results-centos"
3419   filter: "all"
3420   parameters:
3421   - "parent"
3422   - "name"
3423   - "conf-history"
3424
3425 ## Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3426 #- type: "table"
3427 #  title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3428 #  algorithm: "table_details"
3429 #  output-file-ext: ".csv"
3430 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3431 #  columns:
3432 #  - title: "Name"
3433 #    data: "data name"
3434 #  - title: "Status"
3435 #    data: "data msg"
3436 #  rows: "generated"
3437 #  data: "ligato-perf-results-3n-hsw"
3438 #  filter: "all"
3439 #  parameters:
3440 #  - "name"
3441 #  - "parent"
3442 #  - "msg"
3443
3444 # Detailed Test Results - VPP Device Results - Ubuntu
3445 - type: "table"
3446   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3447   algorithm: "table_details"
3448   output-file-ext: ".csv"
3449   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3450   columns:
3451   - title: "Name"
3452     data: "data name"
3453   - title: "Documentation"
3454     data: "data doc"
3455   - title: "Status"
3456     data: "data status"
3457   rows: "generated"
3458   data: "vpp-device-results-ubuntu"
3459   filter: "all"
3460   parameters:
3461   - "name"
3462   - "parent"
3463   - "doc"
3464   - "status"
3465
3466 # Test configuration - VPP Device Test Configs - Ubuntu
3467 - type: "table"
3468   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3469   algorithm: "table_details"
3470   output-file-ext: ".csv"
3471   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3472   columns:
3473   - title: "Name"
3474     data: "data name"
3475   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3476     data: "data conf-history"
3477   rows: "generated"
3478   data: "vpp-device-results-ubuntu"
3479   filter: "all"
3480   parameters:
3481   - "parent"
3482   - "name"
3483   - "conf-history"
3484
3485 ################################################################################
3486
3487 # DPDK Performance Changes 3n-hsw 1t1c pdr
3488 - type: "table"
3489   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3490   algorithm: "table_performance_comparison"
3491   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3492   history:
3493     - title: "rls1901"
3494       data: "dpdk-performance-changes-3n-hsw-h1"
3495   reference:
3496     title: "rls1904"
3497     data: "dpdk-performance-changes-3n-hsw-ref"
3498   compare:
3499     title: "rls1908"
3500     data: "dpdk-performance-changes-3n-hsw-cmp"
3501   data: "dpdk-performance-changes-3n-hsw"
3502   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3503   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3504   parameters:
3505   - "name"
3506   - "parent"
3507   - "throughput"
3508
3509 # DPDK Performance Changes 3n-hsw 2t2c pdr
3510 - type: "table"
3511   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3512   algorithm: "table_performance_comparison"
3513   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3514   history:
3515     - title: "rls1901"
3516       data: "dpdk-performance-changes-3n-hsw-h1"
3517   reference:
3518     title: "rls1904"
3519     data: "dpdk-performance-changes-3n-hsw-ref"
3520   compare:
3521     title: "rls1908"
3522     data: "dpdk-performance-changes-3n-hsw-cmp"
3523   data: "dpdk-performance-changes-3n-hsw"
3524   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3525   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3526   parameters:
3527   - "name"
3528   - "parent"
3529   - "throughput"
3530
3531 # DPDK Performance Changes 3n-hsw 1t1c ndr
3532 - type: "table"
3533   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3534   algorithm: "table_performance_comparison"
3535   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3536   history:
3537     - title: "rls1901"
3538       data: "dpdk-performance-changes-3n-hsw-h1"
3539   reference:
3540     title: "rls1904"
3541     data: "dpdk-performance-changes-3n-hsw-ref"
3542   compare:
3543     title: "rls1908"
3544     data: "dpdk-performance-changes-3n-hsw-cmp"
3545   data: "dpdk-performance-changes-3n-hsw"
3546   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3547   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3548   parameters:
3549   - "name"
3550   - "parent"
3551   - "throughput"
3552
3553 # DPDK Performance Changes 3n-hsw 2t2c ndr
3554 - type: "table"
3555   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3556   algorithm: "table_performance_comparison"
3557   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3558   history:
3559     - title: "rls1901"
3560       data: "dpdk-performance-changes-3n-hsw-h1"
3561   reference:
3562     title: "rls1904"
3563     data: "dpdk-performance-changes-3n-hsw-ref"
3564   compare:
3565     title: "rls1908"
3566     data: "dpdk-performance-changes-3n-hsw-cmp"
3567   data: "dpdk-performance-changes-3n-hsw"
3568   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3569   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3570   parameters:
3571   - "name"
3572   - "parent"
3573   - "throughput"
3574
3575 # DPDK Performance Changes 3n-skx 2t1c pdr
3576 - type: "table"
3577   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3578   algorithm: "table_performance_comparison"
3579   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3580   history:
3581     - title: "rls1901"
3582       data: "dpdk-performance-changes-3n-skx-h1"
3583   reference:
3584     title: "rls1904"
3585     data: "dpdk-performance-changes-3n-skx-ref"
3586   compare:
3587     title: "rls1908"
3588     data: "dpdk-performance-changes-3n-skx-cmp"
3589   data: "dpdk-performance-changes-3n-skx"
3590   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3591   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3592   parameters:
3593   - "name"
3594   - "parent"
3595   - "throughput"
3596
3597 # DPDK Performance Changes 3n-skx 4t2c pdr
3598 - type: "table"
3599   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3600   algorithm: "table_performance_comparison"
3601   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3602   history:
3603     - title: "rls1901"
3604       data: "dpdk-performance-changes-3n-skx-h1"
3605   reference:
3606     title: "rls1904"
3607     data: "dpdk-performance-changes-3n-skx-ref"
3608   compare:
3609     title: "rls1908"
3610     data: "dpdk-performance-changes-3n-skx-cmp"
3611   data: "dpdk-performance-changes-3n-skx"
3612   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3613   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3614   parameters:
3615   - "name"
3616   - "parent"
3617   - "throughput"
3618
3619 # DPDK Performance Changes 3n-skx 2t1c ndr
3620 - type: "table"
3621   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3622   algorithm: "table_performance_comparison"
3623   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3624   history:
3625     - title: "rls1901"
3626       data: "dpdk-performance-changes-3n-skx-h1"
3627   reference:
3628     title: "rls1904"
3629     data: "dpdk-performance-changes-3n-skx-ref"
3630   compare:
3631     title: "rls1908"
3632     data: "dpdk-performance-changes-3n-skx-cmp"
3633   data: "dpdk-performance-changes-3n-skx"
3634   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3635   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3636   parameters:
3637   - "name"
3638   - "parent"
3639   - "throughput"
3640
3641 # DPDK Performance Changes 3n-skx 4t2c ndr
3642 - type: "table"
3643   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3644   algorithm: "table_performance_comparison"
3645   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3646   history:
3647     - title: "rls1901"
3648       data: "dpdk-performance-changes-3n-skx-h1"
3649   reference:
3650     title: "rls1904"
3651     data: "dpdk-performance-changes-3n-skx-ref"
3652   compare:
3653     title: "rls1908"
3654     data: "dpdk-performance-changes-3n-skx-cmp"
3655   data: "dpdk-performance-changes-3n-skx"
3656   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3657   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3658   parameters:
3659   - "name"
3660   - "parent"
3661   - "throughput"
3662
3663 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3664 - type: "table"
3665   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3666   algorithm: "table_performance_comparison"
3667   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3668   reference:
3669     title: "3-Node Hsw"
3670     data: "dpdk-compare-testbeds-ref"
3671   compare:
3672     title: "3-Node Skx"
3673     data: "dpdk-compare-testbeds-cmp"
3674   data: "dpdk-compare-testbeds"
3675   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3676   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3677   parameters:
3678   - "name"
3679   - "parent"
3680   - "throughput"
3681
3682 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3683 - type: "table"
3684   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3685   algorithm: "table_performance_comparison"
3686   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3687   reference:
3688     title: "3-Node Hsw"
3689     data: "dpdk-compare-testbeds-ref"
3690   compare:
3691     title: "3-Node Skx"
3692     data: "dpdk-compare-testbeds-cmp"
3693   data: "dpdk-compare-testbeds"
3694   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3695   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3696   parameters:
3697   - "name"
3698   - "parent"
3699   - "throughput"
3700
3701 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3702 - type: "table"
3703   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3704   algorithm: "table_performance_comparison"
3705   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3706   reference:
3707     title: "3-Node Skx"
3708     data: "dpdk-compare-topologies-ref"
3709   compare:
3710     title: "2-Node Skx"
3711     data: "dpdk-compare-topologies-cmp"
3712   data: "dpdk-compare-topologies"
3713   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3714   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3715   parameters:
3716   - "name"
3717   - "parent"
3718   - "throughput"
3719
3720 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3721 - type: "table"
3722   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3723   algorithm: "table_performance_comparison"
3724   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3725   reference:
3726     title: "3-Node Skx"
3727     data: "dpdk-compare-topologies-ref"
3728   compare:
3729     title: "2-Node Skx"
3730     data: "dpdk-compare-topologies-cmp"
3731   data: "dpdk-compare-topologies"
3732   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3733   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3734   parameters:
3735   - "name"
3736   - "parent"
3737   - "throughput"
3738
3739 # DPDK Performance Changes 2n-skx 2t1c pdr
3740 - type: "table"
3741   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
3742   algorithm: "table_performance_comparison"
3743   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
3744   history:
3745     - title: "rls1901"
3746       data: "dpdk-performance-changes-2n-skx-h1"
3747   reference:
3748     title: "rls1904"
3749     data: "dpdk-performance-changes-2n-skx-ref"
3750   compare:
3751     title: "rls1908"
3752     data: "dpdk-performance-changes-2n-skx-cmp"
3753   data: "dpdk-performance-changes-2n-skx"
3754   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3755   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3756   parameters:
3757   - "name"
3758   - "parent"
3759   - "throughput"
3760
3761 # DPDK Performance Changes 2n-skx 4t2c pdr
3762 - type: "table"
3763   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
3764   algorithm: "table_performance_comparison"
3765   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
3766   history:
3767     - title: "rls1901"
3768       data: "dpdk-performance-changes-2n-skx-h1"
3769   reference:
3770     title: "rls1904"
3771     data: "dpdk-performance-changes-2n-skx-ref"
3772   compare:
3773     title: "rls1908"
3774     data: "dpdk-performance-changes-2n-skx-cmp"
3775   data: "dpdk-performance-changes-2n-skx"
3776   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3777   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3778   parameters:
3779   - "name"
3780   - "parent"
3781   - "throughput"
3782
3783 # DPDK Performance Changes 2n-skx 2t1c ndr
3784 - type: "table"
3785   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
3786   algorithm: "table_performance_comparison"
3787   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
3788   history:
3789     - title: "rls1901"
3790       data: "dpdk-performance-changes-2n-skx-h1"
3791   reference:
3792     title: "rls1904"
3793     data: "dpdk-performance-changes-2n-skx-ref"
3794   compare:
3795     title: "rls1908"
3796     data: "dpdk-performance-changes-2n-skx-cmp"
3797   data: "dpdk-performance-changes-2n-skx"
3798   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3799   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3800   parameters:
3801   - "name"
3802   - "parent"
3803   - "throughput"
3804
3805 # DPDK Performance Changes 2n-skx 4t2c ndr
3806 - type: "table"
3807   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
3808   algorithm: "table_performance_comparison"
3809   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
3810   history:
3811     - title: "rls1901"
3812       data: "dpdk-performance-changes-2n-skx-h1"
3813   reference:
3814     title: "rls1904"
3815     data: "dpdk-performance-changes-2n-skx-ref"
3816   compare:
3817     title: "rls1908"
3818     data: "dpdk-performance-changes-2n-skx-cmp"
3819   data: "dpdk-performance-changes-2n-skx"
3820   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3821   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3822   parameters:
3823   - "name"
3824   - "parent"
3825   - "throughput"
3826
3827 # Detailed Test Results - DPDK Performance Results 3n-hsw
3828 - type: "table"
3829   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3830   algorithm: "table_details"
3831   output-file-ext: ".csv"
3832   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3833   columns:
3834   - title: "Name"
3835     data: "data name"
3836   - title: "Status"
3837     data: "data msg"
3838   rows: "generated"
3839   data: "dpdk-perf-results-3n-hsw"
3840   filter: "all"
3841   parameters:
3842   - "name"
3843   - "parent"
3844   - "msg"
3845
3846 # Detailed Test Results - DPDK Performance Results 3n-skx
3847 - type: "table"
3848   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3849   algorithm: "table_details"
3850   output-file-ext: ".csv"
3851   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3852   columns:
3853   - title: "Name"
3854     data: "data name"
3855   - title: "Status"
3856     data: "data msg"
3857   rows: "generated"
3858   data: "dpdk-perf-results-3n-skx"
3859   filter: "all"
3860   parameters:
3861   - "name"
3862   - "parent"
3863   - "msg"
3864
3865 # Detailed Test Results - DPDK Performance Results 2n-skx
3866 - type: "table"
3867   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3868   algorithm: "table_details"
3869   output-file-ext: ".csv"
3870   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3871   columns:
3872   - title: "Name"
3873     data: "data name"
3874   - title: "Status"
3875     data: "data msg"
3876   rows: "generated"
3877   data: "dpdk-perf-results-2n-skx"
3878   filter: "all"
3879   parameters:
3880   - "name"
3881   - "parent"
3882   - "msg"
3883
3884 ################################################################################
3885 ###                                F I L E S                                 ###
3886 ################################################################################
3887
3888 # VPP Performance Results 3n-hsw
3889 - type: "file"
3890   title: "VPP Performance Results 3n-hsw"
3891   algorithm: "file_test_results"
3892   output-file-ext: ".rst"
3893   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3894   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"
3895   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
3896   data: "vpp-perf-results-3n-hsw"
3897   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3898   parameters:
3899   - "name"
3900   - "doc"
3901   - "level"
3902   - "parent"
3903   data-start-level: 3
3904
3905 # VPP Performance Results 3n-skx
3906 - type: "file"
3907   title: "VPP Performance Results 3n-skx"
3908   algorithm: "file_test_results"
3909   output-file-ext: ".rst"
3910   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3911   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"
3912   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
3913   data: "vpp-perf-results-3n-skx"
3914   filter: "not 'CFS_OPT'"
3915   parameters:
3916   - "name"
3917   - "doc"
3918   - "level"
3919   - "parent"
3920   data-start-level: 3
3921
3922 # VPP Performance Results 2n-skx
3923 - type: "file"
3924   title: "VPP Performance Results 2n-skx"
3925   algorithm: "file_test_results"
3926   output-file-ext: ".rst"
3927   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3928   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"
3929   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
3930   data: "vpp-perf-results-2n-skx"
3931   filter: "not 'CFS_OPT'"
3932   parameters:
3933   - "name"
3934   - "doc"
3935   - "level"
3936   - "parent"
3937   data-start-level: 3
3938
3939 # VPP Performance Results 3n-tsh
3940 - type: "file"
3941   title: "VPP Performance Results 3n-tsh"
3942   algorithm: "file_test_results"
3943   output-file-ext: ".rst"
3944   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
3945   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"
3946   dir-tables: "{DIR[DTR,PERF,VPP,3N,TSH]}"
3947   data: "vpp-perf-results-3n-tsh"
3948   filter: "not 'CFS_OPT'"
3949   parameters:
3950   - "name"
3951   - "doc"
3952   - "level"
3953   - "parent"
3954   data-start-level: 3
3955
3956 # VPP Performance Results 3n-dnv
3957 - type: "file"
3958   title: "VPP Performance Results 3n-dnv"
3959   algorithm: "file_test_results"
3960   output-file-ext: ".rst"
3961   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
3962   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"
3963   dir-tables: "{DIR[DTR,PERF,VPP,3N,DNV]}"
3964   data: "vpp-perf-results-3n-dnv"
3965   filter: "'NDRPDR'"
3966   parameters:
3967   - "name"
3968   - "doc"
3969   - "level"
3970   - "parent"
3971   data-start-level: 3
3972
3973 # VPP Performance Results 2n-dnv
3974 - type: "file"
3975   title: "VPP Performance Results 2n-dnv"
3976   algorithm: "file_test_results"
3977   output-file-ext: ".rst"
3978   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3979   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"
3980   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
3981   data: "vpp-perf-results-2n-dnv"
3982   filter: "'NDRPDR'"
3983   parameters:
3984   - "name"
3985   - "doc"
3986   - "level"
3987   - "parent"
3988   data-start-level: 3
3989
3990 # VPP Performance Configuration 3n-hsw
3991 - type: "file"
3992   title: "VPP Performance Configuration 3n-hsw"
3993   algorithm: "file_test_results"
3994   output-file-ext: ".rst"
3995   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
3996   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"
3997   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
3998   data: "vpp-perf-results-3n-hsw"
3999   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4000   parameters:
4001   - "name"
4002   - "doc"
4003   - "level"
4004   - "parent"
4005   data-start-level: 3
4006
4007 # VPP Performance Configuration 3n-skx
4008 - type: "file"
4009   title: "VPP Performance Configuration 3n-skx"
4010   algorithm: "file_test_results"
4011   output-file-ext: ".rst"
4012   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
4013   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"
4014   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
4015   data: "vpp-perf-results-3n-skx"
4016   filter: "not 'CFS_OPT'"
4017   parameters:
4018   - "name"
4019   - "doc"
4020   - "level"
4021   - "parent"
4022   data-start-level: 3
4023
4024 # VPP Performance Configuration 2n-skx
4025 - type: "file"
4026   title: "VPP Performance Configuration 2n-skx"
4027   algorithm: "file_test_results"
4028   output-file-ext: ".rst"
4029   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
4030   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"
4031   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
4032   data: "vpp-perf-results-2n-skx"
4033   filter: "not 'CFS_OPT'"
4034   parameters:
4035   - "name"
4036   - "doc"
4037   - "level"
4038   - "parent"
4039   data-start-level: 3
4040
4041 # VPP Performance Configuration 3n-tsh
4042 - type: "file"
4043   title: "VPP Performance Configuration 3n-tsh"
4044   algorithm: "file_test_results"
4045   output-file-ext: ".rst"
4046   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_performance_configuration_3n_tsh"
4047   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"
4048   dir-tables: "{DIR[DTC,PERF,VPP,3N,TSH]}"
4049   data: "vpp-perf-results-3n-tsh"
4050   filter: "not 'CFS_OPT'"
4051   parameters:
4052   - "name"
4053   - "doc"
4054   - "level"
4055   - "parent"
4056   data-start-level: 3
4057
4058 # VPP Performance Configuration 3n-dnv
4059 - type: "file"
4060   title: "VPP Performance Configuration 3n-dnv"
4061   algorithm: "file_test_results"
4062   output-file-ext: ".rst"
4063   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_performance_configuration_3n_dnv"
4064   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"
4065   dir-tables: "{DIR[DTC,PERF,VPP,3N,DNV]}"
4066   data: "vpp-perf-results-3n-dnv"
4067   filter: "'NDRPDR'"
4068   parameters:
4069   - "name"
4070   - "doc"
4071   - "level"
4072   - "parent"
4073   data-start-level: 3
4074
4075 # VPP Performance Configuration 2n-dnv
4076 - type: "file"
4077   title: "VPP Performance Configuration 2n-dnv"
4078   algorithm: "file_test_results"
4079   output-file-ext: ".rst"
4080   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
4081   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"
4082   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
4083   data: "vpp-perf-results-2n-dnv"
4084   filter: "'NDRPDR'"
4085   parameters:
4086   - "name"
4087   - "doc"
4088   - "level"
4089   - "parent"
4090   data-start-level: 3
4091
4092 # VPP Performance Operational Data 3n-hsw
4093 - type: "file"
4094   title: "VPP Performance Operational Data 3n-hsw"
4095   algorithm: "file_test_results"
4096   output-file-ext: ".rst"
4097   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4098   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"
4099   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4100   data: "vpp-perf-results-3n-hsw"
4101   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4102   parameters:
4103   - "name"
4104   - "doc"
4105   - "level"
4106   - "parent"
4107   data-start-level: 3
4108
4109 # VPP Performance Operational Data 3n-skx
4110 - type: "file"
4111   title: "VPP Performance Operational Data 3n-skx"
4112   algorithm: "file_test_results"
4113   output-file-ext: ".rst"
4114   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4115   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"
4116   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4117   data: "vpp-perf-results-3n-skx"
4118   filter: "not 'CFS_OPT'"
4119   parameters:
4120   - "name"
4121   - "doc"
4122   - "level"
4123   - "parent"
4124   data-start-level: 3
4125
4126 # VPP Performance Operational Data 2n-skx
4127 - type: "file"
4128   title: "VPP Performance Operational Data 2n-skx"
4129   algorithm: "file_test_results"
4130   output-file-ext: ".rst"
4131   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4132   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"
4133   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4134   data: "vpp-perf-results-2n-skx"
4135   filter: "not 'CFS_OPT'"
4136   parameters:
4137   - "name"
4138   - "doc"
4139   - "level"
4140   - "parent"
4141   data-start-level: 3
4142
4143 # VPP Performance Operational Data 3n-tsh
4144 - type: "file"
4145   title: "VPP Performance Operational Data 3n-tsh"
4146   algorithm: "file_test_results"
4147   output-file-ext: ".rst"
4148   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_performance_operational_data_3n_tsh"
4149   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"
4150   dir-tables: "{DIR[DTO,PERF,VPP,3N,TSH]}"
4151   data: "vpp-perf-results-3n-tsh"
4152   filter: "not 'CFS_OPT'"
4153   parameters:
4154   - "name"
4155   - "doc"
4156   - "level"
4157   - "parent"
4158   data-start-level: 3
4159
4160 # VPP Performance Operational Data 3n-dnv
4161 - type: "file"
4162   title: "VPP Performance Operational Data 3n-dnv"
4163   algorithm: "file_test_results"
4164   output-file-ext: ".rst"
4165   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_performance_operational_data_3n_dnv"
4166   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"
4167   dir-tables: "{DIR[DTO,PERF,VPP,3N,DNV]}"
4168   data: "vpp-perf-results-3n-dnv"
4169   filter: "'NDRPDR'"
4170   parameters:
4171   - "name"
4172   - "doc"
4173   - "level"
4174   - "parent"
4175   data-start-level: 3
4176
4177 # VPP Performance Operational Data 2n-dnv
4178 - type: "file"
4179   title: "VPP Performance Operational Data 2n-dnv"
4180   algorithm: "file_test_results"
4181   output-file-ext: ".rst"
4182   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4183   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"
4184   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4185   data: "vpp-perf-results-2n-dnv"
4186   filter: "'NDRPDR'"
4187   parameters:
4188   - "name"
4189   - "doc"
4190   - "level"
4191   - "parent"
4192   data-start-level: 3
4193
4194 # VPP MRR Results 3n-hsw
4195 - type: "file"
4196   title: "VPP MRR Results 3n-hsw"
4197   algorithm: "file_test_results"
4198   output-file-ext: ".rst"
4199   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4200   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"
4201   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4202   data: "vpp-mrr-results-3n-hsw"
4203   filter: "'MRR'"
4204   parameters:
4205   - "name"
4206   - "doc"
4207   - "level"
4208   - "parent"
4209   data-start-level: 3
4210
4211 # VPP MRR Results 3n-skx
4212 - type: "file"
4213   title: "VPP MRR Results 3n-skx"
4214   algorithm: "file_test_results"
4215   output-file-ext: ".rst"
4216   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4217   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"
4218   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4219   data: "vpp-mrr-results-3n-skx"
4220   filter: "'MRR'"
4221   parameters:
4222   - "name"
4223   - "doc"
4224   - "level"
4225   - "parent"
4226   data-start-level: 3
4227
4228 # VPP MRR Results 2n-skx
4229 - type: "file"
4230   title: "VPP MRR Results 2n-skx"
4231   algorithm: "file_test_results"
4232   output-file-ext: ".rst"
4233   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4234   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"
4235   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4236   data: "vpp-mrr-results-2n-skx"
4237   filter: "all"
4238   parameters:
4239   - "name"
4240   - "doc"
4241   - "level"
4242   - "parent"
4243   data-start-level: 3
4244
4245 # VPP MRR Results 3n-dnv
4246 - type: "file"
4247   title: "VPP MRR Results 3n-dnv"
4248   algorithm: "file_test_results"
4249   output-file-ext: ".rst"
4250   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
4251   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"
4252   dir-tables: "{DIR[DTR,MRR,VPP,3N,DNV]}"
4253   data: "vpp-mrr-results-3n-dnv"
4254   filter: "'MRR'"
4255   parameters:
4256   - "name"
4257   - "doc"
4258   - "level"
4259   - "parent"
4260   data-start-level: 3
4261
4262 # VPP MRR Results 2n-dnv
4263 - type: "file"
4264   title: "VPP MRR Results 2n-dnv"
4265   algorithm: "file_test_results"
4266   output-file-ext: ".rst"
4267   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4268   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"
4269   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
4270   data: "vpp-mrr-results-2n-dnv"
4271   filter: "'MRR'"
4272   parameters:
4273   - "name"
4274   - "doc"
4275   - "level"
4276   - "parent"
4277   data-start-level: 3
4278
4279 # VPP MRR Configuration 3n-hsw
4280 - type: "file"
4281   title: "VPP MRR Configuration 3n-hsw"
4282   algorithm: "file_test_results"
4283   output-file-ext: ".rst"
4284   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4285   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"
4286   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4287   data: "vpp-mrr-results-3n-hsw"
4288   filter: "'MRR'"
4289   parameters:
4290   - "name"
4291   - "doc"
4292   - "level"
4293   - "parent"
4294   data-start-level: 3
4295
4296 # VPP MRR Configuration 3n-skx
4297 - type: "file"
4298   title: "VPP MRR Configuration 3n-skx"
4299   algorithm: "file_test_results"
4300   output-file-ext: ".rst"
4301   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4302   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"
4303   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4304   data: "vpp-mrr-results-3n-skx"
4305   filter: "'MRR'"
4306   parameters:
4307   - "name"
4308   - "doc"
4309   - "level"
4310   - "parent"
4311   data-start-level: 3
4312
4313 # VPP MRR Configuration 2n-skx
4314 - type: "file"
4315   title: "VPP MRR Configuration 2n-skx"
4316   algorithm: "file_test_results"
4317   output-file-ext: ".rst"
4318   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4319   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"
4320   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4321   data: "vpp-mrr-results-2n-skx"
4322   filter: "'MRR'"
4323   parameters:
4324   - "name"
4325   - "doc"
4326   - "level"
4327   - "parent"
4328   data-start-level: 3
4329
4330 # VPP MRR Configuration 3n-dnv
4331 - type: "file"
4332   title: "VPP MRR Configuration 3n-dnv"
4333   algorithm: "file_test_results"
4334   output-file-ext: ".rst"
4335   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_configuration_3n_dnv"
4336   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"
4337   dir-tables: "{DIR[DTC,MRR,VPP,3N,DNV]}"
4338   data: "vpp-mrr-results-3n-dnv"
4339   filter: "'MRR'"
4340   parameters:
4341   - "name"
4342   - "doc"
4343   - "level"
4344   - "parent"
4345   data-start-level: 3
4346
4347 # VPP MRR Configuration 2n-dnv
4348 - type: "file"
4349   title: "VPP MRR Configuration 2n-dnv"
4350   algorithm: "file_test_results"
4351   output-file-ext: ".rst"
4352   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
4353   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"
4354   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
4355   data: "vpp-mrr-results-2n-dnv"
4356   filter: "'MRR'"
4357   parameters:
4358   - "name"
4359   - "doc"
4360   - "level"
4361   - "parent"
4362   data-start-level: 3
4363
4364 # VPP Functional Results - Ubuntu
4365 - type: "file"
4366   title: "VPP Functional Results - Ubuntu"
4367   algorithm: "file_test_results"
4368   output-file-ext: ".rst"
4369   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4370   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"
4371   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4372   data: "vpp-func-results-ubuntu"
4373   filter: "all"
4374   parameters:
4375   - "name"
4376   - "doc"
4377   - "level"
4378   - "parent"
4379   data-start-level: 3
4380
4381 # VPP Functional Results - CentOS
4382 - type: "file"
4383   title: "VPP Functional Results - CentOS"
4384   algorithm: "file_test_results"
4385   output-file-ext: ".rst"
4386   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4387   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"
4388   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4389   data:
4390     "vpp-func-results-centos"
4391   filter: "all"
4392   parameters:
4393   - "name"
4394   - "doc"
4395   - "level"
4396   - "parent"
4397   data-start-level: 3
4398
4399 # VPP Functional Configuration - Ubuntu
4400 - type: "file"
4401   title: "VPP Functional Configuration - Ubuntu"
4402   algorithm: "file_test_results"
4403   output-file-ext: ".rst"
4404   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4405   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"
4406   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4407   data: "vpp-func-results-ubuntu"
4408   filter: "all"
4409   parameters:
4410   - "name"
4411   - "doc"
4412   - "level"
4413   - "parent"
4414   data-start-level: 3
4415
4416 # VPP Functional Configuration - CentOS
4417 - type: "file"
4418   title: "VPP Functional Configuration - CentOS"
4419   algorithm: "file_test_results"
4420   output-file-ext: ".rst"
4421   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4422   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"
4423   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4424   data:
4425     "vpp-func-results-centos"
4426   filter: "all"
4427   parameters:
4428   - "name"
4429   - "doc"
4430   - "level"
4431   - "parent"
4432   data-start-level: 3
4433
4434 # VPP Device Results - Ubuntu
4435 - type: "file"
4436   title: "VPP Device Results - Ubuntu"
4437   algorithm: "file_test_results"
4438   output-file-ext: ".rst"
4439   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4440   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"
4441   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4442   data: "vpp-device-results-ubuntu"
4443   filter: "all"
4444   parameters:
4445   - "name"
4446   - "doc"
4447   - "level"
4448   - "parent"
4449   data-start-level: 2
4450
4451 # VPP Device Configuration - Ubuntu
4452 - type: "file"
4453   title: "VPP Device Configuration - Ubuntu"
4454   algorithm: "file_test_results"
4455   output-file-ext: ".rst"
4456   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4457   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"
4458   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4459   data: "vpp-device-results-ubuntu"
4460   filter: "all"
4461   parameters:
4462   - "name"
4463   - "doc"
4464   - "level"
4465   - "parent"
4466   data-start-level: 2
4467
4468 # DPDK Performance Results 3n-hsw
4469 - type: "file"
4470   title: "DPDK Performance Results 3n-hsw"
4471   algorithm: "file_test_results"
4472   output-file-ext: ".rst"
4473   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4474   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"
4475   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4476   data: "dpdk-perf-results-3n-hsw"
4477   filter: "all"
4478   parameters:
4479   - "name"
4480   - "doc"
4481   - "level"
4482   - "parent"
4483   data-start-level: 3
4484
4485 # DPDK Performance Results 3n-skx
4486 - type: "file"
4487   title: "DPDK Performance Results 3n-skx"
4488   algorithm: "file_test_results"
4489   output-file-ext: ".rst"
4490   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4491   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"
4492   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4493   data: "dpdk-perf-results-3n-skx"
4494   filter: "all"
4495   parameters:
4496   - "name"
4497   - "doc"
4498   - "level"
4499   - "parent"
4500   data-start-level: 3
4501
4502 # DPDK Performance Results 2n-skx
4503 - type: "file"
4504   title: "DPDK Performance Results 2n-skx"
4505   algorithm: "file_test_results"
4506   output-file-ext: ".rst"
4507   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4508   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"
4509   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4510   data: "dpdk-perf-results-2n-skx"
4511   filter: "all"
4512   parameters:
4513   - "name"
4514   - "doc"
4515   - "level"
4516   - "parent"
4517   data-start-level: 3
4518
4519 ################################################################################
4520 ###                                P L O T S                                 ###
4521 ################################################################################
4522
4523 # Plots VPP HTTP Server Performance
4524 - type: "plot"
4525   title: "VPP HTTP Server Performance"
4526   algorithm: "plot_http_server_performance_box"
4527   output-file-type: ".html"
4528   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
4529   data:
4530     "plot-vpp-http-server-performance"
4531   # Keep this formatting, the filter is enclosed with " (quotation mark) and
4532   # each tag is enclosed with ' (apostrophe).
4533   filter: "'HTTP' and 'TCP_CPS'"
4534   parameters:
4535   - "result"
4536   - "name"
4537   traces:
4538     hoverinfo: "x+y"
4539     boxpoints: "outliers"
4540     whiskerwidth: 0
4541   layout:
4542     title: "VPP HTTP Server Performance"
4543     layout:
4544       "plot-cps"
4545
4546 - type: "plot"
4547   title: "VPP HTTP Server Performance"
4548   algorithm: "plot_http_server_performance_box"
4549   output-file-type: ".html"
4550   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
4551   data:
4552     "plot-vpp-http-server-performance"
4553   filter: "'HTTP' and 'TCP_RPS'"
4554   parameters:
4555   - "result"
4556   - "name"
4557   traces:
4558     hoverinfo: "x+y"
4559     boxpoints: "outliers"
4560     whiskerwidth: 0
4561   layout:
4562     title: "VPP HTTP Server Performance"
4563     layout:
4564       "plot-rps"
4565
4566 ################################################################################
4567
4568 # Soak Test (PLRsearch), boxes
4569 - type: "plot"
4570   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
4571   algorithm: "plot_performance_box"
4572   output-file-type: ".html"
4573   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
4574   data: "plot-vpp-soak-2n-skx"
4575   filter: "('L2BDMACLRN' or 'L2PATCH' or 'L2XCBASE') and not 'VHOST' and not 'MEMIF'"
4576   parameters:
4577     - "throughput"
4578     - "parent"
4579     - "tags"
4580   sort:
4581     - "DRV_AVF"
4582     - "DRV_AVF"
4583     - "DRV_AVF"
4584     - "L2BDMACLRN"
4585     - "L2XCBASE"
4586     - "L2PATCH"
4587   traces:
4588     hoverinfo: "x+y"
4589     boxpoints: "all"
4590     whiskerwidth: 0
4591   layout:
4592     title: "30 Minutes Soak Test (PLRsearch)"
4593     layout: "plot-soak-throughput"
4594
4595 # Soak Test (PLRsearch), boxes
4596 - type: "plot"
4597   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
4598   algorithm: "plot_performance_box"
4599   output-file-type: ".html"
4600   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
4601   data: "plot-vpp-soak-2n-skx"
4602   filter: "'L2BDMACLRN' and ('VHOST' or 'MEMIF') or 'IP4BASE' or 'IP6BASE'"
4603   parameters:
4604     - "throughput"
4605     - "parent"
4606     - "tags"
4607   sort:
4608     - "VHOST"
4609     - "VHOST"
4610     - "MEMIF"
4611     - "IP4FWD"
4612     - "IP4FWD"
4613     - "IP6FWD"
4614   traces:
4615     hoverinfo: "x+y"
4616     boxpoints: "all"
4617     whiskerwidth: 0
4618   layout:
4619     title: "30 Minutes Soak Test (PLRsearch)"
4620     layout: "plot-soak-throughput"
4621
4622 ###############################################################################
4623 # Plots - NF Density - VSC - MRR 64b
4624 - type: "plot"
4625   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4626   algorithm: "plot_service_density_heatmap"
4627   output-file-type: ".html"
4628   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
4629   data: "plot-vpp-nfv-2n-skx-mrr"
4630   filter: "'NIC_Intel-XXV710' and
4631            'NF_DENSITY' and
4632            'VHOST' and
4633            'CHAIN' and
4634            'NF_VPPIP4' and
4635            '64B' and
4636            '2T1C' and
4637            'MRR'"
4638   reference:
4639     include: "2"
4640     name: "VNF-1c"
4641   compare:
4642     include: "1"
4643     name: "VNF-0.5c"
4644   parameters:
4645   - "result"
4646   - "name"
4647   - "tags"
4648   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4649   x-axis: "X = VNFs per Service Chain"
4650   y-axis: "Y = Number of Service Chains"
4651   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4652   layout:
4653     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4654     layout: "plot-service-density"
4655
4656 - type: "plot"
4657   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4658   algorithm: "plot_service_density_heatmap"
4659   output-file-type: ".html"
4660   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
4661   data: "plot-vpp-nfv-2n-skx-mrr"
4662   filter: "'NIC_Intel-XXV710' and
4663            'NF_DENSITY' and
4664            'VHOST' and
4665            'CHAIN' and
4666            'NF_VPPIP4' and
4667            '64B' and
4668            '4T2C' and
4669            'MRR'"
4670   reference:
4671     include: "2"
4672     name: "VNF-1c"
4673   compare:
4674     include: "1"
4675     name: "VNF-0.5c"
4676   parameters:
4677   - "result"
4678   - "name"
4679   - "tags"
4680   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4681   x-axis: "X = VNFs per Service Chain"
4682   y-axis: "Y = Number of Service Chains"
4683   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4684   layout:
4685     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4686     layout: "plot-service-density"
4687
4688 - type: "plot"
4689   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4690   algorithm: "plot_service_density_heatmap"
4691   output-file-type: ".html"
4692   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
4693   data: "plot-vpp-nfv-2n-skx-mrr"
4694   filter: "'NIC_Intel-XXV710' and
4695            'NF_DENSITY' and
4696            'VHOST' and
4697            'CHAIN' and
4698            'NF_VPPIP4' and
4699            '64B' and
4700            '8T4C' and
4701            'MRR'"
4702   reference:
4703     include: "2"
4704     name: "VNF-1c"
4705   compare:
4706     include: "1"
4707     name: "VNF-0.5c"
4708   parameters:
4709   - "result"
4710   - "name"
4711   - "tags"
4712   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4713   x-axis: "X = VNFs per Service Chain"
4714   y-axis: "Y = Number of Service Chains"
4715   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4716   layout:
4717     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4718     layout: "plot-service-density"
4719
4720 # Plots - NF Density - VSC - MRR IMIX
4721 - type: "plot"
4722   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4723   algorithm: "plot_service_density_heatmap"
4724   output-file-type: ".html"
4725   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
4726   data: "plot-vpp-nfv-2n-skx-mrr"
4727   filter: "'NIC_Intel-XXV710' and
4728            'NF_DENSITY' and
4729            'VHOST' and
4730            'CHAIN' and
4731            'NF_VPPIP4' and
4732            'IMIX' and
4733            '2T1C' and
4734            'MRR'"
4735   reference:
4736     include: "2"
4737     name: "VNF-1c"
4738   compare:
4739     include: "1"
4740     name: "VNF-0.5c"
4741   parameters:
4742   - "result"
4743   - "name"
4744   - "tags"
4745   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4746   x-axis: "X = VNFs per Service Chain"
4747   y-axis: "Y = Number of Service Chains"
4748   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4749   layout:
4750     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4751     layout: "plot-service-density"
4752
4753 - type: "plot"
4754   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4755   algorithm: "plot_service_density_heatmap"
4756   output-file-type: ".html"
4757   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
4758   data: "plot-vpp-nfv-2n-skx-mrr"
4759   filter: "'NIC_Intel-XXV710' and
4760            'NF_DENSITY' and
4761            'VHOST' and
4762            'CHAIN' and
4763            'NF_VPPIP4' and
4764            'IMIX' and
4765            '4T2C' and
4766            'MRR'"
4767   reference:
4768     include: "2"
4769     name: "VNF-1c"
4770   compare:
4771     include: "1"
4772     name: "VNF-0.5c"
4773   parameters:
4774   - "result"
4775   - "name"
4776   - "tags"
4777   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4778   x-axis: "X = VNFs per Service Chain"
4779   y-axis: "Y = Number of Service Chains"
4780   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4781   layout:
4782     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4783     layout: "plot-service-density"
4784
4785 - type: "plot"
4786   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4787   algorithm: "plot_service_density_heatmap"
4788   output-file-type: ".html"
4789   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
4790   data: "plot-vpp-nfv-2n-skx-mrr"
4791   filter: "'NIC_Intel-XXV710' and
4792            'NF_DENSITY' and
4793            'VHOST' and
4794            'CHAIN' and
4795            'NF_VPPIP4' and
4796            'IMIX' and
4797            '8T4C' and
4798            'MRR'"
4799   reference:
4800     include: "2"
4801     name: "VNF-1c"
4802   compare:
4803     include: "1"
4804     name: "VNF-0.5c"
4805   parameters:
4806   - "result"
4807   - "name"
4808   - "tags"
4809   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4810   x-axis: "X = VNFs per Service Chain"
4811   y-axis: "Y = Number of Service Chains"
4812   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4813   layout:
4814     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4815     layout: "plot-service-density"
4816
4817 # Plots - NF Density - VSC - NDR 64b
4818 - type: "plot"
4819   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4820   algorithm: "plot_service_density_heatmap"
4821   output-file-type: ".html"
4822   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
4823   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4824   filter: "'NIC_Intel-XXV710' and
4825            'NF_DENSITY' and
4826            'VHOST' and
4827            'CHAIN' and
4828            'NF_VPPIP4' and
4829            '64B' and
4830            '2T1C' and
4831            'NDRPDR'"
4832   reference:
4833     include: "2"
4834     name: "VNF-1c"
4835   compare:
4836     include: "1"
4837     name: "VNF-0.5c"
4838   parameters:
4839   - "throughput"
4840   - "name"
4841   - "tags"
4842   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4843   x-axis: "X = VNFs per Service Chain"
4844   y-axis: "Y = Number of Service Chains"
4845   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4846   layout:
4847     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4848     layout: "plot-service-density"
4849
4850 - type: "plot"
4851   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4852   algorithm: "plot_service_density_heatmap"
4853   output-file-type: ".html"
4854   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
4855   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4856   filter: "'NIC_Intel-XXV710' and
4857            'NF_DENSITY' and
4858            'VHOST' and
4859            'CHAIN' and
4860            'NF_VPPIP4' and
4861            '64B' and
4862            '4T2C' and
4863            'NDRPDR'"
4864   reference:
4865     include: "2"
4866     name: "VNF-1c"
4867   compare:
4868     include: "1"
4869     name: "VNF-0.5c"
4870   parameters:
4871   - "throughput"
4872   - "name"
4873   - "tags"
4874   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4875   x-axis: "X = VNFs per Service Chain"
4876   y-axis: "Y = Number of Service Chains"
4877   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4878   layout:
4879     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4880     layout: "plot-service-density"
4881
4882 - type: "plot"
4883   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4884   algorithm: "plot_service_density_heatmap"
4885   output-file-type: ".html"
4886   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
4887   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4888   filter: "'NIC_Intel-XXV710' and
4889            'NF_DENSITY' and
4890            'VHOST' and
4891            'CHAIN' and
4892            'NF_VPPIP4' and
4893            '64B' and
4894            '8T4C' and
4895            'NDRPDR'"
4896   reference:
4897     include: "2"
4898     name: "VNF-1c"
4899   compare:
4900     include: "1"
4901     name: "VNF-0.5c"
4902   parameters:
4903   - "throughput"
4904   - "name"
4905   - "tags"
4906   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4907   x-axis: "X = VNFs per Service Chain"
4908   y-axis: "Y = Number of Service Chains"
4909   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4910   layout:
4911     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4912     layout: "plot-service-density"
4913
4914 # Plots - NF Density - VSC - NDR IMIX
4915 - type: "plot"
4916   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4917   algorithm: "plot_service_density_heatmap"
4918   output-file-type: ".html"
4919   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
4920   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4921   filter: "'NIC_Intel-XXV710' and
4922            'NF_DENSITY' and
4923            'VHOST' and
4924            'CHAIN' and
4925            'NF_VPPIP4' and
4926            'IMIX' and
4927            '2T1C' and
4928            'NDRPDR'"
4929   reference:
4930     include: "2"
4931     name: "VNF-1c"
4932   compare:
4933     include: "1"
4934     name: "VNF-0.5c"
4935   parameters:
4936   - "throughput"
4937   - "name"
4938   - "tags"
4939   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4940   x-axis: "X = VNFs per Service Chain"
4941   y-axis: "Y = Number of Service Chains"
4942   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4943   layout:
4944     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4945     layout: "plot-service-density"
4946
4947 - type: "plot"
4948   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4949   algorithm: "plot_service_density_heatmap"
4950   output-file-type: ".html"
4951   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
4952   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4953   filter: "'NIC_Intel-XXV710' and
4954            'NF_DENSITY' and
4955            'VHOST' and
4956            'CHAIN' and
4957            'NF_VPPIP4' and
4958            'IMIX' and
4959            '4T2C' and
4960            'NDRPDR'"
4961   reference:
4962     include: "2"
4963     name: "VNF-1c"
4964   compare:
4965     include: "1"
4966     name: "VNF-0.5c"
4967   parameters:
4968   - "throughput"
4969   - "name"
4970   - "tags"
4971   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4972   x-axis: "X = VNFs per Service Chain"
4973   y-axis: "Y = Number of Service Chains"
4974   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4975   layout:
4976     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4977     layout: "plot-service-density"
4978
4979 - type: "plot"
4980   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4981   algorithm: "plot_service_density_heatmap"
4982   output-file-type: ".html"
4983   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
4984   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4985   filter: "'NIC_Intel-XXV710' and
4986            'NF_DENSITY' and
4987            'VHOST' and
4988            'CHAIN' and
4989            'NF_VPPIP4' and
4990            'IMIX' and
4991            '8T4C' and
4992            'NDRPDR'"
4993   reference:
4994     include: "2"
4995     name: "VNF-1c"
4996   compare:
4997     include: "1"
4998     name: "VNF-0.5c"
4999   parameters:
5000   - "throughput"
5001   - "name"
5002   - "tags"
5003   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5004   x-axis: "X = VNFs per Service Chain"
5005   y-axis: "Y = Number of Service Chains"
5006   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5007   layout:
5008     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5009     layout: "plot-service-density"
5010
5011 # Plots - NF Density - VSC - PDR 64b
5012 - type: "plot"
5013   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5014   algorithm: "plot_service_density_heatmap"
5015   output-file-type: ".html"
5016   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
5017   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5018   filter: "'NIC_Intel-XXV710' and
5019            'NF_DENSITY' and
5020            'VHOST' and
5021            'CHAIN' and
5022            'NF_VPPIP4' and
5023            '64B' and
5024            '2T1C' and
5025            'NDRPDR'"
5026   reference:
5027     include: "2"
5028     name: "VNF-1c"
5029   compare:
5030     include: "1"
5031     name: "VNF-0.5c"
5032   parameters:
5033   - "throughput"
5034   - "name"
5035   - "tags"
5036   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5037   x-axis: "X = VNFs per Service Chain"
5038   y-axis: "Y = Number of Service Chains"
5039   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5040   layout:
5041     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5042     layout: "plot-service-density"
5043
5044 - type: "plot"
5045   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5046   algorithm: "plot_service_density_heatmap"
5047   output-file-type: ".html"
5048   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
5049   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5050   filter: "'NIC_Intel-XXV710' and
5051            'NF_DENSITY' and
5052            'VHOST' and
5053            'CHAIN' and
5054            'NF_VPPIP4' and
5055            '64B' and
5056            '4T2C' and
5057            'NDRPDR'"
5058   reference:
5059     include: "2"
5060     name: "VNF-1c"
5061   compare:
5062     include: "1"
5063     name: "VNF-0.5c"
5064   parameters:
5065   - "throughput"
5066   - "name"
5067   - "tags"
5068   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5069   x-axis: "X = VNFs per Service Chain"
5070   y-axis: "Y = Number of Service Chains"
5071   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5072   layout:
5073     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5074     layout: "plot-service-density"
5075
5076 - type: "plot"
5077   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5078   algorithm: "plot_service_density_heatmap"
5079   output-file-type: ".html"
5080   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
5081   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5082   filter: "'NIC_Intel-XXV710' and
5083            'NF_DENSITY' and
5084            'VHOST' and
5085            'CHAIN' and
5086            'NF_VPPIP4' and
5087            '64B' and
5088            '8T4C' and
5089            'NDRPDR'"
5090   reference:
5091     include: "2"
5092     name: "VNF-1c"
5093   compare:
5094     include: "1"
5095     name: "VNF-0.5c"
5096   parameters:
5097   - "throughput"
5098   - "name"
5099   - "tags"
5100   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5101   x-axis: "X = VNFs per Service Chain"
5102   y-axis: "Y = Number of Service Chains"
5103   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5104   layout:
5105     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5106     layout: "plot-service-density"
5107
5108 # Plots - NF Density - VSC - PDR IMIX
5109 - type: "plot"
5110   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5111   algorithm: "plot_service_density_heatmap"
5112   output-file-type: ".html"
5113   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
5114   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5115   filter: "'NIC_Intel-XXV710' and
5116            'NF_DENSITY' and
5117            'VHOST' and
5118            'CHAIN' and
5119            'NF_VPPIP4' and
5120            'IMIX' and
5121            '2T1C' and
5122            'NDRPDR'"
5123   reference:
5124     include: "2"
5125     name: "VNF-1c"
5126   compare:
5127     include: "1"
5128     name: "VNF-0.5c"
5129   parameters:
5130   - "throughput"
5131   - "name"
5132   - "tags"
5133   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5134   x-axis: "X = VNFs per Service Chain"
5135   y-axis: "Y = Number of Service Chains"
5136   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5137   layout:
5138     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5139     layout: "plot-service-density"
5140
5141 - type: "plot"
5142   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5143   algorithm: "plot_service_density_heatmap"
5144   output-file-type: ".html"
5145   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
5146   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5147   filter: "'NIC_Intel-XXV710' and
5148            'NF_DENSITY' and
5149            'VHOST' and
5150            'CHAIN' and
5151            'NF_VPPIP4' and
5152            'IMIX' and
5153            '4T2C' and
5154            'NDRPDR'"
5155   reference:
5156     include: "2"
5157     name: "VNF-1c"
5158   compare:
5159     include: "1"
5160     name: "VNF-0.5c"
5161   parameters:
5162   - "throughput"
5163   - "name"
5164   - "tags"
5165   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5166   x-axis: "X = VNFs per Service Chain"
5167   y-axis: "Y = Number of Service Chains"
5168   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5169   layout:
5170     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5171     layout: "plot-service-density"
5172
5173 - type: "plot"
5174   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5175   algorithm: "plot_service_density_heatmap"
5176   output-file-type: ".html"
5177   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
5178   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5179   filter: "'NIC_Intel-XXV710' and
5180            'NF_DENSITY' and
5181            'VHOST' and
5182            'CHAIN' and
5183            'NF_VPPIP4' and
5184            'IMIX' and
5185            '8T4C' and
5186            'NDRPDR'"
5187   reference:
5188     include: "2"
5189     name: "VNF-1c"
5190   compare:
5191     include: "1"
5192     name: "VNF-0.5c"
5193   parameters:
5194   - "throughput"
5195   - "name"
5196   - "tags"
5197   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5198   x-axis: "X = VNFs per Service Chain"
5199   y-axis: "Y = Number of Service Chains"
5200   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5201   layout:
5202     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5203     layout: "plot-service-density"
5204
5205 ###############################################################################
5206 # Plots - NF Density - CSC - MRR 64b
5207 - type: "plot"
5208   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5209   algorithm: "plot_service_density_heatmap"
5210   output-file-type: ".html"
5211   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
5212   data: "plot-vpp-nfv-2n-skx-mrr"
5213   filter: "'NIC_Intel-XXV710' and
5214            'NF_DENSITY' and
5215            'DOCKER' and
5216            'CHAIN' and
5217            'NF_VPPIP4' and
5218            '64B' and
5219            '2T1C' and
5220            'MRR'"
5221   reference:
5222     include: "2"
5223     name: "CNF-1c"
5224   compare:
5225     include: "1"
5226     name: "CNF-0.5c"
5227   parameters:
5228   - "result"
5229   - "name"
5230   - "tags"
5231   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5232   x-axis: "X = CNFs per Service Chain"
5233   y-axis: "Y = Number of Service Chains"
5234   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5235   layout:
5236     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5237     layout: "plot-service-density"
5238
5239 - type: "plot"
5240   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5241   algorithm: "plot_service_density_heatmap"
5242   output-file-type: ".html"
5243   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
5244   data: "plot-vpp-nfv-2n-skx-mrr"
5245   filter: "'NIC_Intel-XXV710' and
5246            'NF_DENSITY' and
5247            'DOCKER' and
5248            'CHAIN' and
5249            'NF_VPPIP4' and
5250            '64B' and
5251            '4T2C' and
5252            'MRR'"
5253   reference:
5254     include: "2"
5255     name: "CNF-1c"
5256   compare:
5257     include: "1"
5258     name: "CNF-0.5c"
5259   parameters:
5260   - "result"
5261   - "name"
5262   - "tags"
5263   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5264   x-axis: "X = CNFs per Service Chain"
5265   y-axis: "Y = Number of Service Chains"
5266   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5267   layout:
5268     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5269     layout: "plot-service-density"
5270
5271 - type: "plot"
5272   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5273   algorithm: "plot_service_density_heatmap"
5274   output-file-type: ".html"
5275   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
5276   data: "plot-vpp-nfv-2n-skx-mrr"
5277   filter: "'NIC_Intel-XXV710' and
5278            'NF_DENSITY' and
5279            'DOCKER' and
5280            'CHAIN' and
5281            'NF_VPPIP4' and
5282            '64B' and
5283            '8T4C' and
5284            'MRR'"
5285   reference:
5286     include: "2"
5287     name: "CNF-1c"
5288   compare:
5289     include: "1"
5290     name: "CNF-0.5c"
5291   parameters:
5292   - "result"
5293   - "name"
5294   - "tags"
5295   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5296   x-axis: "X = CNFs per Service Chain"
5297   y-axis: "Y = Number of Service Chains"
5298   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5299   layout:
5300     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5301     layout: "plot-service-density"
5302
5303 # Plots - NF Density - CSC - MRR IMIX
5304 - type: "plot"
5305   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5306   algorithm: "plot_service_density_heatmap"
5307   output-file-type: ".html"
5308   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
5309   data: "plot-vpp-nfv-2n-skx-mrr"
5310   filter: "'NIC_Intel-XXV710' and
5311            'NF_DENSITY' and
5312            'DOCKER' and
5313            'CHAIN' and
5314            'NF_VPPIP4' and
5315            'IMIX' and
5316            '2T1C' and
5317            'MRR'"
5318   reference:
5319     include: "2"
5320     name: "CNF-1c"
5321   compare:
5322     include: "1"
5323     name: "CNF-0.5c"
5324   parameters:
5325   - "result"
5326   - "name"
5327   - "tags"
5328   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5329   x-axis: "X = CNFs per Service Chain"
5330   y-axis: "Y = Number of Service Chains"
5331   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5332   layout:
5333     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5334     layout: "plot-service-density"
5335
5336 - type: "plot"
5337   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5338   algorithm: "plot_service_density_heatmap"
5339   output-file-type: ".html"
5340   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
5341   data: "plot-vpp-nfv-2n-skx-mrr"
5342   filter: "'NIC_Intel-XXV710' and
5343            'NF_DENSITY' and
5344            'DOCKER' and
5345            'CHAIN' and
5346            'NF_VPPIP4' and
5347            'IMIX' and
5348            '4T2C' and
5349            'MRR'"
5350   reference:
5351     include: "2"
5352     name: "CNF-1c"
5353   compare:
5354     include: "1"
5355     name: "CNF-0.5c"
5356   parameters:
5357   - "result"
5358   - "name"
5359   - "tags"
5360   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5361   x-axis: "X = CNFs per Service Chain"
5362   y-axis: "Y = Number of Service Chains"
5363   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5364   layout:
5365     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5366     layout: "plot-service-density"
5367
5368 - type: "plot"
5369   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5370   algorithm: "plot_service_density_heatmap"
5371   output-file-type: ".html"
5372   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
5373   data: "plot-vpp-nfv-2n-skx-mrr"
5374   filter: "'NIC_Intel-XXV710' and
5375            'NF_DENSITY' and
5376            'DOCKER' and
5377            'CHAIN' and
5378            'NF_VPPIP4' and
5379            'IMIX' and
5380            '8T4C' and
5381            'MRR'"
5382   reference:
5383     include: "2"
5384     name: "CNF-1c"
5385   compare:
5386     include: "1"
5387     name: "CNF-0.5c"
5388   parameters:
5389   - "result"
5390   - "name"
5391   - "tags"
5392   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5393   x-axis: "X = CNFs per Service Chain"
5394   y-axis: "Y = Number of Service Chains"
5395   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5396   layout:
5397     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5398     layout: "plot-service-density"
5399
5400 # Plots - NF Density - CSC - NDR 64b
5401 - type: "plot"
5402   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5403   algorithm: "plot_service_density_heatmap"
5404   output-file-type: ".html"
5405   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
5406   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5407   filter: "'NIC_Intel-XXV710' and
5408            'NF_DENSITY' and
5409            'DOCKER' and
5410            'CHAIN' and
5411            'NF_VPPIP4' and
5412            '64B' and
5413            '2T1C' and
5414            'NDRPDR'"
5415   reference:
5416     include: "2"
5417     name: "CNF-1c"
5418   compare:
5419     include: "1"
5420     name: "CNF-0.5c"
5421   parameters:
5422   - "throughput"
5423   - "name"
5424   - "tags"
5425   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5426   x-axis: "X = CNFs per Service Chain"
5427   y-axis: "Y = Number of Service Chains"
5428   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5429   layout:
5430     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5431     layout: "plot-service-density"
5432
5433 - type: "plot"
5434   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5435   algorithm: "plot_service_density_heatmap"
5436   output-file-type: ".html"
5437   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
5438   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5439   filter: "'NIC_Intel-XXV710' and
5440            'NF_DENSITY' and
5441            'DOCKER' and
5442            'CHAIN' and
5443            'NF_VPPIP4' and
5444            '64B' and
5445            '4T2C' and
5446            'NDRPDR'"
5447   reference:
5448     include: "2"
5449     name: "CNF-1c"
5450   compare:
5451     include: "1"
5452     name: "CNF-0.5c"
5453   parameters:
5454   - "throughput"
5455   - "name"
5456   - "tags"
5457   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5458   x-axis: "X = CNFs per Service Chain"
5459   y-axis: "Y = Number of Service Chains"
5460   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5461   layout:
5462     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5463     layout: "plot-service-density"
5464
5465 - type: "plot"
5466   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5467   algorithm: "plot_service_density_heatmap"
5468   output-file-type: ".html"
5469   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
5470   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5471   filter: "'NIC_Intel-XXV710' and
5472            'NF_DENSITY' and
5473            'DOCKER' and
5474            'CHAIN' and
5475            'NF_VPPIP4' and
5476            '64B' and
5477            '8T4C' and
5478            'NDRPDR'"
5479   reference:
5480     include: "2"
5481     name: "CNF-1c"
5482   compare:
5483     include: "1"
5484     name: "CNF-0.5c"
5485   parameters:
5486   - "throughput"
5487   - "name"
5488   - "tags"
5489   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5490   x-axis: "X = CNFs per Service Chain"
5491   y-axis: "Y = Number of Service Chains"
5492   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5493   layout:
5494     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5495     layout: "plot-service-density"
5496
5497 # Plots - NF Density - CSC - NDR IMIX
5498 - type: "plot"
5499   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5500   algorithm: "plot_service_density_heatmap"
5501   output-file-type: ".html"
5502   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
5503   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5504   filter: "'NIC_Intel-XXV710' and
5505            'NF_DENSITY' and
5506            'DOCKER' and
5507            'CHAIN' and
5508            'NF_VPPIP4' and
5509            'IMIX' and
5510            '2T1C' and
5511            'NDRPDR'"
5512   reference:
5513     include: "2"
5514     name: "CNF-1c"
5515   compare:
5516     include: "1"
5517     name: "CNF-0.5c"
5518   parameters:
5519   - "throughput"
5520   - "name"
5521   - "tags"
5522   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5523   x-axis: "X = CNFs per Service Chain"
5524   y-axis: "Y = Number of Service Chains"
5525   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5526   layout:
5527     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5528     layout: "plot-service-density"
5529
5530 - type: "plot"
5531   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5532   algorithm: "plot_service_density_heatmap"
5533   output-file-type: ".html"
5534   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
5535   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5536   filter: "'NIC_Intel-XXV710' and
5537            'NF_DENSITY' and
5538            'DOCKER' and
5539            'CHAIN' and
5540            'NF_VPPIP4' and
5541            'IMIX' and
5542            '4T2C' and
5543            'NDRPDR'"
5544   reference:
5545     include: "2"
5546     name: "CNF-1c"
5547   compare:
5548     include: "1"
5549     name: "CNF-0.5c"
5550   parameters:
5551   - "throughput"
5552   - "name"
5553   - "tags"
5554   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5555   x-axis: "X = CNFs per Service Chain"
5556   y-axis: "Y = Number of Service Chains"
5557   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5558   layout:
5559     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5560     layout: "plot-service-density"
5561
5562 - type: "plot"
5563   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5564   algorithm: "plot_service_density_heatmap"
5565   output-file-type: ".html"
5566   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
5567   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5568   filter: "'NIC_Intel-XXV710' and
5569            'NF_DENSITY' and
5570            'DOCKER' and
5571            'CHAIN' and
5572            'NF_VPPIP4' and
5573            'IMIX' and
5574            '8T4C' and
5575            'NDRPDR'"
5576   reference:
5577     include: "2"
5578     name: "CNF-1c"
5579   compare:
5580     include: "1"
5581     name: "CNF-0.5c"
5582   parameters:
5583   - "throughput"
5584   - "name"
5585   - "tags"
5586   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5587   x-axis: "X = CNFs per Service Chain"
5588   y-axis: "Y = Number of Service Chains"
5589   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5590   layout:
5591     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5592     layout: "plot-service-density"
5593
5594 # Plots - NF Density - CSC - PDR 64b
5595 - type: "plot"
5596   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5597   algorithm: "plot_service_density_heatmap"
5598   output-file-type: ".html"
5599   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
5600   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5601   filter: "'NIC_Intel-XXV710' and
5602            'NF_DENSITY' and
5603            'DOCKER' and
5604            'CHAIN' and
5605            'NF_VPPIP4' and
5606            '64B' and
5607            '2T1C' and
5608            'NDRPDR'"
5609   reference:
5610     include: "2"
5611     name: "CNF-1c"
5612   compare:
5613     include: "1"
5614     name: "CNF-0.5c"
5615   parameters:
5616   - "throughput"
5617   - "name"
5618   - "tags"
5619   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5620   x-axis: "X = CNFs per Service Chain"
5621   y-axis: "Y = Number of Service Chains"
5622   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5623   layout:
5624     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5625     layout: "plot-service-density"
5626
5627 - type: "plot"
5628   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5629   algorithm: "plot_service_density_heatmap"
5630   output-file-type: ".html"
5631   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
5632   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5633   filter: "'NIC_Intel-XXV710' and
5634            'NF_DENSITY' and
5635            'DOCKER' and
5636            'CHAIN' and
5637            'NF_VPPIP4' and
5638            '64B' and
5639            '4T2C' and
5640            'NDRPDR'"
5641   reference:
5642     include: "2"
5643     name: "CNF-1c"
5644   compare:
5645     include: "1"
5646     name: "CNF-0.5c"
5647   parameters:
5648   - "throughput"
5649   - "name"
5650   - "tags"
5651   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5652   x-axis: "X = CNFs per Service Chain"
5653   y-axis: "Y = Number of Service Chains"
5654   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5655   layout:
5656     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5657     layout: "plot-service-density"
5658
5659 - type: "plot"
5660   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5661   algorithm: "plot_service_density_heatmap"
5662   output-file-type: ".html"
5663   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
5664   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5665   filter: "'NIC_Intel-XXV710' and
5666            'NF_DENSITY' and
5667            'DOCKER' and
5668            'CHAIN' and
5669            'NF_VPPIP4' and
5670            '64B' and
5671            '8T4C' and
5672            'NDRPDR'"
5673   reference:
5674     include: "2"
5675     name: "CNF-1c"
5676   compare:
5677     include: "1"
5678     name: "CNF-0.5c"
5679   parameters:
5680   - "throughput"
5681   - "name"
5682   - "tags"
5683   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5684   x-axis: "X = CNFs per Service Chain"
5685   y-axis: "Y = Number of Service Chains"
5686   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5687   layout:
5688     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5689     layout: "plot-service-density"
5690
5691 # Plots - NF Density - CSC - PDR IMIX
5692 - type: "plot"
5693   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5694   algorithm: "plot_service_density_heatmap"
5695   output-file-type: ".html"
5696   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
5697   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5698   filter: "'NIC_Intel-XXV710' and
5699            'NF_DENSITY' and
5700            'DOCKER' and
5701            'CHAIN' and
5702            'NF_VPPIP4' and
5703            'IMIX' and
5704            '2T1C' and
5705            'NDRPDR'"
5706   reference:
5707     include: "2"
5708     name: "CNF-1c"
5709   compare:
5710     include: "1"
5711     name: "CNF-0.5c"
5712   parameters:
5713   - "throughput"
5714   - "name"
5715   - "tags"
5716   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5717   x-axis: "X = CNFs per Service Chain"
5718   y-axis: "Y = Number of Service Chains"
5719   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5720   layout:
5721     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5722     layout: "plot-service-density"
5723
5724 - type: "plot"
5725   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5726   algorithm: "plot_service_density_heatmap"
5727   output-file-type: ".html"
5728   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
5729   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5730   filter: "'NIC_Intel-XXV710' and
5731            'NF_DENSITY' and
5732            'DOCKER' and
5733            'CHAIN' and
5734            'NF_VPPIP4' and
5735            'IMIX' and
5736            '4T2C' and
5737            'NDRPDR'"
5738   reference:
5739     include: "2"
5740     name: "CNF-1c"
5741   compare:
5742     include: "1"
5743     name: "CNF-0.5c"
5744   parameters:
5745   - "throughput"
5746   - "name"
5747   - "tags"
5748   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5749   x-axis: "X = CNFs per Service Chain"
5750   y-axis: "Y = Number of Service Chains"
5751   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5752   layout:
5753     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5754     layout: "plot-service-density"
5755
5756 - type: "plot"
5757   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5758   algorithm: "plot_service_density_heatmap"
5759   output-file-type: ".html"
5760   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
5761   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5762   filter: "'NIC_Intel-XXV710' and
5763            'NF_DENSITY' and
5764            'DOCKER' and
5765            'CHAIN' and
5766            'NF_VPPIP4' and
5767            'IMIX' and
5768            '8T4C' and
5769            'NDRPDR'"
5770   reference:
5771     include: "2"
5772     name: "CNF-1c"
5773   compare:
5774     include: "1"
5775     name: "CNF-0.5c"
5776   parameters:
5777   - "throughput"
5778   - "name"
5779   - "tags"
5780   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5781   x-axis: "X = CNFs per Service Chain"
5782   y-axis: "Y = Number of Service Chains"
5783   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5784   layout:
5785     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5786     layout: "plot-service-density"
5787
5788 ###############################################################################
5789 # Plots - NF Density - CSP - MRR 64b
5790 - type: "plot"
5791   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5792   algorithm: "plot_service_density_heatmap"
5793   output-file-type: ".html"
5794   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
5795   data: "plot-vpp-nfv-2n-skx-mrr"
5796   filter: "'NIC_Intel-XXV710' and
5797            'NF_DENSITY' and
5798            'DOCKER' and
5799            'PIPELINE' and
5800            'NF_VPPIP4' and
5801            '64B' and
5802            '2T1C' and
5803            'MRR'"
5804   reference:
5805     include: "2"
5806     name: "CNF-1c"
5807   compare:
5808     include: "1"
5809     name: "CNF-0.5c"
5810   parameters:
5811   - "result"
5812   - "name"
5813   - "tags"
5814   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5815   x-axis: "X = CNFs per Service Pipeline"
5816   y-axis: "Y = Number of Service Pipelines"
5817   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5818   layout:
5819     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5820     layout: "plot-service-density"
5821
5822 - type: "plot"
5823   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5824   algorithm: "plot_service_density_heatmap"
5825   output-file-type: ".html"
5826   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
5827   data: "plot-vpp-nfv-2n-skx-mrr"
5828   filter: "'NIC_Intel-XXV710' and
5829            'NF_DENSITY' and
5830            'DOCKER' and
5831            'PIPELINE' and
5832            'NF_VPPIP4' and
5833            '64B' and
5834            '4T2C' and
5835            'MRR'"
5836   reference:
5837     include: "2"
5838     name: "CNF-1c"
5839   compare:
5840     include: "1"
5841     name: "CNF-0.5c"
5842   parameters:
5843   - "result"
5844   - "name"
5845   - "tags"
5846   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5847   x-axis: "X = CNFs per Service Pipeline"
5848   y-axis: "Y = Number of Service Pipelines"
5849   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5850   layout:
5851     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5852     layout: "plot-service-density"
5853
5854 - type: "plot"
5855   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5856   algorithm: "plot_service_density_heatmap"
5857   output-file-type: ".html"
5858   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
5859   data: "plot-vpp-nfv-2n-skx-mrr"
5860   filter: "'NIC_Intel-XXV710' and
5861            'NF_DENSITY' and
5862            'DOCKER' and
5863            'PIPELINE' and
5864            'NF_VPPIP4' and
5865            '64B' and
5866            '8T4C' and
5867            'MRR'"
5868   reference:
5869     include: "2"
5870     name: "CNF-1c"
5871   compare:
5872     include: "1"
5873     name: "CNF-0.5c"
5874   parameters:
5875   - "result"
5876   - "name"
5877   - "tags"
5878   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5879   x-axis: "X = CNFs per Service Pipeline"
5880   y-axis: "Y = Number of Service Pipelines"
5881   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5882   layout:
5883     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5884     layout: "plot-service-density"
5885
5886 # Plots - NF Density - CSP - MRR IMIX
5887 - type: "plot"
5888   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5889   algorithm: "plot_service_density_heatmap"
5890   output-file-type: ".html"
5891   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
5892   data: "plot-vpp-nfv-2n-skx-mrr"
5893   filter: "'NIC_Intel-XXV710' and
5894            'NF_DENSITY' and
5895            'DOCKER' and
5896            'PIPELINE' and
5897            'NF_VPPIP4' and
5898            'IMIX' and
5899            '2T1C' and
5900            'MRR'"
5901   reference:
5902     include: "2"
5903     name: "CNF-1c"
5904   compare:
5905     include: "1"
5906     name: "CNF-0.5c"
5907   parameters:
5908   - "result"
5909   - "name"
5910   - "tags"
5911   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5912   x-axis: "X = CNFs per Service Pipeline"
5913   y-axis: "Y = Number of Service Pipelines"
5914   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5915   layout:
5916     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5917     layout: "plot-service-density"
5918
5919 - type: "plot"
5920   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5921   algorithm: "plot_service_density_heatmap"
5922   output-file-type: ".html"
5923   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
5924   data: "plot-vpp-nfv-2n-skx-mrr"
5925   filter: "'NIC_Intel-XXV710' and
5926            'NF_DENSITY' and
5927            'DOCKER' and
5928            'PIPELINE' and
5929            'NF_VPPIP4' and
5930            'IMIX' and
5931            '4T2C' and
5932            'MRR'"
5933   reference:
5934     include: "2"
5935     name: "CNF-1c"
5936   compare:
5937     include: "1"
5938     name: "CNF-0.5c"
5939   parameters:
5940   - "result"
5941   - "name"
5942   - "tags"
5943   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5944   x-axis: "X = CNFs per Service Pipeline"
5945   y-axis: "Y = Number of Service Pipelines"
5946   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5947   layout:
5948     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5949     layout: "plot-service-density"
5950
5951 - type: "plot"
5952   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5953   algorithm: "plot_service_density_heatmap"
5954   output-file-type: ".html"
5955   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
5956   data: "plot-vpp-nfv-2n-skx-mrr"
5957   filter: "'NIC_Intel-XXV710' and
5958            'NF_DENSITY' and
5959            'DOCKER' and
5960            'PIPELINE' and
5961            'NF_VPPIP4' and
5962            'IMIX' and
5963            '8T4C' and
5964            'MRR'"
5965   reference:
5966     include: "2"
5967     name: "CNF-1c"
5968   compare:
5969     include: "1"
5970     name: "CNF-0.5c"
5971   parameters:
5972   - "result"
5973   - "name"
5974   - "tags"
5975   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5976   x-axis: "X = CNFs per Service Pipeline"
5977   y-axis: "Y = Number of Service Pipelines"
5978   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5979   layout:
5980     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5981     layout: "plot-service-density"
5982
5983 # Plots - NF Density - CSP - NDR 64b
5984 - type: "plot"
5985   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5986   algorithm: "plot_service_density_heatmap"
5987   output-file-type: ".html"
5988   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
5989   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5990   filter: "'NIC_Intel-XXV710' and
5991            'NF_DENSITY' and
5992            'DOCKER' and
5993            'PIPELINE' and
5994            'NF_VPPIP4' and
5995            '64B' and
5996            '2T1C' and
5997            'NDRPDR'"
5998   reference:
5999     include: "2"
6000     name: "CNF-1c"
6001   compare:
6002     include: "1"
6003     name: "CNF-0.5c"
6004   parameters:
6005   - "throughput"
6006   - "name"
6007   - "tags"
6008   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6009   x-axis: "X = CNFs per Service Pipeline"
6010   y-axis: "Y = Number of Service Pipelines"
6011   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6012   layout:
6013     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6014     layout: "plot-service-density"
6015
6016 - type: "plot"
6017   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6018   algorithm: "plot_service_density_heatmap"
6019   output-file-type: ".html"
6020   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
6021   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6022   filter: "'NIC_Intel-XXV710' and
6023            'NF_DENSITY' and
6024            'DOCKER' and
6025            'PIPELINE' and
6026            'NF_VPPIP4' and
6027            '64B' and
6028            '4T2C' and
6029            'NDRPDR'"
6030   reference:
6031     include: "2"
6032     name: "CNF-1c"
6033   compare:
6034     include: "1"
6035     name: "CNF-0.5c"
6036   parameters:
6037   - "throughput"
6038   - "name"
6039   - "tags"
6040   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6041   x-axis: "X = CNFs per Service Pipeline"
6042   y-axis: "Y = Number of Service Pipelines"
6043   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6044   layout:
6045     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6046     layout: "plot-service-density"
6047
6048 - type: "plot"
6049   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6050   algorithm: "plot_service_density_heatmap"
6051   output-file-type: ".html"
6052   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
6053   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6054   filter: "'NIC_Intel-XXV710' and
6055            'NF_DENSITY' and
6056            'DOCKER' and
6057            'PIPELINE' and
6058            'NF_VPPIP4' and
6059            '64B' and
6060            '8T4C' and
6061            'NDRPDR'"
6062   reference:
6063     include: "2"
6064     name: "CNF-1c"
6065   compare:
6066     include: "1"
6067     name: "CNF-0.5c"
6068   parameters:
6069   - "throughput"
6070   - "name"
6071   - "tags"
6072   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6073   x-axis: "X = CNFs per Service Pipeline"
6074   y-axis: "Y = Number of Service Pipelines"
6075   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6076   layout:
6077     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6078     layout: "plot-service-density"
6079
6080 # Plots - NF Density - CSP - NDR IMIX
6081 - type: "plot"
6082   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6083   algorithm: "plot_service_density_heatmap"
6084   output-file-type: ".html"
6085   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
6086   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6087   filter: "'NIC_Intel-XXV710' and
6088            'NF_DENSITY' and
6089            'DOCKER' and
6090            'PIPELINE' and
6091            'NF_VPPIP4' and
6092            'IMIX' and
6093            '2T1C' and
6094            'NDRPDR'"
6095   reference:
6096     include: "2"
6097     name: "CNF-1c"
6098   compare:
6099     include: "1"
6100     name: "CNF-0.5c"
6101   parameters:
6102   - "throughput"
6103   - "name"
6104   - "tags"
6105   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6106   x-axis: "X = CNFs per Service Pipeline"
6107   y-axis: "Y = Number of Service Pipelines"
6108   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6109   layout:
6110     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6111     layout: "plot-service-density"
6112
6113 - type: "plot"
6114   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6115   algorithm: "plot_service_density_heatmap"
6116   output-file-type: ".html"
6117   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
6118   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6119   filter: "'NIC_Intel-XXV710' and
6120            'NF_DENSITY' and
6121            'DOCKER' and
6122            'PIPELINE' and
6123            'NF_VPPIP4' and
6124            'IMIX' and
6125            '4T2C' and
6126            'NDRPDR'"
6127   reference:
6128     include: "2"
6129     name: "CNF-1c"
6130   compare:
6131     include: "1"
6132     name: "CNF-0.5c"
6133   parameters:
6134   - "throughput"
6135   - "name"
6136   - "tags"
6137   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6138   x-axis: "X = CNFs per Service Pipeline"
6139   y-axis: "Y = Number of Service Pipelines"
6140   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6141   layout:
6142     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6143     layout: "plot-service-density"
6144
6145 - type: "plot"
6146   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6147   algorithm: "plot_service_density_heatmap"
6148   output-file-type: ".html"
6149   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
6150   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6151   filter: "'NIC_Intel-XXV710' and
6152            'NF_DENSITY' and
6153            'DOCKER' and
6154            'PIPELINE' and
6155            'NF_VPPIP4' and
6156            'IMIX' and
6157            '8T4C' and
6158            'NDRPDR'"
6159   reference:
6160     include: "2"
6161     name: "CNF-1c"
6162   compare:
6163     include: "1"
6164     name: "CNF-0.5c"
6165   parameters:
6166   - "throughput"
6167   - "name"
6168   - "tags"
6169   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6170   x-axis: "X = CNFs per Service Pipeline"
6171   y-axis: "Y = Number of Service Pipelines"
6172   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6173   layout:
6174     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6175     layout: "plot-service-density"
6176
6177 # Plots - NF Density - CSP - PDR 64b
6178 - type: "plot"
6179   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6180   algorithm: "plot_service_density_heatmap"
6181   output-file-type: ".html"
6182   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
6183   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6184   filter: "'NIC_Intel-XXV710' and
6185            'NF_DENSITY' and
6186            'DOCKER' and
6187            'PIPELINE' and
6188            'NF_VPPIP4' and
6189            '64B' and
6190            '2T1C' and
6191            'NDRPDR'"
6192   reference:
6193     include: "2"
6194     name: "CNF-1c"
6195   compare:
6196     include: "1"
6197     name: "CNF-0.5c"
6198   parameters:
6199   - "throughput"
6200   - "name"
6201   - "tags"
6202   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6203   x-axis: "X = CNFs per Service Pipeline"
6204   y-axis: "Y = Number of Service Pipelines"
6205   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6206   layout:
6207     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6208     layout: "plot-service-density"
6209
6210 - type: "plot"
6211   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6212   algorithm: "plot_service_density_heatmap"
6213   output-file-type: ".html"
6214   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
6215   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6216   filter: "'NIC_Intel-XXV710' and
6217            'NF_DENSITY' and
6218            'DOCKER' and
6219            'PIPELINE' and
6220            'NF_VPPIP4' and
6221            '64B' and
6222            '4T2C' and
6223            'NDRPDR'"
6224   reference:
6225     include: "2"
6226     name: "CNF-1c"
6227   compare:
6228     include: "1"
6229     name: "CNF-0.5c"
6230   parameters:
6231   - "throughput"
6232   - "name"
6233   - "tags"
6234   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6235   x-axis: "X = CNFs per Service Pipeline"
6236   y-axis: "Y = Number of Service Pipelines"
6237   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6238   layout:
6239     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6240     layout: "plot-service-density"
6241
6242 - type: "plot"
6243   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6244   algorithm: "plot_service_density_heatmap"
6245   output-file-type: ".html"
6246   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
6247   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6248   filter: "'NIC_Intel-XXV710' and
6249            'NF_DENSITY' and
6250            'DOCKER' and
6251            'PIPELINE' and
6252            'NF_VPPIP4' and
6253            '64B' and
6254            '8T4C' and
6255            'NDRPDR'"
6256   reference:
6257     include: "2"
6258     name: "CNF-1c"
6259   compare:
6260     include: "1"
6261     name: "CNF-0.5c"
6262   parameters:
6263   - "throughput"
6264   - "name"
6265   - "tags"
6266   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6267   x-axis: "X = CNFs per Service Pipeline"
6268   y-axis: "Y = Number of Service Pipelines"
6269   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6270   layout:
6271     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6272     layout: "plot-service-density"
6273
6274 # Plots - NF Density - CSP - PDR IMIX
6275 - type: "plot"
6276   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6277   algorithm: "plot_service_density_heatmap"
6278   output-file-type: ".html"
6279   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
6280   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6281   filter: "'NIC_Intel-XXV710' and
6282            'NF_DENSITY' and
6283            'DOCKER' and
6284            'PIPELINE' and
6285            'NF_VPPIP4' and
6286            'IMIX' and
6287            '2T1C' and
6288            'NDRPDR'"
6289   reference:
6290     include: "2"
6291     name: "CNF-1c"
6292   compare:
6293     include: "1"
6294     name: "CNF-0.5c"
6295   parameters:
6296   - "throughput"
6297   - "name"
6298   - "tags"
6299   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6300   x-axis: "X = CNFs per Service Pipeline"
6301   y-axis: "Y = Number of Service Pipelines"
6302   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6303   layout:
6304     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6305     layout: "plot-service-density"
6306
6307 - type: "plot"
6308   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6309   algorithm: "plot_service_density_heatmap"
6310   output-file-type: ".html"
6311   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
6312   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6313   filter: "'NIC_Intel-XXV710' and
6314            'NF_DENSITY' and
6315            'DOCKER' and
6316            'PIPELINE' and
6317            'NF_VPPIP4' and
6318            'IMIX' and
6319            '4T2C' and
6320            'NDRPDR'"
6321   reference:
6322     include: "2"
6323     name: "CNF-1c"
6324   compare:
6325     include: "1"
6326     name: "CNF-0.5c"
6327   parameters:
6328   - "throughput"
6329   - "name"
6330   - "tags"
6331   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6332   x-axis: "X = CNFs per Service Pipeline"
6333   y-axis: "Y = Number of Service Pipelines"
6334   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6335   layout:
6336     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6337     layout: "plot-service-density"
6338
6339 - type: "plot"
6340   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6341   algorithm: "plot_service_density_heatmap"
6342   output-file-type: ".html"
6343   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
6344   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6345   filter: "'NIC_Intel-XXV710' and
6346            'NF_DENSITY' and
6347            'DOCKER' and
6348            'PIPELINE' and
6349            'NF_VPPIP4' and
6350            'IMIX' and
6351            '8T4C' and
6352            'NDRPDR'"
6353   reference:
6354     include: "2"
6355     name: "CNF-1c"
6356   compare:
6357     include: "1"
6358     name: "CNF-0.5c"
6359   parameters:
6360   - "throughput"
6361   - "name"
6362   - "tags"
6363   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6364   x-axis: "X = CNFs per Service Pipeline"
6365   y-axis: "Y = Number of Service Pipelines"
6366   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6367   layout:
6368     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6369     layout: "plot-service-density"
6370
6371 ################################################################################
6372
6373 # Packet Throughput
6374
6375 - type: "plot"
6376   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6377   algorithm: "plot_performance_name_box"
6378   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6379   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6380   include:
6381     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6382     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6383     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6384     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6385   layout:
6386     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6387     layout: "plot-throughput"
6388
6389 - type: "plot"
6390   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6391   algorithm: "plot_performance_name_box"
6392   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6393   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6394   include:
6395     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6396     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6397     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6398     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6399   layout:
6400     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6401     layout: "plot-throughput"
6402
6403 - type: "plot"
6404   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6405   algorithm: "plot_performance_name_box"
6406   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6407   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6408   include:
6409     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6410     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6411     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6412     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6413     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6414   layout:
6415     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6416     layout: "plot-throughput"
6417
6418 - type: "plot"
6419   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6420   algorithm: "plot_performance_name_box"
6421   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6422   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6423   include:
6424     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6425     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6426     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6427     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6428     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6429   layout:
6430     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6431     layout: "plot-throughput"
6432
6433 - type: "plot"
6434   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
6435   algorithm: "plot_performance_name_box"
6436   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
6437   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6438   include:
6439     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6440     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6441     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6442     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6443     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6444   layout:
6445     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
6446     layout: "plot-throughput"
6447
6448 - type: "plot"
6449   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
6450   algorithm: "plot_performance_name_box"
6451   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
6452   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6453   include:
6454     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6455     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6456     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6457     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6458     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6459   layout:
6460     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
6461     layout: "plot-throughput"
6462
6463 - type: "plot"
6464   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6465   algorithm: "plot_performance_name_box"
6466   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6467   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6468   include:
6469     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
6470     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6471     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6472     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6473     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6474   layout:
6475     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6476     layout: "plot-throughput"
6477
6478 - type: "plot"
6479   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6480   algorithm: "plot_performance_name_box"
6481   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6482   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6483   include:
6484     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
6485     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6486     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6487     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6488     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6489   layout:
6490     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6491     layout: "plot-throughput"
6492
6493 - type: "plot"
6494   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6495   algorithm: "plot_performance_name_box"
6496   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6497   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6498   include:
6499     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
6500     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
6501     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
6502     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6503   layout:
6504     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6505     layout: "plot-throughput"
6506
6507 - type: "plot"
6508   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6509   algorithm: "plot_performance_name_box"
6510   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6511   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6512   include:
6513     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
6514     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
6515     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
6516     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6517   layout:
6518     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6519     layout: "plot-throughput"
6520
6521 - type: "plot"
6522   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6523   algorithm: "plot_performance_name_box"
6524   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6525   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6526   include:
6527     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6528     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6529     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
6530     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
6531     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6532   layout:
6533     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6534     layout: "plot-throughput"
6535
6536 - type: "plot"
6537   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6538   algorithm: "plot_performance_name_box"
6539   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6540   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6541   include:
6542     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6543     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6544     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
6545     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
6546     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6547   layout:
6548     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6549     layout: "plot-throughput"
6550
6551 - type: "plot"
6552   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
6553   algorithm: "plot_performance_name_box"
6554   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
6555   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6556   include:
6557     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6558     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6559     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6560     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6561     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6562     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
6563   layout:
6564     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
6565     layout: "plot-throughput"
6566
6567 - type: "plot"
6568   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
6569   algorithm: "plot_performance_name_box"
6570   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
6571   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6572   include:
6573     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6574     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6575     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6576     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6577     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6578     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
6579   layout:
6580     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
6581     layout: "plot-throughput"
6582
6583 - type: "plot"
6584   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6585   algorithm: "plot_performance_name_box"
6586   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6587   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6588   include:
6589     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6590     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6591     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6592   layout:
6593     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6594     layout: "plot-throughput"
6595
6596 - type: "plot"
6597   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6598   algorithm: "plot_performance_name_box"
6599   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6600   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6601   include:
6602     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6603     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6604     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6605   layout:
6606     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6607     layout: "plot-throughput"
6608
6609 - type: "plot"
6610   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6611   algorithm: "plot_performance_name_box"
6612   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6613   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6614   include:
6615     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
6616     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6617     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6618     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6619     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6620   layout:
6621     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6622     layout: "plot-throughput"
6623
6624 - type: "plot"
6625   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6626   algorithm: "plot_performance_name_box"
6627   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6628   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6629   include:
6630     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
6631     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6632     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6633     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6634     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6635   layout:
6636     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6637     layout: "plot-throughput"
6638
6639 - type: "plot"
6640   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6641   algorithm: "plot_performance_name_box"
6642   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6643   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6644   include:
6645     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
6646     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
6647     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
6648     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6649   layout:
6650     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6651     layout: "plot-throughput"
6652
6653 - type: "plot"
6654   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6655   algorithm: "plot_performance_name_box"
6656   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6657   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6658   include:
6659     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
6660     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
6661     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
6662     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6663   layout:
6664     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6665     layout: "plot-throughput"
6666
6667 - type: "plot"
6668   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6669   algorithm: "plot_performance_name_box"
6670   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6671   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6672   include:
6673     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6674     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6675     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
6676     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
6677     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6678   layout:
6679     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6680     layout: "plot-throughput"
6681
6682 - type: "plot"
6683   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6684   algorithm: "plot_performance_name_box"
6685   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6686   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6687   include:
6688     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6689     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6690     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
6691     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
6692     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6693   layout:
6694     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6695     layout: "plot-throughput"
6696
6697 - type: "plot"
6698   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
6699   algorithm: "plot_performance_name_box"
6700   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
6701   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6702   include:
6703     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6704     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6705     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6706     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6707     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6708     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
6709   layout:
6710     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
6711     layout: "plot-throughput"
6712
6713 - type: "plot"
6714   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
6715   algorithm: "plot_performance_name_box"
6716   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
6717   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6718   include:
6719     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6720     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6721     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6722     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6723     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6724     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
6725   layout:
6726     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
6727     layout: "plot-throughput"
6728
6729 - type: "plot"
6730   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
6731   algorithm: "plot_performance_name_box"
6732   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
6733   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6734   include:
6735     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6736     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6737     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
6738     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
6739     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6740   layout:
6741     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
6742     layout: "plot-throughput"
6743
6744 - type: "plot"
6745   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
6746   algorithm: "plot_performance_name_box"
6747   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
6748   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6749   include:
6750     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6751     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6752     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
6753     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
6754     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6755   layout:
6756     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
6757     layout: "plot-throughput"
6758
6759 - type: "plot"
6760   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
6761   algorithm: "plot_performance_name_box"
6762   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
6763   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6764   include:
6765     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6766     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6767     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6768     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6769     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6770     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
6771   layout:
6772     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
6773     layout: "plot-throughput"
6774
6775 - type: "plot"
6776   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
6777   algorithm: "plot_performance_name_box"
6778   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
6779   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6780   include:
6781     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6782     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6783     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6784     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6785     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6786     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
6787   layout:
6788     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
6789     layout: "plot-throughput"
6790
6791 - type: "plot"
6792   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
6793   algorithm: "plot_performance_name_box"
6794   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
6795   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
6796   include:
6797     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6798     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6799     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
6800     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
6801     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6802   layout:
6803     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
6804     layout: "plot-throughput"
6805
6806 - type: "plot"
6807   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
6808   algorithm: "plot_performance_name_box"
6809   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
6810   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
6811   include:
6812     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6813     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6814     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
6815     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
6816     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6817   layout:
6818     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
6819     layout: "plot-throughput"
6820
6821 - type: "plot"
6822   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
6823   algorithm: "plot_performance_name_box"
6824   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
6825   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
6826   include:
6827     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6828     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6829     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6830     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6831     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6832     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
6833   layout:
6834     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
6835     layout: "plot-throughput"
6836
6837 - type: "plot"
6838   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
6839   algorithm: "plot_performance_name_box"
6840   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
6841   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
6842   include:
6843     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6844     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6845     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6846     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6847     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6848     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
6849   layout:
6850     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
6851     layout: "plot-throughput"
6852
6853 - type: "plot"
6854   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
6855   algorithm: "plot_performance_name_box"
6856   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
6857   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
6858   include:
6859     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6860     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6861     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
6862     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
6863     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6864   layout:
6865     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
6866     layout: "plot-throughput"
6867
6868 - type: "plot"
6869   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
6870   algorithm: "plot_performance_name_box"
6871   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
6872   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
6873   include:
6874     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6875     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6876     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
6877     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
6878     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6879   layout:
6880     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
6881     layout: "plot-throughput"
6882
6883 - type: "plot"
6884   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
6885   algorithm: "plot_performance_name_box"
6886   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
6887   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
6888   include:
6889     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6890     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6891     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6892     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6893     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6894     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
6895   layout:
6896     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
6897     layout: "plot-throughput"
6898
6899 - type: "plot"
6900   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
6901   algorithm: "plot_performance_name_box"
6902   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
6903   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
6904   include:
6905     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6906     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6907     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6908     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6909     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6910     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
6911   layout:
6912     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
6913     layout: "plot-throughput"
6914
6915 - type: "plot"
6916   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
6917   algorithm: "plot_performance_name_box"
6918   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
6919   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6920   include:
6921     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
6922     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6923   layout:
6924     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
6925     layout: "plot-throughput"
6926
6927 - type: "plot"
6928   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
6929   algorithm: "plot_performance_name_box"
6930   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
6931   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6932   include:
6933     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
6934     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6935   layout:
6936     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
6937     layout: "plot-throughput"
6938
6939 - type: "plot"
6940   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
6941   algorithm: "plot_performance_name_box"
6942   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
6943   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6944   include:
6945     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
6946     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6947     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6948     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6949   layout:
6950     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
6951     layout: "plot-throughput"
6952
6953 - type: "plot"
6954   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
6955   algorithm: "plot_performance_name_box"
6956   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
6957   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6958   include:
6959     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
6960     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6961     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6962     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6963   layout:
6964     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
6965     layout: "plot-throughput"
6966
6967 - type: "plot"
6968   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
6969   algorithm: "plot_performance_name_box"
6970   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
6971   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6972   include:
6973     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
6974     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6975     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6976     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6977   layout:
6978     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
6979     layout: "plot-throughput"
6980
6981 - type: "plot"
6982   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
6983   algorithm: "plot_performance_name_box"
6984   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
6985   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6986   include:
6987     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
6988     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6989     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6990     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6991   layout:
6992     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
6993     layout: "plot-throughput"
6994
6995 - type: "plot"
6996   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
6997   algorithm: "plot_performance_name_box"
6998   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
6999   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7000   include:
7001     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
7002     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
7003     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
7004     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
7005   layout:
7006     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
7007     layout: "plot-throughput"
7008
7009 - type: "plot"
7010   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
7011   algorithm: "plot_performance_name_box"
7012   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
7013   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7014   include:
7015     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
7016     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
7017     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
7018     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
7019   layout:
7020     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
7021     layout: "plot-throughput"
7022
7023 - type: "plot"
7024   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
7025   algorithm: "plot_performance_name_box"
7026   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
7027   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7028   include:
7029     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
7030     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
7031     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
7032   layout:
7033     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
7034     layout: "plot-throughput"
7035
7036 - type: "plot"
7037   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
7038   algorithm: "plot_performance_name_box"
7039   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
7040   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7041   include:
7042     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
7043     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
7044     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
7045   layout:
7046     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
7047     layout: "plot-throughput"
7048
7049 - type: "plot"
7050   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
7051   algorithm: "plot_performance_name_box"
7052   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
7053   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7054   include:
7055     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
7056     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
7057     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
7058     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
7059     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
7060   layout:
7061     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
7062     layout: "plot-throughput"
7063
7064 - type: "plot"
7065   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
7066   algorithm: "plot_performance_name_box"
7067   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
7068   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7069   include:
7070     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
7071     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
7072     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
7073     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
7074     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
7075   layout:
7076     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
7077     layout: "plot-throughput"
7078
7079 - type: "plot"
7080   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
7081   algorithm: "plot_performance_name_box"
7082   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
7083   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7084   include:
7085     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
7086     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
7087     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
7088   layout:
7089     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
7090     layout: "plot-throughput"
7091
7092 - type: "plot"
7093   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
7094   algorithm: "plot_performance_name_box"
7095   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
7096   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7097   include:
7098     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
7099     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
7100     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
7101   layout:
7102     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
7103     layout: "plot-throughput"
7104
7105 - type: "plot"
7106   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
7107   algorithm: "plot_performance_name_box"
7108   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
7109   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7110   include:
7111     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
7112     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
7113     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
7114   layout:
7115     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
7116     layout: "plot-throughput"
7117
7118 - type: "plot"
7119   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
7120   algorithm: "plot_performance_name_box"
7121   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
7122   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7123   include:
7124     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
7125     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
7126     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
7127   layout:
7128     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
7129     layout: "plot-throughput"
7130
7131 - type: "plot"
7132   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
7133   algorithm: "plot_performance_name_box"
7134   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
7135   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7136   include:
7137     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
7138     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
7139     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
7140     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
7141     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
7142   layout:
7143     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
7144     layout: "plot-throughput"
7145
7146 - type: "plot"
7147   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
7148   algorithm: "plot_performance_name_box"
7149   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
7150   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7151   include:
7152     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
7153     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
7154     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
7155     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
7156     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
7157   layout:
7158     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
7159     layout: "plot-throughput"
7160
7161 - type: "plot"
7162   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
7163   algorithm: "plot_performance_name_box"
7164   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
7165   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7166   include:
7167     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
7168     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
7169     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
7170     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
7171     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
7172   layout:
7173     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
7174     layout: "plot-throughput"
7175
7176 - type: "plot"
7177   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
7178   algorithm: "plot_performance_name_box"
7179   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
7180   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7181   include:
7182     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
7183     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
7184     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
7185     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
7186     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
7187   layout:
7188     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
7189     layout: "plot-throughput"
7190
7191 - type: "plot"
7192   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
7193   algorithm: "plot_performance_name_box"
7194   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
7195   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
7196   include:
7197     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
7198     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
7199     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
7200     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
7201     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
7202   layout:
7203     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
7204     layout: "plot-throughput"
7205
7206 - type: "plot"
7207   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
7208   algorithm: "plot_performance_name_box"
7209   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
7210   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
7211   include:
7212     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
7213     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
7214     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
7215     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
7216     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
7217   layout:
7218     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
7219     layout: "plot-throughput"
7220
7221 - type: "plot"
7222   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
7223   algorithm: "plot_performance_name_box"
7224   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
7225   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7226   include:
7227     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
7228     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
7229     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
7230     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
7231     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
7232   layout:
7233     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
7234     layout: "plot-throughput"
7235
7236 - type: "plot"
7237   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
7238   algorithm: "plot_performance_name_box"
7239   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
7240   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7241   include:
7242     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
7243     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
7244     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
7245     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
7246     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
7247   layout:
7248     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
7249     layout: "plot-throughput"
7250
7251 - type: "plot"
7252   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
7253   algorithm: "plot_performance_name_box"
7254   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
7255   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7256   include:
7257     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7258     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7259     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7260     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7261     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7262     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7263   layout:
7264     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
7265     layout: "plot-throughput"
7266
7267 - type: "plot"
7268   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
7269   algorithm: "plot_performance_name_box"
7270   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
7271   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7272   include:
7273     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7274     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7275     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7276     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7277     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7278     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7279   layout:
7280     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
7281     layout: "plot-throughput"
7282
7283 - type: "plot"
7284   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
7285   algorithm: "plot_performance_name_box"
7286   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
7287   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7288   include:
7289     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
7290     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7291     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
7292     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7293   layout:
7294     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
7295     layout: "plot-throughput"
7296
7297 - type: "plot"
7298   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
7299   algorithm: "plot_performance_name_box"
7300   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
7301   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7302   include:
7303     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
7304     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7305     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7306     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7307   layout:
7308     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
7309     layout: "plot-throughput"
7310
7311 - type: "plot"
7312   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
7313   algorithm: "plot_performance_name_box"
7314   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
7315   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7316   include:
7317     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7318     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7319     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7320     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7321     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7322     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7323   layout:
7324     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
7325     layout: "plot-throughput"
7326
7327 - type: "plot"
7328   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
7329   algorithm: "plot_performance_name_box"
7330   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
7331   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7332   include:
7333     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7334     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7335     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7336     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7337     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7338     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7339   layout:
7340     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
7341     layout: "plot-throughput"
7342
7343 - type: "plot"
7344   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
7345   algorithm: "plot_performance_name_box"
7346   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
7347   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7348   include:
7349     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7350     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7351     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7352     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7353     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7354     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7355   layout:
7356     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
7357     layout: "plot-throughput"
7358
7359 - type: "plot"
7360   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
7361   algorithm: "plot_performance_name_box"
7362   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
7363   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7364   include:
7365     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7366     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7367     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7368     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7369     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7370     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7371   layout:
7372     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
7373     layout: "plot-throughput"
7374
7375 - type: "plot"
7376   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
7377   algorithm: "plot_performance_name_box"
7378   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
7379   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7380   include:
7381     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7382     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7383     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7384     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7385     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7386     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7387   layout:
7388     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
7389     layout: "plot-throughput"
7390
7391 - type: "plot"
7392   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
7393   algorithm: "plot_performance_name_box"
7394   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
7395   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7396   include:
7397     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7398     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7399     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7400     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7401     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7402     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7403   layout:
7404     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
7405     layout: "plot-throughput"
7406
7407 - type: "plot"
7408   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7409   algorithm: "plot_performance_name_box"
7410   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7411   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7412   include:
7413     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7414     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
7415     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7416     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7417     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7418     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7419   layout:
7420     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7421     layout: "plot-throughput"
7422
7423 - type: "plot"
7424   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7425   algorithm: "plot_performance_name_box"
7426   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7427   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7428   include:
7429     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7430     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
7431     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7432     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7433     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7434     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7435   layout:
7436     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7437     layout: "plot-throughput"
7438
7439 - type: "plot"
7440   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7441   algorithm: "plot_performance_name_box"
7442   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7443   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7444   include:
7445     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
7446     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7447     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
7448     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7449   layout:
7450     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7451     layout: "plot-throughput"
7452
7453 - type: "plot"
7454   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7455   algorithm: "plot_performance_name_box"
7456   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7457   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7458   include:
7459     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
7460     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7461     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
7462     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7463   layout:
7464     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7465     layout: "plot-throughput"
7466
7467 - type: "plot"
7468   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7469   algorithm: "plot_performance_name_box"
7470   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7471   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7472   include:
7473     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
7474     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
7475     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7476     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7477     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7478   layout:
7479     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7480     layout: "plot-throughput"
7481
7482 - type: "plot"
7483   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7484   algorithm: "plot_performance_name_box"
7485   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7486   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7487   include:
7488     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
7489     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
7490     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7491     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7492     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7493   layout:
7494     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7495     layout: "plot-throughput"
7496
7497 - type: "plot"
7498   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7499   algorithm: "plot_performance_name_box"
7500   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7501   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7502   include:
7503     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7504     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7505     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7506     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7507   layout:
7508     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7509     layout: "plot-throughput"
7510
7511 - type: "plot"
7512   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7513   algorithm: "plot_performance_name_box"
7514   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7515   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7516   include:
7517     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7518     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7519     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7520     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7521   layout:
7522     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7523     layout: "plot-throughput"
7524
7525 - type: "plot"
7526   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
7527   algorithm: "plot_performance_name_box"
7528   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
7529   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7530   include:
7531     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7532     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7533     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7534     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7535     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7536     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7537   layout:
7538     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
7539     layout: "plot-throughput"
7540
7541 - type: "plot"
7542   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
7543   algorithm: "plot_performance_name_box"
7544   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
7545   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7546   include:
7547     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7548     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7549     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7550     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7551     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7552     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7553   layout:
7554     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
7555     layout: "plot-throughput"
7556
7557 - type: "plot"
7558   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7559   algorithm: "plot_performance_name_box"
7560   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7561   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7562   include:
7563     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7564     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7565     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7566     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7567     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7568   layout:
7569     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7570     layout: "plot-throughput"
7571
7572 - type: "plot"
7573   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7574   algorithm: "plot_performance_name_box"
7575   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7576   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7577   include:
7578     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7579     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7580     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7581     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7582     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7583   layout:
7584     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7585     layout: "plot-throughput"
7586
7587 - type: "plot"
7588   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7589   algorithm: "plot_performance_name_box"
7590   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7591   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7592   include:
7593     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
7594     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7595     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7596   layout:
7597     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7598     layout: "plot-throughput"
7599
7600 - type: "plot"
7601   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7602   algorithm: "plot_performance_name_box"
7603   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7604   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7605   include:
7606     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
7607     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7608     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7609   layout:
7610     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7611     layout: "plot-throughput"
7612
7613 - type: "plot"
7614   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7615   algorithm: "plot_performance_name_box"
7616   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7617   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7618   include:
7619     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
7620     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7621     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7622     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7623   layout:
7624     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7625     layout: "plot-throughput"
7626
7627 - type: "plot"
7628   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7629   algorithm: "plot_performance_name_box"
7630   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7631   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7632   include:
7633     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
7634     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7635     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7636     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7637   layout:
7638     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7639     layout: "plot-throughput"
7640
7641 - type: "plot"
7642   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7643   algorithm: "plot_performance_name_box"
7644   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7645   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7646   include:
7647     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
7648     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7649     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7650     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7651     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7652     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7653   layout:
7654     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7655     layout: "plot-throughput"
7656
7657 - type: "plot"
7658   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7659   algorithm: "plot_performance_name_box"
7660   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7661   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7662   include:
7663     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
7664     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7665     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7666     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7667     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7668     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7669   layout:
7670     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7671     layout: "plot-throughput"
7672
7673 - type: "plot"
7674   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr"
7675   algorithm: "plot_performance_name_box"
7676   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr"
7677   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7678   include:
7679     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7680     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7681     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7682     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7683     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7684     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7685   layout:
7686     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr"
7687     layout: "plot-throughput"
7688
7689 - type: "plot"
7690   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-pdr"
7691   algorithm: "plot_performance_name_box"
7692   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-pdr"
7693   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7694   include:
7695     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7696     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7697     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7698     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7699     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7700     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7701   layout:
7702     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-pdr"
7703     layout: "plot-throughput"
7704
7705 - type: "plot"
7706   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
7707   algorithm: "plot_performance_name_box"
7708   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
7709   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7710   include:
7711     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7712     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7713     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7714     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7715   layout:
7716     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
7717     layout: "plot-throughput"
7718
7719 - type: "plot"
7720   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
7721   algorithm: "plot_performance_name_box"
7722   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
7723   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7724   include:
7725     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7726     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7727     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7728     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7729   layout:
7730     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
7731     layout: "plot-throughput"
7732
7733 - type: "plot"
7734   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
7735   algorithm: "plot_performance_name_box"
7736   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
7737   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7738   include:
7739     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7740     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7741     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7742     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7743     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7744     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7745   layout:
7746     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
7747     layout: "plot-throughput"
7748
7749 - type: "plot"
7750   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
7751   algorithm: "plot_performance_name_box"
7752   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
7753   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7754   include:
7755     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7756     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7757     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7758     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7759     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7760     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7761   layout:
7762     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
7763     layout: "plot-throughput"
7764
7765 - type: "plot"
7766   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
7767   algorithm: "plot_performance_name_box"
7768   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
7769   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7770   include:
7771     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7772     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7773     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7774     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7775     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7776     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7777   layout:
7778     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
7779     layout: "plot-throughput"
7780
7781 - type: "plot"
7782   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
7783   algorithm: "plot_performance_name_box"
7784   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
7785   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7786   include:
7787     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7788     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7789     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7790     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7791     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7792     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7793   layout:
7794     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
7795     layout: "plot-throughput"
7796
7797 - type: "plot"
7798   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
7799   algorithm: "plot_performance_name_box"
7800   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
7801   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
7802   include:
7803     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7804     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7805     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7806     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7807   layout:
7808     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
7809     layout: "plot-throughput"
7810
7811 - type: "plot"
7812   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
7813   algorithm: "plot_performance_name_box"
7814   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
7815   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
7816   include:
7817     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7818     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7819     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7820     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7821   layout:
7822     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
7823     layout: "plot-throughput"
7824
7825 - type: "plot"
7826   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
7827   algorithm: "plot_performance_name_box"
7828   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
7829   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
7830   include:
7831     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7832     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7833     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7834     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7835     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7836     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7837   layout:
7838     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
7839     layout: "plot-throughput"
7840
7841 - type: "plot"
7842   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
7843   algorithm: "plot_performance_name_box"
7844   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
7845   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
7846   include:
7847     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7848     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7849     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7850     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7851     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7852     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7853   layout:
7854     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
7855     layout: "plot-throughput"
7856
7857 - type: "plot"
7858   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
7859   algorithm: "plot_performance_name_box"
7860   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
7861   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7862   include:
7863     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7864     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7865     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7866     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7867   layout:
7868     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
7869     layout: "plot-throughput"
7870
7871 - type: "plot"
7872   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
7873   algorithm: "plot_performance_name_box"
7874   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
7875   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7876   include:
7877     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7878     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7879     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7880     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7881   layout:
7882     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
7883     layout: "plot-throughput"
7884
7885 - type: "plot"
7886   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
7887   algorithm: "plot_performance_name_box"
7888   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
7889   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7890   include:
7891     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7892     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7893     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7894     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7895     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7896     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7897   layout:
7898     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
7899     layout: "plot-throughput"
7900
7901 - type: "plot"
7902   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
7903   algorithm: "plot_performance_name_box"
7904   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
7905   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7906   include:
7907     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7908     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7909     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7910     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7911     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7912     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7913   layout:
7914     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
7915     layout: "plot-throughput"
7916
7917 - type: "plot"
7918   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
7919   algorithm: "plot_performance_name_box"
7920   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
7921   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7922   include:
7923     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7924     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7925     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7926     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7927     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7928     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7929   layout:
7930     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
7931     layout: "plot-throughput"
7932
7933 - type: "plot"
7934   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
7935   algorithm: "plot_performance_name_box"
7936   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
7937   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7938   include:
7939     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7940     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7941     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7942     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7943     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7944     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7945   layout:
7946     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
7947     layout: "plot-throughput"
7948
7949 - type: "plot"
7950   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7951   algorithm: "plot_performance_name_box"
7952   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7953   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7954   include:
7955     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7956     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7957     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7958     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7959     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7960     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7961   layout:
7962     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7963     layout: "plot-throughput"
7964
7965 - type: "plot"
7966   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7967   algorithm: "plot_performance_name_box"
7968   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7969   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7970   include:
7971     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7972     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7973     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7974     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7975     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7976     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7977   layout:
7978     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7979     layout: "plot-throughput"
7980
7981 - type: "plot"
7982   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
7983   algorithm: "plot_performance_name_box"
7984   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
7985   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7986   include:
7987     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7988     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7989     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7990     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7991     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7992     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7993   layout:
7994     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
7995     layout: "plot-throughput"
7996
7997 - type: "plot"
7998   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
7999   algorithm: "plot_performance_name_box"
8000   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
8001   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8002   include:
8003     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8004     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8005     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8006     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
8007     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
8008     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
8009   layout:
8010     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
8011     layout: "plot-throughput"
8012
8013 - type: "plot"
8014   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
8015   algorithm: "plot_performance_name_box"
8016   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
8017   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8018   include:
8019     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8020     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8021     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8022     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
8023     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
8024     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
8025   layout:
8026     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
8027     layout: "plot-throughput"
8028
8029 - type: "plot"
8030   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
8031   algorithm: "plot_performance_name_box"
8032   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
8033   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8034   include:
8035     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8036     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8037     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8038     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
8039     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
8040     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
8041   layout:
8042     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
8043     layout: "plot-throughput"
8044
8045 - type: "plot"
8046   title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
8047   algorithm: "plot_performance_name_box"
8048   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
8049   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8050   include:
8051     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8052     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8053     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8054   layout:
8055     title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
8056     layout: "plot-throughput"
8057
8058 - type: "plot"
8059   title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
8060   algorithm: "plot_performance_name_box"
8061   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
8062   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8063   include:
8064     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8065     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8066     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8067   layout:
8068     title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
8069     layout: "plot-throughput"
8070
8071 - type: "plot"
8072   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
8073   algorithm: "plot_performance_name_box-vhost"
8074   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
8075   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8076   include:
8077     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8078     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8079     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8080     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8081   layout:
8082     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
8083     layout: "plot-throughput"
8084
8085 - type: "plot"
8086   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
8087   algorithm: "plot_performance_name_box"
8088   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
8089   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
8090   include:
8091     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8092     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8093     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8094     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8095   layout:
8096     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
8097     layout: "plot-throughput"
8098
8099 - type: "plot"
8100   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
8101   algorithm: "plot_performance_name_box"
8102   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
8103   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
8104   include:
8105     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8106     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8107     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8108     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8109   layout:
8110     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
8111     layout: "plot-throughput"
8112
8113 - type: "plot"
8114   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
8115   algorithm: "plot_performance_name_box"
8116   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
8117   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
8118   include:
8119     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8120     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8121     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8122     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8123   layout:
8124     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
8125     layout: "plot-throughput"
8126
8127 #- type: "plot"
8128 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
8129 #  algorithm: "plot_performance_name_box"
8130 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
8131 #  data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
8132 #  include:
8133 #    - ""
8134 #  layout:
8135 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
8136 #    layout: "plot-throughput"
8137 #
8138 #- type: "plot"
8139 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
8140 #  algorithm: "plot_performance_name_box"
8141 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
8142 #  data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
8143 #  include:
8144 #    - ""
8145 #  layout:
8146 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
8147 #    layout: "plot-throughput"
8148
8149 - type: "plot"
8150   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
8151   algorithm: "plot_performance_name_box"
8152   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
8153   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
8154   include:
8155     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8156     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8157     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8158     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8159     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8160   layout:
8161     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
8162     layout: "plot-throughput"
8163
8164 - type: "plot"
8165   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
8166   algorithm: "plot_performance_name_box"
8167   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
8168   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
8169   include:
8170     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8171     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8172     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8173     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8174     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8175   layout:
8176     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
8177     layout: "plot-throughput"
8178
8179 - type: "plot"
8180   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
8181   algorithm: "plot_performance_name_box"
8182   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
8183   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
8184   include:
8185     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8186     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8187     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8188     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8189     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8190     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8191   layout:
8192     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
8193     layout: "plot-throughput"
8194
8195 - type: "plot"
8196   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
8197   algorithm: "plot_performance_name_box"
8198   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
8199   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
8200   include:
8201     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8202     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8203     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8204     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8205     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8206     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8207   layout:
8208     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
8209     layout: "plot-throughput"
8210
8211 - type: "plot"
8212   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
8213   algorithm: "plot_performance_name_box"
8214   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
8215   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8216   include:
8217     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8218     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8219     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8220     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8221     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8222   layout:
8223     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
8224     layout: "plot-throughput"
8225
8226 - type: "plot"
8227   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
8228   algorithm: "plot_performance_name_box"
8229   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
8230   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8231   include:
8232     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8233     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8234     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8235     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8236     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8237   layout:
8238     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
8239     layout: "plot-throughput"
8240
8241 - type: "plot"
8242   title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
8243   algorithm: "plot_performance_name_box"
8244   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
8245   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8246   include:
8247     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8248     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8249     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8250     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8251     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8252     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8253   layout:
8254     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
8255     layout: "plot-throughput"
8256
8257 - type: "plot"
8258   title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
8259   algorithm: "plot_performance_name_box"
8260   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
8261   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8262   include:
8263     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8264     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8265     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8266     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8267     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8268     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8269   layout:
8270     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
8271     layout: "plot-throughput"
8272
8273 - type: "plot"
8274   title: "Throughput: 3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr"
8275   algorithm: "plot_performance_name_box"
8276   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr"
8277   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8278   include:
8279     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8280     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8281     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8282   layout:
8283     title: "3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr"
8284     layout: "plot-throughput"
8285
8286 - type: "plot"
8287   title: "Throughput: 3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-pdr"
8288   algorithm: "plot_performance_name_box"
8289   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-pdr"
8290   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8291   include:
8292     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8293     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8294     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8295   layout:
8296     title: "3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-pdr"
8297     layout: "plot-throughput"
8298
8299 - type: "plot"
8300   title: "Throughput: 3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
8301   algorithm: "plot_performance_name_box"
8302   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
8303   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8304   include:
8305     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8306     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8307     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8308   layout:
8309     title: "3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
8310     layout: "plot-throughput"
8311
8312 - type: "plot"
8313   title: "Throughput: 3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
8314   algorithm: "plot_performance_name_box"
8315   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
8316   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8317   include:
8318     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8319     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8320     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8321   layout:
8322     title: "3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
8323     layout: "plot-throughput"
8324
8325 - type: "plot"
8326   title: "Throughput: 3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-ndr"
8327   algorithm: "plot_performance_name_box"
8328   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-ndr"
8329   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8330   include:
8331     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8332     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8333     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8334   layout:
8335     title: "3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-ndr"
8336     layout: "plot-throughput"
8337
8338 - type: "plot"
8339   title: "Throughput: 3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-pdr"
8340   algorithm: "plot_performance_name_box"
8341   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-pdr"
8342   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8343   include:
8344     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8345     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8346     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8347   layout:
8348     title: "3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-pdr"
8349     layout: "plot-throughput"
8350
8351 ################################################################################
8352
8353 # Packet Latency 1C
8354
8355 - type: "plot"
8356   title: "Latency: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
8357   algorithm: "plot_latency_error_bars_name"
8358   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
8359   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8360   include:
8361     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8362     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8363     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8364     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8365   layout:
8366     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
8367     layout: "plot-latency"
8368
8369 - type: "plot"
8370   title: "Latency: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
8371   algorithm: "plot_latency_error_bars_name"
8372   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
8373   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8374   include:
8375     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8376     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
8377     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8378     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
8379     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8380   layout:
8381     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
8382     layout: "plot-latency"
8383
8384 - type: "plot"
8385   title: "Latency: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
8386   algorithm: "plot_latency_error_bars_name"
8387   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
8388   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8389   include:
8390     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
8391     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
8392     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
8393     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
8394     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
8395   layout:
8396     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
8397     layout: "plot-latency"
8398
8399 - type: "plot"
8400   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
8401   algorithm: "plot_latency_error_bars_name"
8402   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
8403   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8404   include:
8405     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
8406     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
8407     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
8408     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
8409   layout:
8410     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
8411     layout: "plot-latency"
8412
8413 - type: "plot"
8414   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
8415   algorithm: "plot_latency_error_bars_name"
8416   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
8417   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8418   include:
8419     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
8420     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
8421     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
8422     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
8423     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
8424   layout:
8425     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
8426     layout: "plot-latency"
8427
8428 - type: "plot"
8429   title: "Latency: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
8430   algorithm: "plot_latency_error_bars_name"
8431   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
8432   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8433   include:
8434     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
8435     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
8436     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
8437     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
8438     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
8439     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
8440   layout:
8441     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
8442     layout: "plot-latency"
8443
8444 - type: "plot"
8445   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
8446   algorithm: "plot_latency_error_bars_name"
8447   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
8448   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8449   include:
8450     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
8451     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
8452     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
8453   layout:
8454     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
8455     layout: "plot-latency"
8456
8457 - type: "plot"
8458   title: "Latency: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
8459   algorithm: "plot_latency_error_bars_name"
8460   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
8461   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8462   include:
8463     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
8464     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
8465     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
8466     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
8467     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
8468   layout:
8469     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
8470     layout: "plot-latency"
8471
8472 - type: "plot"
8473   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
8474   algorithm: "plot_latency_error_bars_name"
8475   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
8476   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8477   include:
8478     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
8479     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
8480     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
8481     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
8482   layout:
8483     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
8484     layout: "plot-latency"
8485
8486 - type: "plot"
8487   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
8488   algorithm: "plot_latency_error_bars_name"
8489   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
8490   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8491   include:
8492     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
8493     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
8494     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
8495     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
8496     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
8497   layout:
8498     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
8499     layout: "plot-latency"
8500
8501 - type: "plot"
8502   title: "Latency: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
8503   algorithm: "plot_latency_error_bars_name"
8504   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
8505   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8506   include:
8507     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
8508     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
8509     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
8510     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
8511     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
8512     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
8513   layout:
8514     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
8515     layout: "plot-latency"
8516
8517 - type: "plot"
8518   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
8519   algorithm: "plot_latency_error_bars_name"
8520   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
8521   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8522   include:
8523     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
8524     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8525   layout:
8526     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
8527     layout: "plot-latency"
8528
8529 - type: "plot"
8530   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-lat"
8531   algorithm: "plot_latency_error_bars_name"
8532   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-lat"
8533   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8534   include:
8535     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
8536     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8537     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
8538     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
8539   layout:
8540     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
8541     layout: "plot-latency"
8542
8543 - type: "plot"
8544   title: "Latency: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8545   algorithm: "plot_latency_error_bars_name"
8546   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8547   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8548   include:
8549     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
8550     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
8551     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
8552   layout:
8553     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8554     layout: "plot-latency"
8555
8556 - type: "plot"
8557   title: "Latency: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8558   algorithm: "plot_latency_error_bars_name"
8559   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8560   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8561   include:
8562     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
8563     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
8564     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
8565     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
8566     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
8567   layout:
8568     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8569     layout: "plot-latency"
8570
8571 - type: "plot"
8572   title: "Latency: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
8573   algorithm: "plot_latency_error_bars_name"
8574   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
8575   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8576   include:
8577     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
8578     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
8579     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
8580   layout:
8581     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
8582     layout: "plot-latency"
8583
8584 - type: "plot"
8585   title: "Latency: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8586   algorithm: "plot_latency_error_bars_name"
8587   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8588   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8589   include:
8590     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
8591     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
8592     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
8593   layout:
8594     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8595     layout: "plot-latency"
8596
8597 - type: "plot"
8598   title: "Latency: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8599   algorithm: "plot_latency_error_bars_name"
8600   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8601   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8602   include:
8603     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
8604     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
8605     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
8606     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
8607     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
8608   layout:
8609     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8610     layout: "plot-latency"
8611
8612 #- type: "plot"
8613 #  title: "Latency: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8614 #  algorithm: "plot_latency_error_bars_name"
8615 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8616 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8617 #  include:
8618 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8619 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8620 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8621 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8622 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8623 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8624 #  layout:
8625 #    title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
8626 #    layout: "plot-latency"
8627
8628 #- type: "plot"
8629 #  title: "Latency: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
8630 #  algorithm: "plot_latency_error_bars_name"
8631 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
8632 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8633 #  include:
8634 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
8635 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8636 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
8637 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8638 #  layout:
8639 #    title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
8640 #    layout: "plot-latency"
8641
8642 #- type: "plot"
8643 #  title: "Latency: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
8644 #  algorithm: "plot_latency_error_bars_name"
8645 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
8646 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
8647 #  include:
8648 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8649 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8650 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8651 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8652 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8653 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8654 #  layout:
8655 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
8656 #    layout: "plot-latency"
8657
8658 - type: "plot"
8659   title: "Latency: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
8660   algorithm: "plot_latency_error_bars_name"
8661   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
8662   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8663   include:
8664     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8665     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
8666     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8667     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8668     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8669     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8670   layout:
8671     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
8672     layout: "plot-latency"
8673
8674 - type: "plot"
8675   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
8676   algorithm: "plot_latency_error_bars_name"
8677   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
8678   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8679   include:
8680     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
8681     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8682     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
8683     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8684   layout:
8685     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
8686     layout: "plot-latency"
8687
8688 - type: "plot"
8689   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
8690   algorithm: "plot_latency_error_bars_name"
8691   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
8692   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8693   include:
8694     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
8695     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
8696     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
8697     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8698     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8699   layout:
8700     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
8701     layout: "plot-latency"
8702
8703 - type: "plot"
8704   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
8705   algorithm: "plot_latency_error_bars_name"
8706   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
8707   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8708   include:
8709     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8710     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
8711     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
8712     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8713   layout:
8714     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
8715     layout: "plot-latency"
8716
8717 - type: "plot"
8718   title: "Latency: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
8719   algorithm: "plot_latency_error_bars_name"
8720   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
8721   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8722   include:
8723     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
8724     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
8725     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
8726     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8727     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
8728     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8729   layout:
8730     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
8731     layout: "plot-latency"
8732
8733 - type: "plot"
8734   title: "Latency: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
8735   algorithm: "plot_latency_error_bars_name"
8736   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
8737   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8738   include:
8739     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8740     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8741     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8742     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8743     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8744   layout:
8745     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
8746     layout: "plot-latency"
8747
8748 - type: "plot"
8749   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
8750   algorithm: "plot_latency_error_bars_name"
8751   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
8752   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8753   include:
8754     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
8755     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8756     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8757   layout:
8758     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
8759     layout: "plot-latency"
8760
8761 - type: "plot"
8762   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
8763   algorithm: "plot_latency_error_bars_name"
8764   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
8765   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8766   include:
8767     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
8768     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
8769     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8770     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8771   layout:
8772     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
8773     layout: "plot-latency"
8774
8775 - type: "plot"
8776   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
8777   algorithm: "plot_latency_error_bars_name"
8778   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
8779   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8780   include:
8781     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
8782     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
8783     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8784     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
8785     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
8786     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8787   layout:
8788     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
8789     layout: "plot-latency"
8790
8791 - type: "plot"
8792   title: "Latency: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr-lat"
8793   algorithm: "plot_latency_error_bars_name"
8794   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr-lat"
8795   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8796   include:
8797     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8798     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
8799     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
8800     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
8801     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
8802     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
8803   layout:
8804     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr"
8805     layout: "plot-latency"
8806
8807 - type: "plot"
8808   title: "Latency: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-lat"
8809   algorithm: "plot_latency_error_bars_name"
8810   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-lat"
8811   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8812   include:
8813     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8814     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8815     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8816     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
8817     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
8818     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
8819   layout:
8820     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
8821     layout: "plot-latency"
8822
8823 - type: "plot"
8824   title: "Latency: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-lat"
8825   algorithm: "plot_latency_error_bars_name"
8826   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-lat"
8827   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8828   include:
8829     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8830     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8831     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8832     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
8833     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
8834     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
8835   layout:
8836     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
8837     layout: "plot-latency"
8838
8839 - type: "plot"
8840   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
8841   algorithm: "plot_latency_error_bars_name"
8842   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
8843   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
8844   include:
8845     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8846     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8847     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8848     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8849   layout:
8850     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
8851     layout: "plot-latency"
8852
8853 - type: "plot"
8854   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr-lat"
8855   algorithm: "plot_latency_error_bars_name"
8856   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr-lat"
8857   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
8858   include:
8859     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8860     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8861     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8862     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8863   layout:
8864     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
8865     layout: "plot-latency"
8866
8867 #- type: "plot"
8868 #  title: "Latency: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
8869 #  algorithm: "plot_latency_error_bars_name"
8870 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
8871 #  data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
8872 #  include:
8873 #    - ""
8874 #  layout:
8875 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
8876 #    layout: "plot-latency"
8877
8878 - type: "plot"
8879   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
8880   algorithm: "plot_latency_error_bars_name"
8881   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
8882   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
8883   include:
8884     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8885     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8886     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8887     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8888     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8889   layout:
8890     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
8891     layout: "plot-latency"
8892
8893 - type: "plot"
8894   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
8895   algorithm: "plot_latency_error_bars_name"
8896   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
8897   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
8898   include:
8899     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8900     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8901     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8902     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8903     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8904     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8905   layout:
8906     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
8907     layout: "plot-latency"
8908
8909 #- type: "plot"
8910 #  title: "Latency: 3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr-lat"
8911 #  algorithm: "plot_latency_error_bars_name"
8912 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr-lat"
8913 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8914 #  include:
8915 #    - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8916 #    - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8917 #    - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8918 #  layout:
8919 #    title: "3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr"
8920 #    layout: "plot-latency"
8921
8922 #- type: "plot"
8923 #  title: "Latency: 3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr-lat"
8924 #  algorithm: "plot_latency_error_bars_name"
8925 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr-lat"
8926 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
8927 #  include:
8928 #    - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8929 #    - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8930 #    - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8931 #  layout:
8932 #    title: "3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
8933 #    layout: "plot-latency"
8934
8935 - type: "plot"
8936   title: "Latency: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-lat"
8937   algorithm: "plot_latency_error_bars_name"
8938   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-lat"
8939   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8940   include:
8941     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
8942     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8943     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8944     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
8945     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8946   layout:
8947     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
8948     layout: "plot-latency"
8949
8950 - type: "plot"
8951   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-lat"
8952   algorithm: "plot_latency_error_bars_name"
8953   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-lat"
8954   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8955   include:
8956     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
8957     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
8958     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
8959     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
8960     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
8961   layout:
8962     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
8963     layout: "plot-latency"
8964
8965 - type: "plot"
8966   title: "Latency: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-lat"
8967   algorithm: "plot_latency_error_bars_name"
8968   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-lat"
8969   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8970   include:
8971     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
8972     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
8973     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
8974     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
8975     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
8976     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
8977   layout:
8978     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
8979     layout: "plot-latency"
8980
8981 - type: "plot"
8982   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-lat"
8983   algorithm: "plot_latency_error_bars_name"
8984   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-lat"
8985   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8986   include:
8987     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
8988     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8989     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
8990     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
8991   layout:
8992     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-lat"
8993     layout: "plot-latency"
8994
8995 - type: "plot"
8996   title: "Latency: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-lat"
8997   algorithm: "plot_latency_error_bars_name"
8998   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-lat"
8999   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9000   include:
9001     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
9002     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
9003     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
9004     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
9005     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
9006   layout:
9007     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
9008     layout: "plot-latency"
9009
9010 #- type: "plot"
9011 #  title: "Latency: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
9012 #  algorithm: "plot_latency_error_bars_name"
9013 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
9014 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9015 #  include:
9016 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
9017 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9018 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9019 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9020 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9021 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9022 #  layout:
9023 #    title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
9024 #    layout: "plot-latency"
9025
9026 - type: "plot"
9027   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-lat"
9028   algorithm: "plot_latency_error_bars_name"
9029   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-lat"
9030   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9031   include:
9032     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
9033     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
9034     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
9035     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
9036   layout:
9037     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
9038     layout: "plot-latency"
9039
9040 - type: "plot"
9041   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-lat"
9042   algorithm: "plot_latency_error_bars_name"
9043   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-lat"
9044   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9045   include:
9046     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
9047     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
9048     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
9049     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
9050     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
9051     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
9052   layout:
9053     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
9054     layout: "plot-latency"
9055
9056 - type: "plot"
9057   title: "Latency: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr-lat"
9058   algorithm: "plot_latency_error_bars_name"
9059   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr-lat"
9060   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9061   include:
9062     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
9063     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
9064     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
9065     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
9066     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
9067     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
9068   layout:
9069     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
9070     layout: "plot-latency"
9071
9072 - type: "plot"
9073   title: "Latency: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr-lat"
9074   algorithm: "plot_latency_error_bars_name"
9075   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr-lat"
9076   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9077   include:
9078     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9079     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9080     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9081     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9082     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9083     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9084   layout:
9085     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
9086     layout: "plot-latency"
9087
9088 - type: "plot"
9089   title: "Latency: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-lat"
9090   algorithm: "plot_latency_error_bars_name"
9091   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-lat"
9092   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9093   include:
9094     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9095     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9096     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9097     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9098     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9099   layout:
9100     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
9101     layout: "plot-latency"
9102
9103 - type: "plot"
9104   title: "Latency: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr-lat"
9105   algorithm: "plot_latency_error_bars_name"
9106   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr-lat"
9107   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9108   include:
9109     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9110     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9111     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9112     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9113     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9114     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9115   layout:
9116     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
9117     layout: "plot-latency"
9118
9119 #- type: "plot"
9120 #  title: "Latency: 3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-ndr-lat"
9121 #  algorithm: "plot_latency_error_bars_name"
9122 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-ndr-lat"
9123 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9124 #  include:
9125 #    - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9126 #    - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9127 #    - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9128 #  layout:
9129 #    title: "3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-ndr"
9130 #    layout: "plot-latency"
9131
9132 ################################################################################
9133
9134 # Packet Latency 2C
9135
9136 - type: "plot"
9137   title: "Latency: 2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
9138   algorithm: "plot_latency_error_bars_name"
9139   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
9140   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9141   include:
9142     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9143     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9144     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9145     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9146   layout:
9147     title: "2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
9148     layout: "plot-latency"
9149
9150 - type: "plot"
9151   title: "Latency: 3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
9152   algorithm: "plot_latency_error_bars_name"
9153   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
9154   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9155   include:
9156     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9157     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
9158     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9159     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
9160     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9161   layout:
9162     title: "3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
9163     layout: "plot-latency"
9164
9165 - type: "plot"
9166   title: "Latency: 2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
9167   algorithm: "plot_latency_error_bars_name"
9168   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
9169   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9170   include:
9171     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
9172     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
9173     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
9174     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
9175     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
9176   layout:
9177     title: "2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
9178     layout: "plot-latency"
9179
9180 - type: "plot"
9181   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
9182   algorithm: "plot_latency_error_bars_name"
9183   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
9184   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9185   include:
9186     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
9187     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
9188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
9189     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
9190   layout:
9191     title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
9192     layout: "plot-latency"
9193
9194 - type: "plot"
9195   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
9196   algorithm: "plot_latency_error_bars_name"
9197   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
9198   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9199   include:
9200     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
9201     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
9202     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
9203     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
9204     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
9205   layout:
9206     title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
9207     layout: "plot-latency"
9208
9209 - type: "plot"
9210   title: "Latency: 2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
9211   algorithm: "plot_latency_error_bars_name"
9212   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
9213   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9214   include:
9215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
9216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9219     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9220     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
9221   layout:
9222     title: "2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
9223     layout: "plot-latency"
9224
9225 - type: "plot"
9226   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
9227   algorithm: "plot_latency_error_bars_name"
9228   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
9229   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9230   include:
9231     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
9232     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
9233     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
9234   layout:
9235     title: "3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr"
9236     layout: "plot-latency"
9237
9238 - type: "plot"
9239   title: "Latency: 3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
9240   algorithm: "plot_latency_error_bars_name"
9241   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
9242   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9243   include:
9244     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
9245     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
9246     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
9247     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
9248     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
9249   layout:
9250     title: "3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
9251     layout: "plot-latency"
9252
9253 - type: "plot"
9254   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
9255   algorithm: "plot_latency_error_bars_name"
9256   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
9257   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9258   include:
9259     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
9260     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
9261     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
9262     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
9263   layout:
9264     title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
9265     layout: "plot-latency"
9266
9267 - type: "plot"
9268   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
9269   algorithm: "plot_latency_error_bars_name"
9270   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
9271   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9272   include:
9273     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
9274     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
9275     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
9276     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
9277     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
9278   layout:
9279     title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
9280     layout: "plot-latency"
9281
9282 - type: "plot"
9283   title: "Latency: 3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
9284   algorithm: "plot_latency_error_bars_name"
9285   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
9286   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9287   include:
9288     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
9289     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9290     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9291     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9292     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9293     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
9294   layout:
9295     title: "3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
9296     layout: "plot-latency"
9297
9298 - type: "plot"
9299   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
9300   algorithm: "plot_latency_error_bars_name"
9301   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
9302   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9303   include:
9304     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
9305     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9306   layout:
9307     title: "3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr"
9308     layout: "plot-latency"
9309
9310 - type: "plot"
9311   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-lat"
9312   algorithm: "plot_latency_error_bars_name"
9313   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-lat"
9314   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9315   include:
9316     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t2c-ethip4vxlan-l2xcbase-ndrpdr"
9317     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9318     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
9319     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
9320   layout:
9321     title: "3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr"
9322     layout: "plot-latency"
9323
9324 - type: "plot"
9325   title: "Latency: 2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
9326   algorithm: "plot_latency_error_bars_name"
9327   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
9328   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9329   include:
9330     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
9331     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
9332     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
9333   layout:
9334     title: "2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
9335     layout: "plot-latency"
9336
9337 - type: "plot"
9338   title: "Latency: 2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
9339   algorithm: "plot_latency_error_bars_name"
9340   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
9341   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9342   include:
9343     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
9344     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
9345     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
9346     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
9347     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
9348   layout:
9349     title: "2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
9350     layout: "plot-latency"
9351
9352 - type: "plot"
9353   title: "Latency: 3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
9354   algorithm: "plot_latency_error_bars_name"
9355   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
9356   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9357   include:
9358     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
9359     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
9360     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
9361   layout:
9362     title: "3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr"
9363     layout: "plot-latency"
9364
9365 - type: "plot"
9366   title: "Latency: 3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
9367   algorithm: "plot_latency_error_bars_name"
9368   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
9369   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9370   include:
9371     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
9372     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
9373     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
9374   layout:
9375     title: "3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
9376     layout: "plot-latency"
9377
9378 - type: "plot"
9379   title: "Latency: 3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
9380   algorithm: "plot_latency_error_bars_name"
9381   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
9382   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9383   include:
9384     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
9385     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
9386     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
9387     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
9388     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
9389   layout:
9390     title: "3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
9391     layout: "plot-latency"
9392
9393 #- type: "plot"
9394 #  title: "Latency: 3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
9395 #  algorithm: "plot_latency_error_bars_name"
9396 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
9397 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9398 #  include:
9399 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
9400 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9401 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9402 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9403 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9404 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9405 #  layout:
9406 #    title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
9407 #    layout: "plot-latency"
9408
9409 #- type: "plot"
9410 #  title: "Latency: 3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
9411 #  algorithm: "plot_latency_error_bars_name"
9412 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
9413 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9414 #  include:
9415 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
9416 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9417 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
9418 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9419 #  layout:
9420 #    title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
9421 #    layout: "plot-latency"
9422
9423 #- type: "plot"
9424 #  title: "Latency: 3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
9425 #  algorithm: "plot_latency_error_bars_name"
9426 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
9427 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
9428 #  include:
9429 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
9430 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9431 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9432 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9433 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9434 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9435 #  layout:
9436 #    title: "3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr"
9437 #    layout: "plot-latency"
9438
9439 - type: "plot"
9440   title: "Latency: 2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
9441   algorithm: "plot_latency_error_bars_name"
9442   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
9443   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9444   include:
9445     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
9446     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
9447     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
9448     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
9449     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
9450     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
9451   layout:
9452     title: "2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
9453     layout: "plot-latency"
9454
9455 - type: "plot"
9456   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
9457   algorithm: "plot_latency_error_bars_name"
9458   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
9459   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9460   include:
9461     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
9462     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
9463     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
9464     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
9465   layout:
9466     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
9467     layout: "plot-latency"
9468
9469 - type: "plot"
9470   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
9471   algorithm: "plot_latency_error_bars_name"
9472   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
9473   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9474   include:
9475     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
9476     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
9477     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
9478     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
9479     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
9480   layout:
9481     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
9482     layout: "plot-latency"
9483
9484 - type: "plot"
9485   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
9486   algorithm: "plot_latency_error_bars_name"
9487   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
9488   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9489   include:
9490     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
9491     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
9492     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
9493     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
9494   layout:
9495     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
9496     layout: "plot-latency"
9497
9498 - type: "plot"
9499   title: "Latency: 3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
9500   algorithm: "plot_latency_error_bars_name"
9501   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
9502   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9503   include:
9504     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
9505     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
9506     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
9507     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
9508     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
9509     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
9510   layout:
9511     title: "3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr"
9512     layout: "plot-latency"
9513
9514 - type: "plot"
9515   title: "Latency: 3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
9516   algorithm: "plot_latency_error_bars_name"
9517   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
9518   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9519   include:
9520     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
9521     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
9522     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
9523     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
9524     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
9525   layout:
9526     title: "3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
9527     layout: "plot-latency"
9528
9529 - type: "plot"
9530   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
9531   algorithm: "plot_latency_error_bars_name"
9532   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
9533   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9534   include:
9535     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
9536     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
9537     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
9538   layout:
9539     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
9540     layout: "plot-latency"
9541
9542 - type: "plot"
9543   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
9544   algorithm: "plot_latency_error_bars_name"
9545   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
9546   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9547   include:
9548     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
9549     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
9550     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
9551     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
9552   layout:
9553     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
9554     layout: "plot-latency"
9555
9556 - type: "plot"
9557   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
9558   algorithm: "plot_latency_error_bars_name"
9559   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
9560   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9561   include:
9562     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
9563     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
9564     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
9565     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
9566     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
9567     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
9568   layout:
9569     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
9570     layout: "plot-latency"
9571
9572 - type: "plot"
9573   title: "Latency: 3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr-lat"
9574   algorithm: "plot_latency_error_bars_name"
9575   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr-lat"
9576   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9577   include:
9578     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
9579     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
9580     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
9581     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
9582     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
9583     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
9584   layout:
9585     title: "3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr"
9586     layout: "plot-latency"
9587
9588 - type: "plot"
9589   title: "Latency: 3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-lat"
9590   algorithm: "plot_latency_error_bars_name"
9591   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-lat"
9592   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9593   include:
9594     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9595     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9596     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9597     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9598     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9599     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9600   layout:
9601     title: "3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr"
9602     layout: "plot-latency"
9603
9604 - type: "plot"
9605   title: "Latency: 3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-lat"
9606   algorithm: "plot_latency_error_bars_name"
9607   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-lat"
9608   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9609   include:
9610     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9611     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9612     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9613     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9614     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9615     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9616   layout:
9617     title: "3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr"
9618     layout: "plot-latency"
9619
9620 - type: "plot"
9621   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
9622   algorithm: "plot_latency_error_bars_name"
9623   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
9624   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
9625   include:
9626     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9627     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9628     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9629     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9630   layout:
9631     title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
9632     layout: "plot-latency"
9633
9634 - type: "plot"
9635   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr-lat"
9636   algorithm: "plot_latency_error_bars_name"
9637   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr-lat"
9638   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
9639   include:
9640     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9641     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9642     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9643     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9644   layout:
9645     title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
9646     layout: "plot-latency"
9647
9648 #- type: "plot"
9649 #  title: "Latency: 3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
9650 #  algorithm: "plot_latency_error_bars_name"
9651 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
9652 #  data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9653 #  include:
9654 #    - ""
9655 #  layout:
9656 #    title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
9657 #    layout: "plot-latency"
9658
9659 - type: "plot"
9660   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
9661   algorithm: "plot_latency_error_bars_name"
9662   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
9663   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9664   include:
9665     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9666     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9667     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9668     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9669     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9670   layout:
9671     title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
9672     layout: "plot-latency"
9673
9674 - type: "plot"
9675   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
9676   algorithm: "plot_latency_error_bars_name"
9677   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
9678   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9679   include:
9680     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9681     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9682     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9683     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9684     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9685     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9686   layout:
9687     title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
9688     layout: "plot-latency"
9689
9690 #- type: "plot"
9691 #  title: "Latency: 3n-hsw-xl710-114b-2t2c-vts-l2switching-base-i40e-ndr-lat"
9692 #  algorithm: "plot_latency_error_bars_name"
9693 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-2t2c-vts-l2switching-base-i40e-ndr-lat"
9694 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9695 #  include:
9696 #    - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9697 #    - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9698 #    - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9699 #  layout:
9700 #    title: "3n-hsw-xl710-114b-2t2c-vts-l2switching-base-i40e-ndr"
9701 #    layout: "plot-latency"
9702
9703 #- type: "plot"
9704 #  title: "Latency: 3n-skx-xxv710-114b-4t2c-vts-l2switching-base-i40e-ndr-lat"
9705 #  algorithm: "plot_latency_error_bars_name"
9706 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-4t2c-vts-l2switching-base-i40e-ndr-lat"
9707 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
9708 #  include:
9709 #    - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9710 #    - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9711 #    - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9712 #  layout:
9713 #    title: "3n-skx-xxv710-114b-4t2c-vts-l2switching-base-i40e-ndr"
9714 #    layout: "plot-latency"
9715
9716 - type: "plot"
9717   title: "Latency: 3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-lat"
9718   algorithm: "plot_latency_error_bars_name"
9719   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-lat"
9720   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9721   include:
9722     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
9723     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9724     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9725     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
9726     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9727   layout:
9728     title: "3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr"
9729     layout: "plot-latency"
9730
9731 - type: "plot"
9732   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-lat"
9733   algorithm: "plot_latency_error_bars_name"
9734   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-lat"
9735   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9736   include:
9737     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
9738     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
9739     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t2c-ethip4-ip4scale20k-ndrpdr"
9740     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t2c-ethip4-ip4scale200k-ndrpdr"
9741     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
9742   layout:
9743     title: "3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr"
9744     layout: "plot-latency"
9745
9746 - type: "plot"
9747   title: "Latency: 3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-lat"
9748   algorithm: "plot_latency_error_bars_name"
9749   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-lat"
9750   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9751   include:
9752     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
9753     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9754     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9755     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9756     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9757     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t2c-ethip4udp-ip4base-nat44-ndrpdr"
9758   layout:
9759     title: "3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr"
9760     layout: "plot-latency"
9761
9762 - type: "plot"
9763   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-lat"
9764   algorithm: "plot_latency_error_bars_name"
9765   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-lat"
9766   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9767   include:
9768     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
9769     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9770     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
9771     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
9772   layout:
9773     title: "3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-lat"
9774     layout: "plot-latency"
9775
9776 - type: "plot"
9777   title: "Latency: 3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-lat"
9778   algorithm: "plot_latency_error_bars_name"
9779   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-lat"
9780   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9781   include:
9782     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
9783     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
9784     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t2c-ethip6-ip6scale20k-ndrpdr"
9785     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t2c-ethip6-ip6scale200k-ndrpdr"
9786     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
9787   layout:
9788     title: "3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr"
9789     layout: "plot-latency"
9790
9791 #- type: "plot"
9792 #  title: "Latency: 3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
9793 #  algorithm: "plot_latency_error_bars_name"
9794 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
9795 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9796 #  include:
9797 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
9798 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9799 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9800 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9801 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9802 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9803 #  layout:
9804 #    title: "3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
9805 #    layout: "plot-latency"
9806
9807 - type: "plot"
9808   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-lat"
9809   algorithm: "plot_latency_error_bars_name"
9810   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-lat"
9811   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9812   include:
9813     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
9814     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
9815     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
9816     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
9817   layout:
9818     title: "3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr"
9819     layout: "plot-latency"
9820
9821 - type: "plot"
9822   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-lat"
9823   algorithm: "plot_latency_error_bars_name"
9824   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-lat"
9825   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9826   include:
9827     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
9828     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
9829     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
9830     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale10kmaclrn-ndrpdr"
9831     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale100kmaclrn-ndrpdr"
9832     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
9833   layout:
9834     title: "3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr"
9835     layout: "plot-latency"
9836
9837 - type: "plot"
9838   title: "Latency: 3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr-lat"
9839   algorithm: "plot_latency_error_bars_name"
9840   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr-lat"
9841   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9842   include:
9843     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
9844     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
9845     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
9846     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
9847     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
9848     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
9849   layout:
9850     title: "3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr"
9851     layout: "plot-latency"
9852
9853 - type: "plot"
9854   title: "Latency: 3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr-lat"
9855   algorithm: "plot_latency_error_bars_name"
9856   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr-lat"
9857   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9858   include:
9859     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9860     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9861     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9862     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9863     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9864     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9865   layout:
9866     title: "3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr"
9867     layout: "plot-latency"
9868
9869 - type: "plot"
9870   title: "Latency: 3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-lat"
9871   algorithm: "plot_latency_error_bars_name"
9872   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-lat"
9873   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9874   include:
9875     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9876     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9877     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9878     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9879     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9880   layout:
9881     title: "3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr"
9882     layout: "plot-latency"
9883
9884 - type: "plot"
9885   title: "Latency: 3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr-lat"
9886   algorithm: "plot_latency_error_bars_name"
9887   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr-lat"
9888   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9889   include:
9890     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9891     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9892     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9893     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9894     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9895     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9896   layout:
9897     title: "3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr"
9898     layout: "plot-latency"
9899
9900 #- type: "plot"
9901 #  title: "Latency: 3n-tsh-x520-114b-2t2c-vts-l2switching-base-ixgbe-ndr-lat"
9902 #  algorithm: "plot_latency_error_bars_name"
9903 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-2t2c-vts-l2switching-base-ixgbe-ndr-lat"
9904 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9905 #  include:
9906 #    - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9907 #    - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9908 #    - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9909 #  layout:
9910 #    title: "3n-tsh-x520-114b-2t2c-vts-l2switching-base-ixgbe-ndr"
9911 #    layout: "plot-latency"
9912
9913 ################################################################################
9914
9915 # Packet Latency 4C
9916
9917 - type: "plot"
9918   title: "Latency: 2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
9919   algorithm: "plot_latency_error_bars_name"
9920   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
9921   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9922   include:
9923     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9924     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9925     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9926     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9927   layout:
9928     title: "2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
9929     layout: "plot-latency"
9930
9931 - type: "plot"
9932   title: "Latency: 3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
9933   algorithm: "plot_latency_error_bars_name"
9934   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
9935   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9936   include:
9937     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9938     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
9939     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9940     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
9941     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9942   layout:
9943     title: "3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
9944     layout: "plot-latency"
9945
9946 - type: "plot"
9947   title: "Latency: 2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
9948   algorithm: "plot_latency_error_bars_name"
9949   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
9950   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9951   include:
9952     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
9953     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
9954     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
9955     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
9956     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
9957   layout:
9958     title: "2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
9959     layout: "plot-latency"
9960
9961 - type: "plot"
9962   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
9963   algorithm: "plot_latency_error_bars_name"
9964   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
9965   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9966   include:
9967     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
9968     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
9969     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
9970     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
9971   layout:
9972     title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
9973     layout: "plot-latency"
9974
9975 - type: "plot"
9976   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
9977   algorithm: "plot_latency_error_bars_name"
9978   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
9979   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9980   include:
9981     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
9982     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
9983     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
9984     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
9985     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
9986   layout:
9987     title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
9988     layout: "plot-latency"
9989
9990 - type: "plot"
9991   title: "Latency: 2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
9992   algorithm: "plot_latency_error_bars_name"
9993   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
9994   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9995   include:
9996     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
9997     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9998     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9999     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10000     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10001     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
10002   layout:
10003     title: "2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
10004     layout: "plot-latency"
10005
10006 - type: "plot"
10007   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
10008   algorithm: "plot_latency_error_bars_name"
10009   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
10010   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10011   include:
10012     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
10013     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
10014     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
10015   layout:
10016     title: "3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr"
10017     layout: "plot-latency"
10018
10019 - type: "plot"
10020   title: "Latency: 3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
10021   algorithm: "plot_latency_error_bars_name"
10022   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
10023   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10024   include:
10025     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
10026     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
10027     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
10028     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
10029     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
10030   layout:
10031     title: "3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
10032     layout: "plot-latency"
10033
10034 - type: "plot"
10035   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
10036   algorithm: "plot_latency_error_bars_name"
10037   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
10038   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10039   include:
10040     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
10041     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
10042     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
10043     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
10044   layout:
10045     title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
10046     layout: "plot-latency"
10047
10048 - type: "plot"
10049   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
10050   algorithm: "plot_latency_error_bars_name"
10051   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
10052   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10053   include:
10054     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
10055     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
10056     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
10057     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
10058     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
10059   layout:
10060     title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
10061     layout: "plot-latency"
10062
10063 - type: "plot"
10064   title: "Latency: 3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
10065   algorithm: "plot_latency_error_bars_name"
10066   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
10067   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10068   include:
10069     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
10070     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10071     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10072     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10073     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10074     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
10075   layout:
10076     title: "3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
10077     layout: "plot-latency"
10078
10079 - type: "plot"
10080   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
10081   algorithm: "plot_latency_error_bars_name"
10082   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
10083   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10084   include:
10085     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
10086     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10087   layout:
10088     title: "3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr"
10089     layout: "plot-latency"
10090
10091 - type: "plot"
10092   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-lat"
10093   algorithm: "plot_latency_error_bars_name"
10094   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-lat"
10095   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10096   include:
10097     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-8t4c-ethip4vxlan-l2xcbase-ndrpdr"
10098     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10099     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10100     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10101   layout:
10102     title: "3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr"
10103     layout: "plot-latency"
10104
10105 - type: "plot"
10106   title: "Latency: 2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
10107   algorithm: "plot_latency_error_bars_name"
10108   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
10109   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10110   include:
10111     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
10112     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
10113     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
10114   layout:
10115     title: "2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
10116     layout: "plot-latency"
10117
10118 - type: "plot"
10119   title: "Latency: 2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
10120   algorithm: "plot_latency_error_bars_name"
10121   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
10122   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10123   include:
10124     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
10125     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
10126     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
10127     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
10128     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
10129   layout:
10130     title: "2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
10131     layout: "plot-latency"
10132
10133 - type: "plot"
10134   title: "Latency: 3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
10135   algorithm: "plot_latency_error_bars_name"
10136   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
10137   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10138   include:
10139     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
10140     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
10141     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
10142   layout:
10143     title: "3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr"
10144     layout: "plot-latency"
10145
10146 - type: "plot"
10147   title: "Latency: 3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
10148   algorithm: "plot_latency_error_bars_name"
10149   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
10150   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10151   include:
10152     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
10153     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
10154     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
10155   layout:
10156     title: "3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
10157     layout: "plot-latency"
10158
10159 - type: "plot"
10160   title: "Latency: 3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
10161   algorithm: "plot_latency_error_bars_name"
10162   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
10163   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10164   include:
10165     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
10166     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
10167     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
10168     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
10169     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
10170   layout:
10171     title: "3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
10172     layout: "plot-latency"
10173
10174 #- type: "plot"
10175 #  title: "Latency: 3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
10176 #  algorithm: "plot_latency_error_bars_name"
10177 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
10178 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10179 #  include:
10180 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10181 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10182 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10183 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10184 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10185 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10186 #  layout:
10187 #    title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
10188 #    layout: "plot-latency"
10189
10190 #- type: "plot"
10191 #  title: "Latency: 3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
10192 #  algorithm: "plot_latency_error_bars_name"
10193 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
10194 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10195 #  include:
10196 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
10197 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10198 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
10199 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10200 #  layout:
10201 #    title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
10202 #    layout: "plot-latency"
10203
10204 #- type: "plot"
10205 #  title: "Latency: 3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
10206 #  algorithm: "plot_latency_error_bars_name"
10207 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
10208 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10209 #  include:
10210 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10211 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10212 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10213 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10214 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10215 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10216 #  layout:
10217 #    title: "3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr"
10218 #    layout: "plot-latency"
10219
10220 - type: "plot"
10221   title: "Latency: 2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
10222   algorithm: "plot_latency_error_bars_name"
10223   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
10224   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10225   include:
10226     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
10227     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
10228     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
10229     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
10230     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
10231     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
10232   layout:
10233     title: "2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
10234     layout: "plot-latency"
10235
10236 - type: "plot"
10237   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
10238   algorithm: "plot_latency_error_bars_name"
10239   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
10240   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10241   include:
10242     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
10243     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
10244     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
10245     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
10246   layout:
10247     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
10248     layout: "plot-latency"
10249
10250 - type: "plot"
10251   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
10252   algorithm: "plot_latency_error_bars_name"
10253   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
10254   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10255   include:
10256     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
10257     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
10258     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
10259     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
10260     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
10261   layout:
10262     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
10263     layout: "plot-latency"
10264
10265 - type: "plot"
10266   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
10267   algorithm: "plot_latency_error_bars_name"
10268   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
10269   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10270   include:
10271     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
10272     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
10273     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
10274     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
10275   layout:
10276     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
10277     layout: "plot-latency"
10278
10279 - type: "plot"
10280   title: "Latency: 3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
10281   algorithm: "plot_latency_error_bars_name"
10282   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
10283   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10284   include:
10285     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
10286     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
10287     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
10288     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
10289     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
10290     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
10291   layout:
10292     title: "3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr"
10293     layout: "plot-latency"
10294
10295 - type: "plot"
10296   title: "Latency: 3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
10297   algorithm: "plot_latency_error_bars_name"
10298   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
10299   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10300   include:
10301     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
10302     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
10303     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
10304     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
10305     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
10306   layout:
10307     title: "3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
10308     layout: "plot-latency"
10309
10310 - type: "plot"
10311   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
10312   algorithm: "plot_latency_error_bars_name"
10313   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
10314   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10315   include:
10316     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
10317     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
10318     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
10319   layout:
10320     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
10321     layout: "plot-latency"
10322
10323 - type: "plot"
10324   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
10325   algorithm: "plot_latency_error_bars_name"
10326   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
10327   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10328   include:
10329     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
10330     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
10331     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
10332     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
10333   layout:
10334     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
10335     layout: "plot-latency"
10336
10337 - type: "plot"
10338   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
10339   algorithm: "plot_latency_error_bars_name"
10340   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
10341   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10342   include:
10343     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
10344     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
10345     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
10346     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
10347     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
10348     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
10349   layout:
10350     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
10351     layout: "plot-latency"
10352
10353 - type: "plot"
10354   title: "Latency: 3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr-lat"
10355   algorithm: "plot_latency_error_bars_name"
10356   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr-lat"
10357   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10358   include:
10359     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
10360     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
10361     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
10362     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
10363     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
10364     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
10365   layout:
10366     title: "3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr"
10367     layout: "plot-latency"
10368
10369 - type: "plot"
10370   title: "Latency: 3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-lat"
10371   algorithm: "plot_latency_error_bars_name"
10372   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-lat"
10373   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10374   include:
10375     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
10376     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
10377     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
10378     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
10379     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
10380     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
10381   layout:
10382     title: "3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr"
10383     layout: "plot-latency"
10384
10385 - type: "plot"
10386   title: "Latency: 3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-lat"
10387   algorithm: "plot_latency_error_bars_name"
10388   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-lat"
10389   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10390   include:
10391     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-8t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
10392     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
10393     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
10394     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
10395     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
10396     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
10397   layout:
10398     title: "3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr"
10399     layout: "plot-latency"
10400
10401 - type: "plot"
10402   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
10403   algorithm: "plot_latency_error_bars_name"
10404   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
10405   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
10406   include:
10407     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10408     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10409     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10410     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
10411   layout:
10412     title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
10413     layout: "plot-latency"
10414
10415 - type: "plot"
10416   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr-lat"
10417   algorithm: "plot_latency_error_bars_name"
10418   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr-lat"
10419   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
10420   include:
10421     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10422     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10423     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10424     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
10425   layout:
10426     title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
10427     layout: "plot-latency"
10428
10429 #- type: "plot"
10430 #  title: "Latency: 3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
10431 #  algorithm: "plot_latency_error_bars_name"
10432 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
10433 #  data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
10434 #  include:
10435 #    - ""
10436 #  layout:
10437 #    title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
10438 #    layout: "plot-latency"
10439
10440 - type: "plot"
10441   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
10442   algorithm: "plot_latency_error_bars_name"
10443   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
10444   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
10445   include:
10446     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10447     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10448     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10449     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10450     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
10451   layout:
10452     title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
10453     layout: "plot-latency"
10454
10455 - type: "plot"
10456   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
10457   algorithm: "plot_latency_error_bars_name"
10458   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
10459   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
10460   include:
10461     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10462     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10463     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10464     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10465     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10466     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10467   layout:
10468     title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
10469     layout: "plot-latency"
10470
10471 #- type: "plot"
10472 #  title: "Latency: 3n-hsw-xl710-114b-4t4c-vts-l2switching-base-i40e-ndr-lat"
10473 #  algorithm: "plot_latency_error_bars_name"
10474 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-4t4c-vts-l2switching-base-i40e-ndr-lat"
10475 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10476 #  include:
10477 #    - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
10478 #    - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
10479 #    - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
10480 #  layout:
10481 #    title: "3n-hsw-xl710-114b-4t4c-vts-l2switching-base-i40e-ndr"
10482 #    layout: "plot-latency"
10483
10484 #- type: "plot"
10485 #  title: "Latency: 3n-skx-xxv710-114b-8t4c-vts-l2switching-base-i40e-ndr-lat"
10486 #  algorithm: "plot_latency_error_bars_name"
10487 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-8t4c-vts-l2switching-base-i40e-ndr-lat"
10488 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10489 #  include:
10490 #    - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
10491 #    - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
10492 #    - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
10493 #  layout:
10494 #    title: "3n-skx-xxv710-114b-8t4c-vts-l2switching-base-i40e-ndr"
10495 #    layout: "plot-latency"
10496
10497 - type: "plot"
10498   title: "Latency: 3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-lat"
10499   algorithm: "plot_latency_error_bars_name"
10500   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-lat"
10501   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10502   include:
10503     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10504     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10505     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10506     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10507     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10508   layout:
10509     title: "3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr"
10510     layout: "plot-latency"
10511
10512 - type: "plot"
10513   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-lat"
10514   algorithm: "plot_latency_error_bars_name"
10515   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-lat"
10516   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10517   include:
10518     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
10519     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
10520     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t4c-ethip4-ip4scale20k-ndrpdr"
10521     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t4c-ethip4-ip4scale200k-ndrpdr"
10522     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
10523   layout:
10524     title: "3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr"
10525     layout: "plot-latency"
10526
10527 - type: "plot"
10528   title: "Latency: 3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-lat"
10529   algorithm: "plot_latency_error_bars_name"
10530   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-lat"
10531   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10532   include:
10533     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
10534     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10535     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10536     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10537     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10538     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t4c-ethip4udp-ip4base-nat44-ndrpdr"
10539   layout:
10540     title: "3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr"
10541     layout: "plot-latency"
10542
10543 - type: "plot"
10544   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-lat"
10545   algorithm: "plot_latency_error_bars_name"
10546   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-lat"
10547   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10548   include:
10549     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
10550     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10551     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10552     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10553   layout:
10554     title: "3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-lat"
10555     layout: "plot-latency"
10556
10557 - type: "plot"
10558   title: "Latency: 3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-lat"
10559   algorithm: "plot_latency_error_bars_name"
10560   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-lat"
10561   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10562   include:
10563     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
10564     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
10565     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t4c-ethip6-ip6scale20k-ndrpdr"
10566     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t4c-ethip6-ip6scale200k-ndrpdr"
10567     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
10568   layout:
10569     title: "3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr"
10570     layout: "plot-latency"
10571
10572 #- type: "plot"
10573 #  title: "Latency: 3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
10574 #  algorithm: "plot_latency_error_bars_name"
10575 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
10576 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10577 #  include:
10578 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10579 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10580 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10581 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10582 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10583 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10584 #  layout:
10585 #    title: "3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
10586 #    layout: "plot-latency"
10587
10588 - type: "plot"
10589   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-lat"
10590   algorithm: "plot_latency_error_bars_name"
10591   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-lat"
10592   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10593   include:
10594     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
10595     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
10596     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
10597     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
10598   layout:
10599     title: "3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr"
10600     layout: "plot-latency"
10601
10602 - type: "plot"
10603   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-lat"
10604   algorithm: "plot_latency_error_bars_name"
10605   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-lat"
10606   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10607   include:
10608     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
10609     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
10610     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
10611     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale10kmaclrn-ndrpdr"
10612     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale100kmaclrn-ndrpdr"
10613     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
10614   layout:
10615     title: "3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr"
10616     layout: "plot-latency"
10617
10618 - type: "plot"
10619   title: "Latency: 3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr-lat"
10620   algorithm: "plot_latency_error_bars_name"
10621   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr-lat"
10622   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10623   include:
10624     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
10625     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
10626     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
10627     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
10628     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
10629     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
10630   layout:
10631     title: "3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr"
10632     layout: "plot-latency"
10633
10634 - type: "plot"
10635   title: "Latency: 3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr-lat"
10636   algorithm: "plot_latency_error_bars_name"
10637   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr-lat"
10638   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10639   include:
10640     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
10641     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
10642     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
10643     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
10644     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
10645     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
10646   layout:
10647     title: "3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr"
10648     layout: "plot-latency"
10649
10650 - type: "plot"
10651   title: "Latency: 3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-lat"
10652   algorithm: "plot_latency_error_bars_name"
10653   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-lat"
10654   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10655   include:
10656     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10657     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10658     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10659     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10660     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
10661   layout:
10662     title: "3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr"
10663     layout: "plot-latency"
10664
10665 - type: "plot"
10666   title: "Latency: 3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr-lat"
10667   algorithm: "plot_latency_error_bars_name"
10668   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr-lat"
10669   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10670   include:
10671     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10672     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10673     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10674     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10675     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10676     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10677   layout:
10678     title: "3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr"
10679     layout: "plot-latency"
10680
10681 #- type: "plot"
10682 #  title: "Latency: 3n-tsh-x520-114b-4t4c-vts-l2switching-base-ixgbe-ndr-lat"
10683 #  algorithm: "plot_latency_error_bars_name"
10684 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-4t4c-vts-l2switching-base-ixgbe-ndr-lat"
10685 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10686 #  include:
10687 #    - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
10688 #    - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
10689 #    - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
10690 #  layout:
10691 #    title: "3n-tsh-x520-114b-4t4c-vts-l2switching-base-ixgbe-ndr"
10692 #    layout: "plot-latency"
10693
10694 ################################################################################
10695
10696 # Packet Speedup
10697
10698 - type: "plot"
10699   title: "Speedup: 2n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
10700   algorithm: "plot_throughput_speedup_analysis_name"
10701   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
10702   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10703   include:
10704     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10705     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10706     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10707     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10708   layout:
10709     title: "2n-skx-xxv710-64b-memif-base-i40e-ndr"
10710     layout: "plot-throughput-speedup-analysis"
10711
10712 - type: "plot"
10713   title: "Speedup: 2n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
10714   algorithm: "plot_throughput_speedup_analysis_name"
10715   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
10716   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10717   include:
10718     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10719     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10720     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10721     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10722   layout:
10723     title: "2n-skx-xxv710-64b-memif-base-i40e-pdr"
10724     layout: "plot-throughput-speedup-analysis"
10725
10726 - type: "plot"
10727   title: "Speedup: 3n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
10728   algorithm: "plot_throughput_speedup_analysis_name"
10729   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
10730   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10731   include:
10732     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10733     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10734     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10735     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10736     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10737   layout:
10738     title: "3n-skx-xxv710-64b-memif-base-i40e-ndr"
10739     layout: "plot-throughput-speedup-analysis"
10740
10741 - type: "plot"
10742   title: "Speedup: 3n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
10743   algorithm: "plot_throughput_speedup_analysis_name"
10744   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
10745   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10746   include:
10747     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10748     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10749     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10750     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10751     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10752   layout:
10753     title: "3n-skx-xxv710-64b-memif-base-i40e-pdr"
10754     layout: "plot-throughput-speedup-analysis"
10755
10756 - type: "plot"
10757   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
10758   algorithm: "plot_throughput_speedup_analysis_name"
10759   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
10760   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10761   include:
10762     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
10763     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10764     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10765     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10766     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10767   layout:
10768     title: "2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
10769     layout: "plot-throughput-speedup-analysis"
10770
10771 - type: "plot"
10772   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
10773   algorithm: "plot_throughput_speedup_analysis_name"
10774   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
10775   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10776   include:
10777     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
10778     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10779     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10780     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10781     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10782   layout:
10783     title: "2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
10784     layout: "plot-throughput-speedup-analysis"
10785
10786 - type: "plot"
10787   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
10788   algorithm: "plot_throughput_speedup_analysis_name"
10789   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
10790   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10791   include:
10792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
10793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
10794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
10795     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10796   layout:
10797     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
10798     layout: "plot-throughput-speedup-analysis"
10799
10800 - type: "plot"
10801   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
10802   algorithm: "plot_throughput_speedup_analysis_name"
10803   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
10804   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10805   include:
10806     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
10807     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
10808     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
10809     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10810   layout:
10811     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
10812     layout: "plot-throughput-speedup-analysis"
10813
10814 - type: "plot"
10815   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10816   algorithm: "plot_throughput_speedup_analysis_name"
10817   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10818   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10819   include:
10820     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10821     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10822     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
10823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
10824     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10825   layout:
10826     title: "2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
10827     layout: "plot-throughput-speedup-analysis"
10828
10829 - type: "plot"
10830   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10831   algorithm: "plot_throughput_speedup_analysis_name"
10832   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10833   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10834   include:
10835     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10836     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10837     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
10838     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
10839     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10840   layout:
10841     title: "2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
10842     layout: "plot-throughput-speedup-analysis"
10843
10844 - type: "plot"
10845   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
10846   algorithm: "plot_throughput_speedup_analysis_name"
10847   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
10848   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10849   include:
10850     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10851     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10852     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10853     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10854     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10855     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
10856   layout:
10857     title: "2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr"
10858     layout: "plot-throughput-speedup-analysis"
10859
10860 - type: "plot"
10861   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
10862   algorithm: "plot_throughput_speedup_analysis_name"
10863   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
10864   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10865   include:
10866     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10867     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10868     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10869     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10870     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10871     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
10872   layout:
10873     title: "2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr"
10874     layout: "plot-throughput-speedup-analysis"
10875
10876 - type: "plot"
10877   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10878   algorithm: "plot_throughput_speedup_analysis_name"
10879   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10880   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10881   include:
10882     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10883     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10884     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10885   layout:
10886     title: "3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr"
10887     layout: "plot-throughput-speedup-analysis"
10888
10889 - type: "plot"
10890   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10891   algorithm: "plot_throughput_speedup_analysis_name"
10892   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10893   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10894   include:
10895     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10896     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10897     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10898   layout:
10899     title: "3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr"
10900     layout: "plot-throughput-speedup-analysis"
10901
10902 - type: "plot"
10903   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
10904   algorithm: "plot_throughput_speedup_analysis_name"
10905   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
10906   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10907   include:
10908     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
10909     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10910     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10911     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10912     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10913   layout:
10914     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
10915     layout: "plot-throughput-speedup-analysis"
10916
10917 - type: "plot"
10918   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
10919   algorithm: "plot_throughput_speedup_analysis_name"
10920   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
10921   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10922   include:
10923     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
10924     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10925     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10926     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10927     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10928   layout:
10929     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
10930     layout: "plot-throughput-speedup-analysis"
10931
10932 - type: "plot"
10933   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
10934   algorithm: "plot_throughput_speedup_analysis_name"
10935   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
10936   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10937   include:
10938     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
10939     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
10940     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
10941     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10942   layout:
10943     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
10944     layout: "plot-throughput-speedup-analysis"
10945
10946 - type: "plot"
10947   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
10948   algorithm: "plot_throughput_speedup_analysis_name"
10949   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
10950   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10951   include:
10952     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
10953     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
10954     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
10955     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10956   layout:
10957     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
10958     layout: "plot-throughput-speedup-analysis"
10959
10960 - type: "plot"
10961   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10962   algorithm: "plot_throughput_speedup_analysis_name"
10963   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10964   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10965   include:
10966     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10967     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10968     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
10969     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
10970     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10971   layout:
10972     title: "3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
10973     layout: "plot-throughput-speedup-analysis"
10974
10975 - type: "plot"
10976   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10977   algorithm: "plot_throughput_speedup_analysis_name"
10978   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10979   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10980   include:
10981     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10982     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10983     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
10984     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
10985     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10986   layout:
10987     title: "3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
10988     layout: "plot-throughput-speedup-analysis"
10989
10990 - type: "plot"
10991   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
10992   algorithm: "plot_throughput_speedup_analysis_name"
10993   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
10994   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10995   include:
10996     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10997     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10998     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10999     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11000     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11001     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
11002   layout:
11003     title: "3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr"
11004     layout: "plot-throughput-speedup-analysis"
11005
11006 - type: "plot"
11007   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
11008   algorithm: "plot_throughput_speedup_analysis_name"
11009   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
11010   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11011   include:
11012     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11013     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11014     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11015     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11016     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11017     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
11018   layout:
11019     title: "3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr"
11020     layout: "plot-throughput-speedup-analysis"
11021
11022 - type: "plot"
11023   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr-tsa"
11024   algorithm: "plot_throughput_speedup_analysis_name"
11025   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr-tsa"
11026   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11027   include:
11028     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
11029     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11030   layout:
11031     title: "3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr"
11032     layout: "plot-throughput-speedup-analysis"
11033
11034 - type: "plot"
11035   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr-tsa"
11036   algorithm: "plot_throughput_speedup_analysis_name"
11037   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr-tsa"
11038   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11039   include:
11040     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
11041     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11042   layout:
11043     title: "3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr"
11044     layout: "plot-throughput-speedup-analysis"
11045
11046 - type: "plot"
11047   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr-tsa"
11048   algorithm: "plot_throughput_speedup_analysis_name"
11049   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr-tsa"
11050   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11051   include:
11052     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
11053     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11054     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11055     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11056   layout:
11057     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr"
11058     layout: "plot-throughput-speedup-analysis"
11059
11060 - type: "plot"
11061   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr-tsa"
11062   algorithm: "plot_throughput_speedup_analysis_name"
11063   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr-tsa"
11064   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11065   include:
11066     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
11067     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11068     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11069     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11070   layout:
11071     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr"
11072     layout: "plot-throughput-speedup-analysis"
11073
11074 - type: "plot"
11075   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
11076   algorithm: "plot_throughput_speedup_analysis_name"
11077   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
11078   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11079   include:
11080     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11081     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11082     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11083   layout:
11084     title: "2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr"
11085     layout: "plot-throughput-speedup-analysis"
11086
11087 - type: "plot"
11088   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
11089   algorithm: "plot_throughput_speedup_analysis_name"
11090   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
11091   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11092   include:
11093     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11094     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11095     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11096   layout:
11097     title: "2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr"
11098     layout: "plot-throughput-speedup-analysis"
11099
11100 - type: "plot"
11101   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
11102   algorithm: "plot_throughput_speedup_analysis_name"
11103   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
11104   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11105   include:
11106     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11107     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11108     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
11109     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
11110     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11111   layout:
11112     title: "2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
11113     layout: "plot-throughput-speedup-analysis"
11114
11115 - type: "plot"
11116   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
11117   algorithm: "plot_throughput_speedup_analysis_name"
11118   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
11119   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11120   include:
11121     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11122     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11123     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
11124     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
11125     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11126   layout:
11127     title: "2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
11128     layout: "plot-throughput-speedup-analysis"
11129
11130 - type: "plot"
11131   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr-tsa"
11132   algorithm: "plot_throughput_speedup_analysis_name"
11133   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr-tsa"
11134   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11135   include:
11136     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11137     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11138     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11139   layout:
11140     title: "3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr"
11141     layout: "plot-throughput-speedup-analysis"
11142
11143 - type: "plot"
11144   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr-tsa"
11145   algorithm: "plot_throughput_speedup_analysis_name"
11146   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr-tsa"
11147   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11148   include:
11149     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11150     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11151     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11152   layout:
11153     title: "3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr"
11154     layout: "plot-throughput-speedup-analysis"
11155
11156 - type: "plot"
11157   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
11158   algorithm: "plot_throughput_speedup_analysis_name"
11159   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
11160   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11161   include:
11162     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11163     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11164     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11165   layout:
11166     title: "3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr"
11167     layout: "plot-throughput-speedup-analysis"
11168
11169 - type: "plot"
11170   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
11171   algorithm: "plot_throughput_speedup_analysis_name"
11172   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
11173   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11174   include:
11175     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11176     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11177     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11178   layout:
11179     title: "3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr"
11180     layout: "plot-throughput-speedup-analysis"
11181
11182 - type: "plot"
11183   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
11184   algorithm: "plot_throughput_speedup_analysis_name"
11185   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
11186   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11187   include:
11188     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11189     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11190     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
11191     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
11192     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11193   layout:
11194     title: "3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
11195     layout: "plot-throughput-speedup-analysis"
11196
11197 - type: "plot"
11198   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
11199   algorithm: "plot_throughput_speedup_analysis_name"
11200   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
11201   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11202   include:
11203     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11204     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11205     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
11206     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
11207     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11208   layout:
11209     title: "3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
11210     layout: "plot-throughput-speedup-analysis"
11211
11212 - type: "plot"
11213   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
11214   algorithm: "plot_throughput_speedup_analysis_name"
11215   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
11216   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11217   include:
11218     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11219     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11220     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11221     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11222     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11223     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11224   layout:
11225     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr"
11226     layout: "plot-throughput-speedup-analysis"
11227
11228 - type: "plot"
11229   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
11230   algorithm: "plot_throughput_speedup_analysis_name"
11231   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
11232   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11233   include:
11234     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11235     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11236     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11237     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11238     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11239     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11240   layout:
11241     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr"
11242     layout: "plot-throughput-speedup-analysis"
11243
11244 - type: "plot"
11245   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr-tsa"
11246   algorithm: "plot_throughput_speedup_analysis_name"
11247   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr-tsa"
11248   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11249   include:
11250     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11251     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11252     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11253     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11254   layout:
11255     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr"
11256     layout: "plot-throughput-speedup-analysis"
11257
11258 - type: "plot"
11259   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr-tsa"
11260   algorithm: "plot_throughput_speedup_analysis_name"
11261   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr-tsa"
11262   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11263   include:
11264     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11265     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11266     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11267     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11268   layout:
11269     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr"
11270     layout: "plot-throughput-speedup-analysis"
11271
11272 - type: "plot"
11273   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr-tsa"
11274   algorithm: "plot_throughput_speedup_analysis_name"
11275   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr-tsa"
11276   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11277   include:
11278     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11279     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11280     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11281     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11282     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11283     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11284   layout:
11285     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr"
11286     layout: "plot-throughput-speedup-analysis"
11287
11288 - type: "plot"
11289   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr-tsa"
11290   algorithm: "plot_throughput_speedup_analysis_name"
11291   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr-tsa"
11292   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11293   include:
11294     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11295     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11296     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11297     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11298     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11299     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11300   layout:
11301     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr"
11302     layout: "plot-throughput-speedup-analysis"
11303
11304 - type: "plot"
11305   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
11306   algorithm: "plot_throughput_speedup_analysis_name"
11307   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
11308   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11309   include:
11310     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
11311     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11312     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
11313     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11314     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11315     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11316   layout:
11317     title: "2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
11318     layout: "plot-throughput-speedup-analysis"
11319
11320 - type: "plot"
11321   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
11322   algorithm: "plot_throughput_speedup_analysis_name"
11323   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
11324   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11325   include:
11326     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
11327     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11328     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
11329     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11330     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11331     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11332   layout:
11333     title: "2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
11334     layout: "plot-throughput-speedup-analysis"
11335
11336 - type: "plot"
11337   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
11338   algorithm: "plot_throughput_speedup_analysis_name"
11339   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
11340   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11341   include:
11342     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
11343     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
11344     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11345     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
11346   layout:
11347     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
11348     layout: "plot-throughput-speedup-analysis"
11349
11350 - type: "plot"
11351   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
11352   algorithm: "plot_throughput_speedup_analysis_name"
11353   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
11354   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11355   include:
11356     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
11357     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
11358     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11359     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
11360   layout:
11361     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
11362     layout: "plot-throughput-speedup-analysis"
11363
11364 - type: "plot"
11365   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
11366   algorithm: "plot_throughput_speedup_analysis_name"
11367   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
11368   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11369   include:
11370     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11371     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
11372     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11373     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11374     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11375   layout:
11376     title: "2n-skx-xxv710-64b-l2switching-base-i40e-ndr"
11377     layout: "plot-throughput-speedup-analysis"
11378
11379 - type: "plot"
11380   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
11381   algorithm: "plot_throughput_speedup_analysis_name"
11382   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
11383   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11384   include:
11385     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11386     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
11387     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11388     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11389     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11390   layout:
11391     title: "2n-skx-xxv710-64b-l2switching-base-i40e-pdr"
11392     layout: "plot-throughput-speedup-analysis"
11393
11394 - type: "plot"
11395   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
11396   algorithm: "plot_throughput_speedup_analysis_name"
11397   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
11398   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11399   include:
11400     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11401     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
11402     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
11403     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11404   layout:
11405     title: "2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr"
11406     layout: "plot-throughput-speedup-analysis"
11407
11408 - type: "plot"
11409   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
11410   algorithm: "plot_throughput_speedup_analysis_name"
11411   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
11412   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11413   include:
11414     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11415     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
11416     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
11417     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11418   layout:
11419     title: "2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr"
11420     layout: "plot-throughput-speedup-analysis"
11421
11422 - type: "plot"
11423   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr-tsa"
11424   algorithm: "plot_throughput_speedup_analysis_name"
11425   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr-tsa"
11426   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11427   include:
11428     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11429     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
11430     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11431     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11432     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11433     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11434   layout:
11435     title: "3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr"
11436     layout: "plot-throughput-speedup-analysis"
11437
11438 - type: "plot"
11439   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr-tsa"
11440   algorithm: "plot_throughput_speedup_analysis_name"
11441   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr-tsa"
11442   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11443   include:
11444     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11445     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
11446     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11447     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11448     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11449     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11450   layout:
11451     title: "3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr"
11452     layout: "plot-throughput-speedup-analysis"
11453
11454 - type: "plot"
11455   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
11456   algorithm: "plot_throughput_speedup_analysis_name"
11457   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
11458   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11459   include:
11460     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
11461     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
11462     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11463     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11464     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11465   layout:
11466     title: "3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
11467     layout: "plot-throughput-speedup-analysis"
11468
11469 - type: "plot"
11470   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
11471   algorithm: "plot_throughput_speedup_analysis_name"
11472   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
11473   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11474   include:
11475     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
11476     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
11477     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11478     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11479     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11480   layout:
11481     title: "3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
11482     layout: "plot-throughput-speedup-analysis"
11483
11484 - type: "plot"
11485   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
11486   algorithm: "plot_throughput_speedup_analysis_name"
11487   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
11488   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11489   include:
11490     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
11491     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
11492     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
11493   layout:
11494     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
11495     layout: "plot-throughput-speedup-analysis"
11496
11497 - type: "plot"
11498   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
11499   algorithm: "plot_throughput_speedup_analysis_name"
11500   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
11501   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11502   include:
11503     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
11504     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
11505     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
11506   layout:
11507     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
11508     layout: "plot-throughput-speedup-analysis"
11509
11510 - type: "plot"
11511   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
11512   algorithm: "plot_throughput_speedup_analysis_name"
11513   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
11514   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11515   include:
11516     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
11517     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11518     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11519     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11520   layout:
11521     title: "3n-skx-xxv710-64b-l2switching-base-i40e-ndr"
11522     layout: "plot-throughput-speedup-analysis"
11523
11524 - type: "plot"
11525   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
11526   algorithm: "plot_throughput_speedup_analysis_name"
11527   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
11528   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11529   include:
11530     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
11531     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11532     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11533     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11534   layout:
11535     title: "3n-skx-xxv710-64b-l2switching-base-i40e-pdr"
11536     layout: "plot-throughput-speedup-analysis"
11537
11538 - type: "plot"
11539   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
11540   algorithm: "plot_throughput_speedup_analysis_name"
11541   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
11542   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11543   include:
11544     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11545     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11546     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11547     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
11548     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
11549     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11550   layout:
11551     title: "3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr"
11552     layout: "plot-throughput-speedup-analysis"
11553
11554 - type: "plot"
11555   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
11556   algorithm: "plot_throughput_speedup_analysis_name"
11557   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
11558   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11559   include:
11560     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11561     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11562     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11563     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
11564     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
11565     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11566   layout:
11567     title: "3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr"
11568     layout: "plot-throughput-speedup-analysis"
11569
11570 - type: "plot"
11571   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-i40e-ndr-tsa"
11572   algorithm: "plot_throughput_speedup_analysis_name"
11573   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-i40e-ndr-tsa"
11574   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11575   include:
11576     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11577     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11578     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11579     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11580     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11581     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11582   layout:
11583     title: "3n-skx-xxv710-64b-features-l2switching-base-i40e-ndr"
11584     layout: "plot-throughput-speedup-analysis"
11585
11586 - type: "plot"
11587   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-i40e-pdr-tsa"
11588   algorithm: "plot_throughput_speedup_analysis_name"
11589   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-i40e-pdr-tsa"
11590   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11591   include:
11592     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11593     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11594     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11595     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11596     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11597     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11598   layout:
11599     title: "3n-skx-xxv710-64b-features-l2switching-base-i40e-pdr"
11600     layout: "plot-throughput-speedup-analysis"
11601
11602 - type: "plot"
11603   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
11604   algorithm: "plot_throughput_speedup_analysis_name"
11605   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
11606   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11607   include:
11608     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11609     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11610     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11611     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11612     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11613     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11614   layout:
11615     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr"
11616     layout: "plot-throughput-speedup-analysis"
11617
11618 - type: "plot"
11619   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
11620   algorithm: "plot_throughput_speedup_analysis_name"
11621   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
11622   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11623   include:
11624     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11625     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11626     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11627     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11628     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11629     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11630   layout:
11631     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr"
11632     layout: "plot-throughput-speedup-analysis"
11633
11634 - type: "plot"
11635   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
11636   algorithm: "plot_throughput_speedup_analysis_name"
11637   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
11638   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11639   include:
11640     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11641     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11642     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11643     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11644     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11645     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11646   layout:
11647     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr"
11648     layout: "plot-throughput-speedup-analysis"
11649
11650 - type: "plot"
11651   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
11652   algorithm: "plot_throughput_speedup_analysis_name"
11653   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
11654   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11655   include:
11656     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11657     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11658     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11659     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11660     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11661     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11662   layout:
11663     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr"
11664     layout: "plot-throughput-speedup-analysis"
11665
11666 - type: "plot"
11667   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
11668   algorithm: "plot_throughput_speedup_analysis_name"
11669   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
11670   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
11671   include:
11672     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11673     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11674     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11675     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11676   layout:
11677     title: "2n-skx-xxv710-64b-vhost-base-i40e-ndr"
11678     layout: "plot-throughput-speedup-analysis"
11679
11680 - type: "plot"
11681   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
11682   algorithm: "plot_throughput_speedup_analysis_name"
11683   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
11684   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
11685   include:
11686     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11687     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11688     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11689     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11690   layout:
11691     title: "2n-skx-xxv710-64b-vhost-base-i40e-pdr"
11692     layout: "plot-throughput-speedup-analysis"
11693
11694 - type: "plot"
11695   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-ndr-tsa"
11696   algorithm: "plot_throughput_speedup_analysis_name"
11697   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-ndr-tsa"
11698   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
11699   include:
11700     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11701     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11702     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11703     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11704   layout:
11705     title: "3n-hsw-xl710-64b-vhost-base-i40e-ndr"
11706     layout: "plot-throughput-speedup-analysis"
11707
11708 - type: "plot"
11709   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-pdr-tsa"
11710   algorithm: "plot_throughput_speedup_analysis_name"
11711   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-pdr-tsa"
11712   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
11713   include:
11714     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11715     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11716     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11717     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11718   layout:
11719     title: "3n-hsw-xl710-64b-vhost-base-i40e-pdr"
11720     layout: "plot-throughput-speedup-analysis"
11721
11722 #- type: "plot"
11723 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
11724 #  algorithm: "plot_throughput_speedup_analysis_name"
11725 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
11726 #  data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
11727 #  include:
11728 #    - ""
11729 #  layout:
11730 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr"
11731 #    layout: "plot-throughput-speedup-analysis"
11732 #
11733 #- type: "plot"
11734 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
11735 #  algorithm: "plot_throughput_speedup_analysis_name"
11736 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
11737 #  data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
11738 #  include:
11739 #    - ""
11740 #  layout:
11741 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr"
11742 #    layout: "plot-throughput-speedup-analysis"
11743
11744 - type: "plot"
11745   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
11746   algorithm: "plot_throughput_speedup_analysis_name"
11747   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
11748   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11749   include:
11750     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11751     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11752     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11753     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11754     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11755   layout:
11756     title: "3n-skx-xxv710-64b-vhost-base-i40e-ndr"
11757     layout: "plot-throughput-speedup-analysis"
11758
11759 - type: "plot"
11760   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
11761   algorithm: "plot_throughput_speedup_analysis_name"
11762   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
11763   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
11764   include:
11765     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11766     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11767     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11768     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11769     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11770   layout:
11771     title: "3n-skx-xxv710-64b-vhost-base-i40e-pdr"
11772     layout: "plot-throughput-speedup-analysis"
11773
11774 - type: "plot"
11775   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
11776   algorithm: "plot_throughput_speedup_analysis_name"
11777   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
11778   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
11779   include:
11780     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11781     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11782     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11783     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11784     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11785     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11786   layout:
11787     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr"
11788     layout: "plot-throughput-speedup-analysis"
11789
11790 - type: "plot"
11791   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
11792   algorithm: "plot_throughput_speedup_analysis_name"
11793   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
11794   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
11795   include:
11796     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11797     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11798     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11799     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11800     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11801     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11802   layout:
11803     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr"
11804     layout: "plot-throughput-speedup-analysis"
11805
11806 - type: "plot"
11807   title: "Speedup: 3n-hsw-xl710-114b-vts-l2switching-base-i40e-ndr-tsa"
11808   algorithm: "plot_throughput_speedup_analysis_name"
11809   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-vts-l2switching-base-i40e-ndr-tsa"
11810   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11811   include:
11812     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11813     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11814     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11815   layout:
11816     title: "3n-hsw-xl710-114b-vts-l2switching-base-i40e-ndr"
11817     layout: "plot-throughput-speedup-analysis"
11818
11819 - type: "plot"
11820   title: "Speedup: 3n-hsw-xl710-114b-vts-l2switching-base-i40e-pdr-tsa"
11821   algorithm: "plot_throughput_speedup_analysis_name"
11822   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-vts-l2switching-base-i40e-pdr-tsa"
11823   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11824   include:
11825     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11826     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11827     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11828   layout:
11829     title: "3n-hsw-xl710-114b-vts-l2switching-base-i40e-pdr"
11830     layout: "plot-throughput-speedup-analysis"
11831
11832 - type: "plot"
11833   title: "Speedup: 3n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr-tsa"
11834   algorithm: "plot_throughput_speedup_analysis_name"
11835   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr-tsa"
11836   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11837   include:
11838     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11839     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11840     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11841   layout:
11842     title: "3n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr"
11843     layout: "plot-throughput-speedup-analysis"
11844
11845 - type: "plot"
11846   title: "Speedup: 3n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr-tsa"
11847   algorithm: "plot_throughput_speedup_analysis_name"
11848   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr-tsa"
11849   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11850   include:
11851     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11852     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11853     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11854   layout:
11855     title: "3n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr"
11856     layout: "plot-throughput-speedup-analysis"
11857
11858 - type: "plot"
11859   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
11860   algorithm: "plot_throughput_speedup_analysis_name"
11861   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
11862   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11863   include:
11864     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11865     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11866     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11867     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11868     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11869   layout:
11870     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
11871     layout: "plot-throughput-speedup-analysis"
11872
11873 - type: "plot"
11874   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
11875   algorithm: "plot_throughput_speedup_analysis_name"
11876   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
11877   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11878   include:
11879     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11880     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11881     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11882     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11883     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11884   layout:
11885     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
11886     layout: "plot-throughput-speedup-analysis"
11887
11888 - type: "plot"
11889   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
11890   algorithm: "plot_throughput_speedup_analysis_name"
11891   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
11892   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11893   include:
11894     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
11895     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11896     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
11897     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
11898     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
11899   layout:
11900     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
11901     layout: "plot-throughput-speedup-analysis"
11902
11903 - type: "plot"
11904   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
11905   algorithm: "plot_throughput_speedup_analysis_name"
11906   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
11907   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11908   include:
11909     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
11910     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11911     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
11912     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
11913     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
11914   layout:
11915     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
11916     layout: "plot-throughput-speedup-analysis"
11917
11918 - type: "plot"
11919   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
11920   algorithm: "plot_throughput_speedup_analysis_name"
11921   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
11922   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11923   include:
11924     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11925     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11926     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11927     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11928     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11929     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
11930   layout:
11931     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
11932     layout: "plot-throughput-speedup-analysis"
11933
11934 - type: "plot"
11935   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
11936   algorithm: "plot_throughput_speedup_analysis_name"
11937   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
11938   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11939   include:
11940     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11941     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11942     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11943     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11944     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11945     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
11946   layout:
11947     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
11948     layout: "plot-throughput-speedup-analysis"
11949
11950 - type: "plot"
11951   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
11952   algorithm: "plot_throughput_speedup_analysis_name"
11953   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
11954   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11955   include:
11956     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
11957     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11958     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11959     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11960   layout:
11961     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
11962     layout: "plot-throughput-speedup-analysis"
11963
11964 - type: "plot"
11965   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
11966   algorithm: "plot_throughput_speedup_analysis_name"
11967   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
11968   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11969   include:
11970     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
11971     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11972     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11973     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11974   layout:
11975     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
11976     layout: "plot-throughput-speedup-analysis"
11977
11978 - type: "plot"
11979   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
11980   algorithm: "plot_throughput_speedup_analysis_name"
11981   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
11982   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11983   include:
11984     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11985     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11986     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
11987     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
11988     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11989   layout:
11990     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
11991     layout: "plot-throughput-speedup-analysis"
11992
11993 - type: "plot"
11994   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
11995   algorithm: "plot_throughput_speedup_analysis_name"
11996   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
11997   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11998   include:
11999     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12000     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12001     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12002     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12003     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12004   layout:
12005     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
12006     layout: "plot-throughput-speedup-analysis"
12007
12008 - type: "plot"
12009   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
12010   algorithm: "plot_throughput_speedup_analysis_name"
12011   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
12012   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12013   include:
12014     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12015     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12016     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12017     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12018     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12019     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12020   layout:
12021     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12022     layout: "plot-throughput-speedup-analysis"
12023
12024 - type: "plot"
12025   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
12026   algorithm: "plot_throughput_speedup_analysis_name"
12027   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
12028   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12029   include:
12030     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12031     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12032     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12033     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12034     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12035     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12036   layout:
12037     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12038     layout: "plot-throughput-speedup-analysis"
12039
12040 - type: "plot"
12041   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
12042   algorithm: "plot_throughput_speedup_analysis_name"
12043   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
12044   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12045   include:
12046     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
12047     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
12048     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
12049     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12050   layout:
12051     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
12052     layout: "plot-throughput-speedup-analysis"
12053
12054 - type: "plot"
12055   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
12056   algorithm: "plot_throughput_speedup_analysis_name"
12057   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
12058   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12059   include:
12060     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
12061     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
12062     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
12063     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12064   layout:
12065     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
12066     layout: "plot-throughput-speedup-analysis"
12067
12068 - type: "plot"
12069   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
12070   algorithm: "plot_throughput_speedup_analysis_name"
12071   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
12072   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12073   include:
12074     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
12075     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
12076     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12077     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
12078     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
12079     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
12080   layout:
12081     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
12082     layout: "plot-throughput-speedup-analysis"
12083
12084 - type: "plot"
12085   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
12086   algorithm: "plot_throughput_speedup_analysis_name"
12087   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
12088   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12089   include:
12090     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
12091     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
12092     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12093     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
12094     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
12095     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
12096   layout:
12097     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
12098     layout: "plot-throughput-speedup-analysis"
12099
12100 - type: "plot"
12101   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
12102   algorithm: "plot_throughput_speedup_analysis_name"
12103   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
12104   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12105   include:
12106     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12107     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12108     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12109     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12110     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12111     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12112   layout:
12113     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
12114     layout: "plot-throughput-speedup-analysis"
12115
12116 - type: "plot"
12117   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
12118   algorithm: "plot_throughput_speedup_analysis_name"
12119   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
12120   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12121   include:
12122     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12123     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12124     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12125     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12126     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12127     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12128   layout:
12129     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
12130     layout: "plot-throughput-speedup-analysis"
12131
12132 - type: "plot"
12133   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
12134   algorithm: "plot_throughput_speedup_analysis_name"
12135   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
12136   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12137   include:
12138     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12139     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12140     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12141     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12142     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12143     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12144   layout:
12145     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
12146     layout: "plot-throughput-speedup-analysis"
12147
12148 - type: "plot"
12149   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
12150   algorithm: "plot_throughput_speedup_analysis_name"
12151   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
12152   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12153   include:
12154     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12155     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12156     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12157     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12158     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12159     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12160   layout:
12161     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
12162     layout: "plot-throughput-speedup-analysis"
12163
12164 - type: "plot"
12165   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
12166   algorithm: "plot_throughput_speedup_analysis_name"
12167   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
12168   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12169   include:
12170     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12171     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12172     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12173     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12174     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12175   layout:
12176     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
12177     layout: "plot-throughput-speedup-analysis"
12178
12179 - type: "plot"
12180   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
12181   algorithm: "plot_throughput_speedup_analysis_name"
12182   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
12183   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12184   include:
12185     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12186     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12187     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12188     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12189     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12190   layout:
12191     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
12192     layout: "plot-throughput-speedup-analysis"
12193
12194 - type: "plot"
12195   title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
12196   algorithm: "plot_throughput_speedup_analysis_name"
12197   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
12198   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12199   include:
12200     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12201     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12202     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12203     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12204     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12205     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12206   layout:
12207     title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
12208     layout: "plot-throughput-speedup-analysis"
12209
12210 - type: "plot"
12211   title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
12212   algorithm: "plot_throughput_speedup_analysis_name"
12213   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
12214   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12215   include:
12216     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12217     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12218     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12219     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12220     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12221     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12222   layout:
12223     title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
12224     layout: "plot-throughput-speedup-analysis"
12225
12226 - type: "plot"
12227   title: "Speedup: 3n-tsh-x520-114b-vts-l2switching-base-ixgbe-ndr-tsa"
12228   algorithm: "plot_throughput_speedup_analysis_name"
12229   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-vts-l2switching-base-ixgbe-ndr-tsa"
12230   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12231   include:
12232     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12233     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12234     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12235   layout:
12236     title: "3n-tsh-x520-114b-vts-l2switching-base-ixgbe-ndr"
12237     layout: "plot-throughput-speedup-analysis"
12238
12239 - type: "plot"
12240   title: "Speedup: 3n-tsh-x520-114b-vts-l2switching-base-ixgbe-pdr-tsa"
12241   algorithm: "plot_throughput_speedup_analysis_name"
12242   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-vts-l2switching-base-ixgbe-pdr-tsa"
12243   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12244   include:
12245     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12246     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12247     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12248   layout:
12249     title: "3n-tsh-x520-114b-vts-l2switching-base-ixgbe-pdr"
12250     layout: "plot-throughput-speedup-analysis"
12251
12252 - type: "plot"
12253   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
12254   algorithm: "plot_throughput_speedup_analysis_name"
12255   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
12256   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12257   include:
12258     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12259     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12260     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12261     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12262     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12263   layout:
12264     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
12265     layout: "plot-throughput-speedup-analysis"
12266
12267 - type: "plot"
12268   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
12269   algorithm: "plot_throughput_speedup_analysis_name"
12270   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
12271   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12272   include:
12273     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12274     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12275     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12276     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12277     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12278   layout:
12279     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
12280     layout: "plot-throughput-speedup-analysis"
12281
12282 - type: "plot"
12283   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
12284   algorithm: "plot_throughput_speedup_analysis_name"
12285   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
12286   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12287   include:
12288     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12289     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12290     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12291     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12292     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12293     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12294   layout:
12295     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
12296     layout: "plot-throughput-speedup-analysis"
12297
12298 - type: "plot"
12299   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
12300   algorithm: "plot_throughput_speedup_analysis_name"
12301   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
12302   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12303   include:
12304     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12305     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12306     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12307     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12308     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12309     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12310   layout:
12311     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
12312     layout: "plot-throughput-speedup-analysis"
12313
12314 - type: "plot"
12315   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
12316   algorithm: "plot_throughput_speedup_analysis_name"
12317   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
12318   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12319   include:
12320     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12321     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12322     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12323     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12324     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12325   layout:
12326     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
12327     layout: "plot-throughput-speedup-analysis"
12328
12329 - type: "plot"
12330   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
12331   algorithm: "plot_throughput_speedup_analysis_name"
12332   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
12333   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12334   include:
12335     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12336     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12337     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12338     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12339     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12340   layout:
12341     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
12342     layout: "plot-throughput-speedup-analysis"
12343
12344 - type: "plot"
12345   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
12346   algorithm: "plot_throughput_speedup_analysis_name"
12347   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
12348   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12349   include:
12350     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
12351     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
12352     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
12353     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12354   layout:
12355     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
12356     layout: "plot-throughput-speedup-analysis"
12357
12358 - type: "plot"
12359   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
12360   algorithm: "plot_throughput_speedup_analysis_name"
12361   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
12362   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12363   include:
12364     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
12365     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
12366     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
12367     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12368   layout:
12369     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
12370     layout: "plot-throughput-speedup-analysis"
12371
12372 - type: "plot"
12373   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
12374   algorithm: "plot_throughput_speedup_analysis_name"
12375   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
12376   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12377   include:
12378     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
12379     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
12380     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12381     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
12382     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
12383     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
12384   layout:
12385     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
12386     layout: "plot-throughput-speedup-analysis"
12387
12388 - type: "plot"
12389   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
12390   algorithm: "plot_throughput_speedup_analysis_name"
12391   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
12392   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12393   include:
12394     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
12395     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
12396     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12397     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
12398     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
12399     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
12400   layout:
12401     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
12402     layout: "plot-throughput-speedup-analysis"
12403
12404 - type: "plot"
12405   title: "Speedup: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-tsa"
12406   algorithm: "plot_throughput_speedup_analysis_name"
12407   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-tsa"
12408   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12409   include:
12410     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12411     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12412     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12413     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12414     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12415   layout:
12416     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-tsa"
12417     layout: "plot-throughput-speedup-analysis"
12418
12419 - type: "plot"
12420   title: "Speedup: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr-tsa"
12421   algorithm: "plot_throughput_speedup_analysis_name"
12422   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr-tsa"
12423   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12424   include:
12425     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12426     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12427     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12428     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12429     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12430   layout:
12431     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr-tsa"
12432     layout: "plot-throughput-speedup-analysis"
12433
12434 - type: "plot"
12435   title: "Speedup: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr-tsa"
12436   algorithm: "plot_throughput_speedup_analysis_name"
12437   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr-tsa"
12438   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12439   include:
12440     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12441     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12442     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12443     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12444     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12445     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12446   layout:
12447     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr-tsa"
12448     layout: "plot-throughput-speedup-analysis"
12449
12450 - type: "plot"
12451   title: "Speedup: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr-tsa"
12452   algorithm: "plot_throughput_speedup_analysis_name"
12453   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr-tsa"
12454   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12455   include:
12456     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12457     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12458     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12459     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12460     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12461     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12462   layout:
12463     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr-tsa"
12464     layout: "plot-throughput-speedup-analysis"
12465
12466 - type: "plot"
12467   title: "Speedup: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-tsa"
12468   algorithm: "plot_throughput_speedup_analysis_name"
12469   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-tsa"
12470   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12471   include:
12472     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12473     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12474     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12475     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12476   layout:
12477     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-tsa"
12478     layout: "plot-throughput-speedup-analysis"
12479
12480 - type: "plot"
12481   title: "Speedup: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr-tsa"
12482   algorithm: "plot_throughput_speedup_analysis_name"
12483   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr-tsa"
12484   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12485   include:
12486     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12487     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12488     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12489     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12490   layout:
12491     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr-tsa"
12492     layout: "plot-throughput-speedup-analysis"
12493
12494 - type: "plot"
12495   title: "Speedup: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-tsa"
12496   algorithm: "plot_throughput_speedup_analysis_name"
12497   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-tsa"
12498   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12499   include:
12500     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12501     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12502     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12503     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12504     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12505   layout:
12506     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-tsa"
12507     layout: "plot-throughput-speedup-analysis"
12508
12509 - type: "plot"
12510   title: "Speedup: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr-tsa"
12511   algorithm: "plot_throughput_speedup_analysis_name"
12512   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr-tsa"
12513   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12514   include:
12515     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12516     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12517     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12518     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12519     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12520   layout:
12521     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr-tsa"
12522     layout: "plot-throughput-speedup-analysis"
12523
12524 - type: "plot"
12525   title: "Speedup: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
12526   algorithm: "plot_throughput_speedup_analysis_name"
12527   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
12528   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12529   include:
12530     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12531     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12532     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12533     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12534     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12535     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12536   layout:
12537     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
12538     layout: "plot-throughput-speedup-analysis"
12539
12540 - type: "plot"
12541   title: "Speedup: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
12542   algorithm: "plot_throughput_speedup_analysis_name"
12543   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
12544   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12545   include:
12546     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12547     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12548     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12549     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12550     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12551     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12552   layout:
12553     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
12554     layout: "plot-throughput-speedup-analysis"
12555
12556 - type: "plot"
12557   title: "Speedup: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr-tsa"
12558   algorithm: "plot_throughput_speedup_analysis_name"
12559   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr-tsa"
12560   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12561   include:
12562     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12563     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12564     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12565     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12566   layout:
12567     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr-tsa"
12568     layout: "plot-throughput-speedup-analysis"
12569
12570 - type: "plot"
12571   title: "Speedup: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr-tsa"
12572   algorithm: "plot_throughput_speedup_analysis_name"
12573   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr-tsa"
12574   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12575   include:
12576     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12577     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12578     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12579     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12580   layout:
12581     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr-tsa"
12582     layout: "plot-throughput-speedup-analysis"
12583
12584 - type: "plot"
12585   title: "Speedup: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr-tsa"
12586   algorithm: "plot_throughput_speedup_analysis_name"
12587   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr-tsa"
12588   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12589   include:
12590     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12591     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12592     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12593     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12594     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12595     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12596   layout:
12597     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr-tsa"
12598     layout: "plot-throughput-speedup-analysis"
12599
12600 - type: "plot"
12601   title: "Speedup: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr-tsa"
12602   algorithm: "plot_throughput_speedup_analysis_name"
12603   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr-tsa"
12604   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12605   include:
12606     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12607     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12608     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12609     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12610     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12611     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12612   layout:
12613     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr-tsa"
12614     layout: "plot-throughput-speedup-analysis"
12615
12616 - type: "plot"
12617   title: "Speedup: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr-tsa"
12618   algorithm: "plot_throughput_speedup_analysis_name"
12619   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr-tsa"
12620   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12621   include:
12622     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12623     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12624     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12625     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12626     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12627     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12628   layout:
12629     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr-tsa"
12630     layout: "plot-throughput-speedup-analysis"
12631
12632 - type: "plot"
12633   title: "Speedup: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr-tsa"
12634   algorithm: "plot_throughput_speedup_analysis_name"
12635   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr-tsa"
12636   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12637   include:
12638     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12639     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12640     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12641     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12642     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12643     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12644   layout:
12645     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr-tsa"
12646     layout: "plot-throughput-speedup-analysis"
12647
12648 - type: "plot"
12649   title: "Speedup: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr-tsa"
12650   algorithm: "plot_throughput_speedup_analysis_name"
12651   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr-tsa"
12652   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12653   include:
12654     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12655     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12656     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12657   layout:
12658     title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr-tsa"
12659     layout: "plot-throughput-speedup-analysis"
12660
12661 - type: "plot"
12662   title: "Speedup: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr-tsa"
12663   algorithm: "plot_throughput_speedup_analysis_name"
12664   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr-tsa"
12665   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12666   include:
12667     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12668     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12669     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12670   layout:
12671     title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr-tsa"
12672     layout: "plot-throughput-speedup-analysis"
12673
12674 ################################################################################
12675
12676 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
12677 - type: "plot"
12678   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
12679   algorithm: "plot_performance_box"
12680   output-file-type: ".html"
12681   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
12682   data: "plot-dpdk-throughput-latency-3n-hsw"
12683   filter: "'NIC_Intel-X520-DA2' and
12684            '64B' and
12685            'BASE' and
12686            'NDRPDR' and
12687            '1T1C' and
12688            'IP4FWD'"
12689   parameters:
12690   - "throughput"
12691   - "parent"
12692   - "tags"
12693   traces:
12694     hoverinfo: "x+y"
12695     boxpoints: "outliers"
12696     whiskerwidth: 0
12697   layout:
12698     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
12699     layout: "plot-throughput"
12700
12701 - type: "plot"
12702   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
12703   algorithm: "plot_performance_box"
12704   output-file-type: ".html"
12705   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
12706   data: "plot-dpdk-throughput-latency-3n-hsw"
12707   filter: "'NIC_Intel-X520-DA2' and
12708            '64B' and
12709            'BASE' and
12710            'NDRPDR' and
12711            '2T2C' and
12712            'IP4FWD'"
12713   parameters:
12714   - "throughput"
12715   - "parent"
12716   - "tags"
12717   traces:
12718     hoverinfo: "x+y"
12719     boxpoints: "outliers"
12720     whiskerwidth: 0
12721   layout:
12722     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
12723     layout: "plot-throughput"
12724
12725 - type: "plot"
12726   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
12727   algorithm: "plot_performance_box"
12728   output-file-type: ".html"
12729   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
12730   data: "plot-dpdk-throughput-latency-3n-hsw"
12731   filter: "'NIC_Intel-X520-DA2' and
12732            '64B' and
12733            'BASE' and
12734            'NDRPDR' and
12735            '1T1C' and
12736            'IP4FWD'"
12737   parameters:
12738   - "throughput"
12739   - "parent"
12740   - "tags"
12741   traces:
12742     hoverinfo: "x+y"
12743     boxpoints: "outliers"
12744     whiskerwidth: 0
12745   layout:
12746     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
12747     layout: "plot-throughput"
12748
12749 - type: "plot"
12750   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
12751   algorithm: "plot_performance_box"
12752   output-file-type: ".html"
12753   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
12754   data: "plot-dpdk-throughput-latency-3n-hsw"
12755   filter: "'NIC_Intel-X520-DA2' and
12756            '64B' and
12757            'BASE' and
12758            'NDRPDR' and
12759            '2T2C' and
12760            'IP4FWD'"
12761   parameters:
12762   - "throughput"
12763   - "parent"
12764   - "tags"
12765   traces:
12766     hoverinfo: "x+y"
12767     boxpoints: "outliers"
12768     whiskerwidth: 0
12769   layout:
12770     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
12771     layout: "plot-throughput"
12772
12773 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
12774 - type: "plot"
12775   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
12776   algorithm: "plot_performance_box"
12777   output-file-type: ".html"
12778   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
12779   data: "plot-dpdk-throughput-latency-3n-hsw"
12780   filter: "'NIC_Intel-X710' and
12781            '64B' and
12782            'BASE' and
12783            'NDRPDR' and
12784            '1T1C' and
12785            'IP4FWD'"
12786   parameters:
12787   - "throughput"
12788   - "parent"
12789   - "tags"
12790   traces:
12791     hoverinfo: "x+y"
12792     boxpoints: "outliers"
12793     whiskerwidth: 0
12794   layout:
12795     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
12796     layout: "plot-throughput"
12797
12798 - type: "plot"
12799   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
12800   algorithm: "plot_performance_box"
12801   output-file-type: ".html"
12802   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
12803   data: "plot-dpdk-throughput-latency-3n-hsw"
12804   filter: "'NIC_Intel-X710' and
12805            '64B' and
12806            'BASE' and
12807            'NDRPDR' and
12808            '2T2C' and
12809            'IP4FWD'"
12810   parameters:
12811   - "throughput"
12812   - "parent"
12813   - "tags"
12814   traces:
12815     hoverinfo: "x+y"
12816     boxpoints: "outliers"
12817     whiskerwidth: 0
12818   layout:
12819     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
12820     layout: "plot-throughput"
12821
12822 - type: "plot"
12823   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
12824   algorithm: "plot_performance_box"
12825   output-file-type: ".html"
12826   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
12827   data: "plot-dpdk-throughput-latency-3n-hsw"
12828   filter: "'NIC_Intel-X710' and
12829            '64B' and
12830            'BASE' and
12831            'NDRPDR' and
12832            '1T1C' and
12833            'IP4FWD'"
12834   parameters:
12835   - "throughput"
12836   - "parent"
12837   - "tags"
12838   traces:
12839     hoverinfo: "x+y"
12840     boxpoints: "outliers"
12841     whiskerwidth: 0
12842   layout:
12843     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
12844     layout: "plot-throughput"
12845
12846 - type: "plot"
12847   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
12848   algorithm: "plot_performance_box"
12849   output-file-type: ".html"
12850   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
12851   data: "plot-dpdk-throughput-latency-3n-hsw"
12852   filter: "'NIC_Intel-X710' and
12853            '64B' and
12854            'BASE' and
12855            'NDRPDR' and
12856            '2T2C' and
12857            'IP4FWD'"
12858   parameters:
12859   - "throughput"
12860   - "parent"
12861   - "tags"
12862   traces:
12863     hoverinfo: "x+y"
12864     boxpoints: "outliers"
12865     whiskerwidth: 0
12866   layout:
12867     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
12868     layout: "plot-throughput"
12869
12870 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
12871 - type: "plot"
12872   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
12873   algorithm: "plot_performance_box"
12874   output-file-type: ".html"
12875   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
12876   data: "plot-dpdk-throughput-latency-3n-hsw"
12877   filter: "'NIC_Intel-XL710' and
12878            '64B' and
12879            'BASE' and
12880            'NDRPDR' and
12881            '1T1C' and
12882            'IP4FWD'"
12883   parameters:
12884   - "throughput"
12885   - "parent"
12886   - "tags"
12887   traces:
12888     hoverinfo: "x+y"
12889     boxpoints: "outliers"
12890     whiskerwidth: 0
12891   layout:
12892     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
12893     layout: "plot-throughput"
12894
12895 - type: "plot"
12896   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
12897   algorithm: "plot_performance_box"
12898   output-file-type: ".html"
12899   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
12900   data: "plot-dpdk-throughput-latency-3n-hsw"
12901   filter: "'NIC_Intel-XL710' and
12902            '64B' and
12903            'BASE' and
12904            'NDRPDR' and
12905            '2T2C' and
12906            'IP4FWD'"
12907   parameters:
12908   - "throughput"
12909   - "parent"
12910   - "tags"
12911   traces:
12912     hoverinfo: "x+y"
12913     boxpoints: "outliers"
12914     whiskerwidth: 0
12915   layout:
12916     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
12917     layout: "plot-throughput"
12918
12919 - type: "plot"
12920   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
12921   algorithm: "plot_performance_box"
12922   output-file-type: ".html"
12923   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
12924   data: "plot-dpdk-throughput-latency-3n-hsw"
12925   filter: "'NIC_Intel-XL710' and
12926            '64B' and
12927            'BASE' and
12928            'NDRPDR' and
12929            '1T1C' and
12930            'IP4FWD'"
12931   parameters:
12932   - "throughput"
12933   - "parent"
12934   - "tags"
12935   traces:
12936     hoverinfo: "x+y"
12937     boxpoints: "outliers"
12938     whiskerwidth: 0
12939   layout:
12940     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
12941     layout: "plot-throughput"
12942
12943 - type: "plot"
12944   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
12945   algorithm: "plot_performance_box"
12946   output-file-type: ".html"
12947   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
12948   data: "plot-dpdk-throughput-latency-3n-hsw"
12949   filter: "'NIC_Intel-XL710' and
12950            '64B' and
12951            'BASE' and
12952            'NDRPDR' and
12953            '2T2C' and
12954            'IP4FWD'"
12955   parameters:
12956   - "throughput"
12957   - "parent"
12958   - "tags"
12959   traces:
12960     hoverinfo: "x+y"
12961     boxpoints: "outliers"
12962     whiskerwidth: 0
12963   layout:
12964     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
12965     layout: "plot-throughput"
12966
12967 # Packet Throughput - DPDK l3fwd 3n-skx-x710
12968 - type: "plot"
12969   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
12970   algorithm: "plot_performance_box"
12971   output-file-type: ".html"
12972   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
12973   data: "plot-dpdk-throughput-latency-3n-skx"
12974   filter: "'NIC_Intel-X710' and
12975            '64B' and
12976            'BASE' and
12977            'NDRPDR' and
12978            '2T1C' and
12979            'IP4FWD'"
12980   parameters:
12981   - "throughput"
12982   - "parent"
12983   - "tags"
12984   traces:
12985     hoverinfo: "x+y"
12986     boxpoints: "outliers"
12987     whiskerwidth: 0
12988   layout:
12989     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
12990     layout: "plot-throughput"
12991
12992 - type: "plot"
12993   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
12994   algorithm: "plot_performance_box"
12995   output-file-type: ".html"
12996   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
12997   data: "plot-dpdk-throughput-latency-3n-skx"
12998   filter: "'NIC_Intel-X710' and
12999            '64B' and
13000            'BASE' and
13001            'NDRPDR' and
13002            '4T2C' and
13003            'IP4FWD'"
13004   parameters:
13005   - "throughput"
13006   - "parent"
13007   - "tags"
13008   traces:
13009     hoverinfo: "x+y"
13010     boxpoints: "outliers"
13011     whiskerwidth: 0
13012   layout:
13013     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
13014     layout: "plot-throughput"
13015
13016 - type: "plot"
13017   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
13018   algorithm: "plot_performance_box"
13019   output-file-type: ".html"
13020   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
13021   data: "plot-dpdk-throughput-latency-3n-skx"
13022   filter: "'NIC_Intel-X710' and
13023            '64B' and
13024            'BASE' and
13025            'NDRPDR' and
13026            '2T1C' and
13027            'IP4FWD'"
13028   parameters:
13029   - "throughput"
13030   - "parent"
13031   - "tags"
13032   traces:
13033     hoverinfo: "x+y"
13034     boxpoints: "outliers"
13035     whiskerwidth: 0
13036   layout:
13037     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
13038     layout: "plot-throughput"
13039
13040 - type: "plot"
13041   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
13042   algorithm: "plot_performance_box"
13043   output-file-type: ".html"
13044   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
13045   data: "plot-dpdk-throughput-latency-3n-skx"
13046   filter: "'NIC_Intel-X710' and
13047            '64B' and
13048            'BASE' and
13049            'NDRPDR' and
13050            '4T2C' and
13051            'IP4FWD'"
13052   parameters:
13053   - "throughput"
13054   - "parent"
13055   - "tags"
13056   traces:
13057     hoverinfo: "x+y"
13058     boxpoints: "outliers"
13059     whiskerwidth: 0
13060   layout:
13061     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
13062     layout: "plot-throughput"
13063
13064 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
13065 - type: "plot"
13066   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
13067   algorithm: "plot_performance_box"
13068   output-file-type: ".html"
13069   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
13070   data: "plot-dpdk-throughput-latency-3n-skx"
13071   filter: "'NIC_Intel-XXV710' and
13072            '64B' and
13073            'BASE' and
13074            'NDRPDR' and
13075            '2T1C' and
13076            'IP4FWD'"
13077   parameters:
13078   - "throughput"
13079   - "parent"
13080   - "tags"
13081   traces:
13082     hoverinfo: "x+y"
13083     boxpoints: "outliers"
13084     whiskerwidth: 0
13085   layout:
13086     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
13087     layout: "plot-throughput"
13088
13089 - type: "plot"
13090   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
13091   algorithm: "plot_performance_box"
13092   output-file-type: ".html"
13093   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
13094   data: "plot-dpdk-throughput-latency-3n-skx"
13095   filter: "'NIC_Intel-XXV710' and
13096            '64B' and
13097            'BASE' and
13098            'NDRPDR' and
13099            '4T2C' and
13100            'IP4FWD'"
13101   parameters:
13102   - "throughput"
13103   - "parent"
13104   - "tags"
13105   traces:
13106     hoverinfo: "x+y"
13107     boxpoints: "outliers"
13108     whiskerwidth: 0
13109   layout:
13110     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
13111     layout: "plot-throughput"
13112
13113 - type: "plot"
13114   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
13115   algorithm: "plot_performance_box"
13116   output-file-type: ".html"
13117   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
13118   data: "plot-dpdk-throughput-latency-3n-skx"
13119   filter: "'NIC_Intel-XXV710' and
13120            '64B' and
13121            'BASE' and
13122            'NDRPDR' and
13123            '2T1C' and
13124            'IP4FWD'"
13125   parameters:
13126   - "throughput"
13127   - "parent"
13128   - "tags"
13129   traces:
13130     hoverinfo: "x+y"
13131     boxpoints: "outliers"
13132     whiskerwidth: 0
13133   layout:
13134     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
13135     layout: "plot-throughput"
13136
13137 - type: "plot"
13138   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
13139   algorithm: "plot_performance_box"
13140   output-file-type: ".html"
13141   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
13142   data: "plot-dpdk-throughput-latency-3n-skx"
13143   filter: "'NIC_Intel-XXV710' and
13144            '64B' and
13145            'BASE' and
13146            'NDRPDR' and
13147            '4T2C' and
13148            'IP4FWD'"
13149   parameters:
13150   - "throughput"
13151   - "parent"
13152   - "tags"
13153   traces:
13154     hoverinfo: "x+y"
13155     boxpoints: "outliers"
13156     whiskerwidth: 0
13157   layout:
13158     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
13159     layout: "plot-throughput"
13160
13161 # Packet Throughput - DPDK l3fwd 2n-skx-x710
13162 - type: "plot"
13163   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
13164   algorithm: "plot_performance_box"
13165   output-file-type: ".html"
13166   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
13167   data: "plot-dpdk-throughput-latency-2n-skx"
13168   filter: "'NIC_Intel-X710' and
13169            '64B' and
13170            'BASE' and
13171            'NDRPDR' and
13172            '2T1C' and
13173            'IP4FWD'"
13174   parameters:
13175   - "throughput"
13176   - "parent"
13177   - "tags"
13178   traces:
13179     hoverinfo: "x+y"
13180     boxpoints: "outliers"
13181     whiskerwidth: 0
13182   layout:
13183     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
13184     layout: "plot-throughput"
13185
13186 - type: "plot"
13187   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
13188   algorithm: "plot_performance_box"
13189   output-file-type: ".html"
13190   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
13191   data: "plot-dpdk-throughput-latency-2n-skx"
13192   filter: "'NIC_Intel-X710' and
13193            '64B' and
13194            'BASE' and
13195            'NDRPDR' and
13196            '4T2C' and
13197            'IP4FWD'"
13198   parameters:
13199   - "throughput"
13200   - "parent"
13201   - "tags"
13202   traces:
13203     hoverinfo: "x+y"
13204     boxpoints: "outliers"
13205     whiskerwidth: 0
13206   layout:
13207     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
13208     layout: "plot-throughput"
13209
13210 - type: "plot"
13211   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
13212   algorithm: "plot_performance_box"
13213   output-file-type: ".html"
13214   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
13215   data: "plot-dpdk-throughput-latency-2n-skx"
13216   filter: "'NIC_Intel-X710' and
13217            '64B' and
13218            'BASE' and
13219            'NDRPDR' and
13220            '2T1C' and
13221            'IP4FWD'"
13222   parameters:
13223   - "throughput"
13224   - "parent"
13225   - "tags"
13226   traces:
13227     hoverinfo: "x+y"
13228     boxpoints: "outliers"
13229     whiskerwidth: 0
13230   layout:
13231     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
13232     layout: "plot-throughput"
13233
13234 - type: "plot"
13235   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
13236   algorithm: "plot_performance_box"
13237   output-file-type: ".html"
13238   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
13239   data: "plot-dpdk-throughput-latency-2n-skx"
13240   filter: "'NIC_Intel-X710' and
13241            '64B' and
13242            'BASE' and
13243            'NDRPDR' and
13244            '4T2C' and
13245            'IP4FWD'"
13246   parameters:
13247   - "throughput"
13248   - "parent"
13249   - "tags"
13250   traces:
13251     hoverinfo: "x+y"
13252     boxpoints: "outliers"
13253     whiskerwidth: 0
13254   layout:
13255     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
13256     layout: "plot-throughput"
13257
13258 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
13259 - type: "plot"
13260   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
13261   algorithm: "plot_performance_box"
13262   output-file-type: ".html"
13263   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
13264   data: "plot-dpdk-throughput-latency-2n-skx"
13265   filter: "'NIC_Intel-XXV710' and
13266            '64B' and
13267            'BASE' and
13268            'NDRPDR' and
13269            '2T1C' and
13270            'IP4FWD'"
13271   parameters:
13272   - "throughput"
13273   - "parent"
13274   - "tags"
13275   traces:
13276     hoverinfo: "x+y"
13277     boxpoints: "outliers"
13278     whiskerwidth: 0
13279   layout:
13280     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
13281     layout: "plot-throughput"
13282
13283 - type: "plot"
13284   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
13285   algorithm: "plot_performance_box"
13286   output-file-type: ".html"
13287   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
13288   data: "plot-dpdk-throughput-latency-2n-skx"
13289   filter: "'NIC_Intel-XXV710' and
13290            '64B' and
13291            'BASE' and
13292            'NDRPDR' and
13293            '4T2C' and
13294            'IP4FWD'"
13295   parameters:
13296   - "throughput"
13297   - "parent"
13298   - "tags"
13299   traces:
13300     hoverinfo: "x+y"
13301     boxpoints: "outliers"
13302     whiskerwidth: 0
13303   layout:
13304     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
13305     layout: "plot-throughput"
13306
13307 - type: "plot"
13308   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
13309   algorithm: "plot_performance_box"
13310   output-file-type: ".html"
13311   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
13312   data: "plot-dpdk-throughput-latency-2n-skx"
13313   filter: "'NIC_Intel-XXV710' and
13314            '64B' and
13315            'BASE' and
13316            'NDRPDR' and
13317            '2T1C' and
13318            'IP4FWD'"
13319   parameters:
13320   - "throughput"
13321   - "parent"
13322   - "tags"
13323   traces:
13324     hoverinfo: "x+y"
13325     boxpoints: "outliers"
13326     whiskerwidth: 0
13327   layout:
13328     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
13329     layout: "plot-throughput"
13330
13331 - type: "plot"
13332   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
13333   algorithm: "plot_performance_box"
13334   output-file-type: ".html"
13335   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
13336   data: "plot-dpdk-throughput-latency-2n-skx"
13337   filter: "'NIC_Intel-XXV710' and
13338            '64B' and
13339            'BASE' and
13340            'NDRPDR' and
13341            '4T2C' and
13342            'IP4FWD'"
13343   parameters:
13344   - "throughput"
13345   - "parent"
13346   - "tags"
13347   traces:
13348     hoverinfo: "x+y"
13349     boxpoints: "outliers"
13350     whiskerwidth: 0
13351   layout:
13352     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
13353     layout: "plot-throughput"
13354
13355 ################################################################################
13356
13357 # Packet Throughput - DPDK testpmd 3n-hsw-x520
13358 - type: "plot"
13359   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
13360   algorithm: "plot_performance_box"
13361   output-file-type: ".html"
13362   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
13363   data: "plot-dpdk-throughput-latency-3n-hsw"
13364   filter: "'NIC_Intel-X520-DA2' and
13365            '64B' and
13366            'BASE' and
13367            'NDRPDR' and
13368            '1T1C' and
13369            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13370   parameters:
13371   - "throughput"
13372   - "parent"
13373   - "tags"
13374   traces:
13375     hoverinfo: "x+y"
13376     boxpoints: "outliers"
13377     whiskerwidth: 0
13378   layout:
13379     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
13380     layout: "plot-throughput"
13381
13382 - type: "plot"
13383   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
13384   algorithm: "plot_performance_box"
13385   output-file-type: ".html"
13386   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
13387   data: "plot-dpdk-throughput-latency-3n-hsw"
13388   filter: "'NIC_Intel-X520-DA2' and
13389            '64B' and
13390            'BASE' and
13391            'NDRPDR' and
13392            '2T2C' and
13393            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13394   parameters:
13395   - "throughput"
13396   - "parent"
13397   - "tags"
13398   traces:
13399     hoverinfo: "x+y"
13400     boxpoints: "outliers"
13401     whiskerwidth: 0
13402   layout:
13403     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
13404     layout: "plot-throughput"
13405
13406 - type: "plot"
13407   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
13408   algorithm: "plot_performance_box"
13409   output-file-type: ".html"
13410   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
13411   data: "plot-dpdk-throughput-latency-3n-hsw"
13412   filter: "'NIC_Intel-X520-DA2' and
13413            '64B' and
13414            'BASE' and
13415            'NDRPDR' and
13416            '1T1C' and
13417            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13418   parameters:
13419   - "throughput"
13420   - "parent"
13421   - "tags"
13422   traces:
13423     hoverinfo: "x+y"
13424     boxpoints: "outliers"
13425     whiskerwidth: 0
13426   layout:
13427     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
13428     layout: "plot-throughput"
13429
13430 - type: "plot"
13431   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
13432   algorithm: "plot_performance_box"
13433   output-file-type: ".html"
13434   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
13435   data: "plot-dpdk-throughput-latency-3n-hsw"
13436   filter: "'NIC_Intel-X520-DA2' and
13437            '64B' and
13438            'BASE' and
13439            'NDRPDR' and
13440            '2T2C' and
13441            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13442   parameters:
13443   - "throughput"
13444   - "parent"
13445   - "tags"
13446   traces:
13447     hoverinfo: "x+y"
13448     boxpoints: "outliers"
13449     whiskerwidth: 0
13450   layout:
13451     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
13452     layout: "plot-throughput"
13453
13454 # Packet Throughput - DPDK testpmd 3n-hsw-x710
13455 - type: "plot"
13456   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
13457   algorithm: "plot_performance_box"
13458   output-file-type: ".html"
13459   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
13460   data: "plot-dpdk-throughput-latency-3n-hsw"
13461   filter: "'NIC_Intel-X710' and
13462            '64B' and
13463            'BASE' and
13464            'NDRPDR' and
13465            '1T1C' and
13466            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13467   parameters:
13468   - "throughput"
13469   - "parent"
13470   - "tags"
13471   traces:
13472     hoverinfo: "x+y"
13473     boxpoints: "outliers"
13474     whiskerwidth: 0
13475   layout:
13476     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
13477     layout: "plot-throughput"
13478
13479 - type: "plot"
13480   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
13481   algorithm: "plot_performance_box"
13482   output-file-type: ".html"
13483   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
13484   data: "plot-dpdk-throughput-latency-3n-hsw"
13485   filter: "'NIC_Intel-X710' and
13486            '64B' and
13487            'BASE' and
13488            'NDRPDR' and
13489            '2T2C' and
13490            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13491   parameters:
13492   - "throughput"
13493   - "parent"
13494   - "tags"
13495   traces:
13496     hoverinfo: "x+y"
13497     boxpoints: "outliers"
13498     whiskerwidth: 0
13499   layout:
13500     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
13501     layout: "plot-throughput"
13502
13503 - type: "plot"
13504   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
13505   algorithm: "plot_performance_box"
13506   output-file-type: ".html"
13507   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
13508   data: "plot-dpdk-throughput-latency-3n-hsw"
13509   filter: "'NIC_Intel-X710' and
13510            '64B' and
13511            'BASE' and
13512            'NDRPDR' and
13513            '1T1C' and
13514            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13515   parameters:
13516   - "throughput"
13517   - "parent"
13518   - "tags"
13519   traces:
13520     hoverinfo: "x+y"
13521     boxpoints: "outliers"
13522     whiskerwidth: 0
13523   layout:
13524     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
13525     layout: "plot-throughput"
13526
13527 - type: "plot"
13528   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
13529   algorithm: "plot_performance_box"
13530   output-file-type: ".html"
13531   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
13532   data: "plot-dpdk-throughput-latency-3n-hsw"
13533   filter: "'NIC_Intel-X710' and
13534            '64B' and
13535            'BASE' and
13536            'NDRPDR' and
13537            '2T2C' and
13538            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13539   parameters:
13540   - "throughput"
13541   - "parent"
13542   - "tags"
13543   traces:
13544     hoverinfo: "x+y"
13545     boxpoints: "outliers"
13546     whiskerwidth: 0
13547   layout:
13548     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
13549     layout: "plot-throughput"
13550
13551 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
13552 - type: "plot"
13553   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
13554   algorithm: "plot_performance_box"
13555   output-file-type: ".html"
13556   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
13557   data: "plot-dpdk-throughput-latency-3n-hsw"
13558   filter: "'NIC_Intel-XL710' and
13559            '64B' and
13560            'BASE' and
13561            'NDRPDR' and
13562            '1T1C' and
13563            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13564   parameters:
13565   - "throughput"
13566   - "parent"
13567   - "tags"
13568   traces:
13569     hoverinfo: "x+y"
13570     boxpoints: "outliers"
13571     whiskerwidth: 0
13572   layout:
13573     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
13574     layout: "plot-throughput"
13575
13576 - type: "plot"
13577   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
13578   algorithm: "plot_performance_box"
13579   output-file-type: ".html"
13580   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
13581   data: "plot-dpdk-throughput-latency-3n-hsw"
13582   filter: "'NIC_Intel-XL710' and
13583            '64B' and
13584            'BASE' and
13585            'NDRPDR' and
13586            '2T2C' and
13587            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13588   parameters:
13589   - "throughput"
13590   - "parent"
13591   - "tags"
13592   traces:
13593     hoverinfo: "x+y"
13594     boxpoints: "outliers"
13595     whiskerwidth: 0
13596   layout:
13597     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
13598     layout: "plot-throughput"
13599
13600 - type: "plot"
13601   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
13602   algorithm: "plot_performance_box"
13603   output-file-type: ".html"
13604   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
13605   data: "plot-dpdk-throughput-latency-3n-hsw"
13606   filter: "'NIC_Intel-XL710' and
13607            '64B' and
13608            'BASE' and
13609            'NDRPDR' and
13610            '1T1C' and
13611            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13612   parameters:
13613   - "throughput"
13614   - "parent"
13615   - "tags"
13616   traces:
13617     hoverinfo: "x+y"
13618     boxpoints: "outliers"
13619     whiskerwidth: 0
13620   layout:
13621     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
13622     layout: "plot-throughput"
13623
13624 - type: "plot"
13625   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
13626   algorithm: "plot_performance_box"
13627   output-file-type: ".html"
13628   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
13629   data: "plot-dpdk-throughput-latency-3n-hsw"
13630   filter: "'NIC_Intel-XL710' and
13631            '64B' and
13632            'BASE' and
13633            'NDRPDR' and
13634            '2T2C' and
13635            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13636   parameters:
13637   - "throughput"
13638   - "parent"
13639   - "tags"
13640   traces:
13641     hoverinfo: "x+y"
13642     boxpoints: "outliers"
13643     whiskerwidth: 0
13644   layout:
13645     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
13646     layout: "plot-throughput"
13647
13648 # Packet Throughput - DPDK testpmd 3n-skx-x710
13649 - type: "plot"
13650   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
13651   algorithm: "plot_performance_box"
13652   output-file-type: ".html"
13653   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
13654   data: "plot-dpdk-throughput-latency-3n-skx"
13655   filter: "'NIC_Intel-X710' and
13656            '64B' and
13657            'BASE' and
13658            'NDRPDR' and
13659            '2T1C' and
13660            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13661   parameters:
13662   - "throughput"
13663   - "parent"
13664   - "tags"
13665   traces:
13666     hoverinfo: "x+y"
13667     boxpoints: "outliers"
13668     whiskerwidth: 0
13669   layout:
13670     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
13671     layout: "plot-throughput"
13672
13673 - type: "plot"
13674   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
13675   algorithm: "plot_performance_box"
13676   output-file-type: ".html"
13677   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
13678   data: "plot-dpdk-throughput-latency-3n-skx"
13679   filter: "'NIC_Intel-X710' and
13680            '64B' and
13681            'BASE' and
13682            'NDRPDR' and
13683            '4T2C' and
13684            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13685   parameters:
13686   - "throughput"
13687   - "parent"
13688   - "tags"
13689   traces:
13690     hoverinfo: "x+y"
13691     boxpoints: "outliers"
13692     whiskerwidth: 0
13693   layout:
13694     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
13695     layout: "plot-throughput"
13696
13697 - type: "plot"
13698   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
13699   algorithm: "plot_performance_box"
13700   output-file-type: ".html"
13701   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
13702   data: "plot-dpdk-throughput-latency-3n-skx"
13703   filter: "'NIC_Intel-X710' and
13704            '64B' and
13705            'BASE' and
13706            'NDRPDR' and
13707            '2T1C' and
13708            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13709   parameters:
13710   - "throughput"
13711   - "parent"
13712   - "tags"
13713   traces:
13714     hoverinfo: "x+y"
13715     boxpoints: "outliers"
13716     whiskerwidth: 0
13717   layout:
13718     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
13719     layout: "plot-throughput"
13720
13721 - type: "plot"
13722   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
13723   algorithm: "plot_performance_box"
13724   output-file-type: ".html"
13725   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
13726   data: "plot-dpdk-throughput-latency-3n-skx"
13727   filter: "'NIC_Intel-X710' and
13728            '64B' and
13729            'BASE' and
13730            'NDRPDR' and
13731            '4T2C' and
13732            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13733   parameters:
13734   - "throughput"
13735   - "parent"
13736   - "tags"
13737   traces:
13738     hoverinfo: "x+y"
13739     boxpoints: "outliers"
13740     whiskerwidth: 0
13741   layout:
13742     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
13743     layout: "plot-throughput"
13744
13745 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
13746 - type: "plot"
13747   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
13748   algorithm: "plot_performance_box"
13749   output-file-type: ".html"
13750   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
13751   data: "plot-dpdk-throughput-latency-3n-skx"
13752   filter: "'NIC_Intel-XXV710' and
13753            '64B' and
13754            'BASE' and
13755            'NDRPDR' and
13756            '2T1C' and
13757            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13758   parameters:
13759   - "throughput"
13760   - "parent"
13761   - "tags"
13762   traces:
13763     hoverinfo: "x+y"
13764     boxpoints: "outliers"
13765     whiskerwidth: 0
13766   layout:
13767     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
13768     layout: "plot-throughput"
13769
13770 - type: "plot"
13771   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
13772   algorithm: "plot_performance_box"
13773   output-file-type: ".html"
13774   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
13775   data: "plot-dpdk-throughput-latency-3n-skx"
13776   filter: "'NIC_Intel-XXV710' and
13777            '64B' and
13778            'BASE' and
13779            'NDRPDR' and
13780            '4T2C' and
13781            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13782   parameters:
13783   - "throughput"
13784   - "parent"
13785   - "tags"
13786   traces:
13787     hoverinfo: "x+y"
13788     boxpoints: "outliers"
13789     whiskerwidth: 0
13790   layout:
13791     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
13792     layout: "plot-throughput"
13793
13794 - type: "plot"
13795   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
13796   algorithm: "plot_performance_box"
13797   output-file-type: ".html"
13798   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
13799   data: "plot-dpdk-throughput-latency-3n-skx"
13800   filter: "'NIC_Intel-XXV710' and
13801            '64B' and
13802            'BASE' and
13803            'NDRPDR' and
13804            '2T1C' and
13805            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13806   parameters:
13807   - "throughput"
13808   - "parent"
13809   - "tags"
13810   traces:
13811     hoverinfo: "x+y"
13812     boxpoints: "outliers"
13813     whiskerwidth: 0
13814   layout:
13815     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
13816     layout: "plot-throughput"
13817
13818 - type: "plot"
13819   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
13820   algorithm: "plot_performance_box"
13821   output-file-type: ".html"
13822   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
13823   data: "plot-dpdk-throughput-latency-3n-skx"
13824   filter: "'NIC_Intel-XXV710' and
13825            '64B' and
13826            'BASE' and
13827            'NDRPDR' and
13828            '4T2C' and
13829            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13830   parameters:
13831   - "throughput"
13832   - "parent"
13833   - "tags"
13834   traces:
13835     hoverinfo: "x+y"
13836     boxpoints: "outliers"
13837     whiskerwidth: 0
13838   layout:
13839     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
13840     layout: "plot-throughput"
13841
13842 # Packet Throughput - DPDK testpmd 2n-skx-x710
13843 - type: "plot"
13844   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
13845   algorithm: "plot_performance_box"
13846   output-file-type: ".html"
13847   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
13848   data: "plot-dpdk-throughput-latency-2n-skx"
13849   filter: "'NIC_Intel-X710' and
13850            '64B' and
13851            'BASE' and
13852            'NDRPDR' and
13853            '2T1C' and
13854            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13855   parameters:
13856   - "throughput"
13857   - "parent"
13858   - "tags"
13859   traces:
13860     hoverinfo: "x+y"
13861     boxpoints: "outliers"
13862     whiskerwidth: 0
13863   layout:
13864     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
13865     layout: "plot-throughput"
13866
13867 - type: "plot"
13868   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
13869   algorithm: "plot_performance_box"
13870   output-file-type: ".html"
13871   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
13872   data: "plot-dpdk-throughput-latency-2n-skx"
13873   filter: "'NIC_Intel-X710' and
13874            '64B' and
13875            'BASE' and
13876            'NDRPDR' and
13877            '4T2C' and
13878            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13879   parameters:
13880   - "throughput"
13881   - "parent"
13882   - "tags"
13883   traces:
13884     hoverinfo: "x+y"
13885     boxpoints: "outliers"
13886     whiskerwidth: 0
13887   layout:
13888     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
13889     layout: "plot-throughput"
13890
13891 - type: "plot"
13892   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
13893   algorithm: "plot_performance_box"
13894   output-file-type: ".html"
13895   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
13896   data: "plot-dpdk-throughput-latency-2n-skx"
13897   filter: "'NIC_Intel-X710' and
13898            '64B' and
13899            'BASE' and
13900            'NDRPDR' and
13901            '2T1C' and
13902            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13903   parameters:
13904   - "throughput"
13905   - "parent"
13906   - "tags"
13907   traces:
13908     hoverinfo: "x+y"
13909     boxpoints: "outliers"
13910     whiskerwidth: 0
13911   layout:
13912     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
13913     layout: "plot-throughput"
13914
13915 - type: "plot"
13916   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
13917   algorithm: "plot_performance_box"
13918   output-file-type: ".html"
13919   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
13920   data: "plot-dpdk-throughput-latency-2n-skx"
13921   filter: "'NIC_Intel-X710' and
13922            '64B' and
13923            'BASE' and
13924            'NDRPDR' and
13925            '4T2C' and
13926            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13927   parameters:
13928   - "throughput"
13929   - "parent"
13930   - "tags"
13931   traces:
13932     hoverinfo: "x+y"
13933     boxpoints: "outliers"
13934     whiskerwidth: 0
13935   layout:
13936     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
13937     layout: "plot-throughput"
13938
13939 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
13940 - type: "plot"
13941   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
13942   algorithm: "plot_performance_box"
13943   output-file-type: ".html"
13944   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
13945   data: "plot-dpdk-throughput-latency-2n-skx"
13946   filter: "'NIC_Intel-XXV710' and
13947            '64B' and
13948            'BASE' and
13949            'NDRPDR' and
13950            '2T1C' and
13951            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13952   parameters:
13953   - "throughput"
13954   - "parent"
13955   - "tags"
13956   traces:
13957     hoverinfo: "x+y"
13958     boxpoints: "outliers"
13959     whiskerwidth: 0
13960   layout:
13961     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
13962     layout: "plot-throughput"
13963
13964 - type: "plot"
13965   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
13966   algorithm: "plot_performance_box"
13967   output-file-type: ".html"
13968   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
13969   data: "plot-dpdk-throughput-latency-2n-skx"
13970   filter: "'NIC_Intel-XXV710' and
13971            '64B' and
13972            'BASE' and
13973            'NDRPDR' and
13974            '4T2C' and
13975            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13976   parameters:
13977   - "throughput"
13978   - "parent"
13979   - "tags"
13980   traces:
13981     hoverinfo: "x+y"
13982     boxpoints: "outliers"
13983     whiskerwidth: 0
13984   layout:
13985     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
13986     layout: "plot-throughput"
13987
13988 - type: "plot"
13989   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
13990   algorithm: "plot_performance_box"
13991   output-file-type: ".html"
13992   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
13993   data: "plot-dpdk-throughput-latency-2n-skx"
13994   filter: "'NIC_Intel-XXV710' and
13995            '64B' and
13996            'BASE' and
13997            'NDRPDR' and
13998            '2T1C' and
13999            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14000   parameters:
14001   - "throughput"
14002   - "parent"
14003   - "tags"
14004   traces:
14005     hoverinfo: "x+y"
14006     boxpoints: "outliers"
14007     whiskerwidth: 0
14008   layout:
14009     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
14010     layout: "plot-throughput"
14011
14012 - type: "plot"
14013   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
14014   algorithm: "plot_performance_box"
14015   output-file-type: ".html"
14016   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
14017   data: "plot-dpdk-throughput-latency-2n-skx"
14018   filter: "'NIC_Intel-XXV710' and
14019            '64B' and
14020            'BASE' and
14021            'NDRPDR' and
14022            '4T2C' and
14023            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14024   parameters:
14025   - "throughput"
14026   - "parent"
14027   - "tags"
14028   traces:
14029     hoverinfo: "x+y"
14030     boxpoints: "outliers"
14031     whiskerwidth: 0
14032   layout:
14033     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
14034     layout: "plot-throughput"
14035
14036 ################################################################################
14037
14038 # Packet Latency - DPDK l3fwd 3n-hsw-x520
14039 - type: "plot"
14040   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
14041   algorithm: "plot_latency_error_bars"
14042   output-file-type: ".html"
14043   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
14044   data: "plot-dpdk-throughput-latency-3n-hsw"
14045   filter: "'NIC_Intel-X520-DA2' and
14046            '64B' and
14047            'BASE' and
14048            'NDRPDR' and
14049            '1T1C' and
14050            'IP4FWD'"
14051   parameters:
14052   - "latency"
14053   - "parent"
14054   - "tags"
14055   layout:
14056     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
14057     layout: "plot-latency"
14058
14059 - type: "plot"
14060   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
14061   algorithm: "plot_latency_error_bars"
14062   output-file-type: ".html"
14063   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
14064   data: "plot-dpdk-throughput-latency-3n-hsw"
14065   filter: "'NIC_Intel-X520-DA2' and
14066            '64B' and
14067            'BASE' and
14068            'NDRPDR' and
14069            '2T2C' and
14070            'IP4FWD'"
14071   parameters:
14072   - "latency"
14073   - "parent"
14074   - "tags"
14075   layout:
14076     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
14077     layout: "plot-latency"
14078
14079 # Packet Latency - DPDK l3fwd 3n-hsw-x710
14080 - type: "plot"
14081   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
14082   algorithm: "plot_latency_error_bars"
14083   output-file-type: ".html"
14084   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
14085   data: "plot-dpdk-throughput-latency-3n-hsw"
14086   filter: "'NIC_Intel-X710' and
14087            '64B' and
14088            'BASE' and
14089            'NDRPDR' and
14090            '1T1C' and
14091            'IP4FWD'"
14092   parameters:
14093   - "latency"
14094   - "parent"
14095   - "tags"
14096   layout:
14097     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
14098     layout: "plot-latency"
14099
14100 - type: "plot"
14101   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
14102   algorithm: "plot_latency_error_bars"
14103   output-file-type: ".html"
14104   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
14105   data: "plot-dpdk-throughput-latency-3n-hsw"
14106   filter: "'NIC_Intel-X710' and
14107            '64B' and
14108            'BASE' and
14109            'NDRPDR' and
14110            '2T2C' and
14111            'IP4FWD'"
14112   parameters:
14113   - "latency"
14114   - "parent"
14115   - "tags"
14116   layout:
14117     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
14118     layout: "plot-latency"
14119
14120 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
14121 - type: "plot"
14122   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
14123   algorithm: "plot_latency_error_bars"
14124   output-file-type: ".html"
14125   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
14126   data: "plot-dpdk-throughput-latency-3n-hsw"
14127   filter: "'NIC_Intel-XL710' and
14128            '64B' and
14129            'BASE' and
14130            'NDRPDR' and
14131            '1T1C' and
14132            'IP4FWD'"
14133   parameters:
14134   - "latency"
14135   - "parent"
14136   - "tags"
14137   layout:
14138     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
14139     layout: "plot-latency"
14140
14141 - type: "plot"
14142   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
14143   algorithm: "plot_latency_error_bars"
14144   output-file-type: ".html"
14145   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
14146   data: "plot-dpdk-throughput-latency-3n-hsw"
14147   filter: "'NIC_Intel-XL710' and
14148            '64B' and
14149            'BASE' and
14150            'NDRPDR' and
14151            '2T2C' and
14152            'IP4FWD'"
14153   parameters:
14154   - "latency"
14155   - "parent"
14156   - "tags"
14157   layout:
14158     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
14159     layout: "plot-latency"
14160
14161 # Packet Latency - DPDK l3fwd 3n-skx-x710
14162 - type: "plot"
14163   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
14164   algorithm: "plot_latency_error_bars"
14165   output-file-type: ".html"
14166   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
14167   data: "plot-dpdk-throughput-latency-3n-skx"
14168   filter: "'NIC_Intel-X710' and
14169            '64B' and
14170            'BASE' and
14171            'NDRPDR' and
14172            '2T1C' and
14173            'IP4FWD'"
14174   parameters:
14175   - "latency"
14176   - "parent"
14177   - "tags"
14178   layout:
14179     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
14180     layout: "plot-latency"
14181
14182 - type: "plot"
14183   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
14184   algorithm: "plot_latency_error_bars"
14185   output-file-type: ".html"
14186   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
14187   data: "plot-dpdk-throughput-latency-3n-skx"
14188   filter: "'NIC_Intel-X710' and
14189            '64B' and
14190            'BASE' and
14191            'NDRPDR' and
14192            '4T2C' and
14193            'IP4FWD'"
14194   parameters:
14195   - "latency"
14196   - "parent"
14197   - "tags"
14198   layout:
14199     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
14200     layout: "plot-latency"
14201
14202 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
14203 - type: "plot"
14204   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
14205   algorithm: "plot_latency_error_bars"
14206   output-file-type: ".html"
14207   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
14208   data: "plot-dpdk-throughput-latency-3n-skx"
14209   filter: "'NIC_Intel-XXV710' and
14210            '64B' and
14211            'BASE' and
14212            'NDRPDR' and
14213            '2T1C' and
14214            'IP4FWD'"
14215   parameters:
14216   - "latency"
14217   - "parent"
14218   - "tags"
14219   layout:
14220     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
14221     layout: "plot-latency"
14222
14223 - type: "plot"
14224   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
14225   algorithm: "plot_latency_error_bars"
14226   output-file-type: ".html"
14227   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
14228   data: "plot-dpdk-throughput-latency-3n-skx"
14229   filter: "'NIC_Intel-XXV710' and
14230            '64B' and
14231            'BASE' and
14232            'NDRPDR' and
14233            '4T2C' and
14234            'IP4FWD'"
14235   parameters:
14236   - "latency"
14237   - "parent"
14238   - "tags"
14239   layout:
14240     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
14241     layout: "plot-latency"
14242
14243 # Packet Latency - DPDK l3fwd 2n-skx-x710
14244 - type: "plot"
14245   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
14246   algorithm: "plot_latency_error_bars"
14247   output-file-type: ".html"
14248   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
14249   data: "plot-dpdk-throughput-latency-2n-skx"
14250   filter: "'NIC_Intel-X710' and
14251            '64B' and
14252            'BASE' and
14253            'NDRPDR' and
14254            '2T1C' and
14255            'IP4FWD'"
14256   parameters:
14257   - "latency"
14258   - "parent"
14259   - "tags"
14260   layout:
14261     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
14262     layout: "plot-latency"
14263
14264 - type: "plot"
14265   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
14266   algorithm: "plot_latency_error_bars"
14267   output-file-type: ".html"
14268   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
14269   data: "plot-dpdk-throughput-latency-2n-skx"
14270   filter: "'NIC_Intel-X710' and
14271            '64B' and
14272            'BASE' and
14273            'NDRPDR' and
14274            '4T2C' and
14275            'IP4FWD'"
14276   parameters:
14277   - "latency"
14278   - "parent"
14279   - "tags"
14280   layout:
14281     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
14282     layout: "plot-latency"
14283
14284 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
14285 - type: "plot"
14286   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
14287   algorithm: "plot_latency_error_bars"
14288   output-file-type: ".html"
14289   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
14290   data: "plot-dpdk-throughput-latency-2n-skx"
14291   filter: "'NIC_Intel-XXV710' and
14292            '64B' and
14293            'BASE' and
14294            'NDRPDR' and
14295            '2T1C' and
14296            'IP4FWD'"
14297   parameters:
14298   - "latency"
14299   - "parent"
14300   - "tags"
14301   layout:
14302     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
14303     layout: "plot-latency"
14304
14305 - type: "plot"
14306   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
14307   algorithm: "plot_latency_error_bars"
14308   output-file-type: ".html"
14309   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
14310   data: "plot-dpdk-throughput-latency-2n-skx"
14311   filter: "'NIC_Intel-XXV710' and
14312            '64B' and
14313            'BASE' and
14314            'NDRPDR' and
14315            '4T2C' and
14316            'IP4FWD'"
14317   parameters:
14318   - "latency"
14319   - "parent"
14320   - "tags"
14321   layout:
14322     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
14323     layout: "plot-latency"
14324
14325 ################################################################################
14326
14327 # Packet Latency - DPDK testpmd 3n-hsw-x520
14328 - type: "plot"
14329   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
14330   algorithm: "plot_latency_error_bars"
14331   output-file-type: ".html"
14332   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
14333   data: "plot-dpdk-throughput-latency-3n-hsw"
14334   filter: "'NIC_Intel-X520-DA2' and
14335            '64B' and
14336            'BASE' and
14337            'NDRPDR' and
14338            '1T1C' and
14339            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14340   parameters:
14341   - "latency"
14342   - "parent"
14343   - "tags"
14344   layout:
14345     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
14346     layout: "plot-latency"
14347
14348 - type: "plot"
14349   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
14350   algorithm: "plot_latency_error_bars"
14351   output-file-type: ".html"
14352   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
14353   data: "plot-dpdk-throughput-latency-3n-hsw"
14354   filter: "'NIC_Intel-X520-DA2' and
14355            '64B' and
14356            'BASE' and
14357            'NDRPDR' and
14358            '2T2C' and
14359            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14360   parameters:
14361   - "latency"
14362   - "parent"
14363   - "tags"
14364   layout:
14365     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
14366     layout: "plot-latency"
14367
14368 # Packet Latency - DPDK testpmd 3n-hsw-x710
14369 - type: "plot"
14370   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
14371   algorithm: "plot_latency_error_bars"
14372   output-file-type: ".html"
14373   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
14374   data: "plot-dpdk-throughput-latency-3n-hsw"
14375   filter: "'NIC_Intel-X710' and
14376            '64B' and
14377            'BASE' and
14378            'NDRPDR' and
14379            '1T1C' and
14380            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14381   parameters:
14382   - "latency"
14383   - "parent"
14384   - "tags"
14385   layout:
14386     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
14387     layout: "plot-latency"
14388
14389 - type: "plot"
14390   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
14391   algorithm: "plot_latency_error_bars"
14392   output-file-type: ".html"
14393   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
14394   data: "plot-dpdk-throughput-latency-3n-hsw"
14395   filter: "'NIC_Intel-X710' and
14396            '64B' and
14397            'BASE' and
14398            'NDRPDR' and
14399            '2T2C' and
14400            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14401   parameters:
14402   - "latency"
14403   - "parent"
14404   - "tags"
14405   layout:
14406     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
14407     layout: "plot-latency"
14408
14409 # Packet Latency - DPDK testpmd 3n-hsw-xl710
14410 - type: "plot"
14411   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
14412   algorithm: "plot_latency_error_bars"
14413   output-file-type: ".html"
14414   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
14415   data: "plot-dpdk-throughput-latency-3n-hsw"
14416   filter: "'NIC_Intel-XL710' and
14417            '64B' and
14418            'BASE' and
14419            'NDRPDR' and
14420            '1T1C' and
14421            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14422   parameters:
14423   - "latency"
14424   - "parent"
14425   - "tags"
14426   layout:
14427     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
14428     layout: "plot-latency"
14429
14430 - type: "plot"
14431   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
14432   algorithm: "plot_latency_error_bars"
14433   output-file-type: ".html"
14434   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
14435   data: "plot-dpdk-throughput-latency-3n-hsw"
14436   filter: "'NIC_Intel-XL710' and
14437            '64B' and
14438            'BASE' and
14439            'NDRPDR' and
14440            '2T2C' and
14441            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14442   parameters:
14443   - "latency"
14444   - "parent"
14445   - "tags"
14446   layout:
14447     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
14448     layout: "plot-latency"
14449
14450 # Packet Latency - DPDK testpmd 3n-skx-x710
14451 - type: "plot"
14452   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
14453   algorithm: "plot_latency_error_bars"
14454   output-file-type: ".html"
14455   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
14456   data: "plot-dpdk-throughput-latency-3n-skx"
14457   filter: "'NIC_Intel-X710' and
14458            '64B' and
14459            'BASE' and
14460            'NDRPDR' and
14461            '2T1C' and
14462            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14463   parameters:
14464   - "latency"
14465   - "parent"
14466   - "tags"
14467   layout:
14468     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
14469     layout: "plot-latency"
14470
14471 - type: "plot"
14472   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
14473   algorithm: "plot_latency_error_bars"
14474   output-file-type: ".html"
14475   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
14476   data: "plot-dpdk-throughput-latency-3n-skx"
14477   filter: "'NIC_Intel-X710' and
14478            '64B' and
14479            'BASE' and
14480            'NDRPDR' and
14481            '4T2C' and
14482            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14483   parameters:
14484   - "latency"
14485   - "parent"
14486   - "tags"
14487   layout:
14488     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
14489     layout: "plot-latency"
14490
14491 # Packet Latency - DPDK testpmd 3n-skx-xxv710
14492 - type: "plot"
14493   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
14494   algorithm: "plot_latency_error_bars"
14495   output-file-type: ".html"
14496   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
14497   data: "plot-dpdk-throughput-latency-3n-skx"
14498   filter: "'NIC_Intel-XXV710' and
14499            '64B' and
14500            'BASE' and
14501            'NDRPDR' and
14502            '2T1C' and
14503            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14504   parameters:
14505   - "latency"
14506   - "parent"
14507   - "tags"
14508   layout:
14509     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
14510     layout: "plot-latency"
14511
14512 - type: "plot"
14513   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
14514   algorithm: "plot_latency_error_bars"
14515   output-file-type: ".html"
14516   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
14517   data: "plot-dpdk-throughput-latency-3n-skx"
14518   filter: "'NIC_Intel-XXV710' and
14519            '64B' and
14520            'BASE' and
14521            'NDRPDR' and
14522            '4T2C' and
14523            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14524   parameters:
14525   - "latency"
14526   - "parent"
14527   - "tags"
14528   layout:
14529     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
14530     layout: "plot-latency"
14531
14532 # Packet Latency - DPDK testpmd 2n-skx-x710
14533 - type: "plot"
14534   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
14535   algorithm: "plot_latency_error_bars"
14536   output-file-type: ".html"
14537   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
14538   data: "plot-dpdk-throughput-latency-2n-skx"
14539   filter: "'NIC_Intel-X710' and
14540            '64B' and
14541            'BASE' and
14542            'NDRPDR' and
14543            '2T1C' and
14544            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14545   parameters:
14546   - "latency"
14547   - "parent"
14548   - "tags"
14549   layout:
14550     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
14551     layout: "plot-latency"
14552
14553 - type: "plot"
14554   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
14555   algorithm: "plot_latency_error_bars"
14556   output-file-type: ".html"
14557   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
14558   data: "plot-dpdk-throughput-latency-2n-skx"
14559   filter: "'NIC_Intel-X710' and
14560            '64B' and
14561            'BASE' and
14562            'NDRPDR' and
14563            '4T2C' and
14564            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14565   parameters:
14566   - "latency"
14567   - "parent"
14568   - "tags"
14569   layout:
14570     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
14571     layout: "plot-latency"
14572
14573 # Packet Latency - DPDK testpmd 2n-skx-xxv710
14574 - type: "plot"
14575   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
14576   algorithm: "plot_latency_error_bars"
14577   output-file-type: ".html"
14578   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
14579   data: "plot-dpdk-throughput-latency-2n-skx"
14580   filter: "'NIC_Intel-XXV710' and
14581            '64B' and
14582            'BASE' and
14583            'NDRPDR' and
14584            '2T1C' and
14585            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14586   parameters:
14587   - "latency"
14588   - "parent"
14589   - "tags"
14590   layout:
14591     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
14592     layout: "plot-latency"
14593
14594 - type: "plot"
14595   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
14596   algorithm: "plot_latency_error_bars"
14597   output-file-type: ".html"
14598   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
14599   data: "plot-dpdk-throughput-latency-2n-skx"
14600   filter: "'NIC_Intel-XXV710' and
14601            '64B' and
14602            'BASE' and
14603            'NDRPDR' and
14604            '4T2C' and
14605            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14606   parameters:
14607   - "latency"
14608   - "parent"
14609   - "tags"
14610   layout:
14611     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
14612     layout: "plot-latency"