Report: Add data
[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,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
42     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
43     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
44     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
45     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
46     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
47     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
48     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
49     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
50     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
51     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
52
53     # Detailed test configurations
54     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
55     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
56     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
57     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
58     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
59     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
60     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
61     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
62     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
63     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
64     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
65     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
66     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
67     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
68     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
69     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
70
71     # Detailed tests operational data
72     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
73     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
74     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
75     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
76     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
77     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
78     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
79
80     # .css patch file to fix tables generated by Sphinx
81     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
82     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
83
84   urls:
85     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
86     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
87     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
88     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
89     DIR[NEXUS,DOC]: "report/_static/archive"
90
91   make-dirs:
92   # List the directories which are created while preparing the environment.
93   # All directories MUST be defined in "paths" section.
94   - "DIR[WORKING,DATA]"
95   - "DIR[STATIC,VPP]"
96   - "DIR[STATIC,DPDK]"
97   - "DIR[STATIC,ARCH]"
98   - "DIR[BUILD,LATEX]"
99   - "DIR[WORKING,SRC]"
100   - "DIR[WORKING,SRC,STATIC]"
101
102   remove-dirs:
103   # List the directories which are deleted while cleaning the environment.
104   # All directories MUST be defined in "paths" section.
105   #- "DIR[BUILD,HTML]"
106   - "DIR[WORKING,DATA]"
107
108   build-dirs:
109   # List the directories where the results (build) is stored.
110   # All directories MUST be defined in "paths" section.
111   - "DIR[BUILD,HTML]"
112   - "DIR[BUILD,LATEX]"
113
114 - type: "configuration"
115
116   limits:
117     nic:
118       x520: 24460000
119       x553: 29761905
120       x710: 35800000
121       xxv710: 35800000
122       xl710: 35800000
123
124     link:
125       10ge: 14880952.38
126       25ge: 37202380.95
127       40ge: 59523809.52
128       100ge: 148809523.81
129
130     pci:
131       pci-g3-x8: 74404761.90
132       pci-g3-x16: 148809523.81
133
134   data-sets:
135
136     ###########################################################################
137     # Plots:
138
139     # 3n-hsw
140
141     plot-vpp-throughput-lat-tsa-3n-hsw:
142       csit-vpp-perf-verify-1908_1-3n-hsw:
143         - 3   # NDRPDR sel
144         - 4   # NDRPDR sel
145         - 8   # NDRPDR sel
146         - 9   # NDRPDR sel
147         - 10  # NDRPDR sel
148         - 11  # NDRPDR sel
149         - 12  # NDRPDR sel
150
151     # 3n-skx
152
153     plot-vpp-throughput-lat-tsa-3n-skx:
154       csit-vpp-perf-verify-1908_1-3n-skx:
155         - 3   # NDRPDR sel
156         - 4   # NDRPDR sel
157         - 7   # NDRPDR sel
158         - 8   # NDRPDR sel
159         - 9   # NDRPDR sel
160         - 10  # NDRPDR sel
161         - 11  # NDRPDR sel
162
163     # 2n-skx
164
165     plot-vpp-throughput-lat-tsa-2n-skx:
166       csit-vpp-perf-verify-1908_1-2n-skx:
167         - 3   # NDRPDR sel
168         - 4   # NDRPDR sel
169         - 6   # NDRPDR sel
170         - 10  # NDRPDR sel
171         - 14  # NDRPDR sel
172         - 16  # NDRPDR sel
173         - 21  # NDRPDR sel
174         - 23  # NDRPDR sel
175         - 24  # NDRPDR sel
176         - 25  # NDRPDR sel
177
178     plot-vpp-nfv-reconf-2n-skx:
179       csit-vpp-perf-verify-1908_1-2n-skx:
180         - 8   # Reconf
181         - 9   # Reconf
182         - 11  # Reconf
183         - 12  # Reconf
184         - 13  # Reconf
185         - 15  # Reconf
186         - 17  # Reconf
187         - 18  # Reconf
188         - 19  # Reconf
189         - 20  # Reconf
190
191     # 3n-tsh
192
193     plot-vpp-throughput-lat-tsa-3n-tsh:
194       csit-vpp-perf-verify-1908_1-3n-tsh:
195         - 5   # NDRPDR sel
196         - 6   # NDRPDR sel
197         - 7   # NDRPDR sel
198         - 8   # NDRPDR sel
199
200     # 3n-dnv
201
202     plot-vpp-throughput-lat-tsa-3n-dnv:
203       csit-vpp-perf-verify-1908_1-3n-dnv:
204         - 2   # NDRPDR sel
205         - 3   # NDRPDR sel
206         - 5   # NDRPDR sel
207         - 6   # NDRPDR sel
208         - 7   # NDRPDR sel
209         - 8   # NDRPDR sel
210         - 9   # NDRPDR sel
211         - 10  # NDRPDR sel
212         - 11  # NDRPDR sel
213         - 12  # NDRPDR sel
214
215     # 2n-dnv
216
217     plot-vpp-throughput-lat-tsa-2n-dnv:
218       csit-vpp-perf-verify-1908_1-2n-dnv:
219         - 2   # NDRPDR sel
220         - 3   # NDRPDR sel
221         - 4   # NDRPDR sel
222         - 5   # NDRPDR sel
223         - 7   # NDRPDR sel
224         - 8   # NDRPDR sel
225         - 9   # NDRPDR sel
226         - 10  # NDRPDR sel
227         - 11  # NDRPDR sel
228         - 12  # NDRPDR sel
229
230     ###########################################################################
231     # Simple tables (only one data set):
232
233     # NIC Comparisons
234
235     vpp-nic-comparison-3n-skx:
236       csit-vpp-perf-verify-1908_1-3n-skx:
237         - 3   # NDRPDR sel
238         - 4   # NDRPDR sel
239         - 7   # NDRPDR sel
240         - 8   # NDRPDR sel
241         - 9   # NDRPDR sel
242         - 10  # NDRPDR sel
243         - 11  # NDRPDR sel
244
245     vpp-nic-comparison-2n-skx:
246       csit-vpp-perf-verify-1908_1-2n-skx:
247         - 3   # NDRPDR sel
248         - 4   # NDRPDR sel
249         - 6   # NDRPDR sel
250         - 10  # NDRPDR sel
251         - 14  # NDRPDR sel
252         - 16  # NDRPDR sel
253         - 21  # NDRPDR sel
254         - 23  # NDRPDR sel
255         - 24  # NDRPDR sel
256         - 25  # NDRPDR sel
257
258     vpp-nic-comparison-3n-skx-mrr:
259       csit-vpp-perf-verify-1908_1-3n-skx:
260         - 5   # MRR sel
261
262     vpp-nic-comparison-2n-skx-mrr:
263       csit-vpp-perf-verify-1908_1-2n-skx:
264         - 5   # MRR sel
265
266     # Results
267
268     vpp-perf-results-3n-hsw:
269       csit-vpp-perf-verify-1908_1-3n-hsw:
270         - 10  # NDRPDR sel
271
272     vpp-perf-results-3n-skx:
273       csit-vpp-perf-verify-1908_1-3n-skx:
274         - 7   # NDRPDR sel
275
276     vpp-perf-results-2n-skx:
277       csit-vpp-perf-verify-1908_1-2n-skx:
278         - 23  # NDRPDR sel
279         - 8   # Reconf
280
281     vpp-perf-results-3n-tsh:
282       csit-vpp-perf-verify-1908_1-3n-tsh:
283         - 8   # NDRPDR sel
284
285     vpp-perf-results-3n-dnv:
286       csit-vpp-perf-verify-1908_1-3n-dnv:
287         - 2   # NDRPDR sel
288
289     vpp-perf-results-2n-dnv:
290       csit-vpp-perf-verify-1908_1-2n-dnv:
291         - 2   # NDRPDR sel
292
293     vpp-mrr-results-3n-hsw:
294       csit-vpp-perf-verify-1908_1-3n-hsw:
295         - 5   # MRR sel
296
297     vpp-mrr-results-3n-skx:
298       csit-vpp-perf-verify-1908_1-3n-skx:
299         - 5   # MRR sel
300
301     vpp-mrr-results-2n-skx:
302       csit-vpp-perf-verify-1908_1-2n-skx:
303         - 5   # MRR sel
304
305     vpp-mrr-results-3n-tsh:
306       csit-vpp-perf-verify-1908_1-3n-tsh:
307         - 4   # MRR sel
308
309     vpp-mrr-results-3n-dnv:
310       csit-vpp-perf-verify-1908_1-3n-dnv:
311         - 4   # MRR sel
312
313     vpp-mrr-results-2n-dnv:
314       csit-vpp-perf-verify-1908_1-2n-dnv:
315         - 6   # MRR sel
316
317     vpp-func-results-ubuntu:
318       csit-vpp-functional-1908_1-ubuntu1604-virl:
319         - 1
320
321     vpp-func-results-centos:
322       csit-vpp-functional-1908_1-centos7-virl:
323         - 1
324
325     vpp-device-results-ubuntu:
326       csit-vpp-device-1908-ubuntu1804-1n-skx:
327         - 286
328
329 ###########################################################################
330     # Tables (more than one data set)
331
332     # Performance changes
333
334     vpp-performance-changes-3n-hsw-h1:
335       csit-vpp-perf-verify-1901-3n-hsw:
336         - 10  # NDRPDR sel
337         - 19  # NDRPDR sel
338         - 31  # NDRPDR sel
339         - 36  # NDRPDR sel
340         - 40  # NDRPDR sel
341         - 42  # NDRPDR sel
342         - 44  # NDRPDR sel
343         - 46  # NDRPDR sel
344         - 47  # NDRPDR sel
345         - 48  # NDRPDR sel
346         - 61  # NDRPDR LB
347         - 62  # NDRPDR LB
348         - 63  # NDRPDR LB
349         - 64  # NDRPDR LB
350         - 65  # NDRPDR LB
351         - 66  # NDRPDR LB
352         - 67  # NDRPDR LB
353         - 69  # NDRPDR LB
354         - 70  # NDRPDR LB
355         - 71  # NDRPDR LB
356     vpp-performance-changes-3n-hsw-ref:
357       csit-vpp-perf-verify-1904-3n-hsw:
358         - 11  # NDRPDR sel
359         - 12  # NDRPDR sel
360         - 20  # NDRPDR sel
361         - 21  # NDRPDR sel
362         - 23  # NDRPDR sel
363         - 24  # NDRPDR sel
364         - 25  # NDRPDR sel
365         - 26  # NDRPDR sel
366         - 29  # NDRPDR sel
367         - 30  # NDRPDR sel
368     vpp-performance-changes-3n-hsw-cmp:
369       csit-vpp-perf-verify-1908_1-3n-hsw:
370         - 3   # NDRPDR sel
371         - 4   # NDRPDR sel
372         - 8   # NDRPDR sel
373         - 9   # NDRPDR sel
374         - 10  # NDRPDR sel
375         - 11  # NDRPDR sel
376         - 12  # NDRPDR sel
377     vpp-performance-changes-3n-hsw:
378       - "vpp-performance-changes-3n-hsw-h1"
379       - "vpp-performance-changes-3n-hsw-ref"
380       - "vpp-performance-changes-3n-hsw-cmp"
381
382     vpp-performance-changes-3n-skx-h1:
383       csit-vpp-perf-verify-1901-3n-skx:
384         - 18  # NDRPDR sel
385         - 19  # NDRPDR sel
386         - 20  # NDRPDR sel
387         - 28  # NDRPDR sel
388         - 31  # NDRPDR sel
389         - 33  # NDRPDR sel
390         - 36  # NDRPDR sel
391         - 38  # NDRPDR sel
392         - 47  # NDRPDR sel
393         - 48  # NDRPDR sel
394         - 54  # NDRPDR LB
395         - 57  # NDRPDR LB
396         - 58  # NDRPDR LB
397         - 59  # NDRPDR LB
398         - 60  # NDRPDR LB
399         - 63  # NDRPDR LB
400         - 64  # NDRPDR LB
401         - 65  # NDRPDR LB
402         - 66  # NDRPDR LB
403         - 67  # NDRPDR LB
404     vpp-performance-changes-3n-skx-ref:
405       csit-vpp-perf-verify-1904-3n-skx:
406         - 8   # NDRPDR sel
407         - 9   # NDRPDR sel
408         - 10  # NDRPDR sel
409         - 11  # NDRPDR sel
410         - 12  # NDRPDR sel
411         - 14  # NDRPDR sel
412         - 16  # NDRPDR sel
413         - 21  # NDRPDR sel
414         - 23  # NDRPDR sel
415         - 25  # NDRPDR sel
416     vpp-performance-changes-3n-skx-cmp:
417       csit-vpp-perf-verify-1908_1-3n-skx:
418         - 3   # NDRPDR sel
419         - 4   # NDRPDR sel
420         - 7   # NDRPDR sel
421         - 8   # NDRPDR sel
422         - 9   # NDRPDR sel
423         - 10  # NDRPDR sel
424         - 11  # NDRPDR sel
425     vpp-performance-changes-3n-skx:
426       - "vpp-performance-changes-3n-skx-h1"
427       - "vpp-performance-changes-3n-skx-ref"
428       - "vpp-performance-changes-3n-skx-cmp"
429
430     vpp-performance-changes-2n-skx-h1:
431       csit-vpp-perf-verify-1901-2n-skx:
432         - 5   # NDRPDR sel
433         - 12  # NDRPDR sel
434         - 13  # NDRPDR sel
435         - 21  # NDRPDR sel
436         - 23  # NDRPDR sel
437         - 31  # NDRPDR sel
438         - 34  # NDRPDR sel
439         - 40  # NDRPDR sel
440         - 42  # NDRPDR sel
441         - 43  # NDRPDR sel
442     vpp-performance-changes-2n-skx-ref:
443       csit-vpp-perf-verify-1904-2n-skx:
444         - 12  # NDRPDR sel
445         - 14  # NDRPDR sel
446         - 16  # NDRPDR sel
447         - 17  # NDRPDR sel
448         - 18  # NDRPDR sel
449         - 21  # NDRPDR sel
450         - 27  # NDRPDR sel
451         - 30  # NDRPDR sel
452         - 31  # NDRPDR sel
453         - 32  # NDRPDR sel
454     vpp-performance-changes-2n-skx-cmp:
455       csit-vpp-perf-verify-1908_1-2n-skx:
456         - 3   # NDRPDR sel
457         - 4   # NDRPDR sel
458         - 6   # NDRPDR sel
459         - 10  # NDRPDR sel
460         - 14  # NDRPDR sel
461         - 16  # NDRPDR sel
462         - 21  # NDRPDR sel
463         - 23  # NDRPDR sel
464         - 24  # NDRPDR sel
465         - 25  # NDRPDR sel
466     vpp-performance-changes-2n-skx:
467       - "vpp-performance-changes-2n-skx-h1"
468       - "vpp-performance-changes-2n-skx-ref"
469       - "vpp-performance-changes-2n-skx-cmp"
470
471     vpp-performance-changes-3n-hsw-mrr-h1:
472       csit-vpp-perf-verify-1901-3n-hsw:
473         - 35  # MRR sel
474     vpp-performance-changes-3n-hsw-mrr-ref:
475       csit-vpp-perf-verify-1904-3n-hsw:
476         - 9   # MRR sel
477     vpp-performance-changes-3n-hsw-mrr-cmp:
478       csit-vpp-perf-verify-1908_1-3n-hsw:
479         - 5   # MRR sel
480     vpp-performance-changes-3n-hsw-mrr:
481       - "vpp-performance-changes-3n-hsw-mrr-h1"
482       - "vpp-performance-changes-3n-hsw-mrr-ref"
483       - "vpp-performance-changes-3n-hsw-mrr-cmp"
484
485     vpp-performance-changes-3n-skx-mrr-h1:
486       csit-vpp-perf-verify-1901-3n-skx:
487         - 32  # MRR sel
488     vpp-performance-changes-3n-skx-mrr-ref:
489       csit-vpp-perf-verify-1904-3n-skx:
490         - 7   # MRR sel
491     vpp-performance-changes-3n-skx-mrr-cmp:
492       csit-vpp-perf-verify-1908_1-3n-skx:
493         - 5   # MRR sel
494     vpp-performance-changes-3n-skx-mrr:
495       - "vpp-performance-changes-3n-skx-mrr-h1"
496       - "vpp-performance-changes-3n-skx-mrr-ref"
497       - "vpp-performance-changes-3n-skx-mrr-cmp"
498
499     vpp-performance-changes-2n-skx-mrr-h1:
500       csit-vpp-perf-verify-1901-2n-skx:
501         - 22  # MRR sel
502     vpp-performance-changes-2n-skx-mrr-ref:
503       csit-vpp-perf-verify-1904-2n-skx:
504         - 11  # MRR sel
505     vpp-performance-changes-2n-skx-mrr-cmp:
506       csit-vpp-perf-verify-1908_1-2n-skx:
507         - 5   # MRR sel
508     vpp-performance-changes-2n-skx-mrr:
509       - "vpp-performance-changes-2n-skx-mrr-h1"
510       - "vpp-performance-changes-2n-skx-mrr-ref"
511       - "vpp-performance-changes-2n-skx-mrr-cmp"
512
513     # Compare testbeds
514
515     vpp-compare-testbeds-ref:
516       csit-vpp-perf-verify-1908_1-3n-hsw:
517         - 3   # NDRPDR sel
518         - 4   # NDRPDR sel
519         - 8   # NDRPDR sel
520         - 9   # NDRPDR sel
521         - 10  # NDRPDR sel
522         - 11  # NDRPDR sel
523         - 12  # NDRPDR sel
524     vpp-compare-testbeds-cmp:
525       csit-vpp-perf-verify-1908_1-3n-skx:
526         - 3   # NDRPDR sel
527         - 4   # NDRPDR sel
528         - 7   # NDRPDR sel
529         - 8   # NDRPDR sel
530         - 9   # NDRPDR sel
531         - 10  # NDRPDR sel
532         - 11  # NDRPDR sel
533     vpp-compare-testbeds:
534       - "vpp-compare-testbeds-ref"
535       - "vpp-compare-testbeds-cmp"
536
537     vpp-compare-testbeds-mrr-ref:
538       csit-vpp-perf-verify-1908_1-3n-hsw:
539         - 5   # MRR sel
540     vpp-compare-testbeds-mrr-cmp:
541       csit-vpp-perf-verify-1908_1-3n-skx:
542         - 5   # MRR sel
543     vpp-compare-testbeds-mrr:
544       - "vpp-compare-testbeds-mrr-ref"
545       - "vpp-compare-testbeds-mrr-cmp"
546
547     # Compare topologies
548
549     vpp-compare-topologies-ref:
550       csit-vpp-perf-verify-1908_1-3n-skx:
551         - 3   # NDRPDR sel
552         - 4   # NDRPDR sel
553         - 7   # NDRPDR sel
554         - 8   # NDRPDR sel
555         - 9   # NDRPDR sel
556         - 10  # NDRPDR sel
557         - 11  # NDRPDR sel
558     vpp-compare-topologies-cmp:
559       csit-vpp-perf-verify-1908_1-2n-skx:
560         - 3   # NDRPDR sel
561         - 4   # NDRPDR sel
562         - 6   # NDRPDR sel
563         - 10  # NDRPDR sel
564         - 14  # NDRPDR sel
565         - 16  # NDRPDR sel
566         - 21  # NDRPDR sel
567         - 23  # NDRPDR sel
568         - 24  # NDRPDR sel
569         - 25  # NDRPDR sel
570     vpp-compare-topologies:
571       - "vpp-compare-topologies-ref"
572       - "vpp-compare-topologies-cmp"
573
574     vpp-compare-topologies-mrr-ref:
575       csit-vpp-perf-verify-1908_1-3n-skx:
576         - 5   # MRR sel
577     vpp-compare-topologies-mrr-cmp:
578       csit-vpp-perf-verify-1908_1-2n-skx:
579         - 5   # MRR sel
580     vpp-compare-topologies-mrr:
581       - "vpp-compare-topologies-mrr-ref"
582       - "vpp-compare-topologies-mrr-cmp"
583
584   plot-layouts:
585
586     plot-soak-throughput:
587       titlefont:
588         size: 18
589       xaxis:
590         title: "<b>Test Cases [Index]</b>"
591         titlefont:
592           size: 16
593         autorange: True
594         fixedrange: False
595         gridcolor: "rgb(230, 230, 230)"
596         linecolor: "rgb(220, 220, 220)"
597         linewidth: 1
598         showgrid: True
599         showline: True
600         showticklabels: True
601         tickcolor: "rgb(220, 220, 220)"
602         tickmode: "linear"
603         tickfont:
604           size: 16
605         zeroline: False
606       yaxis:
607         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
608         titlefont:
609           size: 16
610         gridcolor: "rgb(230, 230, 230)"
611         hoverformat: ".4r"
612         tickformat: ".3r"
613         linecolor: "rgb(220, 220, 220)"
614         linewidth: 1
615         showgrid: True
616         showline: True
617         showticklabels: True
618         tickcolor: "rgb(220, 220, 220)"
619         tickfont:
620           size: 16
621         zeroline: False
622         range: [0,50]
623       autosize: False
624       margin:
625         t: 50
626         b: 0
627         l: 80
628         r: 20
629       showlegend: True
630       legend:
631         orientation: "h"
632         font:
633           size: 16
634       width: 700
635       height: 900
636
637     plot-service-density:
638       titlefont:
639         size: 18
640       xaxis:
641         side: "top"
642         autorange: True
643         fixedrange: False
644         showgrid: False
645         showline: False
646         showticklabels: False
647         ticks: ""
648         ticklen: 0
649         tickwidth: 0
650         zeroline: False
651       yaxis:
652         autorange: "reversed"
653         showgrid: False
654         showline: False
655         showticklabels: False
656         ticks: ""
657         ticklen: 0
658         tickwidth: 0
659         zeroline: False
660       autosize: True
661       showlegend: False
662       width: 700
663       height: 700
664
665     plot-cps:
666       titlefont:
667         size: 18
668       xaxis:
669         title: "<b>Test Cases [Index]</b>"
670         titlefont:
671           size: 16
672         autorange: True
673         fixedrange: False
674         gridcolor: "rgb(230, 230, 230)"
675         linecolor: "rgb(220, 220, 220)"
676         linewidth: 1
677         showgrid: True
678         showline: True
679         showticklabels: True
680         tickcolor: "rgb(220, 220, 220)"
681         tickmode: "linear"
682         tickfont:
683           size: 16
684         zeroline: False
685       yaxis:
686         title: "<b>Connections Per Second [cps]</b>"
687         titlefont:
688           size: 16
689         gridcolor: "rgb(230, 230, 230)"
690         hoverformat: ".4s"
691         linecolor: "rgb(220, 220, 220)"
692         linewidth: 1
693         rangemode: "tozero"
694         showgrid: True
695         showline: True
696         showticklabels: True
697         tickcolor: "rgb(220, 220, 220)"
698         tickformat: ".3s"
699         tickfont:
700           size: 16
701         zeroline: False
702       boxmode: "group"
703       boxgroupgap: 0.5
704       autosize: False
705       margin:
706         t: 50
707         b: 20
708         l: 80
709         r: 20
710       showlegend: True
711       legend:
712         orientation: "h"
713         font:
714           size: 16
715       width: 700
716       height: 800
717
718     plot-rps:
719       titlefont:
720         size: 18
721       xaxis:
722         title: "<b>Test Cases [Index]</b>"
723         titlefont:
724           size: 16
725         autorange: True
726         fixedrange: False
727         gridcolor: "rgb(230, 230, 230)"
728         linecolor: "rgb(220, 220, 220)"
729         linewidth: 1
730         showgrid: True
731         showline: True
732         showticklabels: True
733         tickcolor: "rgb(220, 220, 220)"
734         tickmode: "linear"
735         tickfont:
736           size: 16
737         zeroline: False
738       yaxis:
739         title: "<b>Requests Per Second [rps]</b>"
740         titlefont:
741           size: 16
742         gridcolor: "rgb(230, 230, 230)"
743         hoverformat: ".4s"
744         linecolor: "rgb(220, 220, 220)"
745         linewidth: 1
746         rangemode: "tozero"
747         showgrid: True
748         showline: True
749         showticklabels: True
750         tickcolor: "rgb(230, 230, 230)"
751         tickformat: ".3s"
752         tickfont:
753           size: 16
754         zeroline: False
755       boxmode: "group"
756       boxgroupgap: 0.5
757       autosize: False
758       margin:
759         t: 50
760         b: 20
761         l: 80
762         r: 20
763       showlegend: True
764       legend:
765         orientation: "h"
766         font:
767           size: 16
768       width: 700
769       height: 800
770
771     plot-throughput:
772       titlefont:
773         size: 18
774       xaxis:
775         title: "<b>Test Cases [Index]</b>"
776         titlefont:
777           size: 16
778         autorange: True
779         fixedrange: False
780         gridcolor: "rgb(230, 230, 230)"
781         linecolor: "rgb(220, 220, 220)"
782         linewidth: 1
783         showgrid: True
784         showline: True
785         showticklabels: True
786         tickcolor: "rgb(220, 220, 220)"
787         tickmode: "linear"
788         tickfont:
789           size: 16
790         zeroline: False
791       yaxis:
792         title: "<b>Packet Throughput [Mpps]</b>"
793         titlefont:
794           size: 16
795         gridcolor: "rgb(230, 230, 230)"
796         hoverformat: ".4r"
797         tickformat: ".3r"
798         linecolor: "rgb(220, 220, 220)"
799         linewidth: 1
800         showgrid: True
801         showline: True
802         showticklabels: True
803         tickcolor: "rgb(220, 220, 220)"
804         tickfont:
805           size: 16
806         zeroline: False
807         range: [0,50]
808       boxmode: "group"
809       boxgroupgap: 0.5
810       autosize: False
811       margin:
812         t: 50
813         b: 0
814         l: 80
815         r: 20
816       showlegend: True
817       legend:
818         orientation: "h"
819         font:
820           size: 16
821       width: 700
822       height: 900
823
824     plot-throughput-speedup-analysis:
825       titlefont:
826         size: 18
827       xaxis:
828         title: "<b>Number of Cores [Qty]</b>"
829         titlefont:
830           size: 16
831         autorange: True
832         fixedrange: False
833         gridcolor: "rgb(230, 230, 230)"
834         linecolor: "rgb(220, 220, 220)"
835         linewidth: 1
836         showgrid: True
837         showline: True
838         showticklabels: True
839         tickcolor: "rgb(238, 238, 238)"
840         tickmode: "linear"
841         tickfont:
842           size: 16
843         zeroline: False
844       yaxis:
845         title: "<b>Packet Throughput [Mpps]</b>"
846         titlefont:
847           size: 16
848         type: "linear"
849         gridcolor: "rgb(230, 230, 230)"
850         hoverformat: ".4s"
851         linecolor: "rgb(220, 220, 220)"
852         linewidth: 1
853         showgrid: True
854         showline: True
855         showticklabels: True
856         tickcolor: "rgb(220, 220, 220)"
857         tickformat: ".4s"
858         tickfont:
859           size: 16
860         zeroline: True
861         rangemode: "tozero"
862         range: [0,100]
863       legend:
864         orientation: "h"
865         font:
866           size: 16
867         xanchor: "left"
868         yanchor: "top"
869         x: 0
870         y: -0.2
871         bgcolor: "rgba(255, 255, 255, 0)"
872         bordercolor: "rgba(255, 255, 255, 0)"
873         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
874       autosize: False
875       margin:
876           't': 50
877           'b': 150
878           'l': 85
879           'r': 10
880       showlegend: True
881       width: 700
882       height: 700
883       hoverlabel:
884         namelength: -1
885       annotations: [
886         {
887           text: "_ _          __          ...",
888           align: "left",
889           showarrow: False,
890           xref: "paper",
891           yref: "paper",
892           xanchor: "left",
893           yanchor: "top",
894           x: 0,
895           y: -0.13,
896           font: {
897             family: "Consolas, Courier New",
898             size: 15
899           },
900         },
901         {
902           text: "    Perfect     Measured     Limit",
903           align: "left",
904           showarrow: False,
905           xref: "paper",
906           yref: "paper",
907           xanchor: "left",
908           yanchor: "top",
909           x: 0,
910           y: -0.15,
911           font: {
912             family: "Consolas, Courier New",
913             size: 15
914           },
915         },
916       ]
917
918     plot-latency:
919       titlefont:
920         size: 18
921       xaxis:
922         title: "<b>Direction</b>"
923         titlefont:
924           size: 16
925         autorange: True
926         fixedrange: False
927         gridcolor: "rgb(230, 230, 230)"
928         linecolor: "rgb(220, 220, 220)"
929         linewidth: 1
930         showgrid: True
931         showline: True
932         showticklabels: False
933         tickcolor: "rgb(220, 220, 220)"
934         tickmode: "linear"
935         tickfont:
936           size: 16
937         zeroline: False
938       yaxis:
939         title: "<b>Packet Latency [uSec]</b>"
940         titlefont:
941           size: 16
942         type: "linear"
943         gridcolor: "rgb(230, 230, 230)"
944         hoverformat: ".4s"
945         linecolor: "rgb(220, 220, 220)"
946         linewidth: 1
947         showgrid: True
948         showline: True
949         showticklabels: True
950         tickcolor: "rgb(220, 220, 220)"
951         tickformat: ".4s"
952         tickfont:
953           size: 16
954         zeroline: True
955         rangemode: "tozero"
956       legend:
957         orientation: "h"
958         font:
959           size: 16
960         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
961       autosize: False
962       margin:
963           't': 50
964           'b': 150
965           'l': 80
966           'r': 10
967       showlegend: True
968       width: 700
969       height: 700
970       hoverlabel:
971         namelength: -1
972
973 - type: "static"
974   src-path: "{DIR[RST]}"
975   dst-path: "{DIR[WORKING,SRC]}"
976
977 - type: "input"
978   general:
979     file-name: "output_info.xml.gz"
980     file-format: ".gz"
981     arch-file-format:
982       - ".gz"
983       - ".zip"
984     download-path: "{job}/{build}/archives/{filename}"
985     extract: "output.xml"
986
987     zip-file-name: "robot-plugin.zip"
988     zip-file-format: ".zip"
989     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
990     zip-extract: "robot-plugin/output.xml"
991
992   builds:
993
994     csit-vpp-perf-verify-1901-3n-hsw:
995       - 35  # MRR sel
996       - 10  # NDRPDR sel
997       - 19  # NDRPDR sel
998       - 31  # NDRPDR sel
999       - 36  # NDRPDR sel
1000       - 40  # NDRPDR sel
1001       - 42  # NDRPDR sel
1002       - 44  # NDRPDR sel
1003       - 46  # NDRPDR sel
1004       - 47  # NDRPDR sel
1005       - 48  # NDRPDR sel
1006       - 61  # NDRPDR LB
1007       - 62  # NDRPDR LB
1008       - 63  # NDRPDR LB
1009       - 64  # NDRPDR LB
1010       - 65  # NDRPDR LB
1011       - 66  # NDRPDR LB
1012       - 67  # NDRPDR LB
1013       - 69  # NDRPDR LB
1014       - 70  # NDRPDR LB
1015       - 71  # NDRPDR LB
1016     csit-vpp-perf-verify-1904-3n-hsw:
1017       - 9   # MRR sel
1018       - 11  # NDRPDR sel
1019       - 12  # NDRPDR sel
1020       - 20  # NDRPDR sel
1021       - 21  # NDRPDR sel
1022       - 23  # NDRPDR sel
1023       - 24  # NDRPDR sel
1024       - 25  # NDRPDR sel
1025       - 26  # NDRPDR sel
1026       - 29  # NDRPDR sel
1027       - 30  # NDRPDR sel
1028     csit-vpp-perf-verify-1908_1-3n-hsw:
1029       - 5   # MRR sel
1030       - 3   # NDRPDR sel
1031       - 4   # NDRPDR sel
1032       - 8   # NDRPDR sel
1033       - 9   # NDRPDR sel
1034       - 10  # NDRPDR sel
1035       - 11  # NDRPDR sel
1036       - 12  # NDRPDR sel
1037
1038     csit-vpp-perf-verify-1901-3n-skx:
1039       - 32  # MRR sel
1040       - 18  # NDRPDR sel
1041       - 19  # NDRPDR sel
1042       - 20  # NDRPDR sel
1043       - 28  # NDRPDR sel
1044       - 31  # NDRPDR sel
1045       - 33  # NDRPDR sel
1046       - 36  # NDRPDR sel
1047       - 38  # NDRPDR sel
1048       - 47  # NDRPDR sel
1049       - 48  # NDRPDR sel
1050       - 54  # NDRPDR LB
1051       - 57  # NDRPDR LB
1052       - 58  # NDRPDR LB
1053       - 59  # NDRPDR LB
1054       - 60  # NDRPDR LB
1055       - 63  # NDRPDR LB
1056       - 64  # NDRPDR LB
1057       - 65  # NDRPDR LB
1058       - 66  # NDRPDR LB
1059       - 67  # NDRPDR LB
1060     csit-vpp-perf-verify-1904-3n-skx:
1061       - 7   # MRR sel
1062       - 8   # NDRPDR sel
1063       - 9   # NDRPDR sel
1064       - 10  # NDRPDR sel
1065       - 11  # NDRPDR sel
1066       - 12  # NDRPDR sel
1067       - 14  # NDRPDR sel
1068       - 16  # NDRPDR sel
1069       - 21  # NDRPDR sel
1070       - 23  # NDRPDR sel
1071       - 25  # NDRPDR sel
1072     csit-vpp-perf-verify-1908_1-3n-skx:
1073       - 5   # MRR sel
1074       - 3   # NDRPDR sel
1075       - 4   # NDRPDR sel
1076       - 7   # NDRPDR sel
1077       - 8   # NDRPDR sel
1078       - 9   # NDRPDR sel
1079       - 10  # NDRPDR sel
1080       - 11  # NDRPDR sel
1081
1082     csit-vpp-perf-verify-1901-2n-skx:
1083       - 22  # MRR sel
1084       - 5   # NDRPDR sel
1085       - 12  # NDRPDR sel
1086       - 13  # NDRPDR sel
1087       - 21  # NDRPDR sel
1088       - 23  # NDRPDR sel
1089       - 31  # NDRPDR sel
1090       - 34  # NDRPDR sel
1091       - 40  # NDRPDR sel
1092       - 42  # NDRPDR sel
1093       - 43  # NDRPDR sel
1094     csit-vpp-perf-verify-1904-2n-skx:
1095       - 11  # MRR sel
1096       - 12  # NDRPDR sel
1097       - 14  # NDRPDR sel
1098       - 16  # NDRPDR sel
1099       - 17  # NDRPDR sel
1100       - 18  # NDRPDR sel
1101       - 21  # NDRPDR sel
1102       - 27  # NDRPDR sel
1103       - 30  # NDRPDR sel
1104       - 31  # NDRPDR sel
1105       - 32  # NDRPDR sel
1106     csit-vpp-perf-verify-1908_1-2n-skx:
1107       - 5   # MRR sel
1108       - 3   # NDRPDR sel
1109       - 4   # NDRPDR sel
1110       - 6   # NDRPDR sel
1111       - 10  # NDRPDR sel
1112       - 14  # NDRPDR sel
1113       - 16  # NDRPDR sel
1114       - 21  # NDRPDR sel
1115       - 23  # NDRPDR sel
1116       - 24  # NDRPDR sel
1117       - 25  # NDRPDR sel
1118       - 8   # Reconf
1119       - 9   # Reconf
1120       - 11  # Reconf
1121       - 12  # Reconf
1122       - 13  # Reconf
1123       - 15  # Reconf
1124       - 17  # Reconf
1125       - 18  # Reconf
1126       - 19  # Reconf
1127       - 20  # Reconf
1128
1129     csit-vpp-perf-verify-1908_1-3n-tsh:
1130       - 4   # MRR sel
1131       - 5   # NDRPDR sel
1132       - 6   # NDRPDR sel
1133       - 7   # NDRPDR sel
1134       - 8   # NDRPDR sel
1135
1136     csit-vpp-perf-verify-1908_1-3n-dnv:
1137       - 4   # MRR sel
1138       - 2   # NDRPDR sel
1139       - 3   # NDRPDR sel
1140       - 5   # NDRPDR sel
1141       - 6   # NDRPDR sel
1142       - 7   # NDRPDR sel
1143       - 8   # NDRPDR sel
1144       - 9   # NDRPDR sel
1145       - 10  # NDRPDR sel
1146       - 11  # NDRPDR sel
1147       - 12  # NDRPDR sel
1148
1149     csit-vpp-perf-verify-1908_1-2n-dnv:
1150       - 6   # MRR sel
1151       - 2   # NDRPDR sel
1152       - 3   # NDRPDR sel
1153       - 4   # NDRPDR sel
1154       - 5   # NDRPDR sel
1155       - 7   # NDRPDR sel
1156       - 8   # NDRPDR sel
1157       - 9   # NDRPDR sel
1158       - 10  # NDRPDR sel
1159       - 11  # NDRPDR sel
1160       - 12  # NDRPDR sel
1161
1162     csit-vpp-functional-1908_1-ubuntu1604-virl:
1163       - 1
1164     csit-vpp-functional-1908_1-centos7-virl:
1165       - 1
1166     csit-vpp-device-1908-ubuntu1804-1n-skx:
1167       - 286
1168
1169 - type: "output"
1170   output: "report"
1171   format:
1172     html:
1173     - full
1174     pdf:
1175     - minimal
1176
1177 ################################################################################
1178 ###                               T A B L E S                                ###
1179 ################################################################################
1180
1181 # VPP Compare NICs 3n-skx 2t1c ndr
1182 - type: "table"
1183   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1184   algorithm: "table_nics_comparison"
1185   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1186   reference:
1187     title: "x710"
1188     nic: "NIC_Intel-X710"
1189   compare:
1190     title: "xxv710"
1191     nic: "NIC_Intel-XXV710"
1192   data: "vpp-nic-comparison-3n-skx"
1193   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1194   filter: "'2T1C' and 'NDRPDR'"
1195   parameters:
1196   - "name"
1197   - "parent"
1198   - "throughput"
1199   - "tags"
1200
1201 # VPP Compare NICs 3n-skx 4t2c ndr
1202 - type: "table"
1203   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1204   algorithm: "table_nics_comparison"
1205   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1206   reference:
1207     title: "x710"
1208     nic: "NIC_Intel-X710"
1209   compare:
1210     title: "xxv710"
1211     nic: "NIC_Intel-XXV710"
1212   data: "vpp-nic-comparison-3n-skx"
1213   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1214   filter: "'4T2C' and 'NDRPDR'"
1215   parameters:
1216   - "name"
1217   - "parent"
1218   - "throughput"
1219   - "tags"
1220
1221 # VPP Compare NICs 3n-skx 2t1c pdr
1222 - type: "table"
1223   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1224   algorithm: "table_nics_comparison"
1225   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1226   reference:
1227     title: "x710"
1228     nic: "NIC_Intel-X710"
1229   compare:
1230     title: "xxv710"
1231     nic: "NIC_Intel-XXV710"
1232   data: "vpp-nic-comparison-3n-skx"
1233   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1234   filter: "'2T1C' and 'NDRPDR'"
1235   parameters:
1236   - "name"
1237   - "parent"
1238   - "throughput"
1239   - "tags"
1240
1241  # VPP Compare NICs 3n-skx 4t2c pdr
1242 - type: "table"
1243   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1244   algorithm: "table_nics_comparison"
1245   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1246   reference:
1247     title: "x710"
1248     nic: "NIC_Intel-X710"
1249   compare:
1250     title: "xxv710"
1251     nic: "NIC_Intel-XXV710"
1252   data: "vpp-nic-comparison-3n-skx"
1253   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1254   filter: "'4T2C' and 'NDRPDR'"
1255   parameters:
1256   - "name"
1257   - "parent"
1258   - "throughput"
1259   - "tags"
1260
1261 # VPP Compare NICs 3n-skx 2t1c mrr
1262 - type: "table"
1263   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1264   algorithm: "table_nics_comparison"
1265   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1266   reference:
1267     title: "x710"
1268     nic: "NIC_Intel-X710"
1269   compare:
1270     title: "xxv710"
1271     nic: "NIC_Intel-XXV710"
1272   data: "vpp-nic-comparison-3n-skx-mrr"
1273   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1274   filter: "'2T1C' and 'MRR'"
1275   parameters:
1276   - "name"
1277   - "parent"
1278   - "result"
1279   - "tags"
1280
1281 # VPP Compare NICs 3n-skx 4t2c mrr
1282 - type: "table"
1283   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1284   algorithm: "table_nics_comparison"
1285   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1286   reference:
1287     title: "x710"
1288     nic: "NIC_Intel-X710"
1289   compare:
1290     title: "xxv710"
1291     nic: "NIC_Intel-XXV710"
1292   data: "vpp-nic-comparison-3n-skx-mrr"
1293   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1294   filter: "'4T2C' and 'MRR'"
1295   parameters:
1296   - "name"
1297   - "parent"
1298   - "result"
1299   - "tags"
1300
1301  # VPP Compare NICs 3n-skx 8t4c mrr
1302 - type: "table"
1303   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1304   algorithm: "table_nics_comparison"
1305   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1306   reference:
1307     title: "x710"
1308     nic: "NIC_Intel-X710"
1309   compare:
1310     title: "xxv710"
1311     nic: "NIC_Intel-XXV710"
1312   data: "vpp-nic-comparison-3n-skx-mrr"
1313   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1314   filter: "'8T4C' and 'MRR'"
1315   parameters:
1316   - "name"
1317   - "parent"
1318   - "result"
1319   - "tags"
1320
1321 # VPP Compare NICs 2n-skx 2t1c ndr
1322 - type: "table"
1323   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1324   algorithm: "table_nics_comparison"
1325   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1326   reference:
1327     title: "x710"
1328     nic: "NIC_Intel-X710"
1329   compare:
1330     title: "xxv710"
1331     nic: "NIC_Intel-XXV710"
1332   data: "vpp-nic-comparison-2n-skx"
1333   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1334   filter: "'2T1C' and 'NDRPDR'"
1335   parameters:
1336   - "name"
1337   - "parent"
1338   - "throughput"
1339   - "tags"
1340
1341 # VPP Compare NICs 2n-skx 4t2c ndr
1342 - type: "table"
1343   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1344   algorithm: "table_nics_comparison"
1345   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1346   reference:
1347     title: "x710"
1348     nic: "NIC_Intel-X710"
1349   compare:
1350     title: "xxv710"
1351     nic: "NIC_Intel-XXV710"
1352   data: "vpp-nic-comparison-2n-skx"
1353   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1354   filter: "'4T2C' and 'NDRPDR'"
1355   parameters:
1356   - "name"
1357   - "parent"
1358   - "throughput"
1359   - "tags"
1360
1361  # VPP Compare NICs 2n-skx 2t1c pdr
1362 - type: "table"
1363   title: "VPP Compare NICs 2n-skx 2t1c pdr"
1364   algorithm: "table_nics_comparison"
1365   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1366   reference:
1367     title: "x710"
1368     nic: "NIC_Intel-X710"
1369   compare:
1370     title: "xxv710"
1371     nic: "NIC_Intel-XXV710"
1372   data: "vpp-nic-comparison-2n-skx"
1373   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1374   filter: "'2T1C' and 'NDRPDR'"
1375   parameters:
1376   - "name"
1377   - "parent"
1378   - "throughput"
1379   - "tags"
1380
1381 # VPP Compare NICs 2n-skx 4t2c pdr
1382 - type: "table"
1383   title: "VPP Compare NICs 2n-skx 4t2c pdr"
1384   algorithm: "table_nics_comparison"
1385   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
1386   reference:
1387     title: "x710"
1388     nic: "NIC_Intel-X710"
1389   compare:
1390     title: "xxv710"
1391     nic: "NIC_Intel-XXV710"
1392   data: "vpp-nic-comparison-2n-skx"
1393   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1394   filter: "'4T2C' and 'NDRPDR'"
1395   parameters:
1396   - "name"
1397   - "parent"
1398   - "throughput"
1399   - "tags"
1400
1401 # VPP Compare NICs 2n-skx 2t1c mrr
1402 - type: "table"
1403   title: "VPP Compare NICs 2n-skx 2t1c mrr"
1404   algorithm: "table_nics_comparison"
1405   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
1406   reference:
1407     title: "x710"
1408     nic: "NIC_Intel-X710"
1409   compare:
1410     title: "xxv710"
1411     nic: "NIC_Intel-XXV710"
1412   data: "vpp-nic-comparison-2n-skx-mrr"
1413   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1414   filter: "'2T1C' and 'MRR'"
1415   parameters:
1416   - "name"
1417   - "parent"
1418   - "result"
1419   - "tags"
1420
1421 # VPP Compare NICs 2n-skx 4t2c mrr
1422 - type: "table"
1423   title: "VPP Compare NICs 2n-skx 4t2c mrr"
1424   algorithm: "table_nics_comparison"
1425   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
1426   reference:
1427     title: "x710"
1428     nic: "NIC_Intel-X710"
1429   compare:
1430     title: "xxv710"
1431     nic: "NIC_Intel-XXV710"
1432   data: "vpp-nic-comparison-2n-skx-mrr"
1433   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1434   filter: "'4T2C' and 'MRR'"
1435   parameters:
1436   - "name"
1437   - "parent"
1438   - "result"
1439   - "tags"
1440
1441 # VPP Compare NICs 2n-skx 8t4c mrr
1442 - type: "table"
1443   title: "VPP Compare NICs 2n-skx 8t4c mrr"
1444   algorithm: "table_nics_comparison"
1445   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
1446   reference:
1447     title: "x710"
1448     nic: "NIC_Intel-X710"
1449   compare:
1450     title: "xxv710"
1451     nic: "NIC_Intel-XXV710"
1452   data: "vpp-nic-comparison-2n-skx-mrr"
1453   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1454   filter: "'8T4C' and 'MRR'"
1455   parameters:
1456   - "name"
1457   - "parent"
1458   - "result"
1459   - "tags"
1460
1461 ################################################################################
1462 # VPP
1463
1464 # VPP Performance Changes 3n-hsw 1t1c pdr
1465 - type: "table"
1466   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
1467   algorithm: "table_performance_comparison"
1468   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
1469   history:
1470     - title: "rls1901"
1471       data: "vpp-performance-changes-3n-hsw-h1"
1472   reference:
1473     title: "rls1904"
1474     data: "vpp-performance-changes-3n-hsw-ref"
1475   compare:
1476     title: "rls1908.1"
1477     data: "vpp-performance-changes-3n-hsw-cmp"
1478   data: "vpp-performance-changes-3n-hsw"
1479   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1480   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1481   parameters:
1482   - "name"
1483   - "parent"
1484   - "throughput"
1485
1486 # VPP Performance Changes 3n-hsw 2t2c pdr
1487 - type: "table"
1488   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
1489   algorithm: "table_performance_comparison"
1490   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
1491   history:
1492     - title: "rls1901"
1493       data: "vpp-performance-changes-3n-hsw-h1"
1494   reference:
1495     title: "rls1904"
1496     data: "vpp-performance-changes-3n-hsw-ref"
1497   compare:
1498     title: "rls1908.1"
1499     data: "vpp-performance-changes-3n-hsw-cmp"
1500   data: "vpp-performance-changes-3n-hsw"
1501   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1502   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1503   parameters:
1504   - "name"
1505   - "parent"
1506   - "throughput"
1507
1508 # VPP Performance Changes 3n-hsw 1t1c ndr
1509 - type: "table"
1510   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
1511   algorithm: "table_performance_comparison"
1512   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
1513   history:
1514     - title: "rls1901"
1515       data: "vpp-performance-changes-3n-hsw-h1"
1516   reference:
1517     title: "rls1904"
1518     data: "vpp-performance-changes-3n-hsw-ref"
1519   compare:
1520     title: "rls1908.1"
1521     data: "vpp-performance-changes-3n-hsw-cmp"
1522   data: "vpp-performance-changes-3n-hsw"
1523   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1524   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1525   parameters:
1526   - "name"
1527   - "parent"
1528   - "throughput"
1529
1530 # VPP Performance Changes 3n-hsw 2t2c ndr
1531 - type: "table"
1532   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
1533   algorithm: "table_performance_comparison"
1534   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
1535   history:
1536     - title: "rls1901"
1537       data: "vpp-performance-changes-3n-hsw-h1"
1538   reference:
1539     title: "rls1904"
1540     data: "vpp-performance-changes-3n-hsw-ref"
1541   compare:
1542     title: "rls1908.1"
1543     data: "vpp-performance-changes-3n-hsw-cmp"
1544   data: "vpp-performance-changes-3n-hsw"
1545   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1546   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1547   parameters:
1548   - "name"
1549   - "parent"
1550   - "throughput"
1551
1552 # VPP Performance Changes 3n-skx 2t1c pdr
1553 - type: "table"
1554   title: "VPP Performance Changes 3n-skx 2t1c pdr"
1555   algorithm: "table_performance_comparison_nic"
1556   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
1557   history:
1558     - title: "rls1901 x710"
1559       data: "vpp-performance-changes-3n-skx-h1"
1560       nic: "NIC_Intel-X710"
1561   reference:
1562     title: "rls1904 x710"
1563     data: "vpp-performance-changes-3n-skx-ref"
1564     nic: "NIC_Intel-X710"
1565   compare:
1566     title: "rls1908.1 xxv710"
1567     data: "vpp-performance-changes-3n-skx-cmp"
1568     nic: "NIC_Intel-XXV710"
1569   data: "vpp-performance-changes-3n-skx"
1570   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1571   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1572   parameters:
1573   - "name"
1574   - "parent"
1575   - "throughput"
1576   - "tags"
1577
1578 # VPP Performance Changes 3n-skx 4t2c pdr
1579 - type: "table"
1580   title: "VPP Performance Changes 3n-skx 4t2c pdr"
1581   algorithm: "table_performance_comparison_nic"
1582   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
1583   history:
1584     - title: "rls1901 x710"
1585       data: "vpp-performance-changes-3n-skx-h1"
1586       nic: "NIC_Intel-X710"
1587   reference:
1588     title: "rls1904 x710"
1589     data: "vpp-performance-changes-3n-skx-ref"
1590     nic: "NIC_Intel-X710"
1591   compare:
1592     title: "rls1908.1 xxv710"
1593     data: "vpp-performance-changes-3n-skx-cmp"
1594     nic: "NIC_Intel-XXV710"
1595   data: "vpp-performance-changes-3n-skx"
1596   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1597   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1598   parameters:
1599   - "name"
1600   - "parent"
1601   - "throughput"
1602   - "tags"
1603
1604 # VPP Performance Changes 3n-skx 2t1c ndr
1605 - type: "table"
1606   title: "VPP Performance Changes 3n-skx 2t1c ndr"
1607   algorithm: "table_performance_comparison_nic"
1608   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
1609   history:
1610     - title: "rls1901 x710"
1611       data: "vpp-performance-changes-3n-skx-h1"
1612       nic: "NIC_Intel-X710"
1613   reference:
1614     title: "rls1904 x710"
1615     data: "vpp-performance-changes-3n-skx-ref"
1616     nic: "NIC_Intel-X710"
1617   compare:
1618     title: "rls1908.1 xxv710"
1619     data: "vpp-performance-changes-3n-skx-cmp"
1620     nic: "NIC_Intel-XXV710"
1621   data: "vpp-performance-changes-3n-skx"
1622   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1623   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1624   parameters:
1625   - "name"
1626   - "parent"
1627   - "throughput"
1628   - "tags"
1629
1630 # VPP Performance Changes 3n-skx 4t2c ndr
1631 - type: "table"
1632   title: "VPP Performance Changes 3n-skx 4t2c ndr"
1633   algorithm: "table_performance_comparison_nic"
1634   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
1635   history:
1636     - title: "rls1901 x710"
1637       data: "vpp-performance-changes-3n-skx-h1"
1638       nic: "NIC_Intel-X710"
1639   reference:
1640     title: "rls1904 x710"
1641     data: "vpp-performance-changes-3n-skx-ref"
1642     nic: "NIC_Intel-X710"
1643   compare:
1644     title: "rls1908.1 xxv710"
1645     data: "vpp-performance-changes-3n-skx-cmp"
1646     nic: "NIC_Intel-XXV710"
1647   data: "vpp-performance-changes-3n-skx"
1648   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1649   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1650   parameters:
1651   - "name"
1652   - "parent"
1653   - "throughput"
1654   - "tags"
1655
1656 # VPP Performance Changes 2n-skx 2t1c pdr
1657 - type: "table"
1658   title: "VPP Performance Changes 2n-skx 2t1c pdr"
1659   algorithm: "table_performance_comparison_nic"
1660   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
1661   history:
1662     - title: "rls1901 x710"
1663       data: "vpp-performance-changes-2n-skx-h1"
1664       nic: "NIC_Intel-X710"
1665   reference:
1666     title: "rls1904 x710"
1667     data: "vpp-performance-changes-2n-skx-ref"
1668     nic: "NIC_Intel-X710"
1669   compare:
1670     title: "rls1908.1 xxv710"
1671     data: "vpp-performance-changes-2n-skx-cmp"
1672     nic: "NIC_Intel-XXV710"
1673   data: "vpp-performance-changes-2n-skx"
1674   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1675   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1676   parameters:
1677   - "name"
1678   - "parent"
1679   - "throughput"
1680   - "tags"
1681
1682 # VPP Performance Changes 2n-skx 4t2c pdr
1683 - type: "table"
1684   title: "VPP Performance Changes 2n-skx 4t2c pdr"
1685   algorithm: "table_performance_comparison_nic"
1686   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
1687   history:
1688     - title: "rls1901 x710"
1689       data: "vpp-performance-changes-2n-skx-h1"
1690       nic: "NIC_Intel-X710"
1691   reference:
1692     title: "rls1904 x710"
1693     data: "vpp-performance-changes-2n-skx-ref"
1694     nic: "NIC_Intel-X710"
1695   compare:
1696     title: "rls1908.1 xxv710"
1697     data: "vpp-performance-changes-2n-skx-cmp"
1698     nic: "NIC_Intel-XXV710"
1699   data: "vpp-performance-changes-2n-skx"
1700   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1701   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1702   parameters:
1703   - "name"
1704   - "parent"
1705   - "throughput"
1706   - "tags"
1707
1708 # VPP Performance Changes 2n-skx 2t1c ndr
1709 - type: "table"
1710   title: "VPP Performance Changes 2n-skx 2t1c ndr"
1711   algorithm: "table_performance_comparison_nic"
1712   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
1713   history:
1714     - title: "rls1901 x710"
1715       data: "vpp-performance-changes-2n-skx-h1"
1716       nic: "NIC_Intel-X710"
1717   reference:
1718     title: "rls1904 x710"
1719     data: "vpp-performance-changes-2n-skx-ref"
1720     nic: "NIC_Intel-X710"
1721   compare:
1722     title: "rls1908.1 xxv710"
1723     data: "vpp-performance-changes-2n-skx-cmp"
1724     nic: "NIC_Intel-XXV710"
1725   data: "vpp-performance-changes-2n-skx"
1726   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1727   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1728   parameters:
1729   - "name"
1730   - "parent"
1731   - "throughput"
1732   - "tags"
1733
1734 # VPP Performance Changes 2n-skx 4t2c ndr
1735 - type: "table"
1736   title: "VPP Performance Changes 2n-skx 4t2c ndr"
1737   algorithm: "table_performance_comparison_nic"
1738   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
1739   history:
1740     - title: "rls1901 x710"
1741       data: "vpp-performance-changes-2n-skx-h1"
1742       nic: "NIC_Intel-X710"
1743   reference:
1744     title: "rls1904 x710"
1745     data: "vpp-performance-changes-2n-skx-ref"
1746     nic: "NIC_Intel-X710"
1747   compare:
1748     title: "rls1908.1 xxv710"
1749     data: "vpp-performance-changes-2n-skx-cmp"
1750     nic: "NIC_Intel-XXV710"
1751   data: "vpp-performance-changes-2n-skx"
1752   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1753   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1754   parameters:
1755   - "name"
1756   - "parent"
1757   - "throughput"
1758   - "tags"
1759
1760 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
1761 - type: "table"
1762   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
1763   algorithm: "table_performance_comparison_nic"
1764   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
1765   reference:
1766     title: "3n-hsw xl710"
1767     data: "vpp-compare-testbeds-ref"
1768     nic: "NIC_Intel-XL710"
1769   compare:
1770     title: "3n-skx xxv710"
1771     data: "vpp-compare-testbeds-cmp"
1772     nic: "NIC_Intel-XXV710"
1773   data: "vpp-compare-testbeds"
1774   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1775   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
1776   parameters:
1777   - "name"
1778   - "parent"
1779   - "throughput"
1780   - "tags"
1781
1782 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
1783 - type: "table"
1784   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
1785   algorithm: "table_performance_comparison_nic"
1786   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
1787   reference:
1788     title: "3n-hsw xl710"
1789     data: "vpp-compare-testbeds-ref"
1790     nic: "NIC_Intel-XL710"
1791   compare:
1792     title: "3n-skx xxv710"
1793     data: "vpp-compare-testbeds-cmp"
1794     nic: "NIC_Intel-XXV710"
1795   data: "vpp-compare-testbeds"
1796   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1797   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
1798   parameters:
1799   - "name"
1800   - "parent"
1801   - "throughput"
1802   - "tags"
1803
1804 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
1805 - type: "table"
1806   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
1807   algorithm: "table_performance_comparison_nic"
1808   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
1809   reference:
1810     title: "3n-hsw xl710"
1811     data: "vpp-compare-testbeds-ref"
1812     nic: "NIC_Intel-XL710"
1813   compare:
1814     title: "3n-skx xxv710"
1815     data: "vpp-compare-testbeds-cmp"
1816     nic: "NIC_Intel-XXV710"
1817   data: "vpp-compare-testbeds"
1818   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1819   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
1820   parameters:
1821   - "name"
1822   - "parent"
1823   - "throughput"
1824   - "tags"
1825
1826 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
1827 - type: "table"
1828   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
1829   algorithm: "table_performance_comparison_nic"
1830   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
1831   reference:
1832     title: "3n-hsw xl710"
1833     data: "vpp-compare-testbeds-ref"
1834     nic: "NIC_Intel-XL710"
1835   compare:
1836     title: "3n-skx xxv710"
1837     data: "vpp-compare-testbeds-cmp"
1838     nic: "NIC_Intel-XXV710"
1839   data: "vpp-compare-testbeds"
1840   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1841   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
1842   parameters:
1843   - "name"
1844   - "parent"
1845   - "throughput"
1846   - "tags"
1847
1848 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
1849 - type: "table"
1850   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
1851   algorithm: "table_performance_comparison"
1852   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
1853   reference:
1854     title: "3-Node Skx"
1855     data: "vpp-compare-topologies-ref"
1856   compare:
1857     title: "2-Node Skx"
1858     data: "vpp-compare-topologies-cmp"
1859   data: "vpp-compare-topologies"
1860   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1861   filter: "'NDRPDR' and '1C'"
1862   parameters:
1863   - "name"
1864   - "parent"
1865   - "throughput"
1866
1867 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
1868 - type: "table"
1869   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
1870   algorithm: "table_performance_comparison"
1871   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
1872   reference:
1873     title: "3-Node Skx"
1874     data: "vpp-compare-topologies-ref"
1875   compare:
1876     title: "2-Node Skx"
1877     data: "vpp-compare-topologies-cmp"
1878   data: "vpp-compare-topologies"
1879   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1880   filter: "'NDRPDR' and '2C'"
1881   parameters:
1882   - "name"
1883   - "parent"
1884   - "throughput"
1885
1886 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
1887 - type: "table"
1888   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
1889   algorithm: "table_performance_comparison"
1890   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
1891   reference:
1892     title: "3-Node Skx"
1893     data: "vpp-compare-topologies-ref"
1894   compare:
1895     title: "2-Node Skx"
1896     data: "vpp-compare-topologies-cmp"
1897   data: "vpp-compare-topologies"
1898   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1899   filter: "'NDRPDR' and '1C'"
1900   parameters:
1901   - "name"
1902   - "parent"
1903   - "throughput"
1904
1905 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
1906 - type: "table"
1907   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
1908   algorithm: "table_performance_comparison"
1909   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
1910   reference:
1911     title: "3-Node Skx"
1912     data: "vpp-compare-topologies-ref"
1913   compare:
1914     title: "2-Node Skx"
1915     data: "vpp-compare-topologies-cmp"
1916   data: "vpp-compare-topologies"
1917   include-tests: "PDR"
1918   filter: "'NDRPDR' and '2C'"
1919   parameters:
1920   - "name"
1921   - "parent"
1922   - "throughput"
1923
1924 # VPP Performance Changes 3n-hsw 1t1c MRR
1925 - type: "table"
1926   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
1927   algorithm: "table_performance_comparison"
1928   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
1929   history:
1930     - title: "rls1901"
1931       data: "vpp-performance-changes-3n-hsw-mrr-h1"
1932   reference:
1933     title: "rls1904"
1934     data: "vpp-performance-changes-3n-hsw-mrr-ref"
1935   compare:
1936     title: "rls1908.1"
1937     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
1938   data: "vpp-performance-changes-3n-hsw-mrr"
1939   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1940   filter: "'1T1C' and 'MRR'"
1941   parameters:
1942   - "name"
1943   - "parent"
1944   - "result"
1945
1946 # VPP Performance Changes 3n-hsw 2t2c MRR
1947 - type: "table"
1948   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
1949   algorithm: "table_performance_comparison"
1950   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
1951   history:
1952     - title: "rls1901"
1953       data: "vpp-performance-changes-3n-hsw-mrr-h1"
1954   reference:
1955     title: "rls1904"
1956     data: "vpp-performance-changes-3n-hsw-mrr-ref"
1957   compare:
1958     title: "rls1908.1"
1959     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
1960   data: "vpp-performance-changes-3n-hsw-mrr"
1961   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1962   filter: "'2T2C' and 'MRR'"
1963   parameters:
1964   - "name"
1965   - "parent"
1966   - "result"
1967
1968 # VPP Performance Changes 3n-hsw 4t4c MRR
1969 - type: "table"
1970   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
1971   algorithm: "table_performance_comparison"
1972   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
1973   history:
1974     - title: "rls1901"
1975       data: "vpp-performance-changes-3n-hsw-mrr-h1"
1976   reference:
1977     title: "rls1904"
1978     data: "vpp-performance-changes-3n-hsw-mrr-ref"
1979   compare:
1980     title: "rls1908.1"
1981     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
1982   data: "vpp-performance-changes-3n-hsw-mrr"
1983   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1984   filter: "'4T4C' and 'MRR'"
1985   parameters:
1986   - "name"
1987   - "parent"
1988   - "result"
1989
1990 # VPP Performance Changes 3n-skx 2t1c MRR
1991 - type: "table"
1992   title: "VPP Performance Changes 3n-skx 2t1c MRR"
1993   algorithm: "table_performance_comparison"
1994   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
1995   history:
1996     - title: "rls1901"
1997       data: "vpp-performance-changes-3n-skx-mrr-h1"
1998   reference:
1999     title: "rls1904"
2000     data: "vpp-performance-changes-3n-skx-mrr-ref"
2001   compare:
2002     title: "rls1908.1"
2003     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2004   data: "vpp-performance-changes-3n-skx-mrr"
2005   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2006   filter: "'2T1C' and 'MRR'"
2007   parameters:
2008   - "name"
2009   - "parent"
2010   - "result"
2011
2012 # VPP Performance Changes 3n-skx 4t2c MRR
2013 - type: "table"
2014   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2015   algorithm: "table_performance_comparison"
2016   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2017   history:
2018     - title: "rls1901"
2019       data: "vpp-performance-changes-3n-skx-mrr-h1"
2020   reference:
2021     title: "rls1904"
2022     data: "vpp-performance-changes-3n-skx-mrr-ref"
2023   compare:
2024     title: "rls1908.1"
2025     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2026   data: "vpp-performance-changes-3n-skx-mrr"
2027   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2028   filter: "'4T2C' and 'MRR'"
2029   parameters:
2030   - "name"
2031   - "parent"
2032   - "result"
2033
2034 # VPP Performance Changes 3n-skx 8t4c MRR
2035 - type: "table"
2036   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2037   algorithm: "table_performance_comparison"
2038   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2039   history:
2040     - title: "rls1901"
2041       data: "vpp-performance-changes-3n-skx-mrr-h1"
2042   reference:
2043     title: "rls1904"
2044     data: "vpp-performance-changes-3n-skx-mrr-ref"
2045   compare:
2046     title: "rls1908.1"
2047     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2048   data: "vpp-performance-changes-3n-skx-mrr"
2049   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2050   filter: "'8T4C' and 'MRR'"
2051   parameters:
2052   - "name"
2053   - "parent"
2054   - "result"
2055
2056 # VPP Performance Changes 2n-skx 2t1c MRR
2057 - type: "table"
2058   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2059   algorithm: "table_performance_comparison"
2060   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2061   history:
2062     - title: "rls1901"
2063       data: "vpp-performance-changes-2n-skx-mrr-h1"
2064   reference:
2065     title: "rls1904"
2066     data: "vpp-performance-changes-2n-skx-mrr-ref"
2067   compare:
2068     title: "rls1908.1"
2069     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2070   data: "vpp-performance-changes-2n-skx-mrr"
2071   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2072   filter: "'2T1C' and 'MRR'"
2073   parameters:
2074   - "name"
2075   - "parent"
2076   - "result"
2077
2078 # VPP Performance Changes 2n-skx 4t2c MRR
2079 - type: "table"
2080   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2081   algorithm: "table_performance_comparison"
2082   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2083   history:
2084     - title: "rls1901"
2085       data: "vpp-performance-changes-2n-skx-mrr-h1"
2086   reference:
2087     title: "rls1904"
2088     data: "vpp-performance-changes-2n-skx-mrr-ref"
2089   compare:
2090     title: "rls1908.1"
2091     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2092   data: "vpp-performance-changes-2n-skx-mrr"
2093   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2094   filter: "'4T2C' and 'MRR'"
2095   parameters:
2096   - "name"
2097   - "parent"
2098   - "result"
2099
2100 # VPP Performance Changes 2n-skx 8t4c MRR
2101 - type: "table"
2102   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2103   algorithm: "table_performance_comparison"
2104   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2105   history:
2106     - title: "rls1901"
2107       data: "vpp-performance-changes-2n-skx-mrr-h1"
2108   reference:
2109     title: "rls1904"
2110     data: "vpp-performance-changes-2n-skx-mrr-ref"
2111   compare:
2112     title: "rls1908.1"
2113     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2114   data: "vpp-performance-changes-2n-skx-mrr"
2115   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2116   filter: "'8T4C' and 'MRR'"
2117   parameters:
2118   - "name"
2119   - "parent"
2120   - "result"
2121
2122 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2123 - type: "table"
2124   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2125   algorithm: "table_performance_comparison_nic"
2126   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2127   reference:
2128     title: "3n-hsw xl710"
2129     data: "vpp-compare-testbeds-mrr-ref"
2130     nic: "NIC_Intel-XL710"
2131   compare:
2132     title: "3n-skx xxv710"
2133     data: "vpp-compare-testbeds-mrr-cmp"
2134     nic: "NIC_Intel-XXV710"
2135   data: "vpp-compare-testbeds-mrr"
2136   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2137   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
2138   parameters:
2139   - "name"
2140   - "parent"
2141   - "result"
2142   - "tags"
2143
2144 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2145 - type: "table"
2146   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2147   algorithm: "table_performance_comparison_nic"
2148   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2149   reference:
2150     title: "3n-hsw xl710"
2151     data: "vpp-compare-testbeds-mrr-ref"
2152     nic: "NIC_Intel-XL710"
2153   compare:
2154     title: "3n-skx xxv710"
2155     data: "vpp-compare-testbeds-mrr-cmp"
2156     nic: "NIC_Intel-XXV710"
2157   data: "vpp-compare-testbeds-mrr"
2158   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2159   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
2160   parameters:
2161   - "name"
2162   - "parent"
2163   - "result"
2164   - "tags"
2165
2166 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2167 - type: "table"
2168   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2169   algorithm: "table_performance_comparison_nic"
2170   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2171   reference:
2172     title: "3n-hsw xl710"
2173     data: "vpp-compare-testbeds-mrr-ref"
2174     nic: "NIC_Intel-XL710"
2175   compare:
2176     title: "3n-skx xxv710"
2177     data: "vpp-compare-testbeds-mrr-cmp"
2178     nic: "NIC_Intel-XXV710"
2179   data: "vpp-compare-testbeds-mrr"
2180   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2181   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
2182   parameters:
2183   - "name"
2184   - "parent"
2185   - "result"
2186   - "tags"
2187
2188 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2189 - type: "table"
2190   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2191   algorithm: "table_performance_comparison"
2192   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2193   reference:
2194     title: "3-Node Skx"
2195     data: "vpp-compare-topologies-mrr-ref"
2196   compare:
2197     title: "2-Node Skx"
2198     data: "vpp-compare-topologies-mrr-cmp"
2199   data: "vpp-compare-topologies-mrr"
2200   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2201   filter: "'MRR' and '1C'"
2202   parameters:
2203   - "name"
2204   - "parent"
2205   - "result"
2206
2207 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2208 - type: "table"
2209   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2210   algorithm: "table_performance_comparison"
2211   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2212   reference:
2213     title: "3-Node Skx"
2214     data: "vpp-compare-topologies-mrr-ref"
2215   compare:
2216     title: "2-Node Skx"
2217     data: "vpp-compare-topologies-mrr-cmp"
2218   data: "vpp-compare-topologies-mrr"
2219   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2220   filter: "'MRR' and '2C'"
2221   parameters:
2222   - "name"
2223   - "parent"
2224   - "result"
2225
2226 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2227 - type: "table"
2228   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2229   algorithm: "table_performance_comparison"
2230   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2231   reference:
2232     title: "3-Node Skx"
2233     data: "vpp-compare-topologies-mrr-ref"
2234   compare:
2235     title: "2-Node Skx"
2236     data: "vpp-compare-topologies-mrr-cmp"
2237   data: "vpp-compare-topologies-mrr"
2238   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2239   filter: "'MRR' and '4C'"
2240   parameters:
2241   - "name"
2242   - "parent"
2243   - "result"
2244
2245 # Detailed Test Results - VPP Performance Results 3n-hsw
2246 - type: "table"
2247   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2248   algorithm: "table_merged_details"
2249   output-file-ext: ".csv"
2250   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2251   columns:
2252   - title: "Name"
2253     data: "data name"
2254   - title: "Status"
2255     data: "data msg"
2256   rows: "generated"
2257   data: "vpp-perf-results-3n-hsw"
2258   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2259   parameters:
2260   - "name"
2261   - "parent"
2262   - "msg"
2263
2264 # Detailed Test Results - VPP Performance Results 3n-skx
2265 - type: "table"
2266   title: "Detailed Test Results - VPP Performance Results 3n-skx"
2267   algorithm: "table_merged_details"
2268   output-file-ext: ".csv"
2269   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2270   columns:
2271   - title: "Name"
2272     data: "data name"
2273   - title: "Status"
2274     data: "data msg"
2275   rows: "generated"
2276   data: "vpp-perf-results-3n-skx"
2277   filter: "not 'CFS_OPT'"
2278   parameters:
2279   - "name"
2280   - "parent"
2281   - "msg"
2282
2283 # Detailed Test Results - VPP Performance Results 2n-skx
2284 - type: "table"
2285   title: "Detailed Test Results - VPP Performance Results 2n-skx"
2286   algorithm: "table_merged_details"
2287   output-file-ext: ".csv"
2288   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2289   columns:
2290   - title: "Name"
2291     data: "data name"
2292   - title: "Status"
2293     data: "data msg"
2294   rows: "generated"
2295   data: "vpp-perf-results-2n-skx"
2296   filter: "not 'CFS_OPT'"
2297   parameters:
2298   - "name"
2299   - "parent"
2300   - "msg"
2301
2302 # Detailed Test Results - VPP Performance Results 3n-tsh
2303 - type: "table"
2304   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
2305   algorithm: "table_merged_details"
2306   output-file-ext: ".csv"
2307   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
2308   columns:
2309   - title: "Name"
2310     data: "data name"
2311   - title: "Status"
2312     data: "data msg"
2313   rows: "generated"
2314   data: "vpp-perf-results-3n-tsh"
2315   filter: "not 'CFS_OPT'"
2316   parameters:
2317   - "name"
2318   - "parent"
2319   - "msg"
2320
2321 # Detailed Test Results - VPP Performance Results 3n-dnv
2322 - type: "table"
2323   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
2324   algorithm: "table_details"
2325   output-file-ext: ".csv"
2326   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
2327   columns:
2328   - title: "Name"
2329     data: "data name"
2330   - title: "Status"
2331     data: "data msg"
2332   rows: "generated"
2333   data: "vpp-perf-results-3n-dnv"
2334   filter: "'NDRPDR'"
2335   parameters:
2336   - "name"
2337   - "parent"
2338   - "msg"
2339
2340 # Detailed Test Results - VPP Performance Results 2n-dnv
2341 - type: "table"
2342   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
2343   algorithm: "table_details"
2344   output-file-ext: ".csv"
2345   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
2346   columns:
2347   - title: "Name"
2348     data: "data name"
2349   - title: "Status"
2350     data: "data msg"
2351   rows: "generated"
2352   data: "vpp-perf-results-2n-dnv"
2353   filter: "'NDRPDR'"
2354   parameters:
2355   - "name"
2356   - "parent"
2357   - "msg"
2358
2359 # Test configuration - VPP Performance Test Configs 3n-hsw
2360 - type: "table"
2361   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
2362   algorithm: "table_merged_details"
2363   output-file-ext: ".csv"
2364   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
2365   columns:
2366   - title: "Name"
2367     data: "data name"
2368   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2369     data: "data conf-history"
2370   rows: "generated"
2371   data: "vpp-perf-results-3n-hsw"
2372   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2373   parameters:
2374   - "parent"
2375   - "name"
2376   - "conf-history"
2377
2378 # Test configuration - VPP Performance Test Configs 3n-skx
2379 - type: "table"
2380   title: "Test configuration - VPP Performance Test Configs 3n-skx"
2381   algorithm: "table_merged_details"
2382   output-file-ext: ".csv"
2383   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
2384   columns:
2385   - title: "Name"
2386     data: "data name"
2387   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2388     data: "data conf-history"
2389   rows: "generated"
2390   data: "vpp-perf-results-3n-skx"
2391   filter: "not 'CFS_OPT'"
2392   parameters:
2393   - "parent"
2394   - "name"
2395   - "conf-history"
2396
2397 # Test configuration - VPP Performance Test Configs 2n-skx
2398 - type: "table"
2399   title: "Test configuration - VPP Performance Test Configs 2n-skx"
2400   algorithm: "table_merged_details"
2401   output-file-ext: ".csv"
2402   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
2403   columns:
2404   - title: "Name"
2405     data: "data name"
2406   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2407     data: "data conf-history"
2408   rows: "generated"
2409   data: "vpp-perf-results-2n-skx"
2410   filter: "not 'CFS_OPT'"
2411   parameters:
2412   - "parent"
2413   - "name"
2414   - "conf-history"
2415
2416 # Test configuration - VPP Performance Test Configs 3n-tsh
2417 - type: "table"
2418   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
2419   algorithm: "table_merged_details"
2420   output-file-ext: ".csv"
2421   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_test_configuration_3n_tsh"
2422   columns:
2423   - title: "Name"
2424     data: "data name"
2425   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2426     data: "data conf-history"
2427   rows: "generated"
2428   data: "vpp-perf-results-3n-tsh"
2429   filter: "not 'CFS_OPT'"
2430   parameters:
2431   - "parent"
2432   - "name"
2433   - "conf-history"
2434
2435 # Test configuration - VPP Performance Test Configs 3n-dnv
2436 - type: "table"
2437   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
2438   algorithm: "table_details"
2439   output-file-ext: ".csv"
2440   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_test_configuration_3n_dnv"
2441   columns:
2442   - title: "Name"
2443     data: "data name"
2444   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2445     data: "data conf-history"
2446   rows: "generated"
2447   data: "vpp-perf-results-3n-dnv"
2448   filter: "'NDRPDR'"
2449   parameters:
2450   - "parent"
2451   - "name"
2452   - "conf-history"
2453
2454 # Test configuration - VPP Performance Test Configs 2n-dnv
2455 - type: "table"
2456   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
2457   algorithm: "table_details"
2458   output-file-ext: ".csv"
2459   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
2460   columns:
2461   - title: "Name"
2462     data: "data name"
2463   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2464     data: "data conf-history"
2465   rows: "generated"
2466   data: "vpp-perf-results-2n-dnv"
2467   filter: "'NDRPDR'"
2468   parameters:
2469   - "parent"
2470   - "name"
2471   - "conf-history"
2472
2473 # Test Operational Data - VPP Performance Operational Data 3n-hsw
2474 - type: "table"
2475   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
2476   algorithm: "table_merged_details"
2477   output-file-ext: ".csv"
2478   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
2479   columns:
2480   - title: "Name"
2481     data: "data name"
2482   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2483     data: "data show-run"
2484   rows: "generated"
2485   data: "vpp-perf-results-3n-hsw"
2486   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2487   parameters:
2488   - "parent"
2489   - "name"
2490   - "show-run"
2491
2492 # Test Operational Data - VPP Performance Operational Data 3n-skx
2493 - type: "table"
2494   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
2495   algorithm: "table_merged_details"
2496   output-file-ext: ".csv"
2497   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
2498   columns:
2499   - title: "Name"
2500     data: "data name"
2501   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2502     data: "data show-run"
2503   rows: "generated"
2504   data: "vpp-perf-results-3n-skx"
2505   filter: "not 'CFS_OPT'"
2506   parameters:
2507   - "parent"
2508   - "name"
2509   - "show-run"
2510
2511 # Test Operational Data - VPP Performance Operational Data 2n-skx
2512 - type: "table"
2513   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
2514   algorithm: "table_merged_details"
2515   output-file-ext: ".csv"
2516   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
2517   columns:
2518   - title: "Name"
2519     data: "data name"
2520   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2521     data: "data show-run"
2522   rows: "generated"
2523   data: "vpp-perf-results-2n-skx"
2524   filter: "not 'CFS_OPT'"
2525   parameters:
2526   - "parent"
2527   - "name"
2528   - "show-run"
2529
2530 # Test Operational Data - VPP Performance Operational Data 3n-tsh
2531 - type: "table"
2532   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
2533   algorithm: "table_merged_details"
2534   output-file-ext: ".csv"
2535   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_test_operational_3n_tsh"
2536   columns:
2537   - title: "Name"
2538     data: "data name"
2539   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2540     data: "data show-run"
2541   rows: "generated"
2542   data: "vpp-perf-results-3n-tsh"
2543   filter: "not 'CFS_OPT'"
2544   parameters:
2545   - "parent"
2546   - "name"
2547   - "show-run"
2548
2549 # Test Operational Data - VPP Performance Operational Data 3n-dnv
2550 - type: "table"
2551   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
2552   algorithm: "table_details"
2553   output-file-ext: ".csv"
2554   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_test_operational_3n_dnv"
2555   columns:
2556   - title: "Name"
2557     data: "data name"
2558   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2559     data: "data show-run"
2560   rows: "generated"
2561   data: "vpp-perf-results-3n-dnv"
2562   filter: "'NDRPDR'"
2563   parameters:
2564   - "parent"
2565   - "name"
2566   - "show-run"
2567
2568 # Test Operational Data - VPP Performance Operational Data 2n-dnv
2569 - type: "table"
2570   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
2571   algorithm: "table_details"
2572   output-file-ext: ".csv"
2573   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
2574   columns:
2575   - title: "Name"
2576     data: "data name"
2577   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2578     data: "data show-run"
2579   rows: "generated"
2580   data: "vpp-perf-results-2n-dnv"
2581   filter: "'NDRPDR'"
2582   parameters:
2583   - "parent"
2584   - "name"
2585   - "show-run"
2586
2587 # Detailed Test Results - VPP MRR Results 3n-hsw
2588 - type: "table"
2589   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
2590   algorithm: "table_details"
2591   output-file-ext: ".csv"
2592   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
2593   columns:
2594   - title: "Name"
2595     data: "data name"
2596   - title: "Status"
2597     data: "data msg"
2598   rows: "generated"
2599   data: "vpp-mrr-results-3n-hsw"
2600   filter: "'MRR'"
2601   parameters:
2602   - "name"
2603   - "parent"
2604   - "msg"
2605
2606 # Detailed Test Results - VPP MRR Results 3n-skx
2607 - type: "table"
2608   title: "Detailed Test Results - VPP MRR Results 3n-skx"
2609   algorithm: "table_details"
2610   output-file-ext: ".csv"
2611   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
2612   columns:
2613   - title: "Name"
2614     data: "data name"
2615   - title: "Status"
2616     data: "data msg"
2617   rows: "generated"
2618   data: "vpp-mrr-results-3n-skx"
2619   filter: "'MRR'"
2620   parameters:
2621   - "name"
2622   - "parent"
2623   - "msg"
2624
2625 # Detailed Test Results - VPP MRR Results 2n-skx
2626 - type: "table"
2627   title: "Detailed Test Results - VPP MRR Results 2n-skx"
2628   algorithm: "table_details"
2629   output-file-ext: ".csv"
2630   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
2631   columns:
2632   - title: "Name"
2633     data: "data name"
2634   - title: "Status"
2635     data: "data msg"
2636   rows: "generated"
2637   data: "vpp-mrr-results-2n-skx"
2638   filter: "'MRR'"
2639   parameters:
2640   - "name"
2641   - "parent"
2642   - "msg"
2643
2644 # Detailed Test Results - VPP MRR Results 3n-tsh
2645 - type: "table"
2646   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
2647   algorithm: "table_details"
2648   output-file-ext: ".csv"
2649   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
2650   columns:
2651   - title: "Name"
2652     data: "data name"
2653   - title: "Status"
2654     data: "data msg"
2655   rows: "generated"
2656   data: "vpp-mrr-results-3n-tsh"
2657   filter: "'MRR'"
2658   parameters:
2659   - "name"
2660   - "parent"
2661   - "msg"
2662
2663 # Detailed Test Results - VPP MRR Results 3n-dnv
2664 - type: "table"
2665   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
2666   algorithm: "table_details"
2667   output-file-ext: ".csv"
2668   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
2669   columns:
2670   - title: "Name"
2671     data: "data name"
2672   - title: "Status"
2673     data: "data msg"
2674   rows: "generated"
2675   data: "vpp-mrr-results-3n-dnv"
2676   filter: "'MRR'"
2677   parameters:
2678   - "name"
2679   - "parent"
2680   - "msg"
2681
2682 # Detailed Test Results - VPP MRR Results 2n-dnv
2683 - type: "table"
2684   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
2685   algorithm: "table_details"
2686   output-file-ext: ".csv"
2687   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
2688   columns:
2689   - title: "Name"
2690     data: "data name"
2691   - title: "Status"
2692     data: "data msg"
2693   rows: "generated"
2694   data: "vpp-mrr-results-2n-dnv"
2695   filter: "'MRR'"
2696   parameters:
2697   - "name"
2698   - "parent"
2699   - "msg"
2700
2701 # Test configuration - VPP MRR Test Configs 3n-hsw
2702 - type: "table"
2703   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
2704   algorithm: "table_details"
2705   output-file-ext: ".csv"
2706   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
2707   columns:
2708   - title: "Name"
2709     data: "data name"
2710   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2711     data: "data conf-history"
2712   rows: "generated"
2713   data: "vpp-mrr-results-3n-hsw"
2714   filter: "'MRR'"
2715   parameters:
2716   - "parent"
2717   - "name"
2718   - "conf-history"
2719
2720 # Test configuration - VPP MRR Test Configs 3n-skx
2721 - type: "table"
2722   title: "Test configuration - VPP MRR Test Configs 3n-skx"
2723   algorithm: "table_details"
2724   output-file-ext: ".csv"
2725   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
2726   columns:
2727   - title: "Name"
2728     data: "data name"
2729   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2730     data: "data conf-history"
2731   rows: "generated"
2732   data: "vpp-mrr-results-3n-skx"
2733   filter: "'MRR'"
2734   parameters:
2735   - "parent"
2736   - "name"
2737   - "conf-history"
2738
2739 # Test configuration - VPP MRR Test Configs 2n-skx
2740 - type: "table"
2741   title: "Test configuration - VPP MRR Test Configs 2n-skx"
2742   algorithm: "table_details"
2743   output-file-ext: ".csv"
2744   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
2745   columns:
2746   - title: "Name"
2747     data: "data name"
2748   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2749     data: "data conf-history"
2750   rows: "generated"
2751   data: "vpp-mrr-results-2n-skx"
2752   filter: "'MRR'"
2753   parameters:
2754   - "parent"
2755   - "name"
2756   - "conf-history"
2757
2758 # Test configuration - VPP MRR Test Configs 3n-tsh
2759 - type: "table"
2760   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
2761   algorithm: "table_details"
2762   output-file-ext: ".csv"
2763   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
2764   columns:
2765   - title: "Name"
2766     data: "data name"
2767   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2768     data: "data conf-history"
2769   rows: "generated"
2770   data: "vpp-mrr-results-3n-tsh"
2771   filter: "'MRR'"
2772   parameters:
2773   - "parent"
2774   - "name"
2775   - "conf-history"
2776
2777 # Test configuration - VPP MRR Test Configs 3n-dnv
2778 - type: "table"
2779   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
2780   algorithm: "table_details"
2781   output-file-ext: ".csv"
2782   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_test_configuration_3n_dnv"
2783   columns:
2784   - title: "Name"
2785     data: "data name"
2786   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2787     data: "data conf-history"
2788   rows: "generated"
2789   data: "vpp-mrr-results-3n-dnv"
2790   filter: "'MRR'"
2791   parameters:
2792   - "parent"
2793   - "name"
2794   - "conf-history"
2795
2796 # Test configuration - VPP MRR Test Configs 2n-dnv
2797 - type: "table"
2798   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
2799   algorithm: "table_details"
2800   output-file-ext: ".csv"
2801   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
2802   columns:
2803   - title: "Name"
2804     data: "data name"
2805   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2806     data: "data conf-history"
2807   rows: "generated"
2808   data: "vpp-mrr-results-2n-dnv"
2809   filter: "'MRR'"
2810   parameters:
2811   - "parent"
2812   - "name"
2813   - "conf-history"
2814
2815 # Detailed Test Results - VPP Functional Results - Ubuntu
2816 - type: "table"
2817   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
2818   algorithm: "table_details"
2819   output-file-ext: ".csv"
2820   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
2821   columns:
2822   - title: "Name"
2823     data: "data name"
2824   - title: "Documentation"
2825     data: "data doc"
2826   - title: "Status"
2827     data: "data status"
2828   rows: "generated"
2829   data: "vpp-func-results-ubuntu"
2830   filter: "all"
2831   parameters:
2832   - "name"
2833   - "parent"
2834   - "doc"
2835   - "status"
2836
2837 # Detailed Test Results - VPP Functional Results - CentOS
2838 - type: "table"
2839   title: "Detailed Test Results - VPP Functional Results - CentOS"
2840   algorithm: "table_details"
2841   output-file-ext: ".csv"
2842   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
2843   columns:
2844   - title: "Name"
2845     data: "data name"
2846   - title: "Documentation"
2847     data: "data doc"
2848   -
2849     title: "Status"
2850     data: "data status"
2851   rows: "generated"
2852   data:
2853     "vpp-func-results-centos"
2854   filter: "all"
2855   parameters:
2856   - "name"
2857   - "parent"
2858   - "doc"
2859   - "status"
2860
2861 # Test configuration - VPP Functional Test Configs - Ubuntu
2862 - type: "table"
2863   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
2864   algorithm: "table_details"
2865   output-file-ext: ".csv"
2866   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
2867   columns:
2868   - title: "Name"
2869     data: "data name"
2870   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2871     data: "data conf-history"
2872   rows: "generated"
2873   data: "vpp-func-results-ubuntu"
2874   filter: "all"
2875   parameters:
2876   - "parent"
2877   - "name"
2878   - "conf-history"
2879
2880 # Test configuration - VPP Functional Test Configs - CentOS
2881 - type: "table"
2882   title: "Test configuration - VPP Functional Test Configs - CentOS"
2883   algorithm: "table_details"
2884   output-file-ext: ".csv"
2885   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
2886   columns:
2887   - title: "Name"
2888     data: "data name"
2889   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2890     data: "data conf-history"
2891   rows: "generated"
2892   data: "vpp-func-results-centos"
2893   filter: "all"
2894   parameters:
2895   - "parent"
2896   - "name"
2897   - "conf-history"
2898
2899 ## Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
2900 #- type: "table"
2901 #  title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
2902 #  algorithm: "table_details"
2903 #  output-file-ext: ".csv"
2904 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
2905 #  columns:
2906 #  - title: "Name"
2907 #    data: "data name"
2908 #  - title: "Status"
2909 #    data: "data msg"
2910 #  rows: "generated"
2911 #  data: "ligato-perf-results-3n-hsw"
2912 #  filter: "all"
2913 #  parameters:
2914 #  - "name"
2915 #  - "parent"
2916 #  - "msg"
2917
2918 # Detailed Test Results - VPP Device Results - Ubuntu
2919 - type: "table"
2920   title: "Detailed Test Results - VPP Device Results - Ubuntu"
2921   algorithm: "table_details"
2922   output-file-ext: ".csv"
2923   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
2924   columns:
2925   - title: "Name"
2926     data: "data name"
2927   - title: "Documentation"
2928     data: "data doc"
2929   - title: "Status"
2930     data: "data status"
2931   rows: "generated"
2932   data: "vpp-device-results-ubuntu"
2933   filter: "all"
2934   parameters:
2935   - "name"
2936   - "parent"
2937   - "doc"
2938   - "status"
2939
2940 # Test configuration - VPP Device Test Configs - Ubuntu
2941 - type: "table"
2942   title: "Test configuration - VPP Device Test Configs - Ubuntu"
2943   algorithm: "table_details"
2944   output-file-ext: ".csv"
2945   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
2946   columns:
2947   - title: "Name"
2948     data: "data name"
2949   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2950     data: "data conf-history"
2951   rows: "generated"
2952   data: "vpp-device-results-ubuntu"
2953   filter: "all"
2954   parameters:
2955   - "parent"
2956   - "name"
2957   - "conf-history"
2958
2959 ################################################################################
2960 ###                                F I L E S                                 ###
2961 ################################################################################
2962
2963 # VPP Performance Results 3n-hsw
2964 - type: "file"
2965   title: "VPP Performance Results 3n-hsw"
2966   algorithm: "file_test_results"
2967   output-file-ext: ".rst"
2968   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2969   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"
2970   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
2971   data: "vpp-perf-results-3n-hsw"
2972   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2973   parameters:
2974   - "name"
2975   - "doc"
2976   - "level"
2977   - "parent"
2978   data-start-level: 3
2979
2980 # VPP Performance Results 3n-skx
2981 - type: "file"
2982   title: "VPP Performance Results 3n-skx"
2983   algorithm: "file_test_results"
2984   output-file-ext: ".rst"
2985   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2986   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"
2987   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
2988   data: "vpp-perf-results-3n-skx"
2989   filter: "not 'CFS_OPT'"
2990   parameters:
2991   - "name"
2992   - "doc"
2993   - "level"
2994   - "parent"
2995   data-start-level: 3
2996
2997 # VPP Performance Results 2n-skx
2998 - type: "file"
2999   title: "VPP Performance Results 2n-skx"
3000   algorithm: "file_test_results"
3001   output-file-ext: ".rst"
3002   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3003   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"
3004   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
3005   data: "vpp-perf-results-2n-skx"
3006   filter: "not 'CFS_OPT'"
3007   parameters:
3008   - "name"
3009   - "doc"
3010   - "level"
3011   - "parent"
3012   data-start-level: 3
3013
3014 # VPP Performance Results 3n-tsh
3015 - type: "file"
3016   title: "VPP Performance Results 3n-tsh"
3017   algorithm: "file_test_results"
3018   output-file-ext: ".rst"
3019   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
3020   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"
3021   dir-tables: "{DIR[DTR,PERF,VPP,3N,TSH]}"
3022   data: "vpp-perf-results-3n-tsh"
3023   filter: "not 'CFS_OPT'"
3024   parameters:
3025   - "name"
3026   - "doc"
3027   - "level"
3028   - "parent"
3029   data-start-level: 3
3030
3031 # VPP Performance Results 3n-dnv
3032 - type: "file"
3033   title: "VPP Performance Results 3n-dnv"
3034   algorithm: "file_test_results"
3035   output-file-ext: ".rst"
3036   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
3037   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"
3038   dir-tables: "{DIR[DTR,PERF,VPP,3N,DNV]}"
3039   data: "vpp-perf-results-3n-dnv"
3040   filter: "'NDRPDR'"
3041   parameters:
3042   - "name"
3043   - "doc"
3044   - "level"
3045   - "parent"
3046   data-start-level: 3
3047
3048 # VPP Performance Results 2n-dnv
3049 - type: "file"
3050   title: "VPP Performance Results 2n-dnv"
3051   algorithm: "file_test_results"
3052   output-file-ext: ".rst"
3053   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3054   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"
3055   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
3056   data: "vpp-perf-results-2n-dnv"
3057   filter: "'NDRPDR'"
3058   parameters:
3059   - "name"
3060   - "doc"
3061   - "level"
3062   - "parent"
3063   data-start-level: 3
3064
3065 # VPP Performance Configuration 3n-hsw
3066 - type: "file"
3067   title: "VPP Performance Configuration 3n-hsw"
3068   algorithm: "file_test_results"
3069   output-file-ext: ".rst"
3070   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
3071   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"
3072   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
3073   data: "vpp-perf-results-3n-hsw"
3074   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3075   parameters:
3076   - "name"
3077   - "doc"
3078   - "level"
3079   - "parent"
3080   data-start-level: 3
3081
3082 # VPP Performance Configuration 3n-skx
3083 - type: "file"
3084   title: "VPP Performance Configuration 3n-skx"
3085   algorithm: "file_test_results"
3086   output-file-ext: ".rst"
3087   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
3088   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"
3089   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
3090   data: "vpp-perf-results-3n-skx"
3091   filter: "not 'CFS_OPT'"
3092   parameters:
3093   - "name"
3094   - "doc"
3095   - "level"
3096   - "parent"
3097   data-start-level: 3
3098
3099 # VPP Performance Configuration 2n-skx
3100 - type: "file"
3101   title: "VPP Performance Configuration 2n-skx"
3102   algorithm: "file_test_results"
3103   output-file-ext: ".rst"
3104   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
3105   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"
3106   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
3107   data: "vpp-perf-results-2n-skx"
3108   filter: "not 'CFS_OPT'"
3109   parameters:
3110   - "name"
3111   - "doc"
3112   - "level"
3113   - "parent"
3114   data-start-level: 3
3115
3116 # VPP Performance Configuration 3n-tsh
3117 - type: "file"
3118   title: "VPP Performance Configuration 3n-tsh"
3119   algorithm: "file_test_results"
3120   output-file-ext: ".rst"
3121   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_performance_configuration_3n_tsh"
3122   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"
3123   dir-tables: "{DIR[DTC,PERF,VPP,3N,TSH]}"
3124   data: "vpp-perf-results-3n-tsh"
3125   filter: "not 'CFS_OPT'"
3126   parameters:
3127   - "name"
3128   - "doc"
3129   - "level"
3130   - "parent"
3131   data-start-level: 3
3132
3133 # VPP Performance Configuration 3n-dnv
3134 - type: "file"
3135   title: "VPP Performance Configuration 3n-dnv"
3136   algorithm: "file_test_results"
3137   output-file-ext: ".rst"
3138   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_performance_configuration_3n_dnv"
3139   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"
3140   dir-tables: "{DIR[DTC,PERF,VPP,3N,DNV]}"
3141   data: "vpp-perf-results-3n-dnv"
3142   filter: "'NDRPDR'"
3143   parameters:
3144   - "name"
3145   - "doc"
3146   - "level"
3147   - "parent"
3148   data-start-level: 3
3149
3150 # VPP Performance Configuration 2n-dnv
3151 - type: "file"
3152   title: "VPP Performance Configuration 2n-dnv"
3153   algorithm: "file_test_results"
3154   output-file-ext: ".rst"
3155   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
3156   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"
3157   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
3158   data: "vpp-perf-results-2n-dnv"
3159   filter: "'NDRPDR'"
3160   parameters:
3161   - "name"
3162   - "doc"
3163   - "level"
3164   - "parent"
3165   data-start-level: 3
3166
3167 # VPP Performance Operational Data 3n-hsw
3168 - type: "file"
3169   title: "VPP Performance Operational Data 3n-hsw"
3170   algorithm: "file_test_results"
3171   output-file-ext: ".rst"
3172   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
3173   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"
3174   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
3175   data: "vpp-perf-results-3n-hsw"
3176   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3177   parameters:
3178   - "name"
3179   - "doc"
3180   - "level"
3181   - "parent"
3182   data-start-level: 3
3183
3184 # VPP Performance Operational Data 3n-skx
3185 - type: "file"
3186   title: "VPP Performance Operational Data 3n-skx"
3187   algorithm: "file_test_results"
3188   output-file-ext: ".rst"
3189   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
3190   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"
3191   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
3192   data: "vpp-perf-results-3n-skx"
3193   filter: "not 'CFS_OPT'"
3194   parameters:
3195   - "name"
3196   - "doc"
3197   - "level"
3198   - "parent"
3199   data-start-level: 3
3200
3201 # VPP Performance Operational Data 2n-skx
3202 - type: "file"
3203   title: "VPP Performance Operational Data 2n-skx"
3204   algorithm: "file_test_results"
3205   output-file-ext: ".rst"
3206   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
3207   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"
3208   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
3209   data: "vpp-perf-results-2n-skx"
3210   filter: "not 'CFS_OPT'"
3211   parameters:
3212   - "name"
3213   - "doc"
3214   - "level"
3215   - "parent"
3216   data-start-level: 3
3217
3218 # VPP Performance Operational Data 3n-tsh
3219 - type: "file"
3220   title: "VPP Performance Operational Data 3n-tsh"
3221   algorithm: "file_test_results"
3222   output-file-ext: ".rst"
3223   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_performance_operational_data_3n_tsh"
3224   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"
3225   dir-tables: "{DIR[DTO,PERF,VPP,3N,TSH]}"
3226   data: "vpp-perf-results-3n-tsh"
3227   filter: "not 'CFS_OPT'"
3228   parameters:
3229   - "name"
3230   - "doc"
3231   - "level"
3232   - "parent"
3233   data-start-level: 3
3234
3235 # VPP Performance Operational Data 3n-dnv
3236 - type: "file"
3237   title: "VPP Performance Operational Data 3n-dnv"
3238   algorithm: "file_test_results"
3239   output-file-ext: ".rst"
3240   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_performance_operational_data_3n_dnv"
3241   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"
3242   dir-tables: "{DIR[DTO,PERF,VPP,3N,DNV]}"
3243   data: "vpp-perf-results-3n-dnv"
3244   filter: "'NDRPDR'"
3245   parameters:
3246   - "name"
3247   - "doc"
3248   - "level"
3249   - "parent"
3250   data-start-level: 3
3251
3252 # VPP Performance Operational Data 2n-dnv
3253 - type: "file"
3254   title: "VPP Performance Operational Data 2n-dnv"
3255   algorithm: "file_test_results"
3256   output-file-ext: ".rst"
3257   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
3258   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"
3259   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
3260   data: "vpp-perf-results-2n-dnv"
3261   filter: "'NDRPDR'"
3262   parameters:
3263   - "name"
3264   - "doc"
3265   - "level"
3266   - "parent"
3267   data-start-level: 3
3268
3269 # VPP MRR Results 3n-hsw
3270 - type: "file"
3271   title: "VPP MRR Results 3n-hsw"
3272   algorithm: "file_test_results"
3273   output-file-ext: ".rst"
3274   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3275   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"
3276   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
3277   data: "vpp-mrr-results-3n-hsw"
3278   filter: "'MRR'"
3279   parameters:
3280   - "name"
3281   - "doc"
3282   - "level"
3283   - "parent"
3284   data-start-level: 3
3285
3286 # VPP MRR Results 3n-skx
3287 - type: "file"
3288   title: "VPP MRR Results 3n-skx"
3289   algorithm: "file_test_results"
3290   output-file-ext: ".rst"
3291   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3292   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"
3293   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
3294   data: "vpp-mrr-results-3n-skx"
3295   filter: "'MRR'"
3296   parameters:
3297   - "name"
3298   - "doc"
3299   - "level"
3300   - "parent"
3301   data-start-level: 3
3302
3303 # VPP MRR Results 2n-skx
3304 - type: "file"
3305   title: "VPP MRR Results 2n-skx"
3306   algorithm: "file_test_results"
3307   output-file-ext: ".rst"
3308   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3309   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"
3310   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
3311   data: "vpp-mrr-results-2n-skx"
3312   filter: "all"
3313   parameters:
3314   - "name"
3315   - "doc"
3316   - "level"
3317   - "parent"
3318   data-start-level: 3
3319
3320 # VPP MRR Results 3n-tsh
3321 - type: "file"
3322   title: "VPP MRR Results 3n-tsh"
3323   algorithm: "file_test_results"
3324   output-file-ext: ".rst"
3325   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
3326   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"
3327   dir-tables: "{DIR[DTR,MRR,VPP,3N,TSH]}"
3328   data: "vpp-mrr-results-3n-tsh"
3329   filter: "'MRR'"
3330   parameters:
3331   - "name"
3332   - "doc"
3333   - "level"
3334   - "parent"
3335   data-start-level: 3
3336
3337 # VPP MRR Results 3n-dnv
3338 - type: "file"
3339   title: "VPP MRR Results 3n-dnv"
3340   algorithm: "file_test_results"
3341   output-file-ext: ".rst"
3342   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
3343   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"
3344   dir-tables: "{DIR[DTR,MRR,VPP,3N,DNV]}"
3345   data: "vpp-mrr-results-3n-dnv"
3346   filter: "'MRR'"
3347   parameters:
3348   - "name"
3349   - "doc"
3350   - "level"
3351   - "parent"
3352   data-start-level: 3
3353
3354 # VPP MRR Results 2n-dnv
3355 - type: "file"
3356   title: "VPP MRR Results 2n-dnv"
3357   algorithm: "file_test_results"
3358   output-file-ext: ".rst"
3359   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3360   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"
3361   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
3362   data: "vpp-mrr-results-2n-dnv"
3363   filter: "'MRR'"
3364   parameters:
3365   - "name"
3366   - "doc"
3367   - "level"
3368   - "parent"
3369   data-start-level: 3
3370
3371 # VPP MRR Configuration 3n-hsw
3372 - type: "file"
3373   title: "VPP MRR Configuration 3n-hsw"
3374   algorithm: "file_test_results"
3375   output-file-ext: ".rst"
3376   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
3377   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"
3378   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
3379   data: "vpp-mrr-results-3n-hsw"
3380   filter: "'MRR'"
3381   parameters:
3382   - "name"
3383   - "doc"
3384   - "level"
3385   - "parent"
3386   data-start-level: 3
3387
3388 # VPP MRR Configuration 3n-skx
3389 - type: "file"
3390   title: "VPP MRR Configuration 3n-skx"
3391   algorithm: "file_test_results"
3392   output-file-ext: ".rst"
3393   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
3394   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"
3395   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
3396   data: "vpp-mrr-results-3n-skx"
3397   filter: "'MRR'"
3398   parameters:
3399   - "name"
3400   - "doc"
3401   - "level"
3402   - "parent"
3403   data-start-level: 3
3404
3405 # VPP MRR Configuration 2n-skx
3406 - type: "file"
3407   title: "VPP MRR Configuration 2n-skx"
3408   algorithm: "file_test_results"
3409   output-file-ext: ".rst"
3410   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
3411   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"
3412   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
3413   data: "vpp-mrr-results-2n-skx"
3414   filter: "'MRR'"
3415   parameters:
3416   - "name"
3417   - "doc"
3418   - "level"
3419   - "parent"
3420   data-start-level: 3
3421
3422 # VPP MRR Configuration 3n-tsh
3423 - type: "file"
3424   title: "VPP MRR Configuration 3n-tsh"
3425   algorithm: "file_test_results"
3426   output-file-ext: ".rst"
3427   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
3428   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"
3429   dir-tables: "{DIR[DTC,MRR,VPP,3N,TSH]}"
3430   data: "vpp-mrr-results-3n-tsh"
3431   filter: "'MRR'"
3432   parameters:
3433   - "name"
3434   - "doc"
3435   - "level"
3436   - "parent"
3437   data-start-level: 3
3438
3439 # VPP MRR Configuration 3n-dnv
3440 - type: "file"
3441   title: "VPP MRR Configuration 3n-dnv"
3442   algorithm: "file_test_results"
3443   output-file-ext: ".rst"
3444   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_configuration_3n_dnv"
3445   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"
3446   dir-tables: "{DIR[DTC,MRR,VPP,3N,DNV]}"
3447   data: "vpp-mrr-results-3n-dnv"
3448   filter: "'MRR'"
3449   parameters:
3450   - "name"
3451   - "doc"
3452   - "level"
3453   - "parent"
3454   data-start-level: 3
3455
3456 # VPP MRR Configuration 2n-dnv
3457 - type: "file"
3458   title: "VPP MRR Configuration 2n-dnv"
3459   algorithm: "file_test_results"
3460   output-file-ext: ".rst"
3461   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
3462   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"
3463   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
3464   data: "vpp-mrr-results-2n-dnv"
3465   filter: "'MRR'"
3466   parameters:
3467   - "name"
3468   - "doc"
3469   - "level"
3470   - "parent"
3471   data-start-level: 3
3472
3473 # VPP Functional Results - Ubuntu
3474 - type: "file"
3475   title: "VPP Functional Results - Ubuntu"
3476   algorithm: "file_test_results"
3477   output-file-ext: ".rst"
3478   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3479   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"
3480   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
3481   data: "vpp-func-results-ubuntu"
3482   filter: "all"
3483   parameters:
3484   - "name"
3485   - "doc"
3486   - "level"
3487   - "parent"
3488   data-start-level: 3
3489
3490 # VPP Functional Results - CentOS
3491 - type: "file"
3492   title: "VPP Functional Results - CentOS"
3493   algorithm: "file_test_results"
3494   output-file-ext: ".rst"
3495   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3496   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"
3497   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
3498   data:
3499     "vpp-func-results-centos"
3500   filter: "all"
3501   parameters:
3502   - "name"
3503   - "doc"
3504   - "level"
3505   - "parent"
3506   data-start-level: 3
3507
3508 # VPP Functional Configuration - Ubuntu
3509 - type: "file"
3510   title: "VPP Functional Configuration - Ubuntu"
3511   algorithm: "file_test_results"
3512   output-file-ext: ".rst"
3513   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3514   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"
3515   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
3516   data: "vpp-func-results-ubuntu"
3517   filter: "all"
3518   parameters:
3519   - "name"
3520   - "doc"
3521   - "level"
3522   - "parent"
3523   data-start-level: 3
3524
3525 # VPP Functional Configuration - CentOS
3526 - type: "file"
3527   title: "VPP Functional Configuration - CentOS"
3528   algorithm: "file_test_results"
3529   output-file-ext: ".rst"
3530   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3531   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"
3532   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
3533   data:
3534     "vpp-func-results-centos"
3535   filter: "all"
3536   parameters:
3537   - "name"
3538   - "doc"
3539   - "level"
3540   - "parent"
3541   data-start-level: 3
3542
3543 # VPP Device Results - Ubuntu
3544 - type: "file"
3545   title: "VPP Device Results - Ubuntu"
3546   algorithm: "file_test_results"
3547   output-file-ext: ".rst"
3548   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3549   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"
3550   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
3551   data: "vpp-device-results-ubuntu"
3552   filter: "all"
3553   parameters:
3554   - "name"
3555   - "doc"
3556   - "level"
3557   - "parent"
3558   data-start-level: 2
3559
3560 # VPP Device Configuration - Ubuntu
3561 - type: "file"
3562   title: "VPP Device Configuration - Ubuntu"
3563   algorithm: "file_test_results"
3564   output-file-ext: ".rst"
3565   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3566   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"
3567   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
3568   data: "vpp-device-results-ubuntu"
3569   filter: "all"
3570   parameters:
3571   - "name"
3572   - "doc"
3573   - "level"
3574   - "parent"
3575   data-start-level: 2
3576
3577 ################################################################################
3578 ###                                P L O T S                                 ###
3579 ################################################################################
3580
3581 - type: "plot"
3582   title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
3583   algorithm: "plot_service_density_reconf_box_name"
3584   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
3585   data: "plot-vpp-nfv-reconf-2n-skx"
3586   include:
3587     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
3588     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
3589     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
3590     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
3591     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
3592     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
3593   layout:
3594     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
3595     layout: "plot-throughput"
3596
3597 - type: "plot"
3598   title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
3599   algorithm: "plot_service_density_reconf_box_name"
3600   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
3601   data: "plot-vpp-nfv-reconf-2n-skx"
3602   include:
3603     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
3604     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
3605     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
3606     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
3607     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
3608     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
3609   layout:
3610     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
3611     layout: "plot-throughput"
3612
3613 - type: "plot"
3614   title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
3615   algorithm: "plot_service_density_reconf_box_name"
3616   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
3617   data: "plot-vpp-nfv-reconf-2n-skx"
3618   include:
3619     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
3620     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
3621     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
3622     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
3623     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
3624     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
3625   layout:
3626     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
3627     layout: "plot-throughput"
3628
3629 ###############################################################################
3630
3631 # Packet Throughput
3632
3633 - type: "plot"
3634   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
3635   algorithm: "plot_performance_box_name"
3636   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
3637   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3638   include:
3639     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3640     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3641     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3642     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3643   layout:
3644     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
3645     layout: "plot-throughput"
3646
3647 - type: "plot"
3648   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
3649   algorithm: "plot_performance_box_name"
3650   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
3651   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3652   include:
3653     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3654     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3655     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3656     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3657   layout:
3658     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
3659     layout: "plot-throughput"
3660
3661 - type: "plot"
3662   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
3663   algorithm: "plot_performance_box_name"
3664   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
3665   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3666   include:
3667     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3668     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
3669     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3670     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
3671     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3672   layout:
3673     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
3674     layout: "plot-throughput"
3675
3676 - type: "plot"
3677   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
3678   algorithm: "plot_performance_box_name"
3679   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
3680   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3681   include:
3682     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3683     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
3684     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3685     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
3686     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3687   layout:
3688     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
3689     layout: "plot-throughput"
3690
3691 - type: "plot"
3692   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
3693   algorithm: "plot_performance_box_name"
3694   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
3695   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
3696   include:
3697     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
3698     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3699     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3700     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
3701     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3702   layout:
3703     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
3704     layout: "plot-throughput"
3705
3706 - type: "plot"
3707   title: "Throughput: 3n-hsw-xl710-64b-1t1c-memif-base-i40e-ndr"
3708   algorithm: "plot_performance_box_name"
3709   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-memif-base-i40e-ndr"
3710   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
3711   include:
3712     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3713     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
3714     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3715     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
3716     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3717   layout:
3718     title: "3n-hsw-xl710-64b-1t1c-memif-base-i40e-ndr"
3719     layout: "plot-throughput"
3720
3721 - type: "plot"
3722   title: "Throughput: 3n-hsw-xl710-64b-1t1c-memif-base-i40e-pdr"
3723   algorithm: "plot_performance_box_name"
3724   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-memif-base-i40e-pdr"
3725   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
3726   include:
3727     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3728     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
3729     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3730     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
3731     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3732   layout:
3733     title: "3n-hsw-xl710-64b-1t1c-memif-base-i40e-pdr"
3734     layout: "plot-throughput"
3735
3736 - type: "plot"
3737   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
3738   algorithm: "plot_performance_box_name"
3739   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
3740   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
3741   include:
3742     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
3743     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3744     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3745     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
3746     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3747   layout:
3748     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
3749     layout: "plot-throughput"
3750
3751 - type: "plot"
3752   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
3753   algorithm: "plot_performance_box_name"
3754   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
3755   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3756   include:
3757     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
3758     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3759   layout:
3760     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
3761     layout: "plot-throughput"
3762
3763 - type: "plot"
3764   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
3765   algorithm: "plot_performance_box_name"
3766   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
3767   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3768   include:
3769     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
3770     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3771   layout:
3772     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
3773     layout: "plot-throughput"
3774
3775 - type: "plot"
3776   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
3777   algorithm: "plot_performance_box_name"
3778   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
3779   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3780   include:
3781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
3782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
3783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
3784     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
3785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
3786   layout:
3787     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
3788     layout: "plot-throughput"
3789
3790 - type: "plot"
3791   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
3792   algorithm: "plot_performance_box_name"
3793   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
3794   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3795   include:
3796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
3797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
3798     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
3799     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
3800     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
3801   layout:
3802     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
3803     layout: "plot-throughput"
3804
3805 - type: "plot"
3806   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
3807   algorithm: "plot_performance_box_name"
3808   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
3809   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3810   include:
3811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
3812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3813     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
3814     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
3815     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
3816   layout:
3817     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
3818     layout: "plot-throughput"
3819
3820 - type: "plot"
3821   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
3822   algorithm: "plot_performance_box_name"
3823   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
3824   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3825   include:
3826     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
3827     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
3829     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
3830     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
3831   layout:
3832     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
3833     layout: "plot-throughput"
3834
3835 - type: "plot"
3836   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
3837   algorithm: "plot_performance_box_name"
3838   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
3839   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3840   include:
3841     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3842     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
3843   layout:
3844     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
3845     layout: "plot-throughput"
3846
3847 - type: "plot"
3848   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
3849   algorithm: "plot_performance_box_name"
3850   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
3851   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3852   include:
3853     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3854     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
3855   layout:
3856     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
3857     layout: "plot-throughput"
3858
3859 - type: "plot"
3860   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
3861   algorithm: "plot_performance_box_name"
3862   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
3863   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
3864   include:
3865     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
3866     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
3867     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
3868   layout:
3869     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
3870     layout: "plot-throughput"
3871
3872 - type: "plot"
3873   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
3874   algorithm: "plot_performance_box_name"
3875   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
3876   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
3877   include:
3878     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
3879     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
3880     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
3881   layout:
3882     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
3883     layout: "plot-throughput"
3884
3885 - type: "plot"
3886   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
3887   algorithm: "plot_performance_box_name"
3888   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
3889   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3890   include:
3891     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
3892     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3893   layout:
3894     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
3895     layout: "plot-throughput"
3896
3897 - type: "plot"
3898   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
3899   algorithm: "plot_performance_box_name"
3900   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
3901   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3902   include:
3903     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
3904     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3905   layout:
3906     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
3907     layout: "plot-throughput"
3908
3909 - type: "plot"
3910   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
3911   algorithm: "plot_performance_box_name"
3912   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
3913   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3914   include:
3915     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
3916     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
3917     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
3918     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
3919   layout:
3920     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
3921     layout: "plot-throughput"
3922
3923 - type: "plot"
3924   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
3925   algorithm: "plot_performance_box_name"
3926   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
3927   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3928   include:
3929     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
3930     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
3931     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
3932     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
3933   layout:
3934     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
3935     layout: "plot-throughput"
3936
3937 - type: "plot"
3938   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
3939   algorithm: "plot_performance_box_name"
3940   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
3941   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3942   include:
3943     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
3944     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3945     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
3946     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
3947     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
3948   layout:
3949     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
3950     layout: "plot-throughput"
3951
3952 - type: "plot"
3953   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
3954   algorithm: "plot_performance_box_name"
3955   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
3956   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3957   include:
3958     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
3959     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3960     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
3961     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
3962     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
3963   layout:
3964     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
3965     layout: "plot-throughput"
3966
3967 - type: "plot"
3968   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
3969   algorithm: "plot_performance_box_name"
3970   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
3971   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3972   include:
3973     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3974     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
3975     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
3976     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
3977     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
3978     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
3979   layout:
3980     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
3981     layout: "plot-throughput"
3982
3983 - type: "plot"
3984   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
3985   algorithm: "plot_performance_box_name"
3986   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
3987   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3988   include:
3989     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3990     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
3991     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
3992     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
3993     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
3994     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
3995   layout:
3996     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
3997     layout: "plot-throughput"
3998
3999 - type: "plot"
4000   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
4001   algorithm: "plot_performance_box_name"
4002   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
4003   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4004   include:
4005     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
4006     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
4007     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
4008     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
4009     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
4010   layout:
4011     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
4012     layout: "plot-throughput"
4013
4014 - type: "plot"
4015   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
4016   algorithm: "plot_performance_box_name"
4017   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
4018   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4019   include:
4020     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
4021     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
4022     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
4023     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
4024     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
4025   layout:
4026     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
4027     layout: "plot-throughput"
4028
4029 - type: "plot"
4030   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
4031   algorithm: "plot_performance_box_name"
4032   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
4033   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4034   include:
4035     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
4036     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
4037   layout:
4038     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
4039     layout: "plot-throughput"
4040
4041 - type: "plot"
4042   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
4043   algorithm: "plot_performance_box_name"
4044   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
4045   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4046   include:
4047     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
4048     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
4049   layout:
4050     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
4051     layout: "plot-throughput"
4052
4053 - type: "plot"
4054   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
4055   algorithm: "plot_performance_box_name"
4056   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
4057   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
4058   include:
4059     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
4060   layout:
4061     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-ixgbe-ndr"
4062     layout: "plot-throughput"
4063
4064 - type: "plot"
4065   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
4066   algorithm: "plot_performance_box_name"
4067   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
4068   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
4069   include:
4070     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
4071   layout:
4072     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-ixgbe-pdr"
4073     layout: "plot-throughput"
4074
4075 - type: "plot"
4076   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
4077   algorithm: "plot_performance_box_name"
4078   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
4079   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4080   include:
4081     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
4082   layout:
4083     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-ixgbe-ndr"
4084     layout: "plot-throughput"
4085
4086 - type: "plot"
4087   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
4088   algorithm: "plot_performance_box_name"
4089   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
4090   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4091   include:
4092     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
4093   layout:
4094     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-ixgbe-pdr"
4095     layout: "plot-throughput"
4096
4097 - type: "plot"
4098   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-ndr"
4099   algorithm: "plot_performance_box_name"
4100   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-ndr"
4101   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4102   include:
4103     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
4104     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
4105     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
4106     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
4107   layout:
4108     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-ndr"
4109     layout: "plot-throughput"
4110
4111 - type: "plot"
4112   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-pdr"
4113   algorithm: "plot_performance_box_name"
4114   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-pdr"
4115   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4116   include:
4117     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
4118     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
4119     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
4120     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
4121   layout:
4122     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-pdr"
4123     layout: "plot-throughput"
4124
4125 - type: "plot"
4126   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
4127   algorithm: "plot_performance_box_name"
4128   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
4129   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4130   include:
4131     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
4132     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
4133     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
4134     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
4135   layout:
4136     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
4137     layout: "plot-throughput"
4138
4139 - type: "plot"
4140   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
4141   algorithm: "plot_performance_box_name"
4142   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
4143   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4144   include:
4145     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
4146     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
4147     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
4148     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
4149   layout:
4150     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
4151     layout: "plot-throughput"
4152
4153 - type: "plot"
4154   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
4155   algorithm: "plot_performance_box_name"
4156   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
4157   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4158   include:
4159     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
4160     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
4161     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
4162     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
4163   layout:
4164     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
4165     layout: "plot-throughput"
4166
4167 - type: "plot"
4168   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
4169   algorithm: "plot_performance_box_name"
4170   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
4171   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4172   include:
4173     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
4174     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
4175     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
4176     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
4177   layout:
4178     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
4179     layout: "plot-throughput"
4180
4181 - type: "plot"
4182   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
4183   algorithm: "plot_performance_box_name"
4184   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
4185   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4186   include:
4187     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
4188     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
4189   layout:
4190     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-ixgbe-ndr"
4191     layout: "plot-throughput"
4192
4193 - type: "plot"
4194   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
4195   algorithm: "plot_performance_box_name"
4196   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
4197   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4198   include:
4199     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
4200     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
4201   layout:
4202     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-ixgbe-pdr"
4203     layout: "plot-throughput"
4204
4205 - type: "plot"
4206   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4207   algorithm: "plot_performance_box_name"
4208   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4209   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4210   include:
4211     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4212   layout:
4213     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4214     layout: "plot-throughput"
4215
4216 - type: "plot"
4217   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4218   algorithm: "plot_performance_box_name"
4219   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4220   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4221   include:
4222     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4223   layout:
4224     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4225     layout: "plot-throughput"
4226
4227 - type: "plot"
4228   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4229   algorithm: "plot_performance_box_name"
4230   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4231   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4232   include:
4233     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
4234     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4235     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
4236     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
4237     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
4238   layout:
4239     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4240     layout: "plot-throughput"
4241
4242 - type: "plot"
4243   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4244   algorithm: "plot_performance_box_name"
4245   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4246   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4247   include:
4248     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
4249     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4250     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
4251     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
4252     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
4253   layout:
4254     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4255     layout: "plot-throughput"
4256
4257 - type: "plot"
4258   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
4259   algorithm: "plot_performance_box_name"
4260   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
4261   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4262   include:
4263     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
4264     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4265     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
4266   layout:
4267     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
4268     layout: "plot-throughput"
4269
4270 - type: "plot"
4271   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
4272   algorithm: "plot_performance_box_name"
4273   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
4274   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4275   include:
4276     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
4277     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4278     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
4279   layout:
4280     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
4281     layout: "plot-throughput"
4282
4283 - type: "plot"
4284   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4285   algorithm: "plot_performance_box_name"
4286   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4287   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4288   include:
4289     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4290   layout:
4291     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4292     layout: "plot-throughput"
4293
4294 - type: "plot"
4295   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4296   algorithm: "plot_performance_box_name"
4297   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4298   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4299   include:
4300     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4301   layout:
4302     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4303     layout: "plot-throughput"
4304
4305 - type: "plot"
4306   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4307   algorithm: "plot_performance_box_name"
4308   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4309   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4310   include:
4311     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
4312     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4313     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
4314     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
4315     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
4316   layout:
4317     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4318     layout: "plot-throughput"
4319
4320 - type: "plot"
4321   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4322   algorithm: "plot_performance_box_name"
4323   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4324   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4325   include:
4326     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
4327     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4328     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
4329     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
4330     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
4331   layout:
4332     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4333     layout: "plot-throughput"
4334
4335 - type: "plot"
4336   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4337   algorithm: "plot_performance_box_name"
4338   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4339   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4340   include:
4341     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
4342     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4343     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
4344     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
4345     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
4346   layout:
4347     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4348     layout: "plot-throughput"
4349
4350 - type: "plot"
4351   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4352   algorithm: "plot_performance_box_name"
4353   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4354   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4355   include:
4356     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
4357     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4358     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
4359     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
4360     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
4361   layout:
4362     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4363     layout: "plot-throughput"
4364
4365 - type: "plot"
4366   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4367   algorithm: "plot_performance_box_name"
4368   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4369   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
4370   include:
4371     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4372   layout:
4373     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-ixgbe-ndr"
4374     layout: "plot-throughput"
4375
4376 - type: "plot"
4377   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4378   algorithm: "plot_performance_box_name"
4379   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4380   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
4381   include:
4382     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4383   layout:
4384     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-ixgbe-pdr"
4385     layout: "plot-throughput"
4386
4387 - type: "plot"
4388   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4389   algorithm: "plot_performance_box_name"
4390   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4391   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4392   include:
4393     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4394   layout:
4395     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-ixgbe-ndr"
4396     layout: "plot-throughput"
4397
4398 - type: "plot"
4399   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4400   algorithm: "plot_performance_box_name"
4401   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4402   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4403   include:
4404     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4405   layout:
4406     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-ixgbe-pdr"
4407     layout: "plot-throughput"
4408
4409 - type: "plot"
4410   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
4411   algorithm: "plot_performance_box_name"
4412   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
4413   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4414   include:
4415     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4416     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4417     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4418     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4419     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4420     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4421   layout:
4422     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
4423     layout: "plot-throughput"
4424
4425 - type: "plot"
4426   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
4427   algorithm: "plot_performance_box_name"
4428   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
4429   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4430   include:
4431     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4432     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4433     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4434     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4435     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4436     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4437   layout:
4438     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
4439     layout: "plot-throughput"
4440
4441 - type: "plot"
4442   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
4443   algorithm: "plot_performance_box_name"
4444   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
4445   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4446   include:
4447     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
4448     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4449     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
4450     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4451   layout:
4452     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
4453     layout: "plot-throughput"
4454
4455 - type: "plot"
4456   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
4457   algorithm: "plot_performance_box_name"
4458   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
4459   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4460   include:
4461     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
4462     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4463     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4464     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4465   layout:
4466     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
4467     layout: "plot-throughput"
4468
4469 - type: "plot"
4470   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
4471   algorithm: "plot_performance_box_name"
4472   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
4473   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4474   include:
4475     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4476     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4477     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4478     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4479     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4480     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4481   layout:
4482     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
4483     layout: "plot-throughput"
4484
4485 - type: "plot"
4486   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
4487   algorithm: "plot_performance_box_name"
4488   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
4489   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4490   include:
4491     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4492     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4493     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4494     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4495     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4496     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4497   layout:
4498     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
4499     layout: "plot-throughput"
4500
4501 - type: "plot"
4502   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
4503   algorithm: "plot_performance_box_name"
4504   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
4505   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4506   include:
4507     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4508     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4509     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4510     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4511     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4512     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4513   layout:
4514     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
4515     layout: "plot-throughput"
4516
4517 - type: "plot"
4518   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
4519   algorithm: "plot_performance_box_name"
4520   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
4521   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4522   include:
4523     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4524     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4525     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4526     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4527     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4528     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4529   layout:
4530     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
4531     layout: "plot-throughput"
4532
4533 - type: "plot"
4534   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
4535   algorithm: "plot_performance_box_name"
4536   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
4537   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4538   include:
4539     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4540     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4541     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4542     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4543     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4544     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4545   layout:
4546     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
4547     layout: "plot-throughput"
4548
4549 - type: "plot"
4550   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
4551   algorithm: "plot_performance_box_name"
4552   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
4553   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4554   include:
4555     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4556     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4557     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4558     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4559     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4560     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4561   layout:
4562     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
4563     layout: "plot-throughput"
4564
4565 - type: "plot"
4566   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
4567   algorithm: "plot_performance_box_name"
4568   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
4569   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4570   include:
4571     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4572     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
4573     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4574   layout:
4575     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
4576     layout: "plot-throughput"
4577
4578 - type: "plot"
4579   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
4580   algorithm: "plot_performance_box_name"
4581   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
4582   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4583   include:
4584     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4585     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
4586     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4587   layout:
4588     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
4589     layout: "plot-throughput"
4590
4591 - type: "plot"
4592   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
4593   algorithm: "plot_performance_box_name"
4594   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
4595   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4596   include:
4597     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
4598     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4599     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
4600   layout:
4601     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
4602     layout: "plot-throughput"
4603
4604 - type: "plot"
4605   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
4606   algorithm: "plot_performance_box_name"
4607   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
4608   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4609   include:
4610     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
4611     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4612     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
4613   layout:
4614     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
4615     layout: "plot-throughput"
4616
4617 - type: "plot"
4618   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
4619   algorithm: "plot_performance_box_name"
4620   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
4621   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4622   include:
4623     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
4624     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
4625     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4626     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4627     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4628   layout:
4629     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
4630     layout: "plot-throughput"
4631
4632 - type: "plot"
4633   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
4634   algorithm: "plot_performance_box_name"
4635   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
4636   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4637   include:
4638     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
4639     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
4640     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4641     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4642     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4643   layout:
4644     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
4645     layout: "plot-throughput"
4646
4647 - type: "plot"
4648   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
4649   algorithm: "plot_performance_box_name"
4650   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
4651   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4652   include:
4653     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4654     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
4655     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
4656     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4657   layout:
4658     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
4659     layout: "plot-throughput"
4660
4661 - type: "plot"
4662   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
4663   algorithm: "plot_performance_box_name"
4664   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
4665   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4666   include:
4667     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4668     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
4669     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
4670     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4671   layout:
4672     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
4673     layout: "plot-throughput"
4674
4675 - type: "plot"
4676   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
4677   algorithm: "plot_performance_box_name"
4678   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
4679   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4680   include:
4681     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4682     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
4683     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4684     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4685     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4686     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4687   layout:
4688     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
4689     layout: "plot-throughput"
4690
4691 - type: "plot"
4692   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
4693   algorithm: "plot_performance_box_name"
4694   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
4695   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4696   include:
4697     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4698     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
4699     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4700     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4701     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4702     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4703   layout:
4704     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
4705     layout: "plot-throughput"
4706
4707 - type: "plot"
4708   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
4709   algorithm: "plot_performance_box_name"
4710   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
4711   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4712   include:
4713     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4714     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4715     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4716   layout:
4717     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
4718     layout: "plot-throughput"
4719
4720 - type: "plot"
4721   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
4722   algorithm: "plot_performance_box_name"
4723   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
4724   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4725   include:
4726     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4727     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4728     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4729   layout:
4730     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
4731     layout: "plot-throughput"
4732
4733 - type: "plot"
4734   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
4735   algorithm: "plot_performance_box_name"
4736   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
4737   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4738   include:
4739     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
4740     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4741     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
4742   layout:
4743     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
4744     layout: "plot-throughput"
4745
4746 - type: "plot"
4747   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
4748   algorithm: "plot_performance_box_name"
4749   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
4750   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4751   include:
4752     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
4753     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4754     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
4755   layout:
4756     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
4757     layout: "plot-throughput"
4758
4759 - type: "plot"
4760   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
4761   algorithm: "plot_performance_box_name"
4762   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
4763   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4764   include:
4765     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
4766     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4767     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4768     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4769   layout:
4770     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
4771     layout: "plot-throughput"
4772
4773 - type: "plot"
4774   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
4775   algorithm: "plot_performance_box_name"
4776   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
4777   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4778   include:
4779     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
4780     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4781     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4782     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4783   layout:
4784     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
4785     layout: "plot-throughput"
4786
4787 - type: "plot"
4788   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
4789   algorithm: "plot_performance_box_name"
4790   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
4791   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4792   include:
4793     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
4794     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4795     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4796     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
4797     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
4798     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4799   layout:
4800     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
4801     layout: "plot-throughput"
4802
4803 - type: "plot"
4804   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
4805   algorithm: "plot_performance_box_name"
4806   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
4807   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4808   include:
4809     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
4810     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4811     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4812     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
4813     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
4814     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4815   layout:
4816     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
4817     layout: "plot-throughput"
4818
4819 - type: "plot"
4820   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
4821   algorithm: "plot_performance_box_name"
4822   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
4823   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4824   include:
4825     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
4826     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4827     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4828     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4829   layout:
4830     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
4831     layout: "plot-throughput"
4832
4833 - type: "plot"
4834   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
4835   algorithm: "plot_performance_box_name"
4836   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
4837   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4838   include:
4839     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
4840     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4841     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4842     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4843   layout:
4844     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
4845     layout: "plot-throughput"
4846
4847 - type: "plot"
4848   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
4849   algorithm: "plot_performance_box_name"
4850   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
4851   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4852   include:
4853     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4854     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4855     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4856     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
4857     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
4858     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4859   layout:
4860     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
4861     layout: "plot-throughput"
4862
4863 - type: "plot"
4864   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
4865   algorithm: "plot_performance_box_name"
4866   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
4867   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4868   include:
4869     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4870     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4871     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4872     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
4873     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
4874     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4875   layout:
4876     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
4877     layout: "plot-throughput"
4878
4879 - type: "plot"
4880   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
4881   algorithm: "plot_performance_box_name"
4882   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
4883   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
4884   include:
4885     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4886     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4887     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4888   layout:
4889     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
4890     layout: "plot-throughput"
4891
4892 - type: "plot"
4893   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
4894   algorithm: "plot_performance_box_name"
4895   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
4896   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
4897   include:
4898     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4899     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4900     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4901   layout:
4902     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
4903     layout: "plot-throughput"
4904
4905 - type: "plot"
4906   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
4907   algorithm: "plot_performance_box_name"
4908   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
4909   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4910   include:
4911     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4912     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4913     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4914   layout:
4915     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
4916     layout: "plot-throughput"
4917
4918 - type: "plot"
4919   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
4920   algorithm: "plot_performance_box_name"
4921   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
4922   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4923   include:
4924     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4925     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4926     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4927   layout:
4928     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
4929     layout: "plot-throughput"
4930
4931 - type: "plot"
4932   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
4933   algorithm: "plot_performance_box_name"
4934   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
4935   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4936   include:
4937     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
4938     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4939     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4940     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
4941   layout:
4942     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
4943     layout: "plot-throughput"
4944
4945 - type: "plot"
4946   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
4947   algorithm: "plot_performance_box_name"
4948   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
4949   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4950   include:
4951     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
4952     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4953     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4954     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
4955   layout:
4956     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
4957     layout: "plot-throughput"
4958
4959 - type: "plot"
4960   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
4961   algorithm: "plot_performance_box_name"
4962   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
4963   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4964   include:
4965     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4966     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4967     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4968     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
4969   layout:
4970     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
4971     layout: "plot-throughput"
4972
4973 - type: "plot"
4974   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
4975   algorithm: "plot_performance_box_name"
4976   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
4977   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4978   include:
4979     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4980     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4981     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4982     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
4983   layout:
4984     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
4985     layout: "plot-throughput"
4986
4987 - type: "plot"
4988   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
4989   algorithm: "plot_performance_box_name"
4990   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
4991   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4992   include:
4993     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
4994     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4995     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4996     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
4997   layout:
4998     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
4999     layout: "plot-throughput"
5000
5001 - type: "plot"
5002   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
5003   algorithm: "plot_performance_box_name"
5004   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
5005   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5006   include:
5007     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5008     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5009     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5010     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5011   layout:
5012     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
5013     layout: "plot-throughput"
5014
5015 - type: "plot"
5016   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
5017   algorithm: "plot_performance_box_name"
5018   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
5019   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5020   include:
5021     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5022     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5023     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5024     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
5025   layout:
5026     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
5027     layout: "plot-throughput"
5028
5029 - type: "plot"
5030   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-pdr"
5031   algorithm: "plot_performance_box_name"
5032   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-pdr"
5033   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5034   include:
5035     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5036     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5037     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5038     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
5039   layout:
5040     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-pdr"
5041     layout: "plot-throughput"
5042
5043 - type: "plot"
5044   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
5045   algorithm: "plot_performance_box_name"
5046   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
5047   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5048   include:
5049     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5050     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5051     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5052     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5053     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5054   layout:
5055     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
5056     layout: "plot-throughput"
5057
5058 - type: "plot"
5059   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
5060   algorithm: "plot_performance_box_name"
5061   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
5062   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5063   include:
5064     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5065     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5066     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5067     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5068     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5069   layout:
5070     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
5071     layout: "plot-throughput"
5072
5073 - type: "plot"
5074   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5075   algorithm: "plot_performance_box_name"
5076   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5077   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5078   include:
5079     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5080     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5081     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5082     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5083     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
5084   layout:
5085     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5086     layout: "plot-throughput"
5087
5088 - type: "plot"
5089   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
5090   algorithm: "plot_performance_box_name"
5091   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
5092   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5093   include:
5094     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5095     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5096     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5097     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5098     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
5099   layout:
5100     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
5101     layout: "plot-throughput"
5102
5103 - type: "plot"
5104   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
5105   algorithm: "plot_performance_box_name"
5106   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
5107   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5108   include:
5109     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5110     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5111     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5112     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5113     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5114     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5115   layout:
5116     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
5117     layout: "plot-throughput"
5118
5119 - type: "plot"
5120   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
5121   algorithm: "plot_performance_box_name"
5122   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
5123   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5124   include:
5125     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5126     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5127     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5128     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5129     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5130     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5131   layout:
5132     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
5133     layout: "plot-throughput"
5134
5135 - type: "plot"
5136   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5137   algorithm: "plot_performance_box_name"
5138   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5139   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5140   include:
5141     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5142     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5143     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5144     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5145     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5146     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5147   layout:
5148     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5149     layout: "plot-throughput"
5150
5151 - type: "plot"
5152   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
5153   algorithm: "plot_performance_box_name"
5154   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
5155   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5156   include:
5157     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5158     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5159     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5160     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5161     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5162     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5163   layout:
5164     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
5165     layout: "plot-throughput"
5166
5167 - type: "plot"
5168   title: "Throughput: 3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
5169   algorithm: "plot_performance_box_name"
5170   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
5171   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5172   include:
5173     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5174     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5175     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5176     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5177     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5178     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5179   layout:
5180     title: "3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
5181     layout: "plot-throughput"
5182
5183 - type: "plot"
5184   title: "Throughput: 3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-pdr"
5185   algorithm: "plot_performance_box_name"
5186   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-pdr"
5187   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5188   include:
5189     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5190     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5191     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5192     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5193     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5194     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5195   layout:
5196     title: "3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-pdr"
5197     layout: "plot-throughput"
5198
5199 - type: "plot"
5200   title: "Throughput: 3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5201   algorithm: "plot_performance_box_name"
5202   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5203   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5204   include:
5205     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5206     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5207     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5208     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5209     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5210     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5211   layout:
5212     title: "3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5213     layout: "plot-throughput"
5214
5215 - type: "plot"
5216   title: "Throughput: 3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-pdr"
5217   algorithm: "plot_performance_box_name"
5218   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-pdr"
5219   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5220   include:
5221     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5222     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5223     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5224     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5225     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5226     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5227   layout:
5228     title: "3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-pdr"
5229     layout: "plot-throughput"
5230
5231 - type: "plot"
5232   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
5233   algorithm: "plot_performance_box_name"
5234   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
5235   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5236   include:
5237     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5238     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5239     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5240     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5241     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5242   layout:
5243     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
5244     layout: "plot-throughput"
5245
5246 - type: "plot"
5247   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
5248   algorithm: "plot_performance_box_name"
5249   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
5250   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5251   include:
5252     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5253     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5254     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5255     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5256     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5257   layout:
5258     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
5259     layout: "plot-throughput"
5260
5261 - type: "plot"
5262   title: "Throughput: 3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-ndr"
5263   algorithm: "plot_performance_box_name"
5264   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-ndr"
5265   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5266   include:
5267     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
5268     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
5269     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
5270   layout:
5271     title: "3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-ndr"
5272     layout: "plot-throughput"
5273
5274 - type: "plot"
5275   title: "Throughput: 3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-pdr"
5276   algorithm: "plot_performance_box_name"
5277   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-pdr"
5278   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5279   include:
5280     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
5281     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
5282     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
5283   layout:
5284     title: "3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-pdr"
5285     layout: "plot-throughput"
5286
5287 ################################################################################
5288
5289 # Packet Latency 1C
5290
5291 - type: "plot"
5292   title: "Latency: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
5293   algorithm: "plot_latency_error_bars_name"
5294   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
5295   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5296   include:
5297     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
5298     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5299     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5300     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
5301   layout:
5302     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
5303     layout: "plot-latency"
5304
5305 - type: "plot"
5306   title: "Latency: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
5307   algorithm: "plot_latency_error_bars_name"
5308   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
5309   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5310   include:
5311     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
5312     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
5313     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5314     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
5315     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
5316   layout:
5317     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
5318     layout: "plot-latency"
5319
5320 - type: "plot"
5321   title: "Latency: 3n-hsw-xl710-64b-1t1c-memif-base-i40e-ndr-lat"
5322   algorithm: "plot_latency_error_bars_name"
5323   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-memif-base-i40e-ndr-lat"
5324   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5325   include:
5326     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
5327     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
5328     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5329     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
5330     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
5331   layout:
5332     title: "3n-hsw-xl710-64b-1t1c-memif-base-i40e-ndr"
5333     layout: "plot-latency"
5334
5335 - type: "plot"
5336   title: "Latency: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
5337   algorithm: "plot_latency_error_bars_name"
5338   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
5339   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5340   include:
5341     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
5342     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
5343   layout:
5344     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
5345     layout: "plot-latency"
5346
5347 - type: "plot"
5348   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
5349   algorithm: "plot_latency_error_bars_name"
5350   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
5351   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5352   include:
5353     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
5354     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
5355     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
5356     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
5357     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
5358   layout:
5359     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
5360     layout: "plot-latency"
5361
5362 - type: "plot"
5363   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
5364   algorithm: "plot_latency_error_bars_name"
5365   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
5366   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5367   include:
5368     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
5369     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
5370     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
5371     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
5372     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
5373   layout:
5374     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
5375     layout: "plot-latency"
5376
5377 - type: "plot"
5378   title: "Latency: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
5379   algorithm: "plot_latency_error_bars_name"
5380   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
5381   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5382   include:
5383     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
5384     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
5385   layout:
5386     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
5387     layout: "plot-latency"
5388
5389 - type: "plot"
5390   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
5391   algorithm: "plot_latency_error_bars_name"
5392   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
5393   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5394   include:
5395     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
5396     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
5397     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
5398   layout:
5399     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
5400     layout: "plot-latency"
5401
5402 - type: "plot"
5403   title: "Latency: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
5404   algorithm: "plot_latency_error_bars_name"
5405   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
5406   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5407   include:
5408     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
5409     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
5410   layout:
5411     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
5412     layout: "plot-latency"
5413
5414 - type: "plot"
5415   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
5416   algorithm: "plot_latency_error_bars_name"
5417   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
5418   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5419   include:
5420     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
5421     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
5422     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
5423     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
5424   layout:
5425     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
5426     layout: "plot-latency"
5427
5428 - type: "plot"
5429   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
5430   algorithm: "plot_latency_error_bars_name"
5431   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
5432   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5433   include:
5434     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
5435     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
5436     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
5437     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
5438     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
5439   layout:
5440     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
5441     layout: "plot-latency"
5442
5443 - type: "plot"
5444   title: "Latency: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
5445   algorithm: "plot_latency_error_bars_name"
5446   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
5447   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5448   include:
5449     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
5450     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
5451     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
5452     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
5453     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
5454     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
5455   layout:
5456     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
5457     layout: "plot-latency"
5458
5459 - type: "plot"
5460   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-ndr-lat"
5461   algorithm: "plot_latency_error_bars_name"
5462   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-ndr-lat"
5463   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5464   include:
5465     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
5466     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
5467     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
5468     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
5469   layout:
5470     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-ndr"
5471     layout: "plot-latency"
5472
5473 - type: "plot"
5474   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-lat"
5475   algorithm: "plot_latency_error_bars_name"
5476   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-lat"
5477   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5478   include:
5479     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
5480     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
5481     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
5482     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
5483   layout:
5484     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
5485     layout: "plot-latency"
5486
5487 - type: "plot"
5488   title: "Latency: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5489   algorithm: "plot_latency_error_bars_name"
5490   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5491   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5492   include:
5493     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
5494   layout:
5495     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
5496     layout: "plot-latency"
5497
5498 - type: "plot"
5499   title: "Latency: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5500   algorithm: "plot_latency_error_bars_name"
5501   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5502   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5503   include:
5504     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
5505     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
5506     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
5507     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
5508     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
5509   layout:
5510     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
5511     layout: "plot-latency"
5512
5513 - type: "plot"
5514   title: "Latency: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
5515   algorithm: "plot_latency_error_bars_name"
5516   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
5517   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5518   include:
5519     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
5520     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
5521     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
5522   layout:
5523     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
5524     layout: "plot-latency"
5525
5526 - type: "plot"
5527   title: "Latency: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5528   algorithm: "plot_latency_error_bars_name"
5529   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5530   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5531   include:
5532     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
5533   layout:
5534     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
5535     layout: "plot-latency"
5536
5537 - type: "plot"
5538   title: "Latency: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5539   algorithm: "plot_latency_error_bars_name"
5540   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5541   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5542   include:
5543     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
5544     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
5545     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
5546     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
5547     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
5548   layout:
5549     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
5550     layout: "plot-latency"
5551
5552 #- type: "plot"
5553 #  title: "Latency: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
5554 #  algorithm: "plot_latency_error_bars_name"
5555 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
5556 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5557 #  include:
5558 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
5559 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5560 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
5561 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5562 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
5563 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5564 #  layout:
5565 #    title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
5566 #    layout: "plot-latency"
5567
5568 #- type: "plot"
5569 #  title: "Latency: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
5570 #  algorithm: "plot_latency_error_bars_name"
5571 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
5572 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5573 #  include:
5574 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
5575 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5576 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
5577 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5578 #  layout:
5579 #    title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
5580 #    layout: "plot-latency"
5581
5582 #- type: "plot"
5583 #  title: "Latency: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
5584 #  algorithm: "plot_latency_error_bars_name"
5585 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
5586 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
5587 #  include:
5588 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
5589 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5590 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
5591 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5592 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
5593 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5594 #  layout:
5595 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
5596 #    layout: "plot-latency"
5597
5598 - type: "plot"
5599   title: "Latency: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
5600   algorithm: "plot_latency_error_bars_name"
5601   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
5602   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5603   include:
5604     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
5605     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
5606     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
5607   layout:
5608     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
5609     layout: "plot-latency"
5610
5611 - type: "plot"
5612   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
5613   algorithm: "plot_latency_error_bars_name"
5614   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
5615   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5616   include:
5617     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
5618     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
5619     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
5620   layout:
5621     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
5622     layout: "plot-latency"
5623
5624 - type: "plot"
5625   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
5626   algorithm: "plot_latency_error_bars_name"
5627   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
5628   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5629   include:
5630     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
5631     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
5632     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
5633     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
5634     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
5635   layout:
5636     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
5637     layout: "plot-latency"
5638
5639 - type: "plot"
5640   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
5641   algorithm: "plot_latency_error_bars_name"
5642   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
5643   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5644   include:
5645     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
5646     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
5647     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
5648     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
5649   layout:
5650     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
5651     layout: "plot-latency"
5652
5653 - type: "plot"
5654   title: "Latency: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
5655   algorithm: "plot_latency_error_bars_name"
5656   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
5657   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5658   include:
5659     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
5660     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
5661     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
5662     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
5663     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
5664     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
5665   layout:
5666     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
5667     layout: "plot-latency"
5668
5669 - type: "plot"
5670   title: "Latency: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
5671   algorithm: "plot_latency_error_bars_name"
5672   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
5673   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5674   include:
5675     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
5676     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
5677     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
5678   layout:
5679     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
5680     layout: "plot-latency"
5681
5682 - type: "plot"
5683   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
5684   algorithm: "plot_latency_error_bars_name"
5685   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
5686   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5687   include:
5688     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
5689     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
5690     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
5691   layout:
5692     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
5693     layout: "plot-latency"
5694
5695 - type: "plot"
5696   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
5697   algorithm: "plot_latency_error_bars_name"
5698   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
5699   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5700   include:
5701     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
5702     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
5703     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
5704     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
5705   layout:
5706     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
5707     layout: "plot-latency"
5708
5709 - type: "plot"
5710   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
5711   algorithm: "plot_latency_error_bars_name"
5712   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
5713   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5714   include:
5715     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
5716     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
5717     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
5718     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
5719     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
5720     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
5721   layout:
5722     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
5723     layout: "plot-latency"
5724
5725 - type: "plot"
5726   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
5727   algorithm: "plot_latency_error_bars_name"
5728   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
5729   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5730   include:
5731     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5732     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5733     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5734     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5735   layout:
5736     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
5737     layout: "plot-latency"
5738
5739 - type: "plot"
5740   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5741   algorithm: "plot_latency_error_bars_name"
5742   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-lat"
5743   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5744   include:
5745     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5746     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5747     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5748     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
5749   layout:
5750     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5751     layout: "plot-latency"
5752
5753 - type: "plot"
5754   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
5755   algorithm: "plot_latency_error_bars_name"
5756   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr-lat"
5757   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5758   include:
5759     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5760     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5761     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5762     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5763   layout:
5764     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
5765     layout: "plot-latency"
5766
5767 - type: "plot"
5768   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
5769   algorithm: "plot_latency_error_bars_name"
5770   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr-lat"
5771   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5772   include:
5773     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5774     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5775     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5776     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
5777   layout:
5778     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
5779     layout: "plot-latency"
5780
5781 - type: "plot"
5782   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
5783   algorithm: "plot_latency_error_bars_name"
5784   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
5785   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5786   include:
5787     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5788     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5789     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5790     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5791     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5792   layout:
5793     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
5794     layout: "plot-latency"
5795
5796 - type: "plot"
5797   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5798   algorithm: "plot_latency_error_bars_name"
5799   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-lat"
5800   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5801   include:
5802     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5803     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5804     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5805     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5806     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
5807   layout:
5808     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5809     layout: "plot-latency"
5810
5811 - type: "plot"
5812   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
5813   algorithm: "plot_latency_error_bars_name"
5814   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
5815   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5816   include:
5817     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5818     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5819     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5820     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5821     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5822     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5823   layout:
5824     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
5825     layout: "plot-latency"
5826
5827 - type: "plot"
5828   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5829   algorithm: "plot_latency_error_bars_name"
5830   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
5831   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5832   include:
5833     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5834     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5835     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5836     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5837     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5838     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5839   layout:
5840     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5841     layout: "plot-latency"
5842
5843 - type: "plot"
5844   title: "Latency: 3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
5845   algorithm: "plot_latency_error_bars_name"
5846   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-ndr-lat"
5847   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5848   include:
5849     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5850     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5851     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5852     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5853     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5854     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5855   layout:
5856     title: "3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
5857     layout: "plot-latency"
5858
5859 - type: "plot"
5860   title: "Latency: 3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5861   algorithm: "plot_latency_error_bars_name"
5862   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
5863   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5864   include:
5865     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5866     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5867     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5868     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5869     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5870     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5871   layout:
5872     title: "3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5873     layout: "plot-latency"
5874
5875 - type: "plot"
5876   title: "Latency: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-lat"
5877   algorithm: "plot_latency_error_bars_name"
5878   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-lat"
5879   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5880   include:
5881     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
5882     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
5883     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5884     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
5885     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
5886   layout:
5887     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
5888     layout: "plot-latency"
5889
5890 - type: "plot"
5891   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-lat"
5892   algorithm: "plot_latency_error_bars_name"
5893   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-lat"
5894   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5895   include:
5896     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
5897     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
5898     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
5899     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
5900     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
5901   layout:
5902     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
5903     layout: "plot-latency"
5904
5905 - type: "plot"
5906   title: "Latency: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-lat"
5907   algorithm: "plot_latency_error_bars_name"
5908   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-lat"
5909   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5910   include:
5911     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
5912     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
5913   layout:
5914     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
5915     layout: "plot-latency"
5916
5917 - type: "plot"
5918   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-lat"
5919   algorithm: "plot_latency_error_bars_name"
5920   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-lat"
5921   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5922   include:
5923     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
5924     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
5925     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
5926     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
5927   layout:
5928     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-lat"
5929     layout: "plot-latency"
5930
5931 - type: "plot"
5932   title: "Latency: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-lat"
5933   algorithm: "plot_latency_error_bars_name"
5934   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-lat"
5935   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5936   include:
5937     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
5938     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
5939     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
5940     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
5941     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
5942   layout:
5943     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
5944     layout: "plot-latency"
5945
5946 - type: "plot"
5947   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-lat"
5948   algorithm: "plot_latency_error_bars_name"
5949   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-lat"
5950   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5951   include:
5952     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
5953     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
5954     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
5955     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
5956   layout:
5957     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
5958     layout: "plot-latency"
5959
5960 - type: "plot"
5961   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-lat"
5962   algorithm: "plot_latency_error_bars_name"
5963   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-lat"
5964   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5965   include:
5966     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
5967     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
5968     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
5969     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
5970     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
5971     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
5972   layout:
5973     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
5974     layout: "plot-latency"
5975
5976 - type: "plot"
5977   title: "Latency: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-lat"
5978   algorithm: "plot_latency_error_bars_name"
5979   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-lat"
5980   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5981   include:
5982     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5983     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5984     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5985     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5986     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5987   layout:
5988     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
5989     layout: "plot-latency"
5990
5991 ################################################################################
5992
5993 # Packet Latency 2C
5994
5995 - type: "plot"
5996   title: "Latency: 2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
5997   algorithm: "plot_latency_error_bars_name"
5998   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
5999   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6000   include:
6001     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6002     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6003     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6004     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6005   layout:
6006     title: "2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
6007     layout: "plot-latency"
6008
6009 - type: "plot"
6010   title: "Latency: 3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
6011   algorithm: "plot_latency_error_bars_name"
6012   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
6013   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6014   include:
6015     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6016     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6017     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6018     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6019     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6020   layout:
6021     title: "3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
6022     layout: "plot-latency"
6023
6024 - type: "plot"
6025   title: "Latency: 3n-hsw-xl710-64b-2t2c-memif-base-i40e-ndr-lat"
6026   algorithm: "plot_latency_error_bars_name"
6027   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-memif-base-i40e-ndr-lat"
6028   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6029   include:
6030     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6031     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6032     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6033     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6034     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6035   layout:
6036     title: "3n-hsw-xl710-64b-2t2c-memif-base-i40e-ndr"
6037     layout: "plot-latency"
6038
6039 - type: "plot"
6040   title: "Latency: 2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
6041   algorithm: "plot_latency_error_bars_name"
6042   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
6043   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6044   include:
6045     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
6046     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
6047   layout:
6048     title: "2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
6049     layout: "plot-latency"
6050
6051 - type: "plot"
6052   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
6053   algorithm: "plot_latency_error_bars_name"
6054   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
6055   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6056   include:
6057     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-avf-dot1q-ip4base-ndrpdr"
6058     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
6059     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
6060     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
6061     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
6062   layout:
6063     title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
6064     layout: "plot-latency"
6065
6066 - type: "plot"
6067   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
6068   algorithm: "plot_latency_error_bars_name"
6069   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
6070   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6071   include:
6072     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
6073     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
6074     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
6075     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
6076     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
6077   layout:
6078     title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
6079     layout: "plot-latency"
6080
6081 - type: "plot"
6082   title: "Latency: 2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
6083   algorithm: "plot_latency_error_bars_name"
6084   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
6085   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6086   include:
6087     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
6088     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
6089   layout:
6090     title: "2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
6091     layout: "plot-latency"
6092
6093 - type: "plot"
6094   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
6095   algorithm: "plot_latency_error_bars_name"
6096   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
6097   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6098   include:
6099     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
6100     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
6101     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
6102   layout:
6103     title: "3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr"
6104     layout: "plot-latency"
6105
6106 - type: "plot"
6107   title: "Latency: 3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
6108   algorithm: "plot_latency_error_bars_name"
6109   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
6110   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6111   include:
6112     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
6113     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
6114   layout:
6115     title: "3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
6116     layout: "plot-latency"
6117
6118 - type: "plot"
6119   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
6120   algorithm: "plot_latency_error_bars_name"
6121   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
6122   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6123   include:
6124     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
6125     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
6126     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
6127     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
6128   layout:
6129     title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
6130     layout: "plot-latency"
6131
6132 - type: "plot"
6133   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
6134   algorithm: "plot_latency_error_bars_name"
6135   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
6136   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6137   include:
6138     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
6139     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
6140     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
6141     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
6142     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
6143   layout:
6144     title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
6145     layout: "plot-latency"
6146
6147 - type: "plot"
6148   title: "Latency: 3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
6149   algorithm: "plot_latency_error_bars_name"
6150   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
6151   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6152   include:
6153     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
6154     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6155     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6156     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6157     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6158     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
6159   layout:
6160     title: "3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
6161     layout: "plot-latency"
6162
6163 - type: "plot"
6164   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4tunnel-base-scale-i40e-ndr-lat"
6165   algorithm: "plot_latency_error_bars_name"
6166   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4tunnel-base-scale-i40e-ndr-lat"
6167   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6168   include:
6169     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6170     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
6171     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6172     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
6173   layout:
6174     title: "3n-hsw-xl710-64b-2t2c-ip4tunnel-base-scale-i40e-ndr"
6175     layout: "plot-latency"
6176
6177 - type: "plot"
6178   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-lat"
6179   algorithm: "plot_latency_error_bars_name"
6180   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-lat"
6181   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6182   include:
6183     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t2c-ethip4vxlan-l2xcbase-ndrpdr"
6184     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6185     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6186     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6187   layout:
6188     title: "3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr"
6189     layout: "plot-latency"
6190
6191 - type: "plot"
6192   title: "Latency: 2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6193   algorithm: "plot_latency_error_bars_name"
6194   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6195   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6196   include:
6197     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
6198   layout:
6199     title: "2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
6200     layout: "plot-latency"
6201
6202 - type: "plot"
6203   title: "Latency: 2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6204   algorithm: "plot_latency_error_bars_name"
6205   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6206   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6207   include:
6208     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
6209     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
6210     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
6211     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
6212     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
6213   layout:
6214     title: "2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
6215     layout: "plot-latency"
6216
6217 - type: "plot"
6218   title: "Latency: 3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
6219   algorithm: "plot_latency_error_bars_name"
6220   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
6221   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6222   include:
6223     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
6224     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
6225     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
6226   layout:
6227     title: "3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr"
6228     layout: "plot-latency"
6229
6230 - type: "plot"
6231   title: "Latency: 3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6232   algorithm: "plot_latency_error_bars_name"
6233   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6234   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6235   include:
6236     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
6237   layout:
6238     title: "3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
6239     layout: "plot-latency"
6240
6241 - type: "plot"
6242   title: "Latency: 3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6243   algorithm: "plot_latency_error_bars_name"
6244   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6245   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6246   include:
6247     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
6248     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
6249     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
6250     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
6251     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
6252   layout:
6253     title: "3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
6254     layout: "plot-latency"
6255
6256 #- type: "plot"
6257 #  title: "Latency: 3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
6258 #  algorithm: "plot_latency_error_bars_name"
6259 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
6260 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6261 #  include:
6262 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6263 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6264 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6265 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6266 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6267 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6268 #  layout:
6269 #    title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
6270 #    layout: "plot-latency"
6271
6272 #- type: "plot"
6273 #  title: "Latency: 3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
6274 #  algorithm: "plot_latency_error_bars_name"
6275 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
6276 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6277 #  include:
6278 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
6279 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6280 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
6281 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6282 #  layout:
6283 #    title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
6284 #    layout: "plot-latency"
6285
6286 #- type: "plot"
6287 #  title: "Latency: 3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
6288 #  algorithm: "plot_latency_error_bars_name"
6289 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
6290 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
6291 #  include:
6292 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6293 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6294 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6295 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6296 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6297 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6298 #  layout:
6299 #    title: "3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr"
6300 #    layout: "plot-latency"
6301
6302 - type: "plot"
6303   title: "Latency: 2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
6304   algorithm: "plot_latency_error_bars_name"
6305   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
6306   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6307   include:
6308     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
6309     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
6310     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
6311   layout:
6312     title: "2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
6313     layout: "plot-latency"
6314
6315 - type: "plot"
6316   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
6317   algorithm: "plot_latency_error_bars_name"
6318   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
6319   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6320   include:
6321     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
6322     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
6323     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
6324   layout:
6325     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
6326     layout: "plot-latency"
6327
6328 - type: "plot"
6329   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
6330   algorithm: "plot_latency_error_bars_name"
6331   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
6332   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6333   include:
6334     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
6335     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
6336     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
6337     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
6338     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
6339   layout:
6340     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
6341     layout: "plot-latency"
6342
6343 - type: "plot"
6344   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
6345   algorithm: "plot_latency_error_bars_name"
6346   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
6347   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6348   include:
6349     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
6350     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
6351     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
6352     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
6353   layout:
6354     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
6355     layout: "plot-latency"
6356
6357 - type: "plot"
6358   title: "Latency: 3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
6359   algorithm: "plot_latency_error_bars_name"
6360   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
6361   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6362   include:
6363     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
6364     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
6365     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
6366     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
6367     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
6368     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
6369   layout:
6370     title: "3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr"
6371     layout: "plot-latency"
6372
6373 - type: "plot"
6374   title: "Latency: 3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
6375   algorithm: "plot_latency_error_bars_name"
6376   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
6377   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6378   include:
6379     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
6380     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
6381     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
6382   layout:
6383     title: "3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
6384     layout: "plot-latency"
6385
6386 - type: "plot"
6387   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
6388   algorithm: "plot_latency_error_bars_name"
6389   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
6390   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6391   include:
6392     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
6393     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
6394     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
6395   layout:
6396     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
6397     layout: "plot-latency"
6398
6399 - type: "plot"
6400   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
6401   algorithm: "plot_latency_error_bars_name"
6402   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
6403   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6404   include:
6405     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
6406     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
6407     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
6408     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
6409   layout:
6410     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
6411     layout: "plot-latency"
6412
6413 - type: "plot"
6414   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
6415   algorithm: "plot_latency_error_bars_name"
6416   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
6417   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6418   include:
6419     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
6420     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
6421     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
6422     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
6423     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
6424     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
6425   layout:
6426     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
6427     layout: "plot-latency"
6428
6429 - type: "plot"
6430   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
6431   algorithm: "plot_latency_error_bars_name"
6432   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
6433   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6434   include:
6435     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6436     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6437     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6438     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
6439   layout:
6440     title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
6441     layout: "plot-latency"
6442
6443 - type: "plot"
6444   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
6445   algorithm: "plot_latency_error_bars_name"
6446   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-lat"
6447   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6448   include:
6449     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6450     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6451     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6452     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
6453   layout:
6454     title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
6455     layout: "plot-latency"
6456
6457 - type: "plot"
6458   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
6459   algorithm: "plot_latency_error_bars_name"
6460   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr-lat"
6461   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6462   include:
6463     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6464     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6465     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6466     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
6467   layout:
6468     title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
6469     layout: "plot-latency"
6470
6471 - type: "plot"
6472   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr"
6473   algorithm: "plot_latency_error_bars_name"
6474   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr-lat"
6475   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6476   include:
6477     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6478     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6479     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6480     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
6481   layout:
6482     title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr"
6483     layout: "plot-latency"
6484
6485 - type: "plot"
6486   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
6487   algorithm: "plot_latency_error_bars_name"
6488   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
6489   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6490   include:
6491     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6492     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6493     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6494     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6495     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
6496   layout:
6497     title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
6498     layout: "plot-latency"
6499
6500 - type: "plot"
6501   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
6502   algorithm: "plot_latency_error_bars_name"
6503   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-lat"
6504   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6505   include:
6506     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6507     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6508     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6509     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6510     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
6511   layout:
6512     title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
6513     layout: "plot-latency"
6514
6515 - type: "plot"
6516   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
6517   algorithm: "plot_latency_error_bars_name"
6518   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
6519   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6520   include:
6521     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6522     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6523     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6524     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6525     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6526     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6527   layout:
6528     title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
6529     layout: "plot-latency"
6530
6531 - type: "plot"
6532   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
6533   algorithm: "plot_latency_error_bars_name"
6534   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
6535   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6536   include:
6537     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6538     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6539     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6540     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6541     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6542     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6543   layout:
6544     title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
6545     layout: "plot-latency"
6546
6547 - type: "plot"
6548   title: "Latency: 3n-hsw-xl710-64b-2t2c-link-bonding-vhost-base-i40e-ndr"
6549   algorithm: "plot_latency_error_bars_name"
6550   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-link-bonding-vhost-base-i40e-ndr-lat"
6551   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6552   include:
6553     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6554     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6555     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6556     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6557     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6558     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6559   layout:
6560     title: "3n-hsw-xl710-64b-2t2c-link-bonding-vhost-base-i40e-ndr"
6561     layout: "plot-latency"
6562
6563 - type: "plot"
6564   title: "Latency: 3n-hsw-xl710-64b-2t2c-link-bonding-vhost-base-i40e-vpp-ndr"
6565   algorithm: "plot_latency_error_bars_name"
6566   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
6567   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6568   include:
6569     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6570     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6571     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6572     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6573     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6574     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6575   layout:
6576     title: "3n-hsw-xl710-64b-2t2c-link-bonding-vhost-base-i40e-vpp-ndr"
6577     layout: "plot-latency"
6578
6579 - type: "plot"
6580   title: "Latency: 3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-lat"
6581   algorithm: "plot_latency_error_bars_name"
6582   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-lat"
6583   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6584   include:
6585     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6586     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6587     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6588     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6589     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6590   layout:
6591     title: "3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr"
6592     layout: "plot-latency"
6593
6594 - type: "plot"
6595   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-lat"
6596   algorithm: "plot_latency_error_bars_name"
6597   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-lat"
6598   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6599   include:
6600     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
6601     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
6602     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t2c-ethip4-ip4scale20k-ndrpdr"
6603     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t2c-ethip4-ip4scale200k-ndrpdr"
6604     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
6605   layout:
6606     title: "3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr"
6607     layout: "plot-latency"
6608
6609 - type: "plot"
6610   title: "Latency: 3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-lat"
6611   algorithm: "plot_latency_error_bars_name"
6612   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-lat"
6613   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6614   include:
6615     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
6616     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t2c-ethip4udp-ip4base-nat44-ndrpdr"
6617   layout:
6618     title: "3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr"
6619     layout: "plot-latency"
6620
6621 - type: "plot"
6622   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-lat"
6623   algorithm: "plot_latency_error_bars_name"
6624   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-lat"
6625   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6626   include:
6627     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6628     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
6629     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6630     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
6631   layout:
6632     title: "3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-lat"
6633     layout: "plot-latency"
6634
6635 - type: "plot"
6636   title: "Latency: 3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-lat"
6637   algorithm: "plot_latency_error_bars_name"
6638   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-lat"
6639   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6640   include:
6641     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
6642     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
6643     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t2c-ethip6-ip6scale20k-ndrpdr"
6644     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t2c-ethip6-ip6scale200k-ndrpdr"
6645     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
6646   layout:
6647     title: "3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr"
6648     layout: "plot-latency"
6649
6650 - type: "plot"
6651   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-lat"
6652   algorithm: "plot_latency_error_bars_name"
6653   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-lat"
6654   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6655   include:
6656     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
6657     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
6658     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
6659     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
6660   layout:
6661     title: "3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr"
6662     layout: "plot-latency"
6663
6664 - type: "plot"
6665   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-lat"
6666   algorithm: "plot_latency_error_bars_name"
6667   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-lat"
6668   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6669   include:
6670     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
6671     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
6672     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
6673     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale10kmaclrn-ndrpdr"
6674     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale100kmaclrn-ndrpdr"
6675     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
6676   layout:
6677     title: "3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr"
6678     layout: "plot-latency"
6679
6680 - type: "plot"
6681   title: "Latency: 3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-lat"
6682   algorithm: "plot_latency_error_bars_name"
6683   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-lat"
6684   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6685   include:
6686     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6687     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6688     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6689     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6690     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
6691   layout:
6692     title: "3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr"
6693     layout: "plot-latency"
6694
6695 ################################################################################
6696
6697 # Packet Latency 4C
6698
6699 - type: "plot"
6700   title: "Latency: 2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
6701   algorithm: "plot_latency_error_bars_name"
6702   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
6703   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6704   include:
6705     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6706     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6707     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6708     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6709   layout:
6710     title: "2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
6711     layout: "plot-latency"
6712
6713 - type: "plot"
6714   title: "Latency: 3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
6715   algorithm: "plot_latency_error_bars_name"
6716   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
6717   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6718   include:
6719     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6720     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6721     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6722     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6723     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6724   layout:
6725     title: "3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
6726     layout: "plot-latency"
6727
6728 - type: "plot"
6729   title: "Latency: 3n-hsw-xl710-64b-4t4c-memif-base-i40e-ndr-lat"
6730   algorithm: "plot_latency_error_bars_name"
6731   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-memif-base-i40e-ndr-lat"
6732   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6733   include:
6734     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6735     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6736     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6737     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6738     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6739   layout:
6740     title: "3n-hsw-xl710-64b-4t4c-memif-base-i40e-ndr"
6741     layout: "plot-latency"
6742
6743 - type: "plot"
6744   title: "Latency: 2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
6745   algorithm: "plot_latency_error_bars_name"
6746   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
6747   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6748   include:
6749     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
6750     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
6751   layout:
6752     title: "2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
6753     layout: "plot-latency"
6754
6755 - type: "plot"
6756   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
6757   algorithm: "plot_latency_error_bars_name"
6758   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
6759   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6760   include:
6761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-avf-dot1q-ip4base-ndrpdr"
6762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
6763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
6764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
6765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
6766   layout:
6767     title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
6768     layout: "plot-latency"
6769
6770 - type: "plot"
6771   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
6772   algorithm: "plot_latency_error_bars_name"
6773   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
6774   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6775   include:
6776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
6777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
6778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
6779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
6780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
6781   layout:
6782     title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
6783     layout: "plot-latency"
6784
6785 - type: "plot"
6786   title: "Latency: 2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
6787   algorithm: "plot_latency_error_bars_name"
6788   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
6789   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6790   include:
6791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
6792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
6793   layout:
6794     title: "2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
6795     layout: "plot-latency"
6796
6797 - type: "plot"
6798   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
6799   algorithm: "plot_latency_error_bars_name"
6800   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
6801   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6802   include:
6803     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
6804     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
6805     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
6806   layout:
6807     title: "3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr"
6808     layout: "plot-latency"
6809
6810 - type: "plot"
6811   title: "Latency: 3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
6812   algorithm: "plot_latency_error_bars_name"
6813   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
6814   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6815   include:
6816     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
6817     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
6818   layout:
6819     title: "3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
6820     layout: "plot-latency"
6821
6822 - type: "plot"
6823   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
6824   algorithm: "plot_latency_error_bars_name"
6825   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
6826   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6827   include:
6828     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
6829     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
6830     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
6831     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
6832   layout:
6833     title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
6834     layout: "plot-latency"
6835
6836 - type: "plot"
6837   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
6838   algorithm: "plot_latency_error_bars_name"
6839   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
6840   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6841   include:
6842     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
6843     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
6844     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
6845     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
6846     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
6847   layout:
6848     title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
6849     layout: "plot-latency"
6850
6851 - type: "plot"
6852   title: "Latency: 3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
6853   algorithm: "plot_latency_error_bars_name"
6854   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
6855   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6856   include:
6857     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
6858     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6859     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6860     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6861     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6862     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
6863   layout:
6864     title: "3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
6865     layout: "plot-latency"
6866
6867 - type: "plot"
6868   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4tunnel-base-scale-i40e-ndr-lat"
6869   algorithm: "plot_latency_error_bars_name"
6870   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4tunnel-base-scale-i40e-ndr-lat"
6871   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6872   include:
6873     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6874     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
6875     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6876     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
6877   layout:
6878     title: "3n-hsw-xl710-64b-4t4c-ip4tunnel-base-scale-i40e-ndr"
6879     layout: "plot-latency"
6880
6881 - type: "plot"
6882   title: "Latency: 2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6883   algorithm: "plot_latency_error_bars_name"
6884   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6885   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6886   include:
6887     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
6888   layout:
6889     title: "2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
6890     layout: "plot-latency"
6891
6892 - type: "plot"
6893   title: "Latency: 2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6894   algorithm: "plot_latency_error_bars_name"
6895   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6896   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6897   include:
6898     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
6899     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
6900     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
6901     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
6902     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
6903   layout:
6904     title: "2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
6905     layout: "plot-latency"
6906
6907 - type: "plot"
6908   title: "Latency: 3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
6909   algorithm: "plot_latency_error_bars_name"
6910   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
6911   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6912   include:
6913     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
6914     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
6915     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
6916   layout:
6917     title: "3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr"
6918     layout: "plot-latency"
6919
6920 - type: "plot"
6921   title: "Latency: 3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6922   algorithm: "plot_latency_error_bars_name"
6923   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6924   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6925   include:
6926     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
6927   layout:
6928     title: "3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
6929     layout: "plot-latency"
6930
6931 - type: "plot"
6932   title: "Latency: 3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6933   algorithm: "plot_latency_error_bars_name"
6934   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6935   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6936   include:
6937     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
6938     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
6939     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
6940     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
6941     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
6942   layout:
6943     title: "3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
6944     layout: "plot-latency"
6945
6946 #- type: "plot"
6947 #  title: "Latency: 3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
6948 #  algorithm: "plot_latency_error_bars_name"
6949 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
6950 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6951 #  include:
6952 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6953 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6954 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6955 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6956 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6957 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6958 #  layout:
6959 #    title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
6960 #    layout: "plot-latency"
6961
6962 #- type: "plot"
6963 #  title: "Latency: 3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
6964 #  algorithm: "plot_latency_error_bars_name"
6965 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
6966 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6967 #  include:
6968 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
6969 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6970 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
6971 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6972 #  layout:
6973 #    title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
6974 #    layout: "plot-latency"
6975
6976 #- type: "plot"
6977 #  title: "Latency: 3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
6978 #  algorithm: "plot_latency_error_bars_name"
6979 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
6980 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
6981 #  include:
6982 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6983 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6984 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6985 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6986 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6987 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6988 #  layout:
6989 #    title: "3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr"
6990 #    layout: "plot-latency"
6991
6992 - type: "plot"
6993   title: "Latency: 2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
6994   algorithm: "plot_latency_error_bars_name"
6995   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
6996   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6997   include:
6998     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
6999     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
7000     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
7001   layout:
7002     title: "2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
7003     layout: "plot-latency"
7004
7005 - type: "plot"
7006   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
7007   algorithm: "plot_latency_error_bars_name"
7008   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
7009   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7010   include:
7011     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
7012     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
7013     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
7014   layout:
7015     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
7016     layout: "plot-latency"
7017
7018 - type: "plot"
7019   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
7020   algorithm: "plot_latency_error_bars_name"
7021   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
7022   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7023   include:
7024     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
7025     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
7026     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
7027     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
7028     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
7029   layout:
7030     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
7031     layout: "plot-latency"
7032
7033 - type: "plot"
7034   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
7035   algorithm: "plot_latency_error_bars_name"
7036   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
7037   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7038   include:
7039     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
7040     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
7041     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
7042     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
7043   layout:
7044     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
7045     layout: "plot-latency"
7046
7047 - type: "plot"
7048   title: "Latency: 3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
7049   algorithm: "plot_latency_error_bars_name"
7050   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
7051   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7052   include:
7053     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
7054     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
7055     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
7056     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
7057     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
7058     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
7059   layout:
7060     title: "3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr"
7061     layout: "plot-latency"
7062
7063 - type: "plot"
7064   title: "Latency: 3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
7065   algorithm: "plot_latency_error_bars_name"
7066   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
7067   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7068   include:
7069     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
7070     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
7071     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
7072   layout:
7073     title: "3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
7074     layout: "plot-latency"
7075
7076 - type: "plot"
7077   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
7078   algorithm: "plot_latency_error_bars_name"
7079   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
7080   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7081   include:
7082     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
7083     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
7084     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
7085   layout:
7086     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
7087     layout: "plot-latency"
7088
7089 - type: "plot"
7090   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
7091   algorithm: "plot_latency_error_bars_name"
7092   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
7093   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7094   include:
7095     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
7096     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
7097     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
7098     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
7099   layout:
7100     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
7101     layout: "plot-latency"
7102
7103 - type: "plot"
7104   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
7105   algorithm: "plot_latency_error_bars_name"
7106   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
7107   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7108   include:
7109     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
7110     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
7111     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
7112     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
7113     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
7114     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
7115   layout:
7116     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
7117     layout: "plot-latency"
7118
7119 - type: "plot"
7120   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
7121   algorithm: "plot_latency_error_bars_name"
7122   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
7123   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7124   include:
7125     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7126     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7127     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7128     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7129   layout:
7130     title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
7131     layout: "plot-latency"
7132
7133 - type: "plot"
7134   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
7135   algorithm: "plot_latency_error_bars_name"
7136   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-lat"
7137   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7138   include:
7139     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7140     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7141     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7142     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
7143   layout:
7144     title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
7145     layout: "plot-latency"
7146
7147 - type: "plot"
7148   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
7149   algorithm: "plot_latency_error_bars_name"
7150   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr-lat"
7151   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7152   include:
7153     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7154     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7155     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7156     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7157   layout:
7158     title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
7159     layout: "plot-latency"
7160
7161 - type: "plot"
7162   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr"
7163   algorithm: "plot_latency_error_bars_name"
7164   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr-lat"
7165   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7166   include:
7167     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7168     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7169     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7170     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
7171   layout:
7172     title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr"
7173     layout: "plot-latency"
7174
7175 - type: "plot"
7176   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
7177   algorithm: "plot_latency_error_bars_name"
7178   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
7179   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7180   include:
7181     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7182     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7183     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7184     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7185     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7186   layout:
7187     title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
7188     layout: "plot-latency"
7189
7190 - type: "plot"
7191   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
7192   algorithm: "plot_latency_error_bars_name"
7193   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-lat"
7194   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7195   include:
7196     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7197     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7198     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7199     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7200     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
7201   layout:
7202     title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
7203     layout: "plot-latency"
7204
7205 - type: "plot"
7206   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
7207   algorithm: "plot_latency_error_bars_name"
7208   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
7209   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7210   include:
7211     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7212     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7213     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7214     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7215     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7216     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7217   layout:
7218     title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
7219     layout: "plot-latency"
7220
7221 - type: "plot"
7222   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
7223   algorithm: "plot_latency_error_bars_name"
7224   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
7225   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7226   include:
7227     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7228     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7229     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7230     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7231     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7232     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7233   layout:
7234     title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
7235     layout: "plot-latency"
7236
7237 - type: "plot"
7238   title: "Latency: 3n-hsw-xl710-64b-4t4c-link-bonding-vhost-base-i40e-ndr"
7239   algorithm: "plot_latency_error_bars_name"
7240   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-link-bonding-vhost-base-i40e-ndr-lat"
7241   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7242   include:
7243     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7244     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7245     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7246     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7247     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7248     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7249   layout:
7250     title: "3n-hsw-xl710-64b-4t4c-link-bonding-vhost-base-i40e-ndr"
7251     layout: "plot-latency"
7252
7253 - type: "plot"
7254   title: "Latency: 3n-hsw-xl710-64b-4t4c-link-bonding-vhost-base-i40e-vpp-ndr"
7255   algorithm: "plot_latency_error_bars_name"
7256   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
7257   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7258   include:
7259     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7260     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7261     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7262     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7263     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7264     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7265   layout:
7266     title: "3n-hsw-xl710-64b-4t4c-link-bonding-vhost-base-i40e-vpp-ndr"
7267     layout: "plot-latency"
7268
7269 - type: "plot"
7270   title: "Latency: 3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-lat"
7271   algorithm: "plot_latency_error_bars_name"
7272   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-lat"
7273   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7274   include:
7275     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7276     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7277     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7278     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7279     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7280   layout:
7281     title: "3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr"
7282     layout: "plot-latency"
7283
7284 - type: "plot"
7285   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-lat"
7286   algorithm: "plot_latency_error_bars_name"
7287   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-lat"
7288   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7289   include:
7290     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
7291     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
7292     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t4c-ethip4-ip4scale20k-ndrpdr"
7293     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t4c-ethip4-ip4scale200k-ndrpdr"
7294     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
7295   layout:
7296     title: "3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr"
7297     layout: "plot-latency"
7298
7299 - type: "plot"
7300   title: "Latency: 3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-lat"
7301   algorithm: "plot_latency_error_bars_name"
7302   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-lat"
7303   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7304   include:
7305     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
7306     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t4c-ethip4udp-ip4base-nat44-ndrpdr"
7307   layout:
7308     title: "3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr"
7309     layout: "plot-latency"
7310
7311 - type: "plot"
7312   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-lat"
7313   algorithm: "plot_latency_error_bars_name"
7314   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-lat"
7315   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7316   include:
7317     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
7318     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
7319     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
7320     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
7321   layout:
7322     title: "3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-lat"
7323     layout: "plot-latency"
7324
7325 - type: "plot"
7326   title: "Latency: 3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-lat"
7327   algorithm: "plot_latency_error_bars_name"
7328   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-lat"
7329   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7330   include:
7331     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
7332     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
7333     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t4c-ethip6-ip6scale20k-ndrpdr"
7334     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t4c-ethip6-ip6scale200k-ndrpdr"
7335     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
7336   layout:
7337     title: "3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr"
7338     layout: "plot-latency"
7339
7340 - type: "plot"
7341   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-lat"
7342   algorithm: "plot_latency_error_bars_name"
7343   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-lat"
7344   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7345   include:
7346     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
7347     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
7348     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
7349     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
7350   layout:
7351     title: "3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr"
7352     layout: "plot-latency"
7353
7354 - type: "plot"
7355   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-lat"
7356   algorithm: "plot_latency_error_bars_name"
7357   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-lat"
7358   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7359   include:
7360     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
7361     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
7362     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
7363     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale10kmaclrn-ndrpdr"
7364     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale100kmaclrn-ndrpdr"
7365     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
7366   layout:
7367     title: "3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr"
7368     layout: "plot-latency"
7369
7370 - type: "plot"
7371   title: "Latency: 3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-lat"
7372   algorithm: "plot_latency_error_bars_name"
7373   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-lat"
7374   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7375   include:
7376     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7377     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7378     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7379     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7380     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7381   layout:
7382     title: "3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr"
7383     layout: "plot-latency"
7384
7385 ################################################################################
7386
7387 # Packet Speedup
7388
7389 - type: "plot"
7390   title: "Speedup: 2n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
7391   algorithm: "plot_throughput_speedup_analysis_name"
7392   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
7393   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7394   include:
7395     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7396     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7397     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7398     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7399   layout:
7400     title: "2n-skx-xxv710-64b-memif-base-i40e-ndr"
7401     layout: "plot-throughput-speedup-analysis"
7402
7403 - type: "plot"
7404   title: "Speedup: 2n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
7405   algorithm: "plot_throughput_speedup_analysis_name"
7406   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
7407   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7408   include:
7409     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7410     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7411     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7412     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7413   layout:
7414     title: "2n-skx-xxv710-64b-memif-base-i40e-pdr"
7415     layout: "plot-throughput-speedup-analysis"
7416
7417 - type: "plot"
7418   title: "Speedup: 3n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
7419   algorithm: "plot_throughput_speedup_analysis_name"
7420   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
7421   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7422   include:
7423     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7424     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7425     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7426     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7427     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7428   layout:
7429     title: "3n-skx-xxv710-64b-memif-base-i40e-ndr"
7430     layout: "plot-throughput-speedup-analysis"
7431
7432 - type: "plot"
7433   title: "Speedup: 3n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
7434   algorithm: "plot_throughput_speedup_analysis_name"
7435   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
7436   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7437   include:
7438     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7439     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7440     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7441     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7442     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7443   layout:
7444     title: "3n-skx-xxv710-64b-memif-base-i40e-pdr"
7445     layout: "plot-throughput-speedup-analysis"
7446
7447 - type: "plot"
7448   title: "Speedup: 3n-hsw-xl710-64b-memif-base-i40e-ndr-tsa"
7449   algorithm: "plot_throughput_speedup_analysis_name"
7450   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-memif-base-i40e-ndr-tsa"
7451   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7452   include:
7453     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7454     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7455     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7456     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7457     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7458   layout:
7459     title: "3n-hsw-xl710-64b-memif-base-i40e-ndr"
7460     layout: "plot-throughput-speedup-analysis"
7461
7462 - type: "plot"
7463   title: "Speedup: 3n-hsw-xl710-64b-memif-base-i40e-pdr-tsa"
7464   algorithm: "plot_throughput_speedup_analysis_name"
7465   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-memif-base-i40e-pdr-tsa"
7466   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7467   include:
7468     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7469     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7470     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7471     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7472     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7473   layout:
7474     title: "3n-hsw-xl710-64b-memif-base-i40e-pdr"
7475     layout: "plot-throughput-speedup-analysis"
7476
7477 - type: "plot"
7478   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
7479   algorithm: "plot_throughput_speedup_analysis_name"
7480   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
7481   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7482   include:
7483     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
7484     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7485   layout:
7486     title: "2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
7487     layout: "plot-throughput-speedup-analysis"
7488
7489 - type: "plot"
7490   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
7491   algorithm: "plot_throughput_speedup_analysis_name"
7492   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
7493   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7494   include:
7495     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
7496     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7497   layout:
7498     title: "2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
7499     layout: "plot-throughput-speedup-analysis"
7500
7501 - type: "plot"
7502   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
7503   algorithm: "plot_throughput_speedup_analysis_name"
7504   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
7505   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7506   include:
7507     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
7508     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
7509     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
7510     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
7511     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
7512   layout:
7513     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
7514     layout: "plot-throughput-speedup-analysis"
7515
7516 - type: "plot"
7517   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
7518   algorithm: "plot_throughput_speedup_analysis_name"
7519   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
7520   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7521   include:
7522     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
7523     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
7524     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
7525     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
7526     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
7527   layout:
7528     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
7529     layout: "plot-throughput-speedup-analysis"
7530
7531 - type: "plot"
7532   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
7533   algorithm: "plot_throughput_speedup_analysis_name"
7534   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
7535   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7536   include:
7537     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7538     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7539     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
7540     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
7541     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7542   layout:
7543     title: "2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
7544     layout: "plot-throughput-speedup-analysis"
7545
7546 - type: "plot"
7547   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
7548   algorithm: "plot_throughput_speedup_analysis_name"
7549   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
7550   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7551   include:
7552     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7553     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7554     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
7555     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
7556     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7557   layout:
7558     title: "2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
7559     layout: "plot-throughput-speedup-analysis"
7560
7561 - type: "plot"
7562   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
7563   algorithm: "plot_throughput_speedup_analysis_name"
7564   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
7565   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7566   include:
7567     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7568     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
7569   layout:
7570     title: "2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr"
7571     layout: "plot-throughput-speedup-analysis"
7572
7573 - type: "plot"
7574   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
7575   algorithm: "plot_throughput_speedup_analysis_name"
7576   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
7577   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7578   include:
7579     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7580     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
7581   layout:
7582     title: "2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr"
7583     layout: "plot-throughput-speedup-analysis"
7584
7585 - type: "plot"
7586   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr-tsa"
7587   algorithm: "plot_throughput_speedup_analysis_name"
7588   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr-tsa"
7589   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7590   include:
7591     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7592     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7593     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7594   layout:
7595     title: "3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr"
7596     layout: "plot-throughput-speedup-analysis"
7597
7598 - type: "plot"
7599   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr-tsa"
7600   algorithm: "plot_throughput_speedup_analysis_name"
7601   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr-tsa"
7602   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7603   include:
7604     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7605     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7606     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7607   layout:
7608     title: "3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr"
7609     layout: "plot-throughput-speedup-analysis"
7610
7611 - type: "plot"
7612   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
7613   algorithm: "plot_throughput_speedup_analysis_name"
7614   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
7615   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7616   include:
7617     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
7618     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7619   layout:
7620     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
7621     layout: "plot-throughput-speedup-analysis"
7622
7623 - type: "plot"
7624   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
7625   algorithm: "plot_throughput_speedup_analysis_name"
7626   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
7627   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7628   include:
7629     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
7630     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
7631     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7632     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7633     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7634   layout:
7635     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
7636     layout: "plot-throughput-speedup-analysis"
7637
7638 - type: "plot"
7639   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
7640   algorithm: "plot_throughput_speedup_analysis_name"
7641   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
7642   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7643   include:
7644     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
7645     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
7646     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
7647     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
7648   layout:
7649     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
7650     layout: "plot-throughput-speedup-analysis"
7651
7652 - type: "plot"
7653   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
7654   algorithm: "plot_throughput_speedup_analysis_name"
7655   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
7656   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7657   include:
7658     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
7659     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
7660     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
7661     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
7662   layout:
7663     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
7664     layout: "plot-throughput-speedup-analysis"
7665
7666 - type: "plot"
7667   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
7668   algorithm: "plot_throughput_speedup_analysis_name"
7669   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
7670   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7671   include:
7672     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7673     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7674     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
7675     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
7676     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7677   layout:
7678     title: "3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
7679     layout: "plot-throughput-speedup-analysis"
7680
7681 - type: "plot"
7682   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
7683   algorithm: "plot_throughput_speedup_analysis_name"
7684   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
7685   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7686   include:
7687     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7688     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7689     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
7690     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
7691     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7692   layout:
7693     title: "3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
7694     layout: "plot-throughput-speedup-analysis"
7695
7696 - type: "plot"
7697   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
7698   algorithm: "plot_throughput_speedup_analysis_name"
7699   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
7700   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7701   include:
7702     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7703     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
7704     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
7705     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
7706     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
7707     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
7708   layout:
7709     title: "3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr"
7710     layout: "plot-throughput-speedup-analysis"
7711
7712 - type: "plot"
7713   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
7714   algorithm: "plot_throughput_speedup_analysis_name"
7715   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
7716   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7717   include:
7718     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7719     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
7720     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
7721     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
7722     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
7723     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
7724   layout:
7725     title: "3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr"
7726     layout: "plot-throughput-speedup-analysis"
7727
7728 - type: "plot"
7729   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7730   algorithm: "plot_throughput_speedup_analysis_name"
7731   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7732   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7733   include:
7734     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7735   layout:
7736     title: "2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr"
7737     layout: "plot-throughput-speedup-analysis"
7738
7739 - type: "plot"
7740   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7741   algorithm: "plot_throughput_speedup_analysis_name"
7742   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7743   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7744   include:
7745     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7746   layout:
7747     title: "2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr"
7748     layout: "plot-throughput-speedup-analysis"
7749
7750 - type: "plot"
7751   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7752   algorithm: "plot_throughput_speedup_analysis_name"
7753   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7754   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7755   include:
7756     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
7757     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7758     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
7759     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
7760     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
7761   layout:
7762     title: "2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
7763     layout: "plot-throughput-speedup-analysis"
7764
7765 - type: "plot"
7766   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7767   algorithm: "plot_throughput_speedup_analysis_name"
7768   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7769   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7770   include:
7771     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
7772     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7773     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
7774     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
7775     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
7776   layout:
7777     title: "2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
7778     layout: "plot-throughput-speedup-analysis"
7779
7780 - type: "plot"
7781   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7782   algorithm: "plot_throughput_speedup_analysis_name"
7783   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7784   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7785   include:
7786     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
7787     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7788     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
7789   layout:
7790     title: "3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr"
7791     layout: "plot-throughput-speedup-analysis"
7792
7793 - type: "plot"
7794   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7795   algorithm: "plot_throughput_speedup_analysis_name"
7796   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7797   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7798   include:
7799     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
7800     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7801     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
7802   layout:
7803     title: "3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr"
7804     layout: "plot-throughput-speedup-analysis"
7805
7806 - type: "plot"
7807   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7808   algorithm: "plot_throughput_speedup_analysis_name"
7809   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7810   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7811   include:
7812     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7813   layout:
7814     title: "3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr"
7815     layout: "plot-throughput-speedup-analysis"
7816
7817 - type: "plot"
7818   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7819   algorithm: "plot_throughput_speedup_analysis_name"
7820   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7821   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7822   include:
7823     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7824   layout:
7825     title: "3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr"
7826     layout: "plot-throughput-speedup-analysis"
7827
7828 - type: "plot"
7829   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7830   algorithm: "plot_throughput_speedup_analysis_name"
7831   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7832   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7833   include:
7834     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
7835     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7836     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
7837     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
7838     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
7839   layout:
7840     title: "3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
7841     layout: "plot-throughput-speedup-analysis"
7842
7843 - type: "plot"
7844   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7845   algorithm: "plot_throughput_speedup_analysis_name"
7846   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7847   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7848   include:
7849     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
7850     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7851     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
7852     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
7853     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
7854   layout:
7855     title: "3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
7856     layout: "plot-throughput-speedup-analysis"
7857
7858 - type: "plot"
7859   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
7860   algorithm: "plot_throughput_speedup_analysis_name"
7861   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
7862   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7863   include:
7864     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7865     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7866     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7867     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7868     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7869     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7870   layout:
7871     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr"
7872     layout: "plot-throughput-speedup-analysis"
7873
7874 - type: "plot"
7875   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
7876   algorithm: "plot_throughput_speedup_analysis_name"
7877   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
7878   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7879   include:
7880     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7881     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7882     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7883     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7884     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
7885     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7886   layout:
7887     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr"
7888     layout: "plot-throughput-speedup-analysis"
7889
7890 - type: "plot"
7891   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr-tsa"
7892   algorithm: "plot_throughput_speedup_analysis_name"
7893   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr-tsa"
7894   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7895   include:
7896     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
7897     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7898     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
7899     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7900   layout:
7901     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr"
7902     layout: "plot-throughput-speedup-analysis"
7903
7904 - type: "plot"
7905   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr-tsa"
7906   algorithm: "plot_throughput_speedup_analysis_name"
7907   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr-tsa"
7908   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7909   include:
7910     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
7911     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7912     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7913     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7914   layout:
7915     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr"
7916     layout: "plot-throughput-speedup-analysis"
7917
7918 - type: "plot"
7919   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr-tsa"
7920   algorithm: "plot_throughput_speedup_analysis_name"
7921   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr-tsa"
7922   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7923   include:
7924     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7925     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7926     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7927     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7928     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7929     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7930   layout:
7931     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr"
7932     layout: "plot-throughput-speedup-analysis"
7933
7934 - type: "plot"
7935   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr-tsa"
7936   algorithm: "plot_throughput_speedup_analysis_name"
7937   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr-tsa"
7938   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7939   include:
7940     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7941     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7942     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7943     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7944     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7945     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7946   layout:
7947     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr"
7948     layout: "plot-throughput-speedup-analysis"
7949
7950 - type: "plot"
7951   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
7952   algorithm: "plot_throughput_speedup_analysis_name"
7953   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
7954   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7955   include:
7956     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
7957     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
7958     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
7959   layout:
7960     title: "2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
7961     layout: "plot-throughput-speedup-analysis"
7962
7963 - type: "plot"
7964   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
7965   algorithm: "plot_throughput_speedup_analysis_name"
7966   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
7967   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7968   include:
7969     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
7970     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
7971     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
7972   layout:
7973     title: "2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
7974     layout: "plot-throughput-speedup-analysis"
7975
7976 - type: "plot"
7977   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
7978   algorithm: "plot_throughput_speedup_analysis_name"
7979   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
7980   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7981   include:
7982     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
7983     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
7984     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
7985   layout:
7986     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
7987     layout: "plot-throughput-speedup-analysis"
7988
7989 - type: "plot"
7990   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
7991   algorithm: "plot_throughput_speedup_analysis_name"
7992   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
7993   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7994   include:
7995     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
7996     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
7997     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
7998   layout:
7999     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
8000     layout: "plot-throughput-speedup-analysis"
8001
8002 - type: "plot"
8003   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
8004   algorithm: "plot_throughput_speedup_analysis_name"
8005   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
8006   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8007   include:
8008     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8009     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8010     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8011     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8012     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8013   layout:
8014     title: "2n-skx-xxv710-64b-l2switching-base-i40e-ndr"
8015     layout: "plot-throughput-speedup-analysis"
8016
8017 - type: "plot"
8018   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
8019   algorithm: "plot_throughput_speedup_analysis_name"
8020   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
8021   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8022   include:
8023     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8024     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8025     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8026     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8027     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8028   layout:
8029     title: "2n-skx-xxv710-64b-l2switching-base-i40e-pdr"
8030     layout: "plot-throughput-speedup-analysis"
8031
8032 - type: "plot"
8033   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
8034   algorithm: "plot_throughput_speedup_analysis_name"
8035   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
8036   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8037   include:
8038     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8039     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
8040     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
8041     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8042   layout:
8043     title: "2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr"
8044     layout: "plot-throughput-speedup-analysis"
8045
8046 - type: "plot"
8047   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
8048   algorithm: "plot_throughput_speedup_analysis_name"
8049   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
8050   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8051   include:
8052     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8053     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
8054     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
8055     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8056   layout:
8057     title: "2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr"
8058     layout: "plot-throughput-speedup-analysis"
8059
8060 - type: "plot"
8061   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr-tsa"
8062   algorithm: "plot_throughput_speedup_analysis_name"
8063   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr-tsa"
8064   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8065   include:
8066     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8067     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8068     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8069     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8070     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8071     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8072   layout:
8073     title: "3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr"
8074     layout: "plot-throughput-speedup-analysis"
8075
8076 - type: "plot"
8077   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr-tsa"
8078   algorithm: "plot_throughput_speedup_analysis_name"
8079   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr-tsa"
8080   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8081   include:
8082     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8083     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8084     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8085     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8086     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8087     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8088   layout:
8089     title: "3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr"
8090     layout: "plot-throughput-speedup-analysis"
8091
8092 - type: "plot"
8093   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
8094   algorithm: "plot_throughput_speedup_analysis_name"
8095   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
8096   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8097   include:
8098     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
8099     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8100     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8101   layout:
8102     title: "3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
8103     layout: "plot-throughput-speedup-analysis"
8104
8105 - type: "plot"
8106   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
8107   algorithm: "plot_throughput_speedup_analysis_name"
8108   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
8109   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8110   include:
8111     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
8112     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8113     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8114   layout:
8115     title: "3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
8116     layout: "plot-throughput-speedup-analysis"
8117
8118 - type: "plot"
8119   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
8120   algorithm: "plot_throughput_speedup_analysis_name"
8121   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
8122   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8123   include:
8124     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
8125     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
8126     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
8127   layout:
8128     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
8129     layout: "plot-throughput-speedup-analysis"
8130
8131 - type: "plot"
8132   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
8133   algorithm: "plot_throughput_speedup_analysis_name"
8134   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
8135   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8136   include:
8137     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
8138     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
8139     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
8140   layout:
8141     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
8142     layout: "plot-throughput-speedup-analysis"
8143
8144 - type: "plot"
8145   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
8146   algorithm: "plot_throughput_speedup_analysis_name"
8147   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
8148   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8149   include:
8150     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8151     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8152     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8153     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8154   layout:
8155     title: "3n-skx-xxv710-64b-l2switching-base-i40e-ndr"
8156     layout: "plot-throughput-speedup-analysis"
8157
8158 - type: "plot"
8159   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
8160   algorithm: "plot_throughput_speedup_analysis_name"
8161   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
8162   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8163   include:
8164     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8165     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8166     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8167     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8168   layout:
8169     title: "3n-skx-xxv710-64b-l2switching-base-i40e-pdr"
8170     layout: "plot-throughput-speedup-analysis"
8171
8172 - type: "plot"
8173   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
8174   algorithm: "plot_throughput_speedup_analysis_name"
8175   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
8176   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8177   include:
8178     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8179     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8180     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8181     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
8182     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
8183     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8184   layout:
8185     title: "3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr"
8186     layout: "plot-throughput-speedup-analysis"
8187
8188 - type: "plot"
8189   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
8190   algorithm: "plot_throughput_speedup_analysis_name"
8191   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
8192   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8193   include:
8194     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8195     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8196     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8197     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
8198     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
8199     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8200   layout:
8201     title: "3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr"
8202     layout: "plot-throughput-speedup-analysis"
8203
8204 - type: "plot"
8205   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-ndr"
8206   algorithm: "plot_throughput_speedup_analysis_name"
8207   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
8208   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8209   include:
8210     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8211     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8212     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8213     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8214   layout:
8215     title: "2n-skx-xxv710-64b-vhost-base-i40e-ndr"
8216     layout: "plot-throughput-speedup-analysis"
8217
8218 - type: "plot"
8219   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-pdr"
8220   algorithm: "plot_throughput_speedup_analysis_name"
8221   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
8222   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8223   include:
8224     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8225     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8226     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8227     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8228   layout:
8229     title: "2n-skx-xxv710-64b-vhost-base-i40e-pdr"
8230     layout: "plot-throughput-speedup-analysis"
8231
8232 - type: "plot"
8233   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
8234   algorithm: "plot_throughput_speedup_analysis_name"
8235   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr-tsa"
8236   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8237   include:
8238     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8239     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8240     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8241     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8242   layout:
8243     title: "2n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
8244     layout: "plot-throughput-speedup-analysis"
8245
8246 - type: "plot"
8247   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
8248   algorithm: "plot_throughput_speedup_analysis_name"
8249   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr-tsa"
8250   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8251   include:
8252     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8253     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8254     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8255     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8256   layout:
8257     title: "2n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
8258     layout: "plot-throughput-speedup-analysis"
8259
8260 - type: "plot"
8261   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-ndr"
8262   algorithm: "plot_throughput_speedup_analysis_name"
8263   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-ndr-tsa"
8264   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8265   include:
8266     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8267     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8268     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8269     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8270   layout:
8271     title: "3n-hsw-xl710-64b-vhost-base-i40e-ndr"
8272     layout: "plot-throughput-speedup-analysis"
8273
8274 - type: "plot"
8275   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-pdr"
8276   algorithm: "plot_throughput_speedup_analysis_name"
8277   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-pdr-tsa"
8278   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8279   include:
8280     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8281     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8282     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8283     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8284   layout:
8285     title: "3n-hsw-xl710-64b-vhost-base-i40e-pdr"
8286     layout: "plot-throughput-speedup-analysis"
8287
8288 - type: "plot"
8289   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-vpp-ndr"
8290   algorithm: "plot_throughput_speedup_analysis_name"
8291   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-vpp-ndr-tsa"
8292   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8293   include:
8294     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8295     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8296     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8297     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8298   layout:
8299     title: "3n-hsw-xl710-64b-vhost-base-i40e-vpp-ndr"
8300     layout: "plot-throughput-speedup-analysis"
8301
8302 - type: "plot"
8303   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-vpp-pdr"
8304   algorithm: "plot_throughput_speedup_analysis_name"
8305   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-vpp-pdr-tsa"
8306   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8307   include:
8308     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8309     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8310     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8311     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8312   layout:
8313     title: "3n-hsw-xl710-64b-vhost-base-i40e-vpp-pdr"
8314     layout: "plot-throughput-speedup-analysis"
8315
8316 - type: "plot"
8317   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-ndr"
8318   algorithm: "plot_throughput_speedup_analysis_name"
8319   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
8320   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8321   include:
8322     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8323     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8324     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8325     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8326     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8327   layout:
8328     title: "3n-skx-xxv710-64b-vhost-base-i40e-ndr"
8329     layout: "plot-throughput-speedup-analysis"
8330
8331 - type: "plot"
8332   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-pdr"
8333   algorithm: "plot_throughput_speedup_analysis_name"
8334   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
8335   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8336   include:
8337     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8338     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8339     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8340     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8341     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8342   layout:
8343     title: "3n-skx-xxv710-64b-vhost-base-i40e-pdr"
8344     layout: "plot-throughput-speedup-analysis"
8345
8346 - type: "plot"
8347   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
8348   algorithm: "plot_throughput_speedup_analysis_name"
8349   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr-tsa"
8350   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8351   include:
8352     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8353     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8354     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8355     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8356     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8357   layout:
8358     title: "3n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
8359     layout: "plot-throughput-speedup-analysis"
8360
8361 - type: "plot"
8362   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
8363   algorithm: "plot_throughput_speedup_analysis_name"
8364   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr-tsa"
8365   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8366   include:
8367     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8368     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8369     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8370     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8371     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8372   layout:
8373     title: "3n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
8374     layout: "plot-throughput-speedup-analysis"
8375
8376 - type: "plot"
8377   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr"
8378   algorithm: "plot_throughput_speedup_analysis_name"
8379   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
8380   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8381   include:
8382     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8383     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8384     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8385     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8386     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8387     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8388   layout:
8389     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr"
8390     layout: "plot-throughput-speedup-analysis"
8391
8392 - type: "plot"
8393   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr"
8394   algorithm: "plot_throughput_speedup_analysis_name"
8395   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
8396   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8397   include:
8398     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8399     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8400     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8401     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8402     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8403     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8404   layout:
8405     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr"
8406     layout: "plot-throughput-speedup-analysis"
8407
8408 - type: "plot"
8409   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
8410   algorithm: "plot_throughput_speedup_analysis_name"
8411   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-ndr-tsa"
8412   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8413   include:
8414     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8415     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8416     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8417     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8418     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8419     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8420   layout:
8421     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
8422     layout: "plot-throughput-speedup-analysis"
8423
8424 - type: "plot"
8425   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
8426   algorithm: "plot_throughput_speedup_analysis_name"
8427   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-pdr-tsa"
8428   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8429   include:
8430     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8431     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8432     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8433     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8434     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8435     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8436   layout:
8437     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
8438     layout: "plot-throughput-speedup-analysis"
8439
8440 - type: "plot"
8441   title: "Speedup: 3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-ndr"
8442   algorithm: "plot_throughput_speedup_analysis_name"
8443   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
8444   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8445   include:
8446     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8447     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8448     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8449     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8450     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8451     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8452   layout:
8453     title: "3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-ndr"
8454     layout: "plot-throughput-speedup-analysis"
8455
8456 - type: "plot"
8457   title: "Speedup: 3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-pdr"
8458   algorithm: "plot_throughput_speedup_analysis_name"
8459   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
8460   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8461   include:
8462     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8463     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8464     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8465     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8466     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8467     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8468   layout:
8469     title: "3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-pdr"
8470     layout: "plot-throughput-speedup-analysis"
8471
8472 - type: "plot"
8473   title: "Speedup: 3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
8474   algorithm: "plot_throughput_speedup_analysis_name"
8475   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-vpp-ndr-tsa"
8476   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8477   include:
8478     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8479     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8480     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8481     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8482     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8483     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8484   layout:
8485     title: "3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
8486     layout: "plot-throughput-speedup-analysis"
8487
8488 - type: "plot"
8489   title: "Speedup: 3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
8490   algorithm: "plot_throughput_speedup_analysis_name"
8491   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-vpp-pdr-tsa"
8492   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8493   include:
8494     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8495     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8496     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8497     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8498     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8499     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8500   layout:
8501     title: "3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
8502     layout: "plot-throughput-speedup-analysis"
8503
8504 - type: "plot"
8505   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
8506   algorithm: "plot_throughput_speedup_analysis_name"
8507   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
8508   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8509   include:
8510     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
8511     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8512     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8513     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
8514     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8515   layout:
8516     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
8517     layout: "plot-throughput-speedup-analysis"
8518
8519 - type: "plot"
8520   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
8521   algorithm: "plot_throughput_speedup_analysis_name"
8522   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
8523   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8524   include:
8525     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
8526     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8527     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8528     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
8529     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8530   layout:
8531     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
8532     layout: "plot-throughput-speedup-analysis"
8533
8534 - type: "plot"
8535   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
8536   algorithm: "plot_throughput_speedup_analysis_name"
8537   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
8538   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8539   include:
8540     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
8541     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8542     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
8543     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
8544     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
8545   layout:
8546     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
8547     layout: "plot-throughput-speedup-analysis"
8548
8549 - type: "plot"
8550   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
8551   algorithm: "plot_throughput_speedup_analysis_name"
8552   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
8553   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8554   include:
8555     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
8556     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8557     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
8558     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
8559     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
8560   layout:
8561     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
8562     layout: "plot-throughput-speedup-analysis"
8563
8564 - type: "plot"
8565   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
8566   algorithm: "plot_throughput_speedup_analysis_name"
8567   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
8568   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8569   include:
8570     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8571     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
8572   layout:
8573     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
8574     layout: "plot-throughput-speedup-analysis"
8575
8576 - type: "plot"
8577   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
8578   algorithm: "plot_throughput_speedup_analysis_name"
8579   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
8580   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8581   include:
8582     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8583     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
8584   layout:
8585     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
8586     layout: "plot-throughput-speedup-analysis"
8587
8588 - type: "plot"
8589   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
8590   algorithm: "plot_throughput_speedup_analysis_name"
8591   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
8592   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8593   include:
8594     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
8595     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
8596     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
8597     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
8598   layout:
8599     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
8600     layout: "plot-throughput-speedup-analysis"
8601
8602 - type: "plot"
8603   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
8604   algorithm: "plot_throughput_speedup_analysis_name"
8605   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
8606   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8607   include:
8608     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
8609     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
8610     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
8611     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
8612   layout:
8613     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
8614     layout: "plot-throughput-speedup-analysis"
8615
8616 - type: "plot"
8617   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
8618   algorithm: "plot_throughput_speedup_analysis_name"
8619   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
8620   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8621   include:
8622     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
8623     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
8624     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
8625     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
8626     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
8627   layout:
8628     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
8629     layout: "plot-throughput-speedup-analysis"
8630
8631 - type: "plot"
8632   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
8633   algorithm: "plot_throughput_speedup_analysis_name"
8634   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
8635   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8636   include:
8637     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
8638     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
8639     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
8640     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
8641     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
8642   layout:
8643     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
8644     layout: "plot-throughput-speedup-analysis"
8645
8646 - type: "plot"
8647   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
8648   algorithm: "plot_throughput_speedup_analysis_name"
8649   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
8650   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8651   include:
8652     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8653     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8654     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8655     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8656     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8657     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8658   layout:
8659     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
8660     layout: "plot-throughput-speedup-analysis"
8661
8662 - type: "plot"
8663   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
8664   algorithm: "plot_throughput_speedup_analysis_name"
8665   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
8666   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8667   include:
8668     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8669     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8670     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8671     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8672     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8673     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8674   layout:
8675     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
8676     layout: "plot-throughput-speedup-analysis"
8677
8678 - type: "plot"
8679   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
8680   algorithm: "plot_throughput_speedup_analysis_name"
8681   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
8682   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8683   include:
8684     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8685     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8686     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8687     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8688   layout:
8689     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
8690     layout: "plot-throughput-speedup-analysis"
8691
8692 - type: "plot"
8693   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
8694   algorithm: "plot_throughput_speedup_analysis_name"
8695   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
8696   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8697   include:
8698     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8699     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8700     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8701     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8702   layout:
8703     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
8704     layout: "plot-throughput-speedup-analysis"
8705
8706 - type: "plot"
8707   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
8708   algorithm: "plot_throughput_speedup_analysis_name"
8709   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
8710   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8711   include:
8712     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8713     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8714     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8715     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
8716     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
8717     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8718   layout:
8719     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
8720     layout: "plot-throughput-speedup-analysis"
8721
8722 - type: "plot"
8723   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
8724   algorithm: "plot_throughput_speedup_analysis_name"
8725   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
8726   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8727   include:
8728     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8729     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8730     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8731     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
8732     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
8733     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8734   layout:
8735     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
8736     layout: "plot-throughput-speedup-analysis"
8737
8738 - type: "plot"
8739   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
8740   algorithm: "plot_throughput_speedup_analysis_name"
8741   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
8742   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8743   include:
8744     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8745     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8746     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8747     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8748     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8749   layout:
8750     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
8751     layout: "plot-throughput-speedup-analysis"
8752
8753 - type: "plot"
8754   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
8755   algorithm: "plot_throughput_speedup_analysis_name"
8756   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
8757   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8758   include:
8759     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8760     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8761     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8762     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8763     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8764   layout:
8765     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
8766     layout: "plot-throughput-speedup-analysis"
8767
8768 - type: "plot"
8769   title: "Speedup: 3n-tsh-x520-114b-vts-l2switching-base-ixgbe-ndr-tsa"
8770   algorithm: "plot_throughput_speedup_analysis_name"
8771   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-vts-l2switching-base-ixgbe-ndr-tsa"
8772   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8773   include:
8774     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8775     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8776     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8777   layout:
8778     title: "3n-tsh-x520-114b-vts-l2switching-base-ixgbe-ndr"
8779     layout: "plot-throughput-speedup-analysis"
8780
8781 - type: "plot"
8782   title: "Speedup: 3n-tsh-x520-114b-vts-l2switching-base-ixgbe-pdr-tsa"
8783   algorithm: "plot_throughput_speedup_analysis_name"
8784   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-vts-l2switching-base-ixgbe-pdr-tsa"
8785   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8786   include:
8787     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8788     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8789     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8790   layout:
8791     title: "3n-tsh-x520-114b-vts-l2switching-base-ixgbe-pdr"
8792     layout: "plot-throughput-speedup-analysis"
8793
8794 - type: "plot"
8795   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
8796   algorithm: "plot_throughput_speedup_analysis_name"
8797   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
8798   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8799   include:
8800     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8801   layout:
8802     title: "2n-dnv-x553-64b-ip4routing-base-ixgbe-ndr-tsa"
8803     layout: "plot-throughput-speedup-analysis"
8804
8805 - type: "plot"
8806   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
8807   algorithm: "plot_throughput_speedup_analysis_name"
8808   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
8809   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8810   include:
8811     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8812   layout:
8813     title: "2n-dnv-x553-64b-ip4routing-base-ixgbe-pdr-tsa"
8814     layout: "plot-throughput-speedup-analysis"
8815
8816 - type: "plot"
8817   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
8818   algorithm: "plot_throughput_speedup_analysis_name"
8819   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
8820   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8821   include:
8822     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
8823   layout:
8824     title: "2n-dnv-x553-78b-ip6routing-base-ixgbe-ndr-tsa"
8825     layout: "plot-throughput-speedup-analysis"
8826
8827 - type: "plot"
8828   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
8829   algorithm: "plot_throughput_speedup_analysis_name"
8830   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
8831   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8832   include:
8833     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
8834   layout:
8835     title: "2n-dnv-x553-78b-ip6routing-base-ixgbe-pdr-tsa"
8836     layout: "plot-throughput-speedup-analysis"
8837
8838 - type: "plot"
8839   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
8840   algorithm: "plot_throughput_speedup_analysis_name"
8841   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
8842   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8843   include:
8844     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8845     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8846     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8847   layout:
8848     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
8849     layout: "plot-throughput-speedup-analysis"
8850
8851 - type: "plot"
8852   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
8853   algorithm: "plot_throughput_speedup_analysis_name"
8854   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
8855   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8856   include:
8857     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8858     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8859     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8860   layout:
8861     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
8862     layout: "plot-throughput-speedup-analysis"
8863
8864 - type: "plot"
8865   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
8866   algorithm: "plot_throughput_speedup_analysis_name"
8867   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
8868   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8869   include:
8870     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8871   layout:
8872     title: "3n-dnv-x553-64b-ip4routing-base-ixgbe-ndr-tsa"
8873     layout: "plot-throughput-speedup-analysis"
8874
8875 - type: "plot"
8876   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
8877   algorithm: "plot_throughput_speedup_analysis_name"
8878   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
8879   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8880   include:
8881     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8882   layout:
8883     title: "3n-dnv-x553-64b-ip4routing-base-ixgbe-pdr-tsa"
8884     layout: "plot-throughput-speedup-analysis"
8885
8886 - type: "plot"
8887   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
8888   algorithm: "plot_throughput_speedup_analysis_name"
8889   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
8890   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8891   include:
8892     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
8893     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8894   layout:
8895     title: "3n-dnv-x553-64b-ip4tunnel-base-ixgbe-ndr-tsa"
8896     layout: "plot-throughput-speedup-analysis"
8897
8898 - type: "plot"
8899   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
8900   algorithm: "plot_throughput_speedup_analysis_name"
8901   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
8902   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8903   include:
8904     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
8905     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8906   layout:
8907     title: "3n-dnv-x553-64b-ip4tunnel-base-ixgbe-pdr-tsa"
8908     layout: "plot-throughput-speedup-analysis"
8909
8910 - type: "plot"
8911   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
8912   algorithm: "plot_throughput_speedup_analysis_name"
8913   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
8914   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8915   include:
8916     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
8917   layout:
8918     title: "3n-dnv-x553-78b-ip6routing-base-ixgbe-ndr-tsa"
8919     layout: "plot-throughput-speedup-analysis"
8920
8921 - type: "plot"
8922   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
8923   algorithm: "plot_throughput_speedup_analysis_name"
8924   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
8925   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8926   include:
8927     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
8928   layout:
8929     title: "3n-dnv-x553-78b-ip6routing-base-ixgbe-pdr-tsa"
8930     layout: "plot-throughput-speedup-analysis"
8931
8932 - type: "plot"
8933   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
8934   algorithm: "plot_throughput_speedup_analysis_name"
8935   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
8936   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8937   include:
8938     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8939     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8940     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8941     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8942     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8943     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8944   layout:
8945     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
8946     layout: "plot-throughput-speedup-analysis"
8947
8948 - type: "plot"
8949   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
8950   algorithm: "plot_throughput_speedup_analysis_name"
8951   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
8952   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8953   include:
8954     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8955     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8956     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8957     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8958     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8959     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8960   layout:
8961     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
8962     layout: "plot-throughput-speedup-analysis"
8963
8964 - type: "plot"
8965   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
8966   algorithm: "plot_throughput_speedup_analysis_name"
8967   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
8968   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8969   include:
8970     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8971     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8972     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8973   layout:
8974     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
8975     layout: "plot-throughput-speedup-analysis"
8976
8977 - type: "plot"
8978   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
8979   algorithm: "plot_throughput_speedup_analysis_name"
8980   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
8981   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8982   include:
8983     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8984     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8985     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8986   layout:
8987     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
8988     layout: "plot-throughput-speedup-analysis"