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
150     # 3n-skx
151
152     plot-vpp-throughput-lat-tsa-3n-skx:
153       csit-vpp-perf-verify-1908_1-3n-skx:
154         - 3   # NDRPDR sel
155         - 4   # NDRPDR sel
156         - 7   # NDRPDR sel
157         - 8   # NDRPDR sel
158         - 9   # NDRPDR sel
159         - 10  # NDRPDR sel
160
161     # 2n-skx
162
163     plot-vpp-throughput-lat-tsa-2n-skx:
164       csit-vpp-perf-verify-1908_1-2n-skx:
165         - 3   # NDRPDR sel
166         - 4   # NDRPDR sel
167         - 6   # NDRPDR sel
168         - 10  # NDRPDR sel
169         - 14  # NDRPDR sel
170         - 16  # NDRPDR sel
171         - 21  # NDRPDR sel
172         - 23  # NDRPDR sel
173         - 24  # NDRPDR sel
174         - 25  # NDRPDR sel
175
176     plot-vpp-nfv-reconf-2n-skx:
177       csit-vpp-perf-verify-1908_1-2n-skx:
178         - 8   # Reconf
179         - 9   # Reconf
180         - 11  # Reconf
181         - 12  # Reconf
182         - 13  # Reconf
183         - 15  # Reconf
184         - 17  # Reconf
185         - 18  # Reconf
186         - 19  # Reconf
187         - 20  # Reconf
188
189     # 3n-tsh
190
191     plot-vpp-throughput-lat-tsa-3n-tsh:
192       csit-vpp-perf-verify-1908_1-3n-tsh:
193         - 5   # NDRPDR sel
194         - 6   # NDRPDR sel
195         - 7   # NDRPDR sel
196         - 8   # NDRPDR sel
197
198     # 3n-dnv
199
200     plot-vpp-throughput-lat-tsa-3n-dnv:
201       csit-vpp-perf-verify-1908_1-3n-dnv:
202         - 2   # NDRPDR sel
203         - 3   # NDRPDR sel
204         - 5   # NDRPDR sel
205         - 6   # NDRPDR sel
206         - 7   # NDRPDR sel
207         - 8   # NDRPDR sel
208         - 9   # NDRPDR sel
209         - 10  # NDRPDR sel
210         - 11  # NDRPDR sel
211         - 12  # NDRPDR sel
212
213     # 2n-dnv
214
215     plot-vpp-throughput-lat-tsa-2n-dnv:
216       csit-vpp-perf-verify-1908_1-2n-dnv:
217         - 2   # NDRPDR sel
218         - 3   # NDRPDR sel
219         - 4   # NDRPDR sel
220         - 5   # NDRPDR sel
221         - 7   # NDRPDR sel
222         - 8   # NDRPDR sel
223         - 9   # NDRPDR sel
224         - 10  # NDRPDR sel
225         - 11  # NDRPDR sel
226         - 12  # NDRPDR sel
227
228     ###########################################################################
229     # Simple tables (only one data set):
230
231     # NIC Comparisons
232
233     vpp-nic-comparison-3n-skx:
234       csit-vpp-perf-verify-1908_1-3n-skx:
235         - 3   # NDRPDR sel
236         - 4   # NDRPDR sel
237         - 7   # NDRPDR sel
238         - 8   # NDRPDR sel
239         - 9   # NDRPDR sel
240         - 10  # NDRPDR sel
241
242     vpp-nic-comparison-2n-skx:
243       csit-vpp-perf-verify-1908_1-2n-skx:
244         - 3   # NDRPDR sel
245         - 4   # NDRPDR sel
246         - 6   # NDRPDR sel
247         - 10  # NDRPDR sel
248         - 14  # NDRPDR sel
249         - 16  # NDRPDR sel
250         - 21  # NDRPDR sel
251         - 23  # NDRPDR sel
252         - 24  # NDRPDR sel
253         - 25  # NDRPDR sel
254
255     vpp-nic-comparison-3n-skx-mrr:
256       csit-vpp-perf-verify-1908_1-3n-skx:
257         - 5   # MRR sel
258
259     vpp-nic-comparison-2n-skx-mrr:
260       csit-vpp-perf-verify-1908_1-2n-skx:
261         - 5   # MRR sel
262
263     # Results
264
265     vpp-perf-results-3n-hsw:
266       csit-vpp-perf-verify-1908_1-3n-hsw:
267         - 10  # NDRPDR sel
268
269     vpp-perf-results-3n-skx:
270       csit-vpp-perf-verify-1908_1-3n-skx:
271         - 7   # NDRPDR sel
272
273     vpp-perf-results-2n-skx:
274       csit-vpp-perf-verify-1908_1-2n-skx:
275         - 23  # NDRPDR sel
276         - 8   # Reconf
277
278     vpp-perf-results-3n-tsh:
279       csit-vpp-perf-verify-1908_1-3n-tsh:
280         - 8   # NDRPDR sel
281
282     vpp-perf-results-3n-dnv:
283       csit-vpp-perf-verify-1908_1-3n-dnv:
284         - 2   # NDRPDR sel
285
286     vpp-perf-results-2n-dnv:
287       csit-vpp-perf-verify-1908_1-2n-dnv:
288         - 2   # NDRPDR sel
289
290     vpp-mrr-results-3n-hsw:
291       csit-vpp-perf-verify-1908_1-3n-hsw:
292         - 5   # MRR sel
293
294     vpp-mrr-results-3n-skx:
295       csit-vpp-perf-verify-1908_1-3n-skx:
296         - 5   # MRR sel
297
298     vpp-mrr-results-2n-skx:
299       csit-vpp-perf-verify-1908_1-2n-skx:
300         - 5   # MRR sel
301
302     vpp-mrr-results-3n-tsh:
303       csit-vpp-perf-verify-1908_1-3n-tsh:
304         - 4   # MRR sel
305
306     vpp-mrr-results-3n-dnv:
307       csit-vpp-perf-verify-1908_1-3n-dnv:
308         - 4   # MRR sel
309
310     vpp-mrr-results-2n-dnv:
311       csit-vpp-perf-verify-1908_1-2n-dnv:
312         - 6   # MRR sel
313
314     vpp-func-results-ubuntu:
315       csit-vpp-functional-1908_1-ubuntu1604-virl:
316         - 1
317
318     vpp-func-results-centos:
319       csit-vpp-functional-1908_1-centos7-virl:
320         - 1
321
322     vpp-device-results-ubuntu:
323       csit-vpp-device-1908-ubuntu1804-1n-skx:
324         - 286
325
326 ###########################################################################
327     # Tables (more than one data set)
328
329     # Performance changes
330
331     vpp-performance-changes-3n-hsw-h1:
332       csit-vpp-perf-verify-1901-3n-hsw:
333         - 10  # NDRPDR sel
334         - 19  # NDRPDR sel
335         - 31  # NDRPDR sel
336         - 36  # NDRPDR sel
337         - 40  # NDRPDR sel
338         - 42  # NDRPDR sel
339         - 44  # NDRPDR sel
340         - 46  # NDRPDR sel
341         - 47  # NDRPDR sel
342         - 48  # NDRPDR sel
343         - 61  # NDRPDR LB
344         - 62  # NDRPDR LB
345         - 63  # NDRPDR LB
346         - 64  # NDRPDR LB
347         - 65  # NDRPDR LB
348         - 66  # NDRPDR LB
349         - 67  # NDRPDR LB
350         - 69  # NDRPDR LB
351         - 70  # NDRPDR LB
352         - 71  # NDRPDR LB
353     vpp-performance-changes-3n-hsw-ref:
354       csit-vpp-perf-verify-1904-3n-hsw:
355         - 11  # NDRPDR sel
356         - 12  # NDRPDR sel
357         - 20  # NDRPDR sel
358         - 21  # NDRPDR sel
359         - 23  # NDRPDR sel
360         - 24  # NDRPDR sel
361         - 25  # NDRPDR sel
362         - 26  # NDRPDR sel
363         - 29  # NDRPDR sel
364         - 30  # NDRPDR sel
365     vpp-performance-changes-3n-hsw-cmp:
366       csit-vpp-perf-verify-1908_1-3n-hsw:
367         - 3   # NDRPDR sel
368         - 4   # NDRPDR sel
369         - 8   # NDRPDR sel
370         - 9   # NDRPDR sel
371         - 10  # NDRPDR sel
372         - 11  # NDRPDR sel
373     vpp-performance-changes-3n-hsw:
374       - "vpp-performance-changes-3n-hsw-h1"
375       - "vpp-performance-changes-3n-hsw-ref"
376       - "vpp-performance-changes-3n-hsw-cmp"
377
378     vpp-performance-changes-3n-skx-h1:
379       csit-vpp-perf-verify-1901-3n-skx:
380         - 18  # NDRPDR sel
381         - 19  # NDRPDR sel
382         - 20  # NDRPDR sel
383         - 28  # NDRPDR sel
384         - 31  # NDRPDR sel
385         - 33  # NDRPDR sel
386         - 36  # NDRPDR sel
387         - 38  # NDRPDR sel
388         - 47  # NDRPDR sel
389         - 48  # NDRPDR sel
390         - 54  # NDRPDR LB
391         - 57  # NDRPDR LB
392         - 58  # NDRPDR LB
393         - 59  # NDRPDR LB
394         - 60  # NDRPDR LB
395         - 63  # NDRPDR LB
396         - 64  # NDRPDR LB
397         - 65  # NDRPDR LB
398         - 66  # NDRPDR LB
399         - 67  # NDRPDR LB
400     vpp-performance-changes-3n-skx-ref:
401       csit-vpp-perf-verify-1904-3n-skx:
402         - 8   # NDRPDR sel
403         - 9   # NDRPDR sel
404         - 10  # NDRPDR sel
405         - 11  # NDRPDR sel
406         - 12  # NDRPDR sel
407         - 14  # NDRPDR sel
408         - 16  # NDRPDR sel
409         - 21  # NDRPDR sel
410         - 23  # NDRPDR sel
411         - 25  # NDRPDR sel
412     vpp-performance-changes-3n-skx-cmp:
413       csit-vpp-perf-verify-1908_1-3n-skx:
414         - 3   # NDRPDR sel
415         - 4   # NDRPDR sel
416         - 7   # NDRPDR sel
417         - 8   # NDRPDR sel
418         - 9   # NDRPDR sel
419         - 10  # NDRPDR sel
420     vpp-performance-changes-3n-skx:
421       - "vpp-performance-changes-3n-skx-h1"
422       - "vpp-performance-changes-3n-skx-ref"
423       - "vpp-performance-changes-3n-skx-cmp"
424
425     vpp-performance-changes-2n-skx-h1:
426       csit-vpp-perf-verify-1901-2n-skx:
427         - 5   # NDRPDR sel
428         - 12  # NDRPDR sel
429         - 13  # NDRPDR sel
430         - 21  # NDRPDR sel
431         - 23  # NDRPDR sel
432         - 31  # NDRPDR sel
433         - 34  # NDRPDR sel
434         - 40  # NDRPDR sel
435         - 42  # NDRPDR sel
436         - 43  # NDRPDR sel
437     vpp-performance-changes-2n-skx-ref:
438       csit-vpp-perf-verify-1904-2n-skx:
439         - 12  # NDRPDR sel
440         - 14  # NDRPDR sel
441         - 16  # NDRPDR sel
442         - 17  # NDRPDR sel
443         - 18  # NDRPDR sel
444         - 21  # NDRPDR sel
445         - 27  # NDRPDR sel
446         - 30  # NDRPDR sel
447         - 31  # NDRPDR sel
448         - 32  # NDRPDR sel
449     vpp-performance-changes-2n-skx-cmp:
450       csit-vpp-perf-verify-1908_1-2n-skx:
451         - 3   # NDRPDR sel
452         - 4   # NDRPDR sel
453         - 6   # NDRPDR sel
454         - 10  # NDRPDR sel
455         - 14  # NDRPDR sel
456         - 16  # NDRPDR sel
457         - 21  # NDRPDR sel
458         - 23  # NDRPDR sel
459         - 24  # NDRPDR sel
460         - 25  # NDRPDR sel
461     vpp-performance-changes-2n-skx:
462       - "vpp-performance-changes-2n-skx-h1"
463       - "vpp-performance-changes-2n-skx-ref"
464       - "vpp-performance-changes-2n-skx-cmp"
465
466     vpp-performance-changes-3n-hsw-mrr-h1:
467       csit-vpp-perf-verify-1901-3n-hsw:
468         - 35  # MRR sel
469     vpp-performance-changes-3n-hsw-mrr-ref:
470       csit-vpp-perf-verify-1904-3n-hsw:
471         - 9   # MRR sel
472     vpp-performance-changes-3n-hsw-mrr-cmp:
473       csit-vpp-perf-verify-1908_1-3n-hsw:
474         - 5   # MRR sel
475     vpp-performance-changes-3n-hsw-mrr:
476       - "vpp-performance-changes-3n-hsw-mrr-h1"
477       - "vpp-performance-changes-3n-hsw-mrr-ref"
478       - "vpp-performance-changes-3n-hsw-mrr-cmp"
479
480     vpp-performance-changes-3n-skx-mrr-h1:
481       csit-vpp-perf-verify-1901-3n-skx:
482         - 32  # MRR sel
483     vpp-performance-changes-3n-skx-mrr-ref:
484       csit-vpp-perf-verify-1904-3n-skx:
485         - 7   # MRR sel
486     vpp-performance-changes-3n-skx-mrr-cmp:
487       csit-vpp-perf-verify-1908_1-3n-skx:
488         - 5   # MRR sel
489     vpp-performance-changes-3n-skx-mrr:
490       - "vpp-performance-changes-3n-skx-mrr-h1"
491       - "vpp-performance-changes-3n-skx-mrr-ref"
492       - "vpp-performance-changes-3n-skx-mrr-cmp"
493
494     vpp-performance-changes-2n-skx-mrr-h1:
495       csit-vpp-perf-verify-1901-2n-skx:
496         - 22  # MRR sel
497     vpp-performance-changes-2n-skx-mrr-ref:
498       csit-vpp-perf-verify-1904-2n-skx:
499         - 11  # MRR sel
500     vpp-performance-changes-2n-skx-mrr-cmp:
501       csit-vpp-perf-verify-1908_1-2n-skx:
502         - 5   # MRR sel
503     vpp-performance-changes-2n-skx-mrr:
504       - "vpp-performance-changes-2n-skx-mrr-h1"
505       - "vpp-performance-changes-2n-skx-mrr-ref"
506       - "vpp-performance-changes-2n-skx-mrr-cmp"
507
508     # Compare testbeds
509
510     vpp-compare-testbeds-ref:
511       csit-vpp-perf-verify-1908_1-3n-hsw:
512         - 3   # NDRPDR sel
513         - 4   # NDRPDR sel
514         - 8   # NDRPDR sel
515         - 9   # NDRPDR sel
516         - 10  # NDRPDR sel
517         - 11  # NDRPDR sel
518     vpp-compare-testbeds-cmp:
519       csit-vpp-perf-verify-1908_1-3n-skx:
520         - 3   # NDRPDR sel
521         - 4   # NDRPDR sel
522         - 7   # NDRPDR sel
523         - 8   # NDRPDR sel
524         - 9   # NDRPDR sel
525         - 10  # NDRPDR sel
526     vpp-compare-testbeds:
527       - "vpp-compare-testbeds-ref"
528       - "vpp-compare-testbeds-cmp"
529
530     vpp-compare-testbeds-mrr-ref:
531       csit-vpp-perf-verify-1908_1-3n-hsw:
532         - 5   # MRR sel
533     vpp-compare-testbeds-mrr-cmp:
534       csit-vpp-perf-verify-1908_1-3n-skx:
535         - 5   # MRR sel
536     vpp-compare-testbeds-mrr:
537       - "vpp-compare-testbeds-mrr-ref"
538       - "vpp-compare-testbeds-mrr-cmp"
539
540     # Compare topologies
541
542     vpp-compare-topologies-ref:
543       csit-vpp-perf-verify-1908_1-3n-skx:
544         - 3   # NDRPDR sel
545         - 4   # NDRPDR sel
546         - 7   # NDRPDR sel
547         - 8   # NDRPDR sel
548         - 9   # NDRPDR sel
549         - 10  # NDRPDR sel
550     vpp-compare-topologies-cmp:
551       csit-vpp-perf-verify-1908_1-2n-skx:
552         - 3   # NDRPDR sel
553         - 4   # NDRPDR sel
554         - 6   # NDRPDR sel
555         - 10  # NDRPDR sel
556         - 14  # NDRPDR sel
557         - 16  # NDRPDR sel
558         - 21  # NDRPDR sel
559         - 23  # NDRPDR sel
560         - 24  # NDRPDR sel
561         - 25  # NDRPDR sel
562     vpp-compare-topologies:
563       - "vpp-compare-topologies-ref"
564       - "vpp-compare-topologies-cmp"
565
566     vpp-compare-topologies-mrr-ref:
567       csit-vpp-perf-verify-1908_1-3n-skx:
568         - 5   # MRR sel
569     vpp-compare-topologies-mrr-cmp:
570       csit-vpp-perf-verify-1908_1-2n-skx:
571         - 5   # MRR sel
572     vpp-compare-topologies-mrr:
573       - "vpp-compare-topologies-mrr-ref"
574       - "vpp-compare-topologies-mrr-cmp"
575
576   plot-layouts:
577
578     plot-soak-throughput:
579       titlefont:
580         size: 18
581       xaxis:
582         title: "<b>Test Cases [Index]</b>"
583         titlefont:
584           size: 16
585         autorange: True
586         fixedrange: False
587         gridcolor: "rgb(230, 230, 230)"
588         linecolor: "rgb(220, 220, 220)"
589         linewidth: 1
590         showgrid: True
591         showline: True
592         showticklabels: True
593         tickcolor: "rgb(220, 220, 220)"
594         tickmode: "linear"
595         tickfont:
596           size: 16
597         zeroline: False
598       yaxis:
599         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
600         titlefont:
601           size: 16
602         gridcolor: "rgb(230, 230, 230)"
603         hoverformat: ".4r"
604         tickformat: ".3r"
605         linecolor: "rgb(220, 220, 220)"
606         linewidth: 1
607         showgrid: True
608         showline: True
609         showticklabels: True
610         tickcolor: "rgb(220, 220, 220)"
611         tickfont:
612           size: 16
613         zeroline: False
614         range: [0,50]
615       autosize: False
616       margin:
617         t: 50
618         b: 0
619         l: 80
620         r: 20
621       showlegend: True
622       legend:
623         orientation: "h"
624         font:
625           size: 16
626       width: 700
627       height: 900
628
629     plot-service-density:
630       titlefont:
631         size: 18
632       xaxis:
633         side: "top"
634         autorange: True
635         fixedrange: False
636         showgrid: False
637         showline: False
638         showticklabels: False
639         ticks: ""
640         ticklen: 0
641         tickwidth: 0
642         zeroline: False
643       yaxis:
644         autorange: "reversed"
645         showgrid: False
646         showline: False
647         showticklabels: False
648         ticks: ""
649         ticklen: 0
650         tickwidth: 0
651         zeroline: False
652       autosize: True
653       showlegend: False
654       width: 700
655       height: 700
656
657     plot-cps:
658       titlefont:
659         size: 18
660       xaxis:
661         title: "<b>Test Cases [Index]</b>"
662         titlefont:
663           size: 16
664         autorange: True
665         fixedrange: False
666         gridcolor: "rgb(230, 230, 230)"
667         linecolor: "rgb(220, 220, 220)"
668         linewidth: 1
669         showgrid: True
670         showline: True
671         showticklabels: True
672         tickcolor: "rgb(220, 220, 220)"
673         tickmode: "linear"
674         tickfont:
675           size: 16
676         zeroline: False
677       yaxis:
678         title: "<b>Connections Per Second [cps]</b>"
679         titlefont:
680           size: 16
681         gridcolor: "rgb(230, 230, 230)"
682         hoverformat: ".4s"
683         linecolor: "rgb(220, 220, 220)"
684         linewidth: 1
685         rangemode: "tozero"
686         showgrid: True
687         showline: True
688         showticklabels: True
689         tickcolor: "rgb(220, 220, 220)"
690         tickformat: ".3s"
691         tickfont:
692           size: 16
693         zeroline: False
694       boxmode: "group"
695       boxgroupgap: 0.5
696       autosize: False
697       margin:
698         t: 50
699         b: 20
700         l: 80
701         r: 20
702       showlegend: True
703       legend:
704         orientation: "h"
705         font:
706           size: 16
707       width: 700
708       height: 800
709
710     plot-rps:
711       titlefont:
712         size: 18
713       xaxis:
714         title: "<b>Test Cases [Index]</b>"
715         titlefont:
716           size: 16
717         autorange: True
718         fixedrange: False
719         gridcolor: "rgb(230, 230, 230)"
720         linecolor: "rgb(220, 220, 220)"
721         linewidth: 1
722         showgrid: True
723         showline: True
724         showticklabels: True
725         tickcolor: "rgb(220, 220, 220)"
726         tickmode: "linear"
727         tickfont:
728           size: 16
729         zeroline: False
730       yaxis:
731         title: "<b>Requests Per Second [rps]</b>"
732         titlefont:
733           size: 16
734         gridcolor: "rgb(230, 230, 230)"
735         hoverformat: ".4s"
736         linecolor: "rgb(220, 220, 220)"
737         linewidth: 1
738         rangemode: "tozero"
739         showgrid: True
740         showline: True
741         showticklabels: True
742         tickcolor: "rgb(230, 230, 230)"
743         tickformat: ".3s"
744         tickfont:
745           size: 16
746         zeroline: False
747       boxmode: "group"
748       boxgroupgap: 0.5
749       autosize: False
750       margin:
751         t: 50
752         b: 20
753         l: 80
754         r: 20
755       showlegend: True
756       legend:
757         orientation: "h"
758         font:
759           size: 16
760       width: 700
761       height: 800
762
763     plot-throughput:
764       titlefont:
765         size: 18
766       xaxis:
767         title: "<b>Test Cases [Index]</b>"
768         titlefont:
769           size: 16
770         autorange: True
771         fixedrange: False
772         gridcolor: "rgb(230, 230, 230)"
773         linecolor: "rgb(220, 220, 220)"
774         linewidth: 1
775         showgrid: True
776         showline: True
777         showticklabels: True
778         tickcolor: "rgb(220, 220, 220)"
779         tickmode: "linear"
780         tickfont:
781           size: 16
782         zeroline: False
783       yaxis:
784         title: "<b>Packet Throughput [Mpps]</b>"
785         titlefont:
786           size: 16
787         gridcolor: "rgb(230, 230, 230)"
788         hoverformat: ".4r"
789         tickformat: ".3r"
790         linecolor: "rgb(220, 220, 220)"
791         linewidth: 1
792         showgrid: True
793         showline: True
794         showticklabels: True
795         tickcolor: "rgb(220, 220, 220)"
796         tickfont:
797           size: 16
798         zeroline: False
799         range: [0,50]
800       boxmode: "group"
801       boxgroupgap: 0.5
802       autosize: False
803       margin:
804         t: 50
805         b: 0
806         l: 80
807         r: 20
808       showlegend: True
809       legend:
810         orientation: "h"
811         font:
812           size: 16
813       width: 700
814       height: 900
815
816     plot-throughput-speedup-analysis:
817       titlefont:
818         size: 18
819       xaxis:
820         title: "<b>Number of Cores [Qty]</b>"
821         titlefont:
822           size: 16
823         autorange: True
824         fixedrange: False
825         gridcolor: "rgb(230, 230, 230)"
826         linecolor: "rgb(220, 220, 220)"
827         linewidth: 1
828         showgrid: True
829         showline: True
830         showticklabels: True
831         tickcolor: "rgb(238, 238, 238)"
832         tickmode: "linear"
833         tickfont:
834           size: 16
835         zeroline: False
836       yaxis:
837         title: "<b>Packet Throughput [Mpps]</b>"
838         titlefont:
839           size: 16
840         type: "linear"
841         gridcolor: "rgb(230, 230, 230)"
842         hoverformat: ".4s"
843         linecolor: "rgb(220, 220, 220)"
844         linewidth: 1
845         showgrid: True
846         showline: True
847         showticklabels: True
848         tickcolor: "rgb(220, 220, 220)"
849         tickformat: ".4s"
850         tickfont:
851           size: 16
852         zeroline: True
853         rangemode: "tozero"
854         range: [0,100]
855       legend:
856         orientation: "h"
857         font:
858           size: 16
859         xanchor: "left"
860         yanchor: "top"
861         x: 0
862         y: -0.2
863         bgcolor: "rgba(255, 255, 255, 0)"
864         bordercolor: "rgba(255, 255, 255, 0)"
865         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
866       autosize: False
867       margin:
868           't': 50
869           'b': 150
870           'l': 85
871           'r': 10
872       showlegend: True
873       width: 700
874       height: 700
875       hoverlabel:
876         namelength: -1
877       annotations: [
878         {
879           text: "_ _          __          ...",
880           align: "left",
881           showarrow: False,
882           xref: "paper",
883           yref: "paper",
884           xanchor: "left",
885           yanchor: "top",
886           x: 0,
887           y: -0.13,
888           font: {
889             family: "Consolas, Courier New",
890             size: 15
891           },
892         },
893         {
894           text: "    Perfect     Measured     Limit",
895           align: "left",
896           showarrow: False,
897           xref: "paper",
898           yref: "paper",
899           xanchor: "left",
900           yanchor: "top",
901           x: 0,
902           y: -0.15,
903           font: {
904             family: "Consolas, Courier New",
905             size: 15
906           },
907         },
908       ]
909
910     plot-latency:
911       titlefont:
912         size: 18
913       xaxis:
914         title: "<b>Direction</b>"
915         titlefont:
916           size: 16
917         autorange: True
918         fixedrange: False
919         gridcolor: "rgb(230, 230, 230)"
920         linecolor: "rgb(220, 220, 220)"
921         linewidth: 1
922         showgrid: True
923         showline: True
924         showticklabels: False
925         tickcolor: "rgb(220, 220, 220)"
926         tickmode: "linear"
927         tickfont:
928           size: 16
929         zeroline: False
930       yaxis:
931         title: "<b>Packet Latency [uSec]</b>"
932         titlefont:
933           size: 16
934         type: "linear"
935         gridcolor: "rgb(230, 230, 230)"
936         hoverformat: ".4s"
937         linecolor: "rgb(220, 220, 220)"
938         linewidth: 1
939         showgrid: True
940         showline: True
941         showticklabels: True
942         tickcolor: "rgb(220, 220, 220)"
943         tickformat: ".4s"
944         tickfont:
945           size: 16
946         zeroline: True
947         rangemode: "tozero"
948       legend:
949         orientation: "h"
950         font:
951           size: 16
952         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
953       autosize: False
954       margin:
955           't': 50
956           'b': 150
957           'l': 80
958           'r': 10
959       showlegend: True
960       width: 700
961       height: 700
962       hoverlabel:
963         namelength: -1
964
965 - type: "static"
966   src-path: "{DIR[RST]}"
967   dst-path: "{DIR[WORKING,SRC]}"
968
969 - type: "input"
970   general:
971     file-name: "output_info.xml.gz"
972     file-format: ".gz"
973     arch-file-format:
974       - ".gz"
975       - ".zip"
976     download-path: "{job}/{build}/archives/{filename}"
977     extract: "output.xml"
978
979     zip-file-name: "robot-plugin.zip"
980     zip-file-format: ".zip"
981     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
982     zip-extract: "robot-plugin/output.xml"
983
984   builds:
985
986     csit-vpp-perf-verify-1901-3n-hsw:
987       - 35  # MRR sel
988       - 10  # NDRPDR sel
989       - 19  # NDRPDR sel
990       - 31  # NDRPDR sel
991       - 36  # NDRPDR sel
992       - 40  # NDRPDR sel
993       - 42  # NDRPDR sel
994       - 44  # NDRPDR sel
995       - 46  # NDRPDR sel
996       - 47  # NDRPDR sel
997       - 48  # NDRPDR sel
998       - 61  # NDRPDR LB
999       - 62  # NDRPDR LB
1000       - 63  # NDRPDR LB
1001       - 64  # NDRPDR LB
1002       - 65  # NDRPDR LB
1003       - 66  # NDRPDR LB
1004       - 67  # NDRPDR LB
1005       - 69  # NDRPDR LB
1006       - 70  # NDRPDR LB
1007       - 71  # NDRPDR LB
1008     csit-vpp-perf-verify-1904-3n-hsw:
1009       - 9   # MRR sel
1010       - 11  # NDRPDR sel
1011       - 12  # NDRPDR sel
1012       - 20  # NDRPDR sel
1013       - 21  # NDRPDR sel
1014       - 23  # NDRPDR sel
1015       - 24  # NDRPDR sel
1016       - 25  # NDRPDR sel
1017       - 26  # NDRPDR sel
1018       - 29  # NDRPDR sel
1019       - 30  # NDRPDR sel
1020     csit-vpp-perf-verify-1908_1-3n-hsw:
1021       - 5   # MRR sel
1022       - 3   # NDRPDR sel
1023       - 4   # NDRPDR sel
1024       - 8   # NDRPDR sel
1025       - 9   # NDRPDR sel
1026       - 10  # NDRPDR sel
1027       - 11  # NDRPDR sel
1028
1029     csit-vpp-perf-verify-1901-3n-skx:
1030       - 32  # MRR sel
1031       - 18  # NDRPDR sel
1032       - 19  # NDRPDR sel
1033       - 20  # NDRPDR sel
1034       - 28  # NDRPDR sel
1035       - 31  # NDRPDR sel
1036       - 33  # NDRPDR sel
1037       - 36  # NDRPDR sel
1038       - 38  # NDRPDR sel
1039       - 47  # NDRPDR sel
1040       - 48  # NDRPDR sel
1041       - 54  # NDRPDR LB
1042       - 57  # NDRPDR LB
1043       - 58  # NDRPDR LB
1044       - 59  # NDRPDR LB
1045       - 60  # NDRPDR LB
1046       - 63  # NDRPDR LB
1047       - 64  # NDRPDR LB
1048       - 65  # NDRPDR LB
1049       - 66  # NDRPDR LB
1050       - 67  # NDRPDR LB
1051     csit-vpp-perf-verify-1904-3n-skx:
1052       - 7   # MRR sel
1053       - 8   # NDRPDR sel
1054       - 9   # NDRPDR sel
1055       - 10  # NDRPDR sel
1056       - 11  # NDRPDR sel
1057       - 12  # NDRPDR sel
1058       - 14  # NDRPDR sel
1059       - 16  # NDRPDR sel
1060       - 21  # NDRPDR sel
1061       - 23  # NDRPDR sel
1062       - 25  # NDRPDR sel
1063     csit-vpp-perf-verify-1908_1-3n-skx:
1064       - 5   # MRR sel
1065       - 3   # NDRPDR sel
1066       - 4   # NDRPDR sel
1067       - 7   # NDRPDR sel
1068       - 8   # NDRPDR sel
1069       - 9   # NDRPDR sel
1070       - 10  # NDRPDR sel
1071
1072     csit-vpp-perf-verify-1901-2n-skx:
1073       - 22  # MRR sel
1074       - 5   # NDRPDR sel
1075       - 12  # NDRPDR sel
1076       - 13  # NDRPDR sel
1077       - 21  # NDRPDR sel
1078       - 23  # NDRPDR sel
1079       - 31  # NDRPDR sel
1080       - 34  # NDRPDR sel
1081       - 40  # NDRPDR sel
1082       - 42  # NDRPDR sel
1083       - 43  # NDRPDR sel
1084     csit-vpp-perf-verify-1904-2n-skx:
1085       - 11  # MRR sel
1086       - 12  # NDRPDR sel
1087       - 14  # NDRPDR sel
1088       - 16  # NDRPDR sel
1089       - 17  # NDRPDR sel
1090       - 18  # NDRPDR sel
1091       - 21  # NDRPDR sel
1092       - 27  # NDRPDR sel
1093       - 30  # NDRPDR sel
1094       - 31  # NDRPDR sel
1095       - 32  # NDRPDR sel
1096     csit-vpp-perf-verify-1908_1-2n-skx:
1097       - 5   # MRR sel
1098       - 3   # NDRPDR sel
1099       - 4   # NDRPDR sel
1100       - 6   # NDRPDR sel
1101       - 10  # NDRPDR sel
1102       - 14  # NDRPDR sel
1103       - 16  # NDRPDR sel
1104       - 21  # NDRPDR sel
1105       - 23  # NDRPDR sel
1106       - 24  # NDRPDR sel
1107       - 25  # NDRPDR sel
1108       - 8   # Reconf
1109       - 9   # Reconf
1110       - 11  # Reconf
1111       - 12  # Reconf
1112       - 13  # Reconf
1113       - 15  # Reconf
1114       - 17  # Reconf
1115       - 18  # Reconf
1116       - 19  # Reconf
1117       - 20  # Reconf
1118
1119     csit-vpp-perf-verify-1908_1-3n-tsh:
1120       - 4   # MRR sel
1121       - 5   # NDRPDR sel
1122       - 6   # NDRPDR sel
1123       - 7   # NDRPDR sel
1124       - 8   # NDRPDR sel
1125
1126     csit-vpp-perf-verify-1908_1-3n-dnv:
1127       - 4   # MRR sel
1128       - 2   # NDRPDR sel
1129       - 3   # NDRPDR sel
1130       - 5   # NDRPDR sel
1131       - 6   # NDRPDR sel
1132       - 7   # NDRPDR sel
1133       - 8   # NDRPDR sel
1134       - 9   # NDRPDR sel
1135       - 10  # NDRPDR sel
1136       - 11  # NDRPDR sel
1137       - 12  # NDRPDR sel
1138
1139     csit-vpp-perf-verify-1908_1-2n-dnv:
1140       - 6   # MRR sel
1141       - 2   # NDRPDR sel
1142       - 3   # NDRPDR sel
1143       - 4   # NDRPDR sel
1144       - 5   # NDRPDR sel
1145       - 7   # NDRPDR sel
1146       - 8   # NDRPDR sel
1147       - 9   # NDRPDR sel
1148       - 10  # NDRPDR sel
1149       - 11  # NDRPDR sel
1150       - 12  # NDRPDR sel
1151
1152     csit-vpp-functional-1908_1-ubuntu1604-virl:
1153       - 1
1154     csit-vpp-functional-1908_1-centos7-virl:
1155       - 1
1156     csit-vpp-device-1908-ubuntu1804-1n-skx:
1157       - 286
1158
1159 - type: "output"
1160   output: "report"
1161   format:
1162     html:
1163     - full
1164     pdf:
1165     - minimal
1166
1167 ################################################################################
1168 ###                               T A B L E S                                ###
1169 ################################################################################
1170
1171 # VPP Compare NICs 3n-skx 2t1c ndr
1172 - type: "table"
1173   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1174   algorithm: "table_nics_comparison"
1175   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1176   reference:
1177     title: "x710"
1178     nic: "NIC_Intel-X710"
1179   compare:
1180     title: "xxv710"
1181     nic: "NIC_Intel-XXV710"
1182   data: "vpp-nic-comparison-3n-skx"
1183   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1184   filter: "'2T1C' and 'NDRPDR'"
1185   parameters:
1186   - "name"
1187   - "parent"
1188   - "throughput"
1189   - "tags"
1190
1191 # VPP Compare NICs 3n-skx 4t2c ndr
1192 - type: "table"
1193   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1194   algorithm: "table_nics_comparison"
1195   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1196   reference:
1197     title: "x710"
1198     nic: "NIC_Intel-X710"
1199   compare:
1200     title: "xxv710"
1201     nic: "NIC_Intel-XXV710"
1202   data: "vpp-nic-comparison-3n-skx"
1203   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1204   filter: "'4T2C' and 'NDRPDR'"
1205   parameters:
1206   - "name"
1207   - "parent"
1208   - "throughput"
1209   - "tags"
1210
1211 # VPP Compare NICs 3n-skx 2t1c pdr
1212 - type: "table"
1213   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1214   algorithm: "table_nics_comparison"
1215   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1216   reference:
1217     title: "x710"
1218     nic: "NIC_Intel-X710"
1219   compare:
1220     title: "xxv710"
1221     nic: "NIC_Intel-XXV710"
1222   data: "vpp-nic-comparison-3n-skx"
1223   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1224   filter: "'2T1C' and 'NDRPDR'"
1225   parameters:
1226   - "name"
1227   - "parent"
1228   - "throughput"
1229   - "tags"
1230
1231  # VPP Compare NICs 3n-skx 4t2c pdr
1232 - type: "table"
1233   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1234   algorithm: "table_nics_comparison"
1235   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1236   reference:
1237     title: "x710"
1238     nic: "NIC_Intel-X710"
1239   compare:
1240     title: "xxv710"
1241     nic: "NIC_Intel-XXV710"
1242   data: "vpp-nic-comparison-3n-skx"
1243   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1244   filter: "'4T2C' and 'NDRPDR'"
1245   parameters:
1246   - "name"
1247   - "parent"
1248   - "throughput"
1249   - "tags"
1250
1251 # VPP Compare NICs 3n-skx 2t1c mrr
1252 - type: "table"
1253   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1254   algorithm: "table_nics_comparison"
1255   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1256   reference:
1257     title: "x710"
1258     nic: "NIC_Intel-X710"
1259   compare:
1260     title: "xxv710"
1261     nic: "NIC_Intel-XXV710"
1262   data: "vpp-nic-comparison-3n-skx-mrr"
1263   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1264   filter: "'2T1C' and 'MRR'"
1265   parameters:
1266   - "name"
1267   - "parent"
1268   - "result"
1269   - "tags"
1270
1271 # VPP Compare NICs 3n-skx 4t2c mrr
1272 - type: "table"
1273   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1274   algorithm: "table_nics_comparison"
1275   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1276   reference:
1277     title: "x710"
1278     nic: "NIC_Intel-X710"
1279   compare:
1280     title: "xxv710"
1281     nic: "NIC_Intel-XXV710"
1282   data: "vpp-nic-comparison-3n-skx-mrr"
1283   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1284   filter: "'4T2C' and 'MRR'"
1285   parameters:
1286   - "name"
1287   - "parent"
1288   - "result"
1289   - "tags"
1290
1291  # VPP Compare NICs 3n-skx 8t4c mrr
1292 - type: "table"
1293   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1294   algorithm: "table_nics_comparison"
1295   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1296   reference:
1297     title: "x710"
1298     nic: "NIC_Intel-X710"
1299   compare:
1300     title: "xxv710"
1301     nic: "NIC_Intel-XXV710"
1302   data: "vpp-nic-comparison-3n-skx-mrr"
1303   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1304   filter: "'8T4C' and 'MRR'"
1305   parameters:
1306   - "name"
1307   - "parent"
1308   - "result"
1309   - "tags"
1310
1311 # VPP Compare NICs 2n-skx 2t1c ndr
1312 - type: "table"
1313   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1314   algorithm: "table_nics_comparison"
1315   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1316   reference:
1317     title: "x710"
1318     nic: "NIC_Intel-X710"
1319   compare:
1320     title: "xxv710"
1321     nic: "NIC_Intel-XXV710"
1322   data: "vpp-nic-comparison-2n-skx"
1323   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1324   filter: "'2T1C' and 'NDRPDR'"
1325   parameters:
1326   - "name"
1327   - "parent"
1328   - "throughput"
1329   - "tags"
1330
1331 # VPP Compare NICs 2n-skx 4t2c ndr
1332 - type: "table"
1333   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1334   algorithm: "table_nics_comparison"
1335   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1336   reference:
1337     title: "x710"
1338     nic: "NIC_Intel-X710"
1339   compare:
1340     title: "xxv710"
1341     nic: "NIC_Intel-XXV710"
1342   data: "vpp-nic-comparison-2n-skx"
1343   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1344   filter: "'4T2C' and 'NDRPDR'"
1345   parameters:
1346   - "name"
1347   - "parent"
1348   - "throughput"
1349   - "tags"
1350
1351  # VPP Compare NICs 2n-skx 2t1c pdr
1352 - type: "table"
1353   title: "VPP Compare NICs 2n-skx 2t1c pdr"
1354   algorithm: "table_nics_comparison"
1355   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1356   reference:
1357     title: "x710"
1358     nic: "NIC_Intel-X710"
1359   compare:
1360     title: "xxv710"
1361     nic: "NIC_Intel-XXV710"
1362   data: "vpp-nic-comparison-2n-skx"
1363   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1364   filter: "'2T1C' and 'NDRPDR'"
1365   parameters:
1366   - "name"
1367   - "parent"
1368   - "throughput"
1369   - "tags"
1370
1371 # VPP Compare NICs 2n-skx 4t2c pdr
1372 - type: "table"
1373   title: "VPP Compare NICs 2n-skx 4t2c pdr"
1374   algorithm: "table_nics_comparison"
1375   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
1376   reference:
1377     title: "x710"
1378     nic: "NIC_Intel-X710"
1379   compare:
1380     title: "xxv710"
1381     nic: "NIC_Intel-XXV710"
1382   data: "vpp-nic-comparison-2n-skx"
1383   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1384   filter: "'4T2C' and 'NDRPDR'"
1385   parameters:
1386   - "name"
1387   - "parent"
1388   - "throughput"
1389   - "tags"
1390
1391 # VPP Compare NICs 2n-skx 2t1c mrr
1392 - type: "table"
1393   title: "VPP Compare NICs 2n-skx 2t1c mrr"
1394   algorithm: "table_nics_comparison"
1395   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
1396   reference:
1397     title: "x710"
1398     nic: "NIC_Intel-X710"
1399   compare:
1400     title: "xxv710"
1401     nic: "NIC_Intel-XXV710"
1402   data: "vpp-nic-comparison-2n-skx-mrr"
1403   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1404   filter: "'2T1C' and 'MRR'"
1405   parameters:
1406   - "name"
1407   - "parent"
1408   - "result"
1409   - "tags"
1410
1411 # VPP Compare NICs 2n-skx 4t2c mrr
1412 - type: "table"
1413   title: "VPP Compare NICs 2n-skx 4t2c mrr"
1414   algorithm: "table_nics_comparison"
1415   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
1416   reference:
1417     title: "x710"
1418     nic: "NIC_Intel-X710"
1419   compare:
1420     title: "xxv710"
1421     nic: "NIC_Intel-XXV710"
1422   data: "vpp-nic-comparison-2n-skx-mrr"
1423   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1424   filter: "'4T2C' and 'MRR'"
1425   parameters:
1426   - "name"
1427   - "parent"
1428   - "result"
1429   - "tags"
1430
1431 # VPP Compare NICs 2n-skx 8t4c mrr
1432 - type: "table"
1433   title: "VPP Compare NICs 2n-skx 8t4c mrr"
1434   algorithm: "table_nics_comparison"
1435   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
1436   reference:
1437     title: "x710"
1438     nic: "NIC_Intel-X710"
1439   compare:
1440     title: "xxv710"
1441     nic: "NIC_Intel-XXV710"
1442   data: "vpp-nic-comparison-2n-skx-mrr"
1443   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1444   filter: "'8T4C' and 'MRR'"
1445   parameters:
1446   - "name"
1447   - "parent"
1448   - "result"
1449   - "tags"
1450
1451 ################################################################################
1452 # VPP
1453
1454 # VPP Performance Changes 3n-hsw 1t1c pdr
1455 - type: "table"
1456   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
1457   algorithm: "table_performance_comparison"
1458   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
1459   history:
1460     - title: "rls1901"
1461       data: "vpp-performance-changes-3n-hsw-h1"
1462   reference:
1463     title: "rls1904"
1464     data: "vpp-performance-changes-3n-hsw-ref"
1465   compare:
1466     title: "rls1908.1"
1467     data: "vpp-performance-changes-3n-hsw-cmp"
1468   data: "vpp-performance-changes-3n-hsw"
1469   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1470   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1471   parameters:
1472   - "name"
1473   - "parent"
1474   - "throughput"
1475
1476 # VPP Performance Changes 3n-hsw 2t2c pdr
1477 - type: "table"
1478   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
1479   algorithm: "table_performance_comparison"
1480   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
1481   history:
1482     - title: "rls1901"
1483       data: "vpp-performance-changes-3n-hsw-h1"
1484   reference:
1485     title: "rls1904"
1486     data: "vpp-performance-changes-3n-hsw-ref"
1487   compare:
1488     title: "rls1908.1"
1489     data: "vpp-performance-changes-3n-hsw-cmp"
1490   data: "vpp-performance-changes-3n-hsw"
1491   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1492   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1493   parameters:
1494   - "name"
1495   - "parent"
1496   - "throughput"
1497
1498 # VPP Performance Changes 3n-hsw 1t1c ndr
1499 - type: "table"
1500   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
1501   algorithm: "table_performance_comparison"
1502   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
1503   history:
1504     - title: "rls1901"
1505       data: "vpp-performance-changes-3n-hsw-h1"
1506   reference:
1507     title: "rls1904"
1508     data: "vpp-performance-changes-3n-hsw-ref"
1509   compare:
1510     title: "rls1908.1"
1511     data: "vpp-performance-changes-3n-hsw-cmp"
1512   data: "vpp-performance-changes-3n-hsw"
1513   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1514   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1515   parameters:
1516   - "name"
1517   - "parent"
1518   - "throughput"
1519
1520 # VPP Performance Changes 3n-hsw 2t2c ndr
1521 - type: "table"
1522   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
1523   algorithm: "table_performance_comparison"
1524   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
1525   history:
1526     - title: "rls1901"
1527       data: "vpp-performance-changes-3n-hsw-h1"
1528   reference:
1529     title: "rls1904"
1530     data: "vpp-performance-changes-3n-hsw-ref"
1531   compare:
1532     title: "rls1908.1"
1533     data: "vpp-performance-changes-3n-hsw-cmp"
1534   data: "vpp-performance-changes-3n-hsw"
1535   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1536   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1537   parameters:
1538   - "name"
1539   - "parent"
1540   - "throughput"
1541
1542 # VPP Performance Changes 3n-skx 2t1c pdr
1543 - type: "table"
1544   title: "VPP Performance Changes 3n-skx 2t1c pdr"
1545   algorithm: "table_performance_comparison_nic"
1546   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
1547   history:
1548     - title: "rls1901 x710"
1549       data: "vpp-performance-changes-3n-skx-h1"
1550       nic: "NIC_Intel-X710"
1551   reference:
1552     title: "rls1904 x710"
1553     data: "vpp-performance-changes-3n-skx-ref"
1554     nic: "NIC_Intel-X710"
1555   compare:
1556     title: "rls1908.1 xxv710"
1557     data: "vpp-performance-changes-3n-skx-cmp"
1558     nic: "NIC_Intel-XXV710"
1559   data: "vpp-performance-changes-3n-skx"
1560   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1561   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1562   parameters:
1563   - "name"
1564   - "parent"
1565   - "throughput"
1566   - "tags"
1567
1568 # VPP Performance Changes 3n-skx 4t2c pdr
1569 - type: "table"
1570   title: "VPP Performance Changes 3n-skx 4t2c pdr"
1571   algorithm: "table_performance_comparison_nic"
1572   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
1573   history:
1574     - title: "rls1901 x710"
1575       data: "vpp-performance-changes-3n-skx-h1"
1576       nic: "NIC_Intel-X710"
1577   reference:
1578     title: "rls1904 x710"
1579     data: "vpp-performance-changes-3n-skx-ref"
1580     nic: "NIC_Intel-X710"
1581   compare:
1582     title: "rls1908.1 xxv710"
1583     data: "vpp-performance-changes-3n-skx-cmp"
1584     nic: "NIC_Intel-XXV710"
1585   data: "vpp-performance-changes-3n-skx"
1586   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1587   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1588   parameters:
1589   - "name"
1590   - "parent"
1591   - "throughput"
1592   - "tags"
1593
1594 # VPP Performance Changes 3n-skx 2t1c ndr
1595 - type: "table"
1596   title: "VPP Performance Changes 3n-skx 2t1c ndr"
1597   algorithm: "table_performance_comparison_nic"
1598   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
1599   history:
1600     - title: "rls1901 x710"
1601       data: "vpp-performance-changes-3n-skx-h1"
1602       nic: "NIC_Intel-X710"
1603   reference:
1604     title: "rls1904 x710"
1605     data: "vpp-performance-changes-3n-skx-ref"
1606     nic: "NIC_Intel-X710"
1607   compare:
1608     title: "rls1908.1 xxv710"
1609     data: "vpp-performance-changes-3n-skx-cmp"
1610     nic: "NIC_Intel-XXV710"
1611   data: "vpp-performance-changes-3n-skx"
1612   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1613   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1614   parameters:
1615   - "name"
1616   - "parent"
1617   - "throughput"
1618   - "tags"
1619
1620 # VPP Performance Changes 3n-skx 4t2c ndr
1621 - type: "table"
1622   title: "VPP Performance Changes 3n-skx 4t2c ndr"
1623   algorithm: "table_performance_comparison_nic"
1624   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
1625   history:
1626     - title: "rls1901 x710"
1627       data: "vpp-performance-changes-3n-skx-h1"
1628       nic: "NIC_Intel-X710"
1629   reference:
1630     title: "rls1904 x710"
1631     data: "vpp-performance-changes-3n-skx-ref"
1632     nic: "NIC_Intel-X710"
1633   compare:
1634     title: "rls1908.1 xxv710"
1635     data: "vpp-performance-changes-3n-skx-cmp"
1636     nic: "NIC_Intel-XXV710"
1637   data: "vpp-performance-changes-3n-skx"
1638   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1639   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1640   parameters:
1641   - "name"
1642   - "parent"
1643   - "throughput"
1644   - "tags"
1645
1646 # VPP Performance Changes 2n-skx 2t1c pdr
1647 - type: "table"
1648   title: "VPP Performance Changes 2n-skx 2t1c pdr"
1649   algorithm: "table_performance_comparison_nic"
1650   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
1651   history:
1652     - title: "rls1901 x710"
1653       data: "vpp-performance-changes-2n-skx-h1"
1654       nic: "NIC_Intel-X710"
1655   reference:
1656     title: "rls1904 x710"
1657     data: "vpp-performance-changes-2n-skx-ref"
1658     nic: "NIC_Intel-X710"
1659   compare:
1660     title: "rls1908.1 xxv710"
1661     data: "vpp-performance-changes-2n-skx-cmp"
1662     nic: "NIC_Intel-XXV710"
1663   data: "vpp-performance-changes-2n-skx"
1664   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1665   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1666   parameters:
1667   - "name"
1668   - "parent"
1669   - "throughput"
1670   - "tags"
1671
1672 # VPP Performance Changes 2n-skx 4t2c pdr
1673 - type: "table"
1674   title: "VPP Performance Changes 2n-skx 4t2c pdr"
1675   algorithm: "table_performance_comparison_nic"
1676   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
1677   history:
1678     - title: "rls1901 x710"
1679       data: "vpp-performance-changes-2n-skx-h1"
1680       nic: "NIC_Intel-X710"
1681   reference:
1682     title: "rls1904 x710"
1683     data: "vpp-performance-changes-2n-skx-ref"
1684     nic: "NIC_Intel-X710"
1685   compare:
1686     title: "rls1908.1 xxv710"
1687     data: "vpp-performance-changes-2n-skx-cmp"
1688     nic: "NIC_Intel-XXV710"
1689   data: "vpp-performance-changes-2n-skx"
1690   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1691   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1692   parameters:
1693   - "name"
1694   - "parent"
1695   - "throughput"
1696   - "tags"
1697
1698 # VPP Performance Changes 2n-skx 2t1c ndr
1699 - type: "table"
1700   title: "VPP Performance Changes 2n-skx 2t1c ndr"
1701   algorithm: "table_performance_comparison_nic"
1702   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
1703   history:
1704     - title: "rls1901 x710"
1705       data: "vpp-performance-changes-2n-skx-h1"
1706       nic: "NIC_Intel-X710"
1707   reference:
1708     title: "rls1904 x710"
1709     data: "vpp-performance-changes-2n-skx-ref"
1710     nic: "NIC_Intel-X710"
1711   compare:
1712     title: "rls1908.1 xxv710"
1713     data: "vpp-performance-changes-2n-skx-cmp"
1714     nic: "NIC_Intel-XXV710"
1715   data: "vpp-performance-changes-2n-skx"
1716   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1717   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1718   parameters:
1719   - "name"
1720   - "parent"
1721   - "throughput"
1722   - "tags"
1723
1724 # VPP Performance Changes 2n-skx 4t2c ndr
1725 - type: "table"
1726   title: "VPP Performance Changes 2n-skx 4t2c ndr"
1727   algorithm: "table_performance_comparison_nic"
1728   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
1729   history:
1730     - title: "rls1901 x710"
1731       data: "vpp-performance-changes-2n-skx-h1"
1732       nic: "NIC_Intel-X710"
1733   reference:
1734     title: "rls1904 x710"
1735     data: "vpp-performance-changes-2n-skx-ref"
1736     nic: "NIC_Intel-X710"
1737   compare:
1738     title: "rls1908.1 xxv710"
1739     data: "vpp-performance-changes-2n-skx-cmp"
1740     nic: "NIC_Intel-XXV710"
1741   data: "vpp-performance-changes-2n-skx"
1742   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1743   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1744   parameters:
1745   - "name"
1746   - "parent"
1747   - "throughput"
1748   - "tags"
1749
1750 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
1751 - type: "table"
1752   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
1753   algorithm: "table_performance_comparison_nic"
1754   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
1755   reference:
1756     title: "3n-hsw xl710"
1757     data: "vpp-compare-testbeds-ref"
1758     nic: "NIC_Intel-XL710"
1759   compare:
1760     title: "3n-skx xxv710"
1761     data: "vpp-compare-testbeds-cmp"
1762     nic: "NIC_Intel-XXV710"
1763   data: "vpp-compare-testbeds"
1764   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1765   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
1766   parameters:
1767   - "name"
1768   - "parent"
1769   - "throughput"
1770   - "tags"
1771
1772 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
1773 - type: "table"
1774   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
1775   algorithm: "table_performance_comparison_nic"
1776   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
1777   reference:
1778     title: "3n-hsw xl710"
1779     data: "vpp-compare-testbeds-ref"
1780     nic: "NIC_Intel-XL710"
1781   compare:
1782     title: "3n-skx xxv710"
1783     data: "vpp-compare-testbeds-cmp"
1784     nic: "NIC_Intel-XXV710"
1785   data: "vpp-compare-testbeds"
1786   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1787   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
1788   parameters:
1789   - "name"
1790   - "parent"
1791   - "throughput"
1792   - "tags"
1793
1794 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
1795 - type: "table"
1796   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
1797   algorithm: "table_performance_comparison_nic"
1798   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
1799   reference:
1800     title: "3n-hsw xl710"
1801     data: "vpp-compare-testbeds-ref"
1802     nic: "NIC_Intel-XL710"
1803   compare:
1804     title: "3n-skx xxv710"
1805     data: "vpp-compare-testbeds-cmp"
1806     nic: "NIC_Intel-XXV710"
1807   data: "vpp-compare-testbeds"
1808   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1809   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
1810   parameters:
1811   - "name"
1812   - "parent"
1813   - "throughput"
1814   - "tags"
1815
1816 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
1817 - type: "table"
1818   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
1819   algorithm: "table_performance_comparison_nic"
1820   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
1821   reference:
1822     title: "3n-hsw xl710"
1823     data: "vpp-compare-testbeds-ref"
1824     nic: "NIC_Intel-XL710"
1825   compare:
1826     title: "3n-skx xxv710"
1827     data: "vpp-compare-testbeds-cmp"
1828     nic: "NIC_Intel-XXV710"
1829   data: "vpp-compare-testbeds"
1830   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1831   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
1832   parameters:
1833   - "name"
1834   - "parent"
1835   - "throughput"
1836   - "tags"
1837
1838 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
1839 - type: "table"
1840   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
1841   algorithm: "table_performance_comparison"
1842   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
1843   reference:
1844     title: "3-Node Skx"
1845     data: "vpp-compare-topologies-ref"
1846   compare:
1847     title: "2-Node Skx"
1848     data: "vpp-compare-topologies-cmp"
1849   data: "vpp-compare-topologies"
1850   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1851   filter: "'NDRPDR' and '1C'"
1852   parameters:
1853   - "name"
1854   - "parent"
1855   - "throughput"
1856
1857 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
1858 - type: "table"
1859   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
1860   algorithm: "table_performance_comparison"
1861   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
1862   reference:
1863     title: "3-Node Skx"
1864     data: "vpp-compare-topologies-ref"
1865   compare:
1866     title: "2-Node Skx"
1867     data: "vpp-compare-topologies-cmp"
1868   data: "vpp-compare-topologies"
1869   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1870   filter: "'NDRPDR' and '2C'"
1871   parameters:
1872   - "name"
1873   - "parent"
1874   - "throughput"
1875
1876 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
1877 - type: "table"
1878   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
1879   algorithm: "table_performance_comparison"
1880   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
1881   reference:
1882     title: "3-Node Skx"
1883     data: "vpp-compare-topologies-ref"
1884   compare:
1885     title: "2-Node Skx"
1886     data: "vpp-compare-topologies-cmp"
1887   data: "vpp-compare-topologies"
1888   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1889   filter: "'NDRPDR' and '1C'"
1890   parameters:
1891   - "name"
1892   - "parent"
1893   - "throughput"
1894
1895 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
1896 - type: "table"
1897   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
1898   algorithm: "table_performance_comparison"
1899   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
1900   reference:
1901     title: "3-Node Skx"
1902     data: "vpp-compare-topologies-ref"
1903   compare:
1904     title: "2-Node Skx"
1905     data: "vpp-compare-topologies-cmp"
1906   data: "vpp-compare-topologies"
1907   include-tests: "PDR"
1908   filter: "'NDRPDR' and '2C'"
1909   parameters:
1910   - "name"
1911   - "parent"
1912   - "throughput"
1913
1914 # VPP Performance Changes 3n-hsw 1t1c MRR
1915 - type: "table"
1916   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
1917   algorithm: "table_performance_comparison"
1918   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
1919   history:
1920     - title: "rls1901"
1921       data: "vpp-performance-changes-3n-hsw-mrr-h1"
1922   reference:
1923     title: "rls1904"
1924     data: "vpp-performance-changes-3n-hsw-mrr-ref"
1925   compare:
1926     title: "rls1908.1"
1927     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
1928   data: "vpp-performance-changes-3n-hsw-mrr"
1929   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1930   filter: "'1T1C' and 'MRR'"
1931   parameters:
1932   - "name"
1933   - "parent"
1934   - "result"
1935
1936 # VPP Performance Changes 3n-hsw 2t2c MRR
1937 - type: "table"
1938   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
1939   algorithm: "table_performance_comparison"
1940   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
1941   history:
1942     - title: "rls1901"
1943       data: "vpp-performance-changes-3n-hsw-mrr-h1"
1944   reference:
1945     title: "rls1904"
1946     data: "vpp-performance-changes-3n-hsw-mrr-ref"
1947   compare:
1948     title: "rls1908.1"
1949     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
1950   data: "vpp-performance-changes-3n-hsw-mrr"
1951   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1952   filter: "'2T2C' and 'MRR'"
1953   parameters:
1954   - "name"
1955   - "parent"
1956   - "result"
1957
1958 # VPP Performance Changes 3n-hsw 4t4c MRR
1959 - type: "table"
1960   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
1961   algorithm: "table_performance_comparison"
1962   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
1963   history:
1964     - title: "rls1901"
1965       data: "vpp-performance-changes-3n-hsw-mrr-h1"
1966   reference:
1967     title: "rls1904"
1968     data: "vpp-performance-changes-3n-hsw-mrr-ref"
1969   compare:
1970     title: "rls1908.1"
1971     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
1972   data: "vpp-performance-changes-3n-hsw-mrr"
1973   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1974   filter: "'4T4C' and 'MRR'"
1975   parameters:
1976   - "name"
1977   - "parent"
1978   - "result"
1979
1980 # VPP Performance Changes 3n-skx 2t1c MRR
1981 - type: "table"
1982   title: "VPP Performance Changes 3n-skx 2t1c MRR"
1983   algorithm: "table_performance_comparison"
1984   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
1985   history:
1986     - title: "rls1901"
1987       data: "vpp-performance-changes-3n-skx-mrr-h1"
1988   reference:
1989     title: "rls1904"
1990     data: "vpp-performance-changes-3n-skx-mrr-ref"
1991   compare:
1992     title: "rls1908.1"
1993     data: "vpp-performance-changes-3n-skx-mrr-cmp"
1994   data: "vpp-performance-changes-3n-skx-mrr"
1995   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1996   filter: "'2T1C' and 'MRR'"
1997   parameters:
1998   - "name"
1999   - "parent"
2000   - "result"
2001
2002 # VPP Performance Changes 3n-skx 4t2c MRR
2003 - type: "table"
2004   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2005   algorithm: "table_performance_comparison"
2006   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2007   history:
2008     - title: "rls1901"
2009       data: "vpp-performance-changes-3n-skx-mrr-h1"
2010   reference:
2011     title: "rls1904"
2012     data: "vpp-performance-changes-3n-skx-mrr-ref"
2013   compare:
2014     title: "rls1908.1"
2015     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2016   data: "vpp-performance-changes-3n-skx-mrr"
2017   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2018   filter: "'4T2C' and 'MRR'"
2019   parameters:
2020   - "name"
2021   - "parent"
2022   - "result"
2023
2024 # VPP Performance Changes 3n-skx 8t4c MRR
2025 - type: "table"
2026   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2027   algorithm: "table_performance_comparison"
2028   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2029   history:
2030     - title: "rls1901"
2031       data: "vpp-performance-changes-3n-skx-mrr-h1"
2032   reference:
2033     title: "rls1904"
2034     data: "vpp-performance-changes-3n-skx-mrr-ref"
2035   compare:
2036     title: "rls1908.1"
2037     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2038   data: "vpp-performance-changes-3n-skx-mrr"
2039   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2040   filter: "'8T4C' and 'MRR'"
2041   parameters:
2042   - "name"
2043   - "parent"
2044   - "result"
2045
2046 # VPP Performance Changes 2n-skx 2t1c MRR
2047 - type: "table"
2048   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2049   algorithm: "table_performance_comparison"
2050   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2051   history:
2052     - title: "rls1901"
2053       data: "vpp-performance-changes-2n-skx-mrr-h1"
2054   reference:
2055     title: "rls1904"
2056     data: "vpp-performance-changes-2n-skx-mrr-ref"
2057   compare:
2058     title: "rls1908.1"
2059     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2060   data: "vpp-performance-changes-2n-skx-mrr"
2061   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2062   filter: "'2T1C' and 'MRR'"
2063   parameters:
2064   - "name"
2065   - "parent"
2066   - "result"
2067
2068 # VPP Performance Changes 2n-skx 4t2c MRR
2069 - type: "table"
2070   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2071   algorithm: "table_performance_comparison"
2072   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2073   history:
2074     - title: "rls1901"
2075       data: "vpp-performance-changes-2n-skx-mrr-h1"
2076   reference:
2077     title: "rls1904"
2078     data: "vpp-performance-changes-2n-skx-mrr-ref"
2079   compare:
2080     title: "rls1908.1"
2081     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2082   data: "vpp-performance-changes-2n-skx-mrr"
2083   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2084   filter: "'4T2C' and 'MRR'"
2085   parameters:
2086   - "name"
2087   - "parent"
2088   - "result"
2089
2090 # VPP Performance Changes 2n-skx 8t4c MRR
2091 - type: "table"
2092   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2093   algorithm: "table_performance_comparison"
2094   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2095   history:
2096     - title: "rls1901"
2097       data: "vpp-performance-changes-2n-skx-mrr-h1"
2098   reference:
2099     title: "rls1904"
2100     data: "vpp-performance-changes-2n-skx-mrr-ref"
2101   compare:
2102     title: "rls1908.1"
2103     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2104   data: "vpp-performance-changes-2n-skx-mrr"
2105   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2106   filter: "'8T4C' and 'MRR'"
2107   parameters:
2108   - "name"
2109   - "parent"
2110   - "result"
2111
2112 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2113 - type: "table"
2114   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2115   algorithm: "table_performance_comparison_nic"
2116   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2117   reference:
2118     title: "3n-hsw xl710"
2119     data: "vpp-compare-testbeds-mrr-ref"
2120     nic: "NIC_Intel-XL710"
2121   compare:
2122     title: "3n-skx xxv710"
2123     data: "vpp-compare-testbeds-mrr-cmp"
2124     nic: "NIC_Intel-XXV710"
2125   data: "vpp-compare-testbeds-mrr"
2126   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2127   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
2128   parameters:
2129   - "name"
2130   - "parent"
2131   - "result"
2132   - "tags"
2133
2134 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2135 - type: "table"
2136   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2137   algorithm: "table_performance_comparison_nic"
2138   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2139   reference:
2140     title: "3n-hsw xl710"
2141     data: "vpp-compare-testbeds-mrr-ref"
2142     nic: "NIC_Intel-XL710"
2143   compare:
2144     title: "3n-skx xxv710"
2145     data: "vpp-compare-testbeds-mrr-cmp"
2146     nic: "NIC_Intel-XXV710"
2147   data: "vpp-compare-testbeds-mrr"
2148   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2149   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
2150   parameters:
2151   - "name"
2152   - "parent"
2153   - "result"
2154   - "tags"
2155
2156 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2157 - type: "table"
2158   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2159   algorithm: "table_performance_comparison_nic"
2160   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2161   reference:
2162     title: "3n-hsw xl710"
2163     data: "vpp-compare-testbeds-mrr-ref"
2164     nic: "NIC_Intel-XL710"
2165   compare:
2166     title: "3n-skx xxv710"
2167     data: "vpp-compare-testbeds-mrr-cmp"
2168     nic: "NIC_Intel-XXV710"
2169   data: "vpp-compare-testbeds-mrr"
2170   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2171   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
2172   parameters:
2173   - "name"
2174   - "parent"
2175   - "result"
2176   - "tags"
2177
2178 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2179 - type: "table"
2180   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2181   algorithm: "table_performance_comparison"
2182   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2183   reference:
2184     title: "3-Node Skx"
2185     data: "vpp-compare-topologies-mrr-ref"
2186   compare:
2187     title: "2-Node Skx"
2188     data: "vpp-compare-topologies-mrr-cmp"
2189   data: "vpp-compare-topologies-mrr"
2190   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2191   filter: "'MRR' and '1C'"
2192   parameters:
2193   - "name"
2194   - "parent"
2195   - "result"
2196
2197 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2198 - type: "table"
2199   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2200   algorithm: "table_performance_comparison"
2201   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2202   reference:
2203     title: "3-Node Skx"
2204     data: "vpp-compare-topologies-mrr-ref"
2205   compare:
2206     title: "2-Node Skx"
2207     data: "vpp-compare-topologies-mrr-cmp"
2208   data: "vpp-compare-topologies-mrr"
2209   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2210   filter: "'MRR' and '2C'"
2211   parameters:
2212   - "name"
2213   - "parent"
2214   - "result"
2215
2216 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2217 - type: "table"
2218   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2219   algorithm: "table_performance_comparison"
2220   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2221   reference:
2222     title: "3-Node Skx"
2223     data: "vpp-compare-topologies-mrr-ref"
2224   compare:
2225     title: "2-Node Skx"
2226     data: "vpp-compare-topologies-mrr-cmp"
2227   data: "vpp-compare-topologies-mrr"
2228   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2229   filter: "'MRR' and '4C'"
2230   parameters:
2231   - "name"
2232   - "parent"
2233   - "result"
2234
2235 # Detailed Test Results - VPP Performance Results 3n-hsw
2236 - type: "table"
2237   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2238   algorithm: "table_merged_details"
2239   output-file-ext: ".csv"
2240   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2241   columns:
2242   - title: "Name"
2243     data: "data name"
2244   - title: "Status"
2245     data: "data msg"
2246   rows: "generated"
2247   data: "vpp-perf-results-3n-hsw"
2248   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2249   parameters:
2250   - "name"
2251   - "parent"
2252   - "msg"
2253
2254 # Detailed Test Results - VPP Performance Results 3n-skx
2255 - type: "table"
2256   title: "Detailed Test Results - VPP Performance Results 3n-skx"
2257   algorithm: "table_merged_details"
2258   output-file-ext: ".csv"
2259   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2260   columns:
2261   - title: "Name"
2262     data: "data name"
2263   - title: "Status"
2264     data: "data msg"
2265   rows: "generated"
2266   data: "vpp-perf-results-3n-skx"
2267   filter: "not 'CFS_OPT'"
2268   parameters:
2269   - "name"
2270   - "parent"
2271   - "msg"
2272
2273 # Detailed Test Results - VPP Performance Results 2n-skx
2274 - type: "table"
2275   title: "Detailed Test Results - VPP Performance Results 2n-skx"
2276   algorithm: "table_merged_details"
2277   output-file-ext: ".csv"
2278   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2279   columns:
2280   - title: "Name"
2281     data: "data name"
2282   - title: "Status"
2283     data: "data msg"
2284   rows: "generated"
2285   data: "vpp-perf-results-2n-skx"
2286   filter: "not 'CFS_OPT'"
2287   parameters:
2288   - "name"
2289   - "parent"
2290   - "msg"
2291
2292 # Detailed Test Results - VPP Performance Results 3n-tsh
2293 - type: "table"
2294   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
2295   algorithm: "table_merged_details"
2296   output-file-ext: ".csv"
2297   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
2298   columns:
2299   - title: "Name"
2300     data: "data name"
2301   - title: "Status"
2302     data: "data msg"
2303   rows: "generated"
2304   data: "vpp-perf-results-3n-tsh"
2305   filter: "not 'CFS_OPT'"
2306   parameters:
2307   - "name"
2308   - "parent"
2309   - "msg"
2310
2311 # Detailed Test Results - VPP Performance Results 3n-dnv
2312 - type: "table"
2313   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
2314   algorithm: "table_details"
2315   output-file-ext: ".csv"
2316   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
2317   columns:
2318   - title: "Name"
2319     data: "data name"
2320   - title: "Status"
2321     data: "data msg"
2322   rows: "generated"
2323   data: "vpp-perf-results-3n-dnv"
2324   filter: "'NDRPDR'"
2325   parameters:
2326   - "name"
2327   - "parent"
2328   - "msg"
2329
2330 # Detailed Test Results - VPP Performance Results 2n-dnv
2331 - type: "table"
2332   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
2333   algorithm: "table_details"
2334   output-file-ext: ".csv"
2335   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
2336   columns:
2337   - title: "Name"
2338     data: "data name"
2339   - title: "Status"
2340     data: "data msg"
2341   rows: "generated"
2342   data: "vpp-perf-results-2n-dnv"
2343   filter: "'NDRPDR'"
2344   parameters:
2345   - "name"
2346   - "parent"
2347   - "msg"
2348
2349 # Test configuration - VPP Performance Test Configs 3n-hsw
2350 - type: "table"
2351   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
2352   algorithm: "table_merged_details"
2353   output-file-ext: ".csv"
2354   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
2355   columns:
2356   - title: "Name"
2357     data: "data name"
2358   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2359     data: "data conf-history"
2360   rows: "generated"
2361   data: "vpp-perf-results-3n-hsw"
2362   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2363   parameters:
2364   - "parent"
2365   - "name"
2366   - "conf-history"
2367
2368 # Test configuration - VPP Performance Test Configs 3n-skx
2369 - type: "table"
2370   title: "Test configuration - VPP Performance Test Configs 3n-skx"
2371   algorithm: "table_merged_details"
2372   output-file-ext: ".csv"
2373   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
2374   columns:
2375   - title: "Name"
2376     data: "data name"
2377   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2378     data: "data conf-history"
2379   rows: "generated"
2380   data: "vpp-perf-results-3n-skx"
2381   filter: "not 'CFS_OPT'"
2382   parameters:
2383   - "parent"
2384   - "name"
2385   - "conf-history"
2386
2387 # Test configuration - VPP Performance Test Configs 2n-skx
2388 - type: "table"
2389   title: "Test configuration - VPP Performance Test Configs 2n-skx"
2390   algorithm: "table_merged_details"
2391   output-file-ext: ".csv"
2392   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
2393   columns:
2394   - title: "Name"
2395     data: "data name"
2396   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2397     data: "data conf-history"
2398   rows: "generated"
2399   data: "vpp-perf-results-2n-skx"
2400   filter: "not 'CFS_OPT'"
2401   parameters:
2402   - "parent"
2403   - "name"
2404   - "conf-history"
2405
2406 # Test configuration - VPP Performance Test Configs 3n-tsh
2407 - type: "table"
2408   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
2409   algorithm: "table_merged_details"
2410   output-file-ext: ".csv"
2411   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_test_configuration_3n_tsh"
2412   columns:
2413   - title: "Name"
2414     data: "data name"
2415   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2416     data: "data conf-history"
2417   rows: "generated"
2418   data: "vpp-perf-results-3n-tsh"
2419   filter: "not 'CFS_OPT'"
2420   parameters:
2421   - "parent"
2422   - "name"
2423   - "conf-history"
2424
2425 # Test configuration - VPP Performance Test Configs 3n-dnv
2426 - type: "table"
2427   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
2428   algorithm: "table_details"
2429   output-file-ext: ".csv"
2430   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_test_configuration_3n_dnv"
2431   columns:
2432   - title: "Name"
2433     data: "data name"
2434   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2435     data: "data conf-history"
2436   rows: "generated"
2437   data: "vpp-perf-results-3n-dnv"
2438   filter: "'NDRPDR'"
2439   parameters:
2440   - "parent"
2441   - "name"
2442   - "conf-history"
2443
2444 # Test configuration - VPP Performance Test Configs 2n-dnv
2445 - type: "table"
2446   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
2447   algorithm: "table_details"
2448   output-file-ext: ".csv"
2449   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
2450   columns:
2451   - title: "Name"
2452     data: "data name"
2453   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2454     data: "data conf-history"
2455   rows: "generated"
2456   data: "vpp-perf-results-2n-dnv"
2457   filter: "'NDRPDR'"
2458   parameters:
2459   - "parent"
2460   - "name"
2461   - "conf-history"
2462
2463 # Test Operational Data - VPP Performance Operational Data 3n-hsw
2464 - type: "table"
2465   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
2466   algorithm: "table_merged_details"
2467   output-file-ext: ".csv"
2468   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
2469   columns:
2470   - title: "Name"
2471     data: "data name"
2472   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2473     data: "data show-run"
2474   rows: "generated"
2475   data: "vpp-perf-results-3n-hsw"
2476   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2477   parameters:
2478   - "parent"
2479   - "name"
2480   - "show-run"
2481
2482 # Test Operational Data - VPP Performance Operational Data 3n-skx
2483 - type: "table"
2484   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
2485   algorithm: "table_merged_details"
2486   output-file-ext: ".csv"
2487   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
2488   columns:
2489   - title: "Name"
2490     data: "data name"
2491   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2492     data: "data show-run"
2493   rows: "generated"
2494   data: "vpp-perf-results-3n-skx"
2495   filter: "not 'CFS_OPT'"
2496   parameters:
2497   - "parent"
2498   - "name"
2499   - "show-run"
2500
2501 # Test Operational Data - VPP Performance Operational Data 2n-skx
2502 - type: "table"
2503   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
2504   algorithm: "table_merged_details"
2505   output-file-ext: ".csv"
2506   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
2507   columns:
2508   - title: "Name"
2509     data: "data name"
2510   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2511     data: "data show-run"
2512   rows: "generated"
2513   data: "vpp-perf-results-2n-skx"
2514   filter: "not 'CFS_OPT'"
2515   parameters:
2516   - "parent"
2517   - "name"
2518   - "show-run"
2519
2520 # Test Operational Data - VPP Performance Operational Data 3n-tsh
2521 - type: "table"
2522   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
2523   algorithm: "table_merged_details"
2524   output-file-ext: ".csv"
2525   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_test_operational_3n_tsh"
2526   columns:
2527   - title: "Name"
2528     data: "data name"
2529   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2530     data: "data show-run"
2531   rows: "generated"
2532   data: "vpp-perf-results-3n-tsh"
2533   filter: "not 'CFS_OPT'"
2534   parameters:
2535   - "parent"
2536   - "name"
2537   - "show-run"
2538
2539 # Test Operational Data - VPP Performance Operational Data 3n-dnv
2540 - type: "table"
2541   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
2542   algorithm: "table_details"
2543   output-file-ext: ".csv"
2544   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_test_operational_3n_dnv"
2545   columns:
2546   - title: "Name"
2547     data: "data name"
2548   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2549     data: "data show-run"
2550   rows: "generated"
2551   data: "vpp-perf-results-3n-dnv"
2552   filter: "'NDRPDR'"
2553   parameters:
2554   - "parent"
2555   - "name"
2556   - "show-run"
2557
2558 # Test Operational Data - VPP Performance Operational Data 2n-dnv
2559 - type: "table"
2560   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
2561   algorithm: "table_details"
2562   output-file-ext: ".csv"
2563   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
2564   columns:
2565   - title: "Name"
2566     data: "data name"
2567   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2568     data: "data show-run"
2569   rows: "generated"
2570   data: "vpp-perf-results-2n-dnv"
2571   filter: "'NDRPDR'"
2572   parameters:
2573   - "parent"
2574   - "name"
2575   - "show-run"
2576
2577 # Detailed Test Results - VPP MRR Results 3n-hsw
2578 - type: "table"
2579   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
2580   algorithm: "table_details"
2581   output-file-ext: ".csv"
2582   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
2583   columns:
2584   - title: "Name"
2585     data: "data name"
2586   - title: "Status"
2587     data: "data msg"
2588   rows: "generated"
2589   data: "vpp-mrr-results-3n-hsw"
2590   filter: "'MRR'"
2591   parameters:
2592   - "name"
2593   - "parent"
2594   - "msg"
2595
2596 # Detailed Test Results - VPP MRR Results 3n-skx
2597 - type: "table"
2598   title: "Detailed Test Results - VPP MRR Results 3n-skx"
2599   algorithm: "table_details"
2600   output-file-ext: ".csv"
2601   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
2602   columns:
2603   - title: "Name"
2604     data: "data name"
2605   - title: "Status"
2606     data: "data msg"
2607   rows: "generated"
2608   data: "vpp-mrr-results-3n-skx"
2609   filter: "'MRR'"
2610   parameters:
2611   - "name"
2612   - "parent"
2613   - "msg"
2614
2615 # Detailed Test Results - VPP MRR Results 2n-skx
2616 - type: "table"
2617   title: "Detailed Test Results - VPP MRR Results 2n-skx"
2618   algorithm: "table_details"
2619   output-file-ext: ".csv"
2620   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
2621   columns:
2622   - title: "Name"
2623     data: "data name"
2624   - title: "Status"
2625     data: "data msg"
2626   rows: "generated"
2627   data: "vpp-mrr-results-2n-skx"
2628   filter: "'MRR'"
2629   parameters:
2630   - "name"
2631   - "parent"
2632   - "msg"
2633
2634 # Detailed Test Results - VPP MRR Results 3n-tsh
2635 - type: "table"
2636   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
2637   algorithm: "table_details"
2638   output-file-ext: ".csv"
2639   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
2640   columns:
2641   - title: "Name"
2642     data: "data name"
2643   - title: "Status"
2644     data: "data msg"
2645   rows: "generated"
2646   data: "vpp-mrr-results-3n-tsh"
2647   filter: "'MRR'"
2648   parameters:
2649   - "name"
2650   - "parent"
2651   - "msg"
2652
2653 # Detailed Test Results - VPP MRR Results 3n-dnv
2654 - type: "table"
2655   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
2656   algorithm: "table_details"
2657   output-file-ext: ".csv"
2658   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
2659   columns:
2660   - title: "Name"
2661     data: "data name"
2662   - title: "Status"
2663     data: "data msg"
2664   rows: "generated"
2665   data: "vpp-mrr-results-3n-dnv"
2666   filter: "'MRR'"
2667   parameters:
2668   - "name"
2669   - "parent"
2670   - "msg"
2671
2672 # Detailed Test Results - VPP MRR Results 2n-dnv
2673 - type: "table"
2674   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
2675   algorithm: "table_details"
2676   output-file-ext: ".csv"
2677   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
2678   columns:
2679   - title: "Name"
2680     data: "data name"
2681   - title: "Status"
2682     data: "data msg"
2683   rows: "generated"
2684   data: "vpp-mrr-results-2n-dnv"
2685   filter: "'MRR'"
2686   parameters:
2687   - "name"
2688   - "parent"
2689   - "msg"
2690
2691 # Test configuration - VPP MRR Test Configs 3n-hsw
2692 - type: "table"
2693   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
2694   algorithm: "table_details"
2695   output-file-ext: ".csv"
2696   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
2697   columns:
2698   - title: "Name"
2699     data: "data name"
2700   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2701     data: "data conf-history"
2702   rows: "generated"
2703   data: "vpp-mrr-results-3n-hsw"
2704   filter: "'MRR'"
2705   parameters:
2706   - "parent"
2707   - "name"
2708   - "conf-history"
2709
2710 # Test configuration - VPP MRR Test Configs 3n-skx
2711 - type: "table"
2712   title: "Test configuration - VPP MRR Test Configs 3n-skx"
2713   algorithm: "table_details"
2714   output-file-ext: ".csv"
2715   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
2716   columns:
2717   - title: "Name"
2718     data: "data name"
2719   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2720     data: "data conf-history"
2721   rows: "generated"
2722   data: "vpp-mrr-results-3n-skx"
2723   filter: "'MRR'"
2724   parameters:
2725   - "parent"
2726   - "name"
2727   - "conf-history"
2728
2729 # Test configuration - VPP MRR Test Configs 2n-skx
2730 - type: "table"
2731   title: "Test configuration - VPP MRR Test Configs 2n-skx"
2732   algorithm: "table_details"
2733   output-file-ext: ".csv"
2734   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
2735   columns:
2736   - title: "Name"
2737     data: "data name"
2738   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2739     data: "data conf-history"
2740   rows: "generated"
2741   data: "vpp-mrr-results-2n-skx"
2742   filter: "'MRR'"
2743   parameters:
2744   - "parent"
2745   - "name"
2746   - "conf-history"
2747
2748 # Test configuration - VPP MRR Test Configs 3n-tsh
2749 - type: "table"
2750   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
2751   algorithm: "table_details"
2752   output-file-ext: ".csv"
2753   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
2754   columns:
2755   - title: "Name"
2756     data: "data name"
2757   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2758     data: "data conf-history"
2759   rows: "generated"
2760   data: "vpp-mrr-results-3n-tsh"
2761   filter: "'MRR'"
2762   parameters:
2763   - "parent"
2764   - "name"
2765   - "conf-history"
2766
2767 # Test configuration - VPP MRR Test Configs 3n-dnv
2768 - type: "table"
2769   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
2770   algorithm: "table_details"
2771   output-file-ext: ".csv"
2772   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_test_configuration_3n_dnv"
2773   columns:
2774   - title: "Name"
2775     data: "data name"
2776   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2777     data: "data conf-history"
2778   rows: "generated"
2779   data: "vpp-mrr-results-3n-dnv"
2780   filter: "'MRR'"
2781   parameters:
2782   - "parent"
2783   - "name"
2784   - "conf-history"
2785
2786 # Test configuration - VPP MRR Test Configs 2n-dnv
2787 - type: "table"
2788   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
2789   algorithm: "table_details"
2790   output-file-ext: ".csv"
2791   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
2792   columns:
2793   - title: "Name"
2794     data: "data name"
2795   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2796     data: "data conf-history"
2797   rows: "generated"
2798   data: "vpp-mrr-results-2n-dnv"
2799   filter: "'MRR'"
2800   parameters:
2801   - "parent"
2802   - "name"
2803   - "conf-history"
2804
2805 # Detailed Test Results - VPP Functional Results - Ubuntu
2806 - type: "table"
2807   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
2808   algorithm: "table_details"
2809   output-file-ext: ".csv"
2810   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
2811   columns:
2812   - title: "Name"
2813     data: "data name"
2814   - title: "Documentation"
2815     data: "data doc"
2816   - title: "Status"
2817     data: "data status"
2818   rows: "generated"
2819   data: "vpp-func-results-ubuntu"
2820   filter: "all"
2821   parameters:
2822   - "name"
2823   - "parent"
2824   - "doc"
2825   - "status"
2826
2827 # Detailed Test Results - VPP Functional Results - CentOS
2828 - type: "table"
2829   title: "Detailed Test Results - VPP Functional Results - CentOS"
2830   algorithm: "table_details"
2831   output-file-ext: ".csv"
2832   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
2833   columns:
2834   - title: "Name"
2835     data: "data name"
2836   - title: "Documentation"
2837     data: "data doc"
2838   -
2839     title: "Status"
2840     data: "data status"
2841   rows: "generated"
2842   data:
2843     "vpp-func-results-centos"
2844   filter: "all"
2845   parameters:
2846   - "name"
2847   - "parent"
2848   - "doc"
2849   - "status"
2850
2851 # Test configuration - VPP Functional Test Configs - Ubuntu
2852 - type: "table"
2853   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
2854   algorithm: "table_details"
2855   output-file-ext: ".csv"
2856   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
2857   columns:
2858   - title: "Name"
2859     data: "data name"
2860   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2861     data: "data conf-history"
2862   rows: "generated"
2863   data: "vpp-func-results-ubuntu"
2864   filter: "all"
2865   parameters:
2866   - "parent"
2867   - "name"
2868   - "conf-history"
2869
2870 # Test configuration - VPP Functional Test Configs - CentOS
2871 - type: "table"
2872   title: "Test configuration - VPP Functional Test Configs - CentOS"
2873   algorithm: "table_details"
2874   output-file-ext: ".csv"
2875   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
2876   columns:
2877   - title: "Name"
2878     data: "data name"
2879   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2880     data: "data conf-history"
2881   rows: "generated"
2882   data: "vpp-func-results-centos"
2883   filter: "all"
2884   parameters:
2885   - "parent"
2886   - "name"
2887   - "conf-history"
2888
2889 ## Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
2890 #- type: "table"
2891 #  title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
2892 #  algorithm: "table_details"
2893 #  output-file-ext: ".csv"
2894 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
2895 #  columns:
2896 #  - title: "Name"
2897 #    data: "data name"
2898 #  - title: "Status"
2899 #    data: "data msg"
2900 #  rows: "generated"
2901 #  data: "ligato-perf-results-3n-hsw"
2902 #  filter: "all"
2903 #  parameters:
2904 #  - "name"
2905 #  - "parent"
2906 #  - "msg"
2907
2908 # Detailed Test Results - VPP Device Results - Ubuntu
2909 - type: "table"
2910   title: "Detailed Test Results - VPP Device Results - Ubuntu"
2911   algorithm: "table_details"
2912   output-file-ext: ".csv"
2913   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
2914   columns:
2915   - title: "Name"
2916     data: "data name"
2917   - title: "Documentation"
2918     data: "data doc"
2919   - title: "Status"
2920     data: "data status"
2921   rows: "generated"
2922   data: "vpp-device-results-ubuntu"
2923   filter: "all"
2924   parameters:
2925   - "name"
2926   - "parent"
2927   - "doc"
2928   - "status"
2929
2930 # Test configuration - VPP Device Test Configs - Ubuntu
2931 - type: "table"
2932   title: "Test configuration - VPP Device Test Configs - Ubuntu"
2933   algorithm: "table_details"
2934   output-file-ext: ".csv"
2935   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
2936   columns:
2937   - title: "Name"
2938     data: "data name"
2939   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2940     data: "data conf-history"
2941   rows: "generated"
2942   data: "vpp-device-results-ubuntu"
2943   filter: "all"
2944   parameters:
2945   - "parent"
2946   - "name"
2947   - "conf-history"
2948
2949 ################################################################################
2950 ###                                F I L E S                                 ###
2951 ################################################################################
2952
2953 # VPP Performance Results 3n-hsw
2954 - type: "file"
2955   title: "VPP Performance Results 3n-hsw"
2956   algorithm: "file_test_results"
2957   output-file-ext: ".rst"
2958   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2959   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"
2960   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
2961   data: "vpp-perf-results-3n-hsw"
2962   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2963   parameters:
2964   - "name"
2965   - "doc"
2966   - "level"
2967   - "parent"
2968   data-start-level: 3
2969
2970 # VPP Performance Results 3n-skx
2971 - type: "file"
2972   title: "VPP Performance Results 3n-skx"
2973   algorithm: "file_test_results"
2974   output-file-ext: ".rst"
2975   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2976   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"
2977   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
2978   data: "vpp-perf-results-3n-skx"
2979   filter: "not 'CFS_OPT'"
2980   parameters:
2981   - "name"
2982   - "doc"
2983   - "level"
2984   - "parent"
2985   data-start-level: 3
2986
2987 # VPP Performance Results 2n-skx
2988 - type: "file"
2989   title: "VPP Performance Results 2n-skx"
2990   algorithm: "file_test_results"
2991   output-file-ext: ".rst"
2992   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2993   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"
2994   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
2995   data: "vpp-perf-results-2n-skx"
2996   filter: "not 'CFS_OPT'"
2997   parameters:
2998   - "name"
2999   - "doc"
3000   - "level"
3001   - "parent"
3002   data-start-level: 3
3003
3004 # VPP Performance Results 3n-tsh
3005 - type: "file"
3006   title: "VPP Performance Results 3n-tsh"
3007   algorithm: "file_test_results"
3008   output-file-ext: ".rst"
3009   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
3010   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"
3011   dir-tables: "{DIR[DTR,PERF,VPP,3N,TSH]}"
3012   data: "vpp-perf-results-3n-tsh"
3013   filter: "not 'CFS_OPT'"
3014   parameters:
3015   - "name"
3016   - "doc"
3017   - "level"
3018   - "parent"
3019   data-start-level: 3
3020
3021 # VPP Performance Results 3n-dnv
3022 - type: "file"
3023   title: "VPP Performance Results 3n-dnv"
3024   algorithm: "file_test_results"
3025   output-file-ext: ".rst"
3026   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
3027   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"
3028   dir-tables: "{DIR[DTR,PERF,VPP,3N,DNV]}"
3029   data: "vpp-perf-results-3n-dnv"
3030   filter: "'NDRPDR'"
3031   parameters:
3032   - "name"
3033   - "doc"
3034   - "level"
3035   - "parent"
3036   data-start-level: 3
3037
3038 # VPP Performance Results 2n-dnv
3039 - type: "file"
3040   title: "VPP Performance Results 2n-dnv"
3041   algorithm: "file_test_results"
3042   output-file-ext: ".rst"
3043   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3044   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"
3045   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
3046   data: "vpp-perf-results-2n-dnv"
3047   filter: "'NDRPDR'"
3048   parameters:
3049   - "name"
3050   - "doc"
3051   - "level"
3052   - "parent"
3053   data-start-level: 3
3054
3055 # VPP Performance Configuration 3n-hsw
3056 - type: "file"
3057   title: "VPP Performance Configuration 3n-hsw"
3058   algorithm: "file_test_results"
3059   output-file-ext: ".rst"
3060   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
3061   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"
3062   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
3063   data: "vpp-perf-results-3n-hsw"
3064   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3065   parameters:
3066   - "name"
3067   - "doc"
3068   - "level"
3069   - "parent"
3070   data-start-level: 3
3071
3072 # VPP Performance Configuration 3n-skx
3073 - type: "file"
3074   title: "VPP Performance Configuration 3n-skx"
3075   algorithm: "file_test_results"
3076   output-file-ext: ".rst"
3077   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
3078   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"
3079   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
3080   data: "vpp-perf-results-3n-skx"
3081   filter: "not 'CFS_OPT'"
3082   parameters:
3083   - "name"
3084   - "doc"
3085   - "level"
3086   - "parent"
3087   data-start-level: 3
3088
3089 # VPP Performance Configuration 2n-skx
3090 - type: "file"
3091   title: "VPP Performance Configuration 2n-skx"
3092   algorithm: "file_test_results"
3093   output-file-ext: ".rst"
3094   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
3095   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"
3096   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
3097   data: "vpp-perf-results-2n-skx"
3098   filter: "not 'CFS_OPT'"
3099   parameters:
3100   - "name"
3101   - "doc"
3102   - "level"
3103   - "parent"
3104   data-start-level: 3
3105
3106 # VPP Performance Configuration 3n-tsh
3107 - type: "file"
3108   title: "VPP Performance Configuration 3n-tsh"
3109   algorithm: "file_test_results"
3110   output-file-ext: ".rst"
3111   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_performance_configuration_3n_tsh"
3112   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"
3113   dir-tables: "{DIR[DTC,PERF,VPP,3N,TSH]}"
3114   data: "vpp-perf-results-3n-tsh"
3115   filter: "not 'CFS_OPT'"
3116   parameters:
3117   - "name"
3118   - "doc"
3119   - "level"
3120   - "parent"
3121   data-start-level: 3
3122
3123 # VPP Performance Configuration 3n-dnv
3124 - type: "file"
3125   title: "VPP Performance Configuration 3n-dnv"
3126   algorithm: "file_test_results"
3127   output-file-ext: ".rst"
3128   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_performance_configuration_3n_dnv"
3129   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"
3130   dir-tables: "{DIR[DTC,PERF,VPP,3N,DNV]}"
3131   data: "vpp-perf-results-3n-dnv"
3132   filter: "'NDRPDR'"
3133   parameters:
3134   - "name"
3135   - "doc"
3136   - "level"
3137   - "parent"
3138   data-start-level: 3
3139
3140 # VPP Performance Configuration 2n-dnv
3141 - type: "file"
3142   title: "VPP Performance Configuration 2n-dnv"
3143   algorithm: "file_test_results"
3144   output-file-ext: ".rst"
3145   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
3146   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"
3147   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
3148   data: "vpp-perf-results-2n-dnv"
3149   filter: "'NDRPDR'"
3150   parameters:
3151   - "name"
3152   - "doc"
3153   - "level"
3154   - "parent"
3155   data-start-level: 3
3156
3157 # VPP Performance Operational Data 3n-hsw
3158 - type: "file"
3159   title: "VPP Performance Operational Data 3n-hsw"
3160   algorithm: "file_test_results"
3161   output-file-ext: ".rst"
3162   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
3163   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"
3164   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
3165   data: "vpp-perf-results-3n-hsw"
3166   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3167   parameters:
3168   - "name"
3169   - "doc"
3170   - "level"
3171   - "parent"
3172   data-start-level: 3
3173
3174 # VPP Performance Operational Data 3n-skx
3175 - type: "file"
3176   title: "VPP Performance Operational Data 3n-skx"
3177   algorithm: "file_test_results"
3178   output-file-ext: ".rst"
3179   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
3180   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"
3181   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
3182   data: "vpp-perf-results-3n-skx"
3183   filter: "not 'CFS_OPT'"
3184   parameters:
3185   - "name"
3186   - "doc"
3187   - "level"
3188   - "parent"
3189   data-start-level: 3
3190
3191 # VPP Performance Operational Data 2n-skx
3192 - type: "file"
3193   title: "VPP Performance Operational Data 2n-skx"
3194   algorithm: "file_test_results"
3195   output-file-ext: ".rst"
3196   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
3197   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"
3198   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
3199   data: "vpp-perf-results-2n-skx"
3200   filter: "not 'CFS_OPT'"
3201   parameters:
3202   - "name"
3203   - "doc"
3204   - "level"
3205   - "parent"
3206   data-start-level: 3
3207
3208 # VPP Performance Operational Data 3n-tsh
3209 - type: "file"
3210   title: "VPP Performance Operational Data 3n-tsh"
3211   algorithm: "file_test_results"
3212   output-file-ext: ".rst"
3213   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_performance_operational_data_3n_tsh"
3214   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"
3215   dir-tables: "{DIR[DTO,PERF,VPP,3N,TSH]}"
3216   data: "vpp-perf-results-3n-tsh"
3217   filter: "not 'CFS_OPT'"
3218   parameters:
3219   - "name"
3220   - "doc"
3221   - "level"
3222   - "parent"
3223   data-start-level: 3
3224
3225 # VPP Performance Operational Data 3n-dnv
3226 - type: "file"
3227   title: "VPP Performance Operational Data 3n-dnv"
3228   algorithm: "file_test_results"
3229   output-file-ext: ".rst"
3230   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_performance_operational_data_3n_dnv"
3231   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"
3232   dir-tables: "{DIR[DTO,PERF,VPP,3N,DNV]}"
3233   data: "vpp-perf-results-3n-dnv"
3234   filter: "'NDRPDR'"
3235   parameters:
3236   - "name"
3237   - "doc"
3238   - "level"
3239   - "parent"
3240   data-start-level: 3
3241
3242 # VPP Performance Operational Data 2n-dnv
3243 - type: "file"
3244   title: "VPP Performance Operational Data 2n-dnv"
3245   algorithm: "file_test_results"
3246   output-file-ext: ".rst"
3247   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
3248   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"
3249   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
3250   data: "vpp-perf-results-2n-dnv"
3251   filter: "'NDRPDR'"
3252   parameters:
3253   - "name"
3254   - "doc"
3255   - "level"
3256   - "parent"
3257   data-start-level: 3
3258
3259 # VPP MRR Results 3n-hsw
3260 - type: "file"
3261   title: "VPP MRR Results 3n-hsw"
3262   algorithm: "file_test_results"
3263   output-file-ext: ".rst"
3264   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3265   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"
3266   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
3267   data: "vpp-mrr-results-3n-hsw"
3268   filter: "'MRR'"
3269   parameters:
3270   - "name"
3271   - "doc"
3272   - "level"
3273   - "parent"
3274   data-start-level: 3
3275
3276 # VPP MRR Results 3n-skx
3277 - type: "file"
3278   title: "VPP MRR Results 3n-skx"
3279   algorithm: "file_test_results"
3280   output-file-ext: ".rst"
3281   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3282   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"
3283   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
3284   data: "vpp-mrr-results-3n-skx"
3285   filter: "'MRR'"
3286   parameters:
3287   - "name"
3288   - "doc"
3289   - "level"
3290   - "parent"
3291   data-start-level: 3
3292
3293 # VPP MRR Results 2n-skx
3294 - type: "file"
3295   title: "VPP MRR Results 2n-skx"
3296   algorithm: "file_test_results"
3297   output-file-ext: ".rst"
3298   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3299   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"
3300   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
3301   data: "vpp-mrr-results-2n-skx"
3302   filter: "all"
3303   parameters:
3304   - "name"
3305   - "doc"
3306   - "level"
3307   - "parent"
3308   data-start-level: 3
3309
3310 # VPP MRR Results 3n-tsh
3311 - type: "file"
3312   title: "VPP MRR Results 3n-tsh"
3313   algorithm: "file_test_results"
3314   output-file-ext: ".rst"
3315   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
3316   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"
3317   dir-tables: "{DIR[DTR,MRR,VPP,3N,TSH]}"
3318   data: "vpp-mrr-results-3n-tsh"
3319   filter: "'MRR'"
3320   parameters:
3321   - "name"
3322   - "doc"
3323   - "level"
3324   - "parent"
3325   data-start-level: 3
3326
3327 # VPP MRR Results 3n-dnv
3328 - type: "file"
3329   title: "VPP MRR Results 3n-dnv"
3330   algorithm: "file_test_results"
3331   output-file-ext: ".rst"
3332   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
3333   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"
3334   dir-tables: "{DIR[DTR,MRR,VPP,3N,DNV]}"
3335   data: "vpp-mrr-results-3n-dnv"
3336   filter: "'MRR'"
3337   parameters:
3338   - "name"
3339   - "doc"
3340   - "level"
3341   - "parent"
3342   data-start-level: 3
3343
3344 # VPP MRR Results 2n-dnv
3345 - type: "file"
3346   title: "VPP MRR Results 2n-dnv"
3347   algorithm: "file_test_results"
3348   output-file-ext: ".rst"
3349   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3350   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"
3351   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
3352   data: "vpp-mrr-results-2n-dnv"
3353   filter: "'MRR'"
3354   parameters:
3355   - "name"
3356   - "doc"
3357   - "level"
3358   - "parent"
3359   data-start-level: 3
3360
3361 # VPP MRR Configuration 3n-hsw
3362 - type: "file"
3363   title: "VPP MRR Configuration 3n-hsw"
3364   algorithm: "file_test_results"
3365   output-file-ext: ".rst"
3366   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
3367   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"
3368   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
3369   data: "vpp-mrr-results-3n-hsw"
3370   filter: "'MRR'"
3371   parameters:
3372   - "name"
3373   - "doc"
3374   - "level"
3375   - "parent"
3376   data-start-level: 3
3377
3378 # VPP MRR Configuration 3n-skx
3379 - type: "file"
3380   title: "VPP MRR Configuration 3n-skx"
3381   algorithm: "file_test_results"
3382   output-file-ext: ".rst"
3383   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
3384   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"
3385   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
3386   data: "vpp-mrr-results-3n-skx"
3387   filter: "'MRR'"
3388   parameters:
3389   - "name"
3390   - "doc"
3391   - "level"
3392   - "parent"
3393   data-start-level: 3
3394
3395 # VPP MRR Configuration 2n-skx
3396 - type: "file"
3397   title: "VPP MRR Configuration 2n-skx"
3398   algorithm: "file_test_results"
3399   output-file-ext: ".rst"
3400   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
3401   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"
3402   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
3403   data: "vpp-mrr-results-2n-skx"
3404   filter: "'MRR'"
3405   parameters:
3406   - "name"
3407   - "doc"
3408   - "level"
3409   - "parent"
3410   data-start-level: 3
3411
3412 # VPP MRR Configuration 3n-tsh
3413 - type: "file"
3414   title: "VPP MRR Configuration 3n-tsh"
3415   algorithm: "file_test_results"
3416   output-file-ext: ".rst"
3417   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
3418   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"
3419   dir-tables: "{DIR[DTC,MRR,VPP,3N,TSH]}"
3420   data: "vpp-mrr-results-3n-tsh"
3421   filter: "'MRR'"
3422   parameters:
3423   - "name"
3424   - "doc"
3425   - "level"
3426   - "parent"
3427   data-start-level: 3
3428
3429 # VPP MRR Configuration 3n-dnv
3430 - type: "file"
3431   title: "VPP MRR Configuration 3n-dnv"
3432   algorithm: "file_test_results"
3433   output-file-ext: ".rst"
3434   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_configuration_3n_dnv"
3435   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"
3436   dir-tables: "{DIR[DTC,MRR,VPP,3N,DNV]}"
3437   data: "vpp-mrr-results-3n-dnv"
3438   filter: "'MRR'"
3439   parameters:
3440   - "name"
3441   - "doc"
3442   - "level"
3443   - "parent"
3444   data-start-level: 3
3445
3446 # VPP MRR Configuration 2n-dnv
3447 - type: "file"
3448   title: "VPP MRR Configuration 2n-dnv"
3449   algorithm: "file_test_results"
3450   output-file-ext: ".rst"
3451   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
3452   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"
3453   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
3454   data: "vpp-mrr-results-2n-dnv"
3455   filter: "'MRR'"
3456   parameters:
3457   - "name"
3458   - "doc"
3459   - "level"
3460   - "parent"
3461   data-start-level: 3
3462
3463 # VPP Functional Results - Ubuntu
3464 - type: "file"
3465   title: "VPP Functional Results - Ubuntu"
3466   algorithm: "file_test_results"
3467   output-file-ext: ".rst"
3468   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3469   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"
3470   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
3471   data: "vpp-func-results-ubuntu"
3472   filter: "all"
3473   parameters:
3474   - "name"
3475   - "doc"
3476   - "level"
3477   - "parent"
3478   data-start-level: 3
3479
3480 # VPP Functional Results - CentOS
3481 - type: "file"
3482   title: "VPP Functional Results - CentOS"
3483   algorithm: "file_test_results"
3484   output-file-ext: ".rst"
3485   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3486   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"
3487   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
3488   data:
3489     "vpp-func-results-centos"
3490   filter: "all"
3491   parameters:
3492   - "name"
3493   - "doc"
3494   - "level"
3495   - "parent"
3496   data-start-level: 3
3497
3498 # VPP Functional Configuration - Ubuntu
3499 - type: "file"
3500   title: "VPP Functional Configuration - Ubuntu"
3501   algorithm: "file_test_results"
3502   output-file-ext: ".rst"
3503   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3504   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"
3505   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
3506   data: "vpp-func-results-ubuntu"
3507   filter: "all"
3508   parameters:
3509   - "name"
3510   - "doc"
3511   - "level"
3512   - "parent"
3513   data-start-level: 3
3514
3515 # VPP Functional Configuration - CentOS
3516 - type: "file"
3517   title: "VPP Functional Configuration - CentOS"
3518   algorithm: "file_test_results"
3519   output-file-ext: ".rst"
3520   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3521   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"
3522   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
3523   data:
3524     "vpp-func-results-centos"
3525   filter: "all"
3526   parameters:
3527   - "name"
3528   - "doc"
3529   - "level"
3530   - "parent"
3531   data-start-level: 3
3532
3533 # VPP Device Results - Ubuntu
3534 - type: "file"
3535   title: "VPP Device Results - Ubuntu"
3536   algorithm: "file_test_results"
3537   output-file-ext: ".rst"
3538   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3539   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"
3540   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
3541   data: "vpp-device-results-ubuntu"
3542   filter: "all"
3543   parameters:
3544   - "name"
3545   - "doc"
3546   - "level"
3547   - "parent"
3548   data-start-level: 2
3549
3550 # VPP Device Configuration - Ubuntu
3551 - type: "file"
3552   title: "VPP Device Configuration - Ubuntu"
3553   algorithm: "file_test_results"
3554   output-file-ext: ".rst"
3555   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3556   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"
3557   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
3558   data: "vpp-device-results-ubuntu"
3559   filter: "all"
3560   parameters:
3561   - "name"
3562   - "doc"
3563   - "level"
3564   - "parent"
3565   data-start-level: 2
3566
3567 ################################################################################
3568 ###                                P L O T S                                 ###
3569 ################################################################################
3570
3571 - type: "plot"
3572   title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
3573   algorithm: "plot_service_density_reconf_box_name"
3574   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
3575   data: "plot-vpp-nfv-reconf-2n-skx"
3576   include:
3577     - "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"
3578     - "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"
3579     - "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"
3580     - "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"
3581     - "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"
3582     - "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"
3583   layout:
3584     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
3585     layout: "plot-throughput"
3586
3587 - type: "plot"
3588   title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
3589   algorithm: "plot_service_density_reconf_box_name"
3590   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
3591   data: "plot-vpp-nfv-reconf-2n-skx"
3592   include:
3593     - "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"
3594     - "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"
3595     - "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"
3596     - "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"
3597     - "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"
3598     - "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"
3599   layout:
3600     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
3601     layout: "plot-throughput"
3602
3603 - type: "plot"
3604   title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
3605   algorithm: "plot_service_density_reconf_box_name"
3606   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
3607   data: "plot-vpp-nfv-reconf-2n-skx"
3608   include:
3609     - "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"
3610     - "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"
3611     - "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"
3612     - "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"
3613     - "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"
3614     - "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"
3615   layout:
3616     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
3617     layout: "plot-throughput"
3618
3619 ###############################################################################
3620
3621 # Packet Throughput
3622
3623 - type: "plot"
3624   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
3625   algorithm: "plot_performance_box_name"
3626   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
3627   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3628   include:
3629     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3630     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3631     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3632     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3633   layout:
3634     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
3635     layout: "plot-throughput"
3636
3637 - type: "plot"
3638   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
3639   algorithm: "plot_performance_box_name"
3640   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
3641   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3642   include:
3643     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3644     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3645     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3646     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3647   layout:
3648     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
3649     layout: "plot-throughput"
3650
3651 - type: "plot"
3652   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
3653   algorithm: "plot_performance_box_name"
3654   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
3655   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3656   include:
3657     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3658     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
3659     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3660     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
3661     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3662   layout:
3663     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
3664     layout: "plot-throughput"
3665
3666 - type: "plot"
3667   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
3668   algorithm: "plot_performance_box_name"
3669   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
3670   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3671   include:
3672     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3673     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
3674     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3675     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
3676     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3677   layout:
3678     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
3679     layout: "plot-throughput"
3680
3681 - type: "plot"
3682   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
3683   algorithm: "plot_performance_box_name"
3684   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
3685   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
3686   include:
3687     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
3688     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3689     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3690     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
3691     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3692   layout:
3693     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
3694     layout: "plot-throughput"
3695
3696 - type: "plot"
3697   title: "Throughput: 3n-hsw-xl710-64b-1t1c-memif-base-i40e-ndr"
3698   algorithm: "plot_performance_box_name"
3699   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-memif-base-i40e-ndr"
3700   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
3701   include:
3702     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3703     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
3704     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3705     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
3706     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3707   layout:
3708     title: "3n-hsw-xl710-64b-1t1c-memif-base-i40e-ndr"
3709     layout: "plot-throughput"
3710
3711 - type: "plot"
3712   title: "Throughput: 3n-hsw-xl710-64b-1t1c-memif-base-i40e-pdr"
3713   algorithm: "plot_performance_box_name"
3714   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-memif-base-i40e-pdr"
3715   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
3716   include:
3717     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3718     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
3719     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3720     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
3721     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3722   layout:
3723     title: "3n-hsw-xl710-64b-1t1c-memif-base-i40e-pdr"
3724     layout: "plot-throughput"
3725
3726 - type: "plot"
3727   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
3728   algorithm: "plot_performance_box_name"
3729   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
3730   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
3731   include:
3732     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
3733     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3734     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3735     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
3736     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3737   layout:
3738     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
3739     layout: "plot-throughput"
3740
3741 - type: "plot"
3742   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
3743   algorithm: "plot_performance_box_name"
3744   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
3745   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3746   include:
3747     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
3748     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3749   layout:
3750     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
3751     layout: "plot-throughput"
3752
3753 - type: "plot"
3754   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
3755   algorithm: "plot_performance_box_name"
3756   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
3757   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3758   include:
3759     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
3760     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3761   layout:
3762     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
3763     layout: "plot-throughput"
3764
3765 - type: "plot"
3766   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
3767   algorithm: "plot_performance_box_name"
3768   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
3769   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3770   include:
3771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
3772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
3773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
3774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
3775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
3776   layout:
3777     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
3778     layout: "plot-throughput"
3779
3780 - type: "plot"
3781   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
3782   algorithm: "plot_performance_box_name"
3783   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
3784   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3785   include:
3786     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
3787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
3788     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
3789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
3790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
3791   layout:
3792     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
3793     layout: "plot-throughput"
3794
3795 - type: "plot"
3796   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
3797   algorithm: "plot_performance_box_name"
3798   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
3799   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3800   include:
3801     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
3802     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3803     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
3804     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
3805     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
3806   layout:
3807     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
3808     layout: "plot-throughput"
3809
3810 - type: "plot"
3811   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
3812   algorithm: "plot_performance_box_name"
3813   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
3814   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3815   include:
3816     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
3817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3818     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
3819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
3820     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
3821   layout:
3822     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
3823     layout: "plot-throughput"
3824
3825 - type: "plot"
3826   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
3827   algorithm: "plot_performance_box_name"
3828   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
3829   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3830   include:
3831     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3832     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
3833   layout:
3834     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
3835     layout: "plot-throughput"
3836
3837 - type: "plot"
3838   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
3839   algorithm: "plot_performance_box_name"
3840   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
3841   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3842   include:
3843     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3844     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
3845   layout:
3846     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
3847     layout: "plot-throughput"
3848
3849 - type: "plot"
3850   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
3851   algorithm: "plot_performance_box_name"
3852   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
3853   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
3854   include:
3855     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
3856     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
3857     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
3858   layout:
3859     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
3860     layout: "plot-throughput"
3861
3862 - type: "plot"
3863   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
3864   algorithm: "plot_performance_box_name"
3865   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
3866   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
3867   include:
3868     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
3869     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
3870     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
3871   layout:
3872     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
3873     layout: "plot-throughput"
3874
3875 - type: "plot"
3876   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
3877   algorithm: "plot_performance_box_name"
3878   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
3879   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3880   include:
3881     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
3882     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3883   layout:
3884     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
3885     layout: "plot-throughput"
3886
3887 - type: "plot"
3888   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
3889   algorithm: "plot_performance_box_name"
3890   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
3891   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3892   include:
3893     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
3894     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3895   layout:
3896     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
3897     layout: "plot-throughput"
3898
3899 - type: "plot"
3900   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
3901   algorithm: "plot_performance_box_name"
3902   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
3903   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3904   include:
3905     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
3906     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
3907     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
3908     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
3909   layout:
3910     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
3911     layout: "plot-throughput"
3912
3913 - type: "plot"
3914   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
3915   algorithm: "plot_performance_box_name"
3916   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
3917   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3918   include:
3919     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
3920     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
3921     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
3922     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
3923   layout:
3924     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
3925     layout: "plot-throughput"
3926
3927 - type: "plot"
3928   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
3929   algorithm: "plot_performance_box_name"
3930   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
3931   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3932   include:
3933     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
3934     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3935     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
3936     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
3937     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
3938   layout:
3939     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
3940     layout: "plot-throughput"
3941
3942 - type: "plot"
3943   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
3944   algorithm: "plot_performance_box_name"
3945   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
3946   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3947   include:
3948     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
3949     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3950     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
3951     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
3952     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
3953   layout:
3954     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
3955     layout: "plot-throughput"
3956
3957 - type: "plot"
3958   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
3959   algorithm: "plot_performance_box_name"
3960   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
3961   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3962   include:
3963     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3964     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
3965     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
3966     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
3967     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
3968     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
3969   layout:
3970     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
3971     layout: "plot-throughput"
3972
3973 - type: "plot"
3974   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
3975   algorithm: "plot_performance_box_name"
3976   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
3977   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3978   include:
3979     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3980     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
3981     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
3982     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
3983     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
3984     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
3985   layout:
3986     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
3987     layout: "plot-throughput"
3988
3989 - type: "plot"
3990   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
3991   algorithm: "plot_performance_box_name"
3992   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
3993   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
3994   include:
3995     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
3996     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
3997     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
3998     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
3999     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
4000   layout:
4001     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
4002     layout: "plot-throughput"
4003
4004 - type: "plot"
4005   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
4006   algorithm: "plot_performance_box_name"
4007   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
4008   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4009   include:
4010     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
4011     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
4012     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
4013     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
4014     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
4015   layout:
4016     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
4017     layout: "plot-throughput"
4018
4019 - type: "plot"
4020   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
4021   algorithm: "plot_performance_box_name"
4022   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
4023   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4024   include:
4025     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
4026     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
4027   layout:
4028     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
4029     layout: "plot-throughput"
4030
4031 - type: "plot"
4032   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
4033   algorithm: "plot_performance_box_name"
4034   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
4035   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4036   include:
4037     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
4038     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
4039   layout:
4040     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
4041     layout: "plot-throughput"
4042
4043 - type: "plot"
4044   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
4045   algorithm: "plot_performance_box_name"
4046   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
4047   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
4048   include:
4049     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
4050   layout:
4051     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-ixgbe-ndr"
4052     layout: "plot-throughput"
4053
4054 - type: "plot"
4055   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
4056   algorithm: "plot_performance_box_name"
4057   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
4058   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
4059   include:
4060     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
4061   layout:
4062     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-ixgbe-pdr"
4063     layout: "plot-throughput"
4064
4065 - type: "plot"
4066   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
4067   algorithm: "plot_performance_box_name"
4068   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
4069   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4070   include:
4071     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
4072   layout:
4073     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-ixgbe-ndr"
4074     layout: "plot-throughput"
4075
4076 - type: "plot"
4077   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
4078   algorithm: "plot_performance_box_name"
4079   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
4080   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4081   include:
4082     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
4083   layout:
4084     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-ixgbe-pdr"
4085     layout: "plot-throughput"
4086
4087 - type: "plot"
4088   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-ndr"
4089   algorithm: "plot_performance_box_name"
4090   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-ndr"
4091   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4092   include:
4093     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
4094     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
4095     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
4096     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
4097   layout:
4098     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-ndr"
4099     layout: "plot-throughput"
4100
4101 - type: "plot"
4102   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-pdr"
4103   algorithm: "plot_performance_box_name"
4104   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-pdr"
4105   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4106   include:
4107     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
4108     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
4109     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
4110     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
4111   layout:
4112     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-pdr"
4113     layout: "plot-throughput"
4114
4115 - type: "plot"
4116   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
4117   algorithm: "plot_performance_box_name"
4118   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
4119   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4120   include:
4121     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
4122     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
4123     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
4124     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
4125   layout:
4126     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
4127     layout: "plot-throughput"
4128
4129 - type: "plot"
4130   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
4131   algorithm: "plot_performance_box_name"
4132   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
4133   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4134   include:
4135     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
4136     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
4137     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
4138     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
4139   layout:
4140     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
4141     layout: "plot-throughput"
4142
4143 - type: "plot"
4144   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
4145   algorithm: "plot_performance_box_name"
4146   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
4147   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4148   include:
4149     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
4150     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
4151     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
4152     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
4153   layout:
4154     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
4155     layout: "plot-throughput"
4156
4157 - type: "plot"
4158   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
4159   algorithm: "plot_performance_box_name"
4160   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
4161   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4162   include:
4163     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
4164     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
4165     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
4166     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
4167   layout:
4168     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
4169     layout: "plot-throughput"
4170
4171 - type: "plot"
4172   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
4173   algorithm: "plot_performance_box_name"
4174   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
4175   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4176   include:
4177     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
4178     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
4179   layout:
4180     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-ixgbe-ndr"
4181     layout: "plot-throughput"
4182
4183 - type: "plot"
4184   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
4185   algorithm: "plot_performance_box_name"
4186   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
4187   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4188   include:
4189     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
4190     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
4191   layout:
4192     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-ixgbe-pdr"
4193     layout: "plot-throughput"
4194
4195 - type: "plot"
4196   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4197   algorithm: "plot_performance_box_name"
4198   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4199   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4200   include:
4201     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4202   layout:
4203     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4204     layout: "plot-throughput"
4205
4206 - type: "plot"
4207   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4208   algorithm: "plot_performance_box_name"
4209   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4210   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4211   include:
4212     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4213   layout:
4214     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4215     layout: "plot-throughput"
4216
4217 - type: "plot"
4218   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4219   algorithm: "plot_performance_box_name"
4220   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4221   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4222   include:
4223     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
4224     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4225     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
4226     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
4227     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
4228   layout:
4229     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4230     layout: "plot-throughput"
4231
4232 - type: "plot"
4233   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4234   algorithm: "plot_performance_box_name"
4235   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4236   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4237   include:
4238     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
4239     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4240     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
4241     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
4242     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
4243   layout:
4244     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4245     layout: "plot-throughput"
4246
4247 - type: "plot"
4248   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
4249   algorithm: "plot_performance_box_name"
4250   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
4251   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4252   include:
4253     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
4254     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4255     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
4256   layout:
4257     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
4258     layout: "plot-throughput"
4259
4260 - type: "plot"
4261   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
4262   algorithm: "plot_performance_box_name"
4263   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
4264   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4265   include:
4266     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
4267     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4268     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
4269   layout:
4270     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
4271     layout: "plot-throughput"
4272
4273 - type: "plot"
4274   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4275   algorithm: "plot_performance_box_name"
4276   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4277   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4278   include:
4279     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4280   layout:
4281     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4282     layout: "plot-throughput"
4283
4284 - type: "plot"
4285   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4286   algorithm: "plot_performance_box_name"
4287   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4288   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4289   include:
4290     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4291   layout:
4292     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4293     layout: "plot-throughput"
4294
4295 - type: "plot"
4296   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4297   algorithm: "plot_performance_box_name"
4298   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4299   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4300   include:
4301     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
4302     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4303     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
4304     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
4305     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
4306   layout:
4307     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4308     layout: "plot-throughput"
4309
4310 - type: "plot"
4311   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4312   algorithm: "plot_performance_box_name"
4313   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4314   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4315   include:
4316     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
4317     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4318     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
4319     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
4320     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
4321   layout:
4322     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4323     layout: "plot-throughput"
4324
4325 - type: "plot"
4326   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4327   algorithm: "plot_performance_box_name"
4328   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4329   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4330   include:
4331     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
4332     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4333     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
4334     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
4335     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
4336   layout:
4337     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4338     layout: "plot-throughput"
4339
4340 - type: "plot"
4341   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4342   algorithm: "plot_performance_box_name"
4343   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4344   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4345   include:
4346     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
4347     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4348     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
4349     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
4350     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
4351   layout:
4352     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4353     layout: "plot-throughput"
4354
4355 - type: "plot"
4356   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4357   algorithm: "plot_performance_box_name"
4358   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4359   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
4360   include:
4361     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4362   layout:
4363     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-ixgbe-ndr"
4364     layout: "plot-throughput"
4365
4366 - type: "plot"
4367   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4368   algorithm: "plot_performance_box_name"
4369   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4370   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
4371   include:
4372     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4373   layout:
4374     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-ixgbe-pdr"
4375     layout: "plot-throughput"
4376
4377 - type: "plot"
4378   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4379   algorithm: "plot_performance_box_name"
4380   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4381   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4382   include:
4383     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4384   layout:
4385     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-ixgbe-ndr"
4386     layout: "plot-throughput"
4387
4388 - type: "plot"
4389   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4390   algorithm: "plot_performance_box_name"
4391   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4392   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4393   include:
4394     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4395   layout:
4396     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-ixgbe-pdr"
4397     layout: "plot-throughput"
4398
4399 - type: "plot"
4400   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
4401   algorithm: "plot_performance_box_name"
4402   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
4403   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4404   include:
4405     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4406     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4407     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4408     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4409     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4410     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4411   layout:
4412     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
4413     layout: "plot-throughput"
4414
4415 - type: "plot"
4416   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
4417   algorithm: "plot_performance_box_name"
4418   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
4419   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4420   include:
4421     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4422     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4423     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4424     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4425     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4426     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4427   layout:
4428     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
4429     layout: "plot-throughput"
4430
4431 - type: "plot"
4432   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
4433   algorithm: "plot_performance_box_name"
4434   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
4435   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4436   include:
4437     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
4438     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4439     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
4440     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4441   layout:
4442     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
4443     layout: "plot-throughput"
4444
4445 - type: "plot"
4446   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
4447   algorithm: "plot_performance_box_name"
4448   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
4449   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4450   include:
4451     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
4452     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4453     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4454     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4455   layout:
4456     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
4457     layout: "plot-throughput"
4458
4459 - type: "plot"
4460   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
4461   algorithm: "plot_performance_box_name"
4462   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
4463   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4464   include:
4465     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4466     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4467     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4468     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4469     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4470     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4471   layout:
4472     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
4473     layout: "plot-throughput"
4474
4475 - type: "plot"
4476   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
4477   algorithm: "plot_performance_box_name"
4478   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
4479   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4480   include:
4481     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4482     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4483     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4484     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4485     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4486     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4487   layout:
4488     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
4489     layout: "plot-throughput"
4490
4491 - type: "plot"
4492   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
4493   algorithm: "plot_performance_box_name"
4494   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
4495   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4496   include:
4497     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4498     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4499     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4500     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4501     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4502     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4503   layout:
4504     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
4505     layout: "plot-throughput"
4506
4507 - type: "plot"
4508   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
4509   algorithm: "plot_performance_box_name"
4510   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
4511   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4512   include:
4513     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4514     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4515     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4516     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4517     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4518     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4519   layout:
4520     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
4521     layout: "plot-throughput"
4522
4523 - type: "plot"
4524   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
4525   algorithm: "plot_performance_box_name"
4526   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
4527   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4528   include:
4529     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4530     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4531     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4532     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4533     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4534     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4535   layout:
4536     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
4537     layout: "plot-throughput"
4538
4539 - type: "plot"
4540   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
4541   algorithm: "plot_performance_box_name"
4542   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
4543   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4544   include:
4545     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4546     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4547     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4548     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4549     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4550     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4551   layout:
4552     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
4553     layout: "plot-throughput"
4554
4555 - type: "plot"
4556   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
4557   algorithm: "plot_performance_box_name"
4558   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
4559   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4560   include:
4561     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4562     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
4563     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4564   layout:
4565     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
4566     layout: "plot-throughput"
4567
4568 - type: "plot"
4569   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
4570   algorithm: "plot_performance_box_name"
4571   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
4572   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4573   include:
4574     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4575     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
4576     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4577   layout:
4578     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
4579     layout: "plot-throughput"
4580
4581 - type: "plot"
4582   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
4583   algorithm: "plot_performance_box_name"
4584   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
4585   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4586   include:
4587     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
4588     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4589     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
4590   layout:
4591     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
4592     layout: "plot-throughput"
4593
4594 - type: "plot"
4595   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
4596   algorithm: "plot_performance_box_name"
4597   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
4598   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4599   include:
4600     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
4601     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4602     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
4603   layout:
4604     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
4605     layout: "plot-throughput"
4606
4607 - type: "plot"
4608   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
4609   algorithm: "plot_performance_box_name"
4610   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
4611   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4612   include:
4613     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
4614     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
4615     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4616     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4617     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4618   layout:
4619     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
4620     layout: "plot-throughput"
4621
4622 - type: "plot"
4623   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
4624   algorithm: "plot_performance_box_name"
4625   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
4626   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4627   include:
4628     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
4629     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
4630     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4631     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4632     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4633   layout:
4634     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
4635     layout: "plot-throughput"
4636
4637 - type: "plot"
4638   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
4639   algorithm: "plot_performance_box_name"
4640   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
4641   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4642   include:
4643     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4644     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
4645     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
4646     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4647   layout:
4648     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
4649     layout: "plot-throughput"
4650
4651 - type: "plot"
4652   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
4653   algorithm: "plot_performance_box_name"
4654   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
4655   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4656   include:
4657     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4658     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
4659     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
4660     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4661   layout:
4662     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
4663     layout: "plot-throughput"
4664
4665 - type: "plot"
4666   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
4667   algorithm: "plot_performance_box_name"
4668   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
4669   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4670   include:
4671     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4672     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
4673     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4674     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4675     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4676     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4677   layout:
4678     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
4679     layout: "plot-throughput"
4680
4681 - type: "plot"
4682   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
4683   algorithm: "plot_performance_box_name"
4684   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
4685   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4686   include:
4687     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4688     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
4689     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4690     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4691     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4692     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4693   layout:
4694     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
4695     layout: "plot-throughput"
4696
4697 - type: "plot"
4698   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
4699   algorithm: "plot_performance_box_name"
4700   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
4701   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4702   include:
4703     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4704     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4705     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4706   layout:
4707     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
4708     layout: "plot-throughput"
4709
4710 - type: "plot"
4711   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
4712   algorithm: "plot_performance_box_name"
4713   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
4714   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4715   include:
4716     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4717     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4718     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4719   layout:
4720     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
4721     layout: "plot-throughput"
4722
4723 - type: "plot"
4724   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
4725   algorithm: "plot_performance_box_name"
4726   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
4727   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4728   include:
4729     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
4730     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4731     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
4732   layout:
4733     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
4734     layout: "plot-throughput"
4735
4736 - type: "plot"
4737   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
4738   algorithm: "plot_performance_box_name"
4739   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
4740   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4741   include:
4742     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
4743     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4744     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
4745   layout:
4746     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
4747     layout: "plot-throughput"
4748
4749 - type: "plot"
4750   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
4751   algorithm: "plot_performance_box_name"
4752   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
4753   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4754   include:
4755     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
4756     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4757     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4758     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4759   layout:
4760     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
4761     layout: "plot-throughput"
4762
4763 - type: "plot"
4764   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
4765   algorithm: "plot_performance_box_name"
4766   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
4767   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4768   include:
4769     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
4770     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4771     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4772     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4773   layout:
4774     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
4775     layout: "plot-throughput"
4776
4777 - type: "plot"
4778   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
4779   algorithm: "plot_performance_box_name"
4780   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
4781   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4782   include:
4783     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
4784     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4785     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4786     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
4787     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
4788     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4789   layout:
4790     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
4791     layout: "plot-throughput"
4792
4793 - type: "plot"
4794   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
4795   algorithm: "plot_performance_box_name"
4796   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
4797   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4798   include:
4799     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
4800     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4801     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4802     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
4803     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
4804     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4805   layout:
4806     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
4807     layout: "plot-throughput"
4808
4809 - type: "plot"
4810   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
4811   algorithm: "plot_performance_box_name"
4812   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
4813   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4814   include:
4815     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
4816     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4817     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4818     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4819   layout:
4820     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
4821     layout: "plot-throughput"
4822
4823 - type: "plot"
4824   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
4825   algorithm: "plot_performance_box_name"
4826   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
4827   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4828   include:
4829     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
4830     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4831     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4832     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4833   layout:
4834     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
4835     layout: "plot-throughput"
4836
4837 - type: "plot"
4838   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
4839   algorithm: "plot_performance_box_name"
4840   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
4841   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4842   include:
4843     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4844     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4845     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4846     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
4847     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
4848     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4849   layout:
4850     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
4851     layout: "plot-throughput"
4852
4853 - type: "plot"
4854   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
4855   algorithm: "plot_performance_box_name"
4856   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
4857   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4858   include:
4859     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4860     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4861     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4862     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
4863     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
4864     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4865   layout:
4866     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
4867     layout: "plot-throughput"
4868
4869 - type: "plot"
4870   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
4871   algorithm: "plot_performance_box_name"
4872   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
4873   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
4874   include:
4875     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4876     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4877     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4878   layout:
4879     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
4880     layout: "plot-throughput"
4881
4882 - type: "plot"
4883   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
4884   algorithm: "plot_performance_box_name"
4885   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
4886   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
4887   include:
4888     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4889     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4890     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4891   layout:
4892     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
4893     layout: "plot-throughput"
4894
4895 - type: "plot"
4896   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
4897   algorithm: "plot_performance_box_name"
4898   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
4899   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4900   include:
4901     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4902     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4903     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4904   layout:
4905     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
4906     layout: "plot-throughput"
4907
4908 - type: "plot"
4909   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
4910   algorithm: "plot_performance_box_name"
4911   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
4912   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4913   include:
4914     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4915     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4916     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4917   layout:
4918     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
4919     layout: "plot-throughput"
4920
4921 - type: "plot"
4922   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
4923   algorithm: "plot_performance_box_name"
4924   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
4925   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4926   include:
4927     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
4928     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4929     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4930     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
4931   layout:
4932     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
4933     layout: "plot-throughput"
4934
4935 - type: "plot"
4936   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
4937   algorithm: "plot_performance_box_name"
4938   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
4939   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4940   include:
4941     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
4942     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4943     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4944     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
4945   layout:
4946     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
4947     layout: "plot-throughput"
4948
4949 - type: "plot"
4950   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
4951   algorithm: "plot_performance_box_name"
4952   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
4953   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4954   include:
4955     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4956     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4957     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4958     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
4959   layout:
4960     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
4961     layout: "plot-throughput"
4962
4963 - type: "plot"
4964   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
4965   algorithm: "plot_performance_box_name"
4966   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
4967   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4968   include:
4969     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4970     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4971     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4972     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
4973   layout:
4974     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
4975     layout: "plot-throughput"
4976
4977 - type: "plot"
4978   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
4979   algorithm: "plot_performance_box_name"
4980   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
4981   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4982   include:
4983     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
4984     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4985     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4986     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
4987   layout:
4988     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
4989     layout: "plot-throughput"
4990
4991 - type: "plot"
4992   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
4993   algorithm: "plot_performance_box_name"
4994   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
4995   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4996   include:
4997     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
4998     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4999     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5000     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5001   layout:
5002     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
5003     layout: "plot-throughput"
5004
5005 - type: "plot"
5006   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
5007   algorithm: "plot_performance_box_name"
5008   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
5009   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5010   include:
5011     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5012     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5013     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5014     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
5015   layout:
5016     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
5017     layout: "plot-throughput"
5018
5019 - type: "plot"
5020   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-pdr"
5021   algorithm: "plot_performance_box_name"
5022   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-pdr"
5023   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5024   include:
5025     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5026     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5027     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5028     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
5029   layout:
5030     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-pdr"
5031     layout: "plot-throughput"
5032
5033 - type: "plot"
5034   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
5035   algorithm: "plot_performance_box_name"
5036   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
5037   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5038   include:
5039     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5040     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5041     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5042     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5043     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5044   layout:
5045     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
5046     layout: "plot-throughput"
5047
5048 - type: "plot"
5049   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
5050   algorithm: "plot_performance_box_name"
5051   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
5052   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5053   include:
5054     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5055     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5056     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5057     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5058     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5059   layout:
5060     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
5061     layout: "plot-throughput"
5062
5063 - type: "plot"
5064   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5065   algorithm: "plot_performance_box_name"
5066   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5067   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5068   include:
5069     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5070     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5071     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5072     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5073     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
5074   layout:
5075     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5076     layout: "plot-throughput"
5077
5078 - type: "plot"
5079   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
5080   algorithm: "plot_performance_box_name"
5081   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
5082   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5083   include:
5084     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5085     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5086     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5087     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5088     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
5089   layout:
5090     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
5091     layout: "plot-throughput"
5092
5093 - type: "plot"
5094   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
5095   algorithm: "plot_performance_box_name"
5096   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
5097   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5098   include:
5099     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5100     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5101     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5102     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5103     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5104     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5105   layout:
5106     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
5107     layout: "plot-throughput"
5108
5109 - type: "plot"
5110   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
5111   algorithm: "plot_performance_box_name"
5112   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
5113   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5114   include:
5115     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5116     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5117     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5118     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5119     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5120     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5121   layout:
5122     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
5123     layout: "plot-throughput"
5124
5125 - type: "plot"
5126   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5127   algorithm: "plot_performance_box_name"
5128   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5129   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5130   include:
5131     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5132     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5133     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5134     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5135     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5136     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5137   layout:
5138     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5139     layout: "plot-throughput"
5140
5141 - type: "plot"
5142   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
5143   algorithm: "plot_performance_box_name"
5144   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
5145   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5146   include:
5147     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5148     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5149     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5150     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5151     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5152     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5153   layout:
5154     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
5155     layout: "plot-throughput"
5156
5157 - type: "plot"
5158   title: "Throughput: 3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
5159   algorithm: "plot_performance_box_name"
5160   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
5161   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5162   include:
5163     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5164     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5165     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5166     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5167     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5168     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5169   layout:
5170     title: "3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
5171     layout: "plot-throughput"
5172
5173 - type: "plot"
5174   title: "Throughput: 3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-pdr"
5175   algorithm: "plot_performance_box_name"
5176   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-pdr"
5177   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5178   include:
5179     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5180     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5181     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5182     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5183     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5184     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5185   layout:
5186     title: "3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-pdr"
5187     layout: "plot-throughput"
5188
5189 - type: "plot"
5190   title: "Throughput: 3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5191   algorithm: "plot_performance_box_name"
5192   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5193   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5194   include:
5195     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5196     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5197     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5198     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5199     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5200     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5201   layout:
5202     title: "3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5203     layout: "plot-throughput"
5204
5205 - type: "plot"
5206   title: "Throughput: 3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-pdr"
5207   algorithm: "plot_performance_box_name"
5208   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-pdr"
5209   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5210   include:
5211     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5212     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5213     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5214     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5215     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5216     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5217   layout:
5218     title: "3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-pdr"
5219     layout: "plot-throughput"
5220
5221 - type: "plot"
5222   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
5223   algorithm: "plot_performance_box_name"
5224   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
5225   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5226   include:
5227     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5228     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5229     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5230     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5231     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5232   layout:
5233     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
5234     layout: "plot-throughput"
5235
5236 - type: "plot"
5237   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
5238   algorithm: "plot_performance_box_name"
5239   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
5240   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5241   include:
5242     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5243     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5244     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5245     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5246     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5247   layout:
5248     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
5249     layout: "plot-throughput"
5250
5251 - type: "plot"
5252   title: "Throughput: 3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-ndr"
5253   algorithm: "plot_performance_box_name"
5254   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-ndr"
5255   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5256   include:
5257     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
5258     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
5259     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
5260   layout:
5261     title: "3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-ndr"
5262     layout: "plot-throughput"
5263
5264 - type: "plot"
5265   title: "Throughput: 3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-pdr"
5266   algorithm: "plot_performance_box_name"
5267   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-pdr"
5268   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5269   include:
5270     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
5271     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
5272     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
5273   layout:
5274     title: "3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-pdr"
5275     layout: "plot-throughput"
5276
5277 ################################################################################
5278
5279 # Packet Latency 1C
5280
5281 - type: "plot"
5282   title: "Latency: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
5283   algorithm: "plot_latency_error_bars_name"
5284   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
5285   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5286   include:
5287     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
5288     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5289     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5290     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
5291   layout:
5292     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
5293     layout: "plot-latency"
5294
5295 - type: "plot"
5296   title: "Latency: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
5297   algorithm: "plot_latency_error_bars_name"
5298   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
5299   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5300   include:
5301     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
5302     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
5303     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5304     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
5305     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
5306   layout:
5307     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
5308     layout: "plot-latency"
5309
5310 - type: "plot"
5311   title: "Latency: 3n-hsw-xl710-64b-1t1c-memif-base-i40e-ndr-lat"
5312   algorithm: "plot_latency_error_bars_name"
5313   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-memif-base-i40e-ndr-lat"
5314   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5315   include:
5316     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
5317     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
5318     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5319     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
5320     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
5321   layout:
5322     title: "3n-hsw-xl710-64b-1t1c-memif-base-i40e-ndr"
5323     layout: "plot-latency"
5324
5325 - type: "plot"
5326   title: "Latency: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
5327   algorithm: "plot_latency_error_bars_name"
5328   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
5329   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5330   include:
5331     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
5332     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
5333   layout:
5334     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
5335     layout: "plot-latency"
5336
5337 - type: "plot"
5338   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
5339   algorithm: "plot_latency_error_bars_name"
5340   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
5341   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5342   include:
5343     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
5344     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
5345     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
5346     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
5347     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
5348   layout:
5349     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
5350     layout: "plot-latency"
5351
5352 - type: "plot"
5353   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
5354   algorithm: "plot_latency_error_bars_name"
5355   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
5356   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5357   include:
5358     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
5359     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
5360     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
5361     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
5362     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
5363   layout:
5364     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
5365     layout: "plot-latency"
5366
5367 - type: "plot"
5368   title: "Latency: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
5369   algorithm: "plot_latency_error_bars_name"
5370   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
5371   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5372   include:
5373     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
5374     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
5375   layout:
5376     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
5377     layout: "plot-latency"
5378
5379 - type: "plot"
5380   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
5381   algorithm: "plot_latency_error_bars_name"
5382   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
5383   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5384   include:
5385     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
5386     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
5387     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
5388   layout:
5389     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
5390     layout: "plot-latency"
5391
5392 - type: "plot"
5393   title: "Latency: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
5394   algorithm: "plot_latency_error_bars_name"
5395   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
5396   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5397   include:
5398     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
5399     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
5400   layout:
5401     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
5402     layout: "plot-latency"
5403
5404 - type: "plot"
5405   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
5406   algorithm: "plot_latency_error_bars_name"
5407   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
5408   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5409   include:
5410     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
5411     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
5412     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
5413     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
5414   layout:
5415     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
5416     layout: "plot-latency"
5417
5418 - type: "plot"
5419   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
5420   algorithm: "plot_latency_error_bars_name"
5421   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
5422   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5423   include:
5424     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
5425     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
5426     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
5427     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
5428     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
5429   layout:
5430     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
5431     layout: "plot-latency"
5432
5433 - type: "plot"
5434   title: "Latency: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
5435   algorithm: "plot_latency_error_bars_name"
5436   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
5437   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5438   include:
5439     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
5440     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
5441     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
5442     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
5443     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
5444     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
5445   layout:
5446     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
5447     layout: "plot-latency"
5448
5449 - type: "plot"
5450   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-ndr-lat"
5451   algorithm: "plot_latency_error_bars_name"
5452   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-ndr-lat"
5453   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5454   include:
5455     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
5456     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
5457     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
5458     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
5459   layout:
5460     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-ndr"
5461     layout: "plot-latency"
5462
5463 - type: "plot"
5464   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-lat"
5465   algorithm: "plot_latency_error_bars_name"
5466   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-lat"
5467   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5468   include:
5469     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
5470     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
5471     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
5472     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
5473   layout:
5474     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
5475     layout: "plot-latency"
5476
5477 - type: "plot"
5478   title: "Latency: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5479   algorithm: "plot_latency_error_bars_name"
5480   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5481   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5482   include:
5483     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
5484   layout:
5485     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
5486     layout: "plot-latency"
5487
5488 - type: "plot"
5489   title: "Latency: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5490   algorithm: "plot_latency_error_bars_name"
5491   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5492   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5493   include:
5494     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
5495     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
5496     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
5497     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
5498     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
5499   layout:
5500     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
5501     layout: "plot-latency"
5502
5503 - type: "plot"
5504   title: "Latency: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
5505   algorithm: "plot_latency_error_bars_name"
5506   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
5507   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5508   include:
5509     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
5510     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
5511     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
5512   layout:
5513     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
5514     layout: "plot-latency"
5515
5516 - type: "plot"
5517   title: "Latency: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5518   algorithm: "plot_latency_error_bars_name"
5519   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5520   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5521   include:
5522     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
5523   layout:
5524     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
5525     layout: "plot-latency"
5526
5527 - type: "plot"
5528   title: "Latency: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5529   algorithm: "plot_latency_error_bars_name"
5530   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5531   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5532   include:
5533     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
5534     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
5535     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
5536     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
5537     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
5538   layout:
5539     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
5540     layout: "plot-latency"
5541
5542 #- type: "plot"
5543 #  title: "Latency: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
5544 #  algorithm: "plot_latency_error_bars_name"
5545 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
5546 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5547 #  include:
5548 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
5549 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5550 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
5551 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5552 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
5553 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5554 #  layout:
5555 #    title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
5556 #    layout: "plot-latency"
5557
5558 #- type: "plot"
5559 #  title: "Latency: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
5560 #  algorithm: "plot_latency_error_bars_name"
5561 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
5562 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5563 #  include:
5564 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
5565 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5566 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
5567 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5568 #  layout:
5569 #    title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
5570 #    layout: "plot-latency"
5571
5572 #- type: "plot"
5573 #  title: "Latency: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
5574 #  algorithm: "plot_latency_error_bars_name"
5575 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
5576 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
5577 #  include:
5578 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
5579 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5580 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
5581 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5582 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
5583 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5584 #  layout:
5585 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
5586 #    layout: "plot-latency"
5587
5588 - type: "plot"
5589   title: "Latency: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
5590   algorithm: "plot_latency_error_bars_name"
5591   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
5592   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5593   include:
5594     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
5595     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
5596     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
5597   layout:
5598     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
5599     layout: "plot-latency"
5600
5601 - type: "plot"
5602   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
5603   algorithm: "plot_latency_error_bars_name"
5604   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
5605   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5606   include:
5607     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
5608     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
5609     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
5610   layout:
5611     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
5612     layout: "plot-latency"
5613
5614 - type: "plot"
5615   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
5616   algorithm: "plot_latency_error_bars_name"
5617   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
5618   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5619   include:
5620     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
5621     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
5622     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
5623     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
5624     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
5625   layout:
5626     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
5627     layout: "plot-latency"
5628
5629 - type: "plot"
5630   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
5631   algorithm: "plot_latency_error_bars_name"
5632   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
5633   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5634   include:
5635     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
5636     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
5637     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
5638     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
5639   layout:
5640     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
5641     layout: "plot-latency"
5642
5643 - type: "plot"
5644   title: "Latency: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
5645   algorithm: "plot_latency_error_bars_name"
5646   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
5647   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5648   include:
5649     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
5650     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
5651     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
5652     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
5653     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
5654     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
5655   layout:
5656     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
5657     layout: "plot-latency"
5658
5659 - type: "plot"
5660   title: "Latency: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
5661   algorithm: "plot_latency_error_bars_name"
5662   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
5663   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5664   include:
5665     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
5666     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
5667     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
5668   layout:
5669     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
5670     layout: "plot-latency"
5671
5672 - type: "plot"
5673   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
5674   algorithm: "plot_latency_error_bars_name"
5675   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
5676   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5677   include:
5678     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
5679     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
5680     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
5681   layout:
5682     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
5683     layout: "plot-latency"
5684
5685 - type: "plot"
5686   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
5687   algorithm: "plot_latency_error_bars_name"
5688   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
5689   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5690   include:
5691     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
5692     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
5693     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
5694     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
5695   layout:
5696     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
5697     layout: "plot-latency"
5698
5699 - type: "plot"
5700   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
5701   algorithm: "plot_latency_error_bars_name"
5702   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
5703   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5704   include:
5705     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
5706     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
5707     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
5708     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
5709     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
5710     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
5711   layout:
5712     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
5713     layout: "plot-latency"
5714
5715 - type: "plot"
5716   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
5717   algorithm: "plot_latency_error_bars_name"
5718   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
5719   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5720   include:
5721     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5722     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5723     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5724     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5725   layout:
5726     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
5727     layout: "plot-latency"
5728
5729 - type: "plot"
5730   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5731   algorithm: "plot_latency_error_bars_name"
5732   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-lat"
5733   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5734   include:
5735     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5736     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5737     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5738     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
5739   layout:
5740     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5741     layout: "plot-latency"
5742
5743 - type: "plot"
5744   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
5745   algorithm: "plot_latency_error_bars_name"
5746   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr-lat"
5747   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5748   include:
5749     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5750     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5751     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5752     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5753   layout:
5754     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
5755     layout: "plot-latency"
5756
5757 - type: "plot"
5758   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
5759   algorithm: "plot_latency_error_bars_name"
5760   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr-lat"
5761   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5762   include:
5763     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5764     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5765     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5766     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
5767   layout:
5768     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
5769     layout: "plot-latency"
5770
5771 - type: "plot"
5772   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
5773   algorithm: "plot_latency_error_bars_name"
5774   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
5775   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5776   include:
5777     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5778     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5779     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5780     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5781     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5782   layout:
5783     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
5784     layout: "plot-latency"
5785
5786 - type: "plot"
5787   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5788   algorithm: "plot_latency_error_bars_name"
5789   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-lat"
5790   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5791   include:
5792     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5793     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5794     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5795     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5796     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
5797   layout:
5798     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5799     layout: "plot-latency"
5800
5801 - type: "plot"
5802   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
5803   algorithm: "plot_latency_error_bars_name"
5804   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
5805   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5806   include:
5807     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5808     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5809     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5810     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5811     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5812     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5813   layout:
5814     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
5815     layout: "plot-latency"
5816
5817 - type: "plot"
5818   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5819   algorithm: "plot_latency_error_bars_name"
5820   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
5821   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5822   include:
5823     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5824     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5825     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5826     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5827     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5828     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5829   layout:
5830     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5831     layout: "plot-latency"
5832
5833 - type: "plot"
5834   title: "Latency: 3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
5835   algorithm: "plot_latency_error_bars_name"
5836   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-ndr-lat"
5837   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5838   include:
5839     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5840     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5841     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5842     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5843     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5844     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5845   layout:
5846     title: "3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
5847     layout: "plot-latency"
5848
5849 - type: "plot"
5850   title: "Latency: 3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5851   algorithm: "plot_latency_error_bars_name"
5852   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
5853   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5854   include:
5855     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5856     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5857     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5858     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5859     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5860     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5861   layout:
5862     title: "3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5863     layout: "plot-latency"
5864
5865 - type: "plot"
5866   title: "Latency: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-lat"
5867   algorithm: "plot_latency_error_bars_name"
5868   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-lat"
5869   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5870   include:
5871     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
5872     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
5873     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5874     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
5875     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
5876   layout:
5877     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
5878     layout: "plot-latency"
5879
5880 - type: "plot"
5881   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-lat"
5882   algorithm: "plot_latency_error_bars_name"
5883   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-lat"
5884   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5885   include:
5886     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
5887     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
5888     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
5889     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
5890     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
5891   layout:
5892     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
5893     layout: "plot-latency"
5894
5895 - type: "plot"
5896   title: "Latency: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-lat"
5897   algorithm: "plot_latency_error_bars_name"
5898   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-lat"
5899   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5900   include:
5901     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
5902     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
5903   layout:
5904     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
5905     layout: "plot-latency"
5906
5907 - type: "plot"
5908   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-lat"
5909   algorithm: "plot_latency_error_bars_name"
5910   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-lat"
5911   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5912   include:
5913     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
5914     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
5915     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
5916     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
5917   layout:
5918     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-lat"
5919     layout: "plot-latency"
5920
5921 - type: "plot"
5922   title: "Latency: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-lat"
5923   algorithm: "plot_latency_error_bars_name"
5924   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-lat"
5925   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5926   include:
5927     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
5928     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
5929     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
5930     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
5931     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
5932   layout:
5933     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
5934     layout: "plot-latency"
5935
5936 - type: "plot"
5937   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-lat"
5938   algorithm: "plot_latency_error_bars_name"
5939   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-lat"
5940   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5941   include:
5942     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
5943     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
5944     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
5945     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
5946   layout:
5947     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
5948     layout: "plot-latency"
5949
5950 - type: "plot"
5951   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-lat"
5952   algorithm: "plot_latency_error_bars_name"
5953   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-lat"
5954   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5955   include:
5956     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
5957     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
5958     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
5959     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
5960     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
5961     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
5962   layout:
5963     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
5964     layout: "plot-latency"
5965
5966 - type: "plot"
5967   title: "Latency: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-lat"
5968   algorithm: "plot_latency_error_bars_name"
5969   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-lat"
5970   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5971   include:
5972     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5973     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5974     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5975     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5976     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5977   layout:
5978     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
5979     layout: "plot-latency"
5980
5981 ################################################################################
5982
5983 # Packet Latency 2C
5984
5985 - type: "plot"
5986   title: "Latency: 2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
5987   algorithm: "plot_latency_error_bars_name"
5988   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
5989   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5990   include:
5991     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
5992     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5993     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5994     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
5995   layout:
5996     title: "2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
5997     layout: "plot-latency"
5998
5999 - type: "plot"
6000   title: "Latency: 3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
6001   algorithm: "plot_latency_error_bars_name"
6002   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
6003   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6004   include:
6005     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6006     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6007     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6008     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6009     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6010   layout:
6011     title: "3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
6012     layout: "plot-latency"
6013
6014 - type: "plot"
6015   title: "Latency: 3n-hsw-xl710-64b-2t2c-memif-base-i40e-ndr-lat"
6016   algorithm: "plot_latency_error_bars_name"
6017   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-memif-base-i40e-ndr-lat"
6018   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6019   include:
6020     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6021     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6022     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6023     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6024     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6025   layout:
6026     title: "3n-hsw-xl710-64b-2t2c-memif-base-i40e-ndr"
6027     layout: "plot-latency"
6028
6029 - type: "plot"
6030   title: "Latency: 2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
6031   algorithm: "plot_latency_error_bars_name"
6032   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
6033   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6034   include:
6035     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
6036     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
6037   layout:
6038     title: "2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
6039     layout: "plot-latency"
6040
6041 - type: "plot"
6042   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
6043   algorithm: "plot_latency_error_bars_name"
6044   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
6045   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6046   include:
6047     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-avf-dot1q-ip4base-ndrpdr"
6048     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
6049     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
6050     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
6051     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
6052   layout:
6053     title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
6054     layout: "plot-latency"
6055
6056 - type: "plot"
6057   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
6058   algorithm: "plot_latency_error_bars_name"
6059   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
6060   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6061   include:
6062     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
6063     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
6064     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
6065     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
6066     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
6067   layout:
6068     title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
6069     layout: "plot-latency"
6070
6071 - type: "plot"
6072   title: "Latency: 2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
6073   algorithm: "plot_latency_error_bars_name"
6074   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
6075   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6076   include:
6077     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
6078     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
6079   layout:
6080     title: "2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
6081     layout: "plot-latency"
6082
6083 - type: "plot"
6084   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
6085   algorithm: "plot_latency_error_bars_name"
6086   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
6087   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6088   include:
6089     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
6090     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
6091     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
6092   layout:
6093     title: "3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr"
6094     layout: "plot-latency"
6095
6096 - type: "plot"
6097   title: "Latency: 3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
6098   algorithm: "plot_latency_error_bars_name"
6099   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
6100   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6101   include:
6102     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
6103     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
6104   layout:
6105     title: "3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
6106     layout: "plot-latency"
6107
6108 - type: "plot"
6109   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
6110   algorithm: "plot_latency_error_bars_name"
6111   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
6112   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6113   include:
6114     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
6115     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
6116     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
6117     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
6118   layout:
6119     title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
6120     layout: "plot-latency"
6121
6122 - type: "plot"
6123   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
6124   algorithm: "plot_latency_error_bars_name"
6125   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
6126   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6127   include:
6128     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
6129     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
6130     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
6131     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
6132     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
6133   layout:
6134     title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
6135     layout: "plot-latency"
6136
6137 - type: "plot"
6138   title: "Latency: 3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
6139   algorithm: "plot_latency_error_bars_name"
6140   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
6141   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6142   include:
6143     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
6144     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6145     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6146     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6147     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6148     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
6149   layout:
6150     title: "3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
6151     layout: "plot-latency"
6152
6153 - type: "plot"
6154   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4tunnel-base-scale-i40e-ndr-lat"
6155   algorithm: "plot_latency_error_bars_name"
6156   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4tunnel-base-scale-i40e-ndr-lat"
6157   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6158   include:
6159     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6160     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
6161     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6162     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
6163   layout:
6164     title: "3n-hsw-xl710-64b-2t2c-ip4tunnel-base-scale-i40e-ndr"
6165     layout: "plot-latency"
6166
6167 - type: "plot"
6168   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-lat"
6169   algorithm: "plot_latency_error_bars_name"
6170   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-lat"
6171   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6172   include:
6173     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t2c-ethip4vxlan-l2xcbase-ndrpdr"
6174     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6175     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6176     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6177   layout:
6178     title: "3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr"
6179     layout: "plot-latency"
6180
6181 - type: "plot"
6182   title: "Latency: 2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6183   algorithm: "plot_latency_error_bars_name"
6184   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6185   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6186   include:
6187     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
6188   layout:
6189     title: "2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
6190     layout: "plot-latency"
6191
6192 - type: "plot"
6193   title: "Latency: 2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6194   algorithm: "plot_latency_error_bars_name"
6195   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6196   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6197   include:
6198     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
6199     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
6200     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
6201     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
6202     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
6203   layout:
6204     title: "2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
6205     layout: "plot-latency"
6206
6207 - type: "plot"
6208   title: "Latency: 3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
6209   algorithm: "plot_latency_error_bars_name"
6210   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
6211   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6212   include:
6213     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
6214     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
6215     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
6216   layout:
6217     title: "3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr"
6218     layout: "plot-latency"
6219
6220 - type: "plot"
6221   title: "Latency: 3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6222   algorithm: "plot_latency_error_bars_name"
6223   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6224   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6225   include:
6226     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
6227   layout:
6228     title: "3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
6229     layout: "plot-latency"
6230
6231 - type: "plot"
6232   title: "Latency: 3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6233   algorithm: "plot_latency_error_bars_name"
6234   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6235   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6236   include:
6237     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
6238     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
6239     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
6240     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
6241     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
6242   layout:
6243     title: "3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
6244     layout: "plot-latency"
6245
6246 #- type: "plot"
6247 #  title: "Latency: 3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
6248 #  algorithm: "plot_latency_error_bars_name"
6249 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
6250 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6251 #  include:
6252 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6253 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6254 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6255 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6256 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6257 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6258 #  layout:
6259 #    title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
6260 #    layout: "plot-latency"
6261
6262 #- type: "plot"
6263 #  title: "Latency: 3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
6264 #  algorithm: "plot_latency_error_bars_name"
6265 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
6266 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6267 #  include:
6268 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
6269 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6270 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
6271 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6272 #  layout:
6273 #    title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
6274 #    layout: "plot-latency"
6275
6276 #- type: "plot"
6277 #  title: "Latency: 3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
6278 #  algorithm: "plot_latency_error_bars_name"
6279 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
6280 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
6281 #  include:
6282 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6283 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6284 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6285 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6286 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6287 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6288 #  layout:
6289 #    title: "3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr"
6290 #    layout: "plot-latency"
6291
6292 - type: "plot"
6293   title: "Latency: 2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
6294   algorithm: "plot_latency_error_bars_name"
6295   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
6296   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6297   include:
6298     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
6299     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
6300     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
6301   layout:
6302     title: "2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
6303     layout: "plot-latency"
6304
6305 - type: "plot"
6306   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
6307   algorithm: "plot_latency_error_bars_name"
6308   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
6309   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6310   include:
6311     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
6312     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
6313     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
6314   layout:
6315     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
6316     layout: "plot-latency"
6317
6318 - type: "plot"
6319   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
6320   algorithm: "plot_latency_error_bars_name"
6321   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
6322   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6323   include:
6324     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
6325     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
6326     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
6327     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
6328     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
6329   layout:
6330     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
6331     layout: "plot-latency"
6332
6333 - type: "plot"
6334   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
6335   algorithm: "plot_latency_error_bars_name"
6336   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
6337   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6338   include:
6339     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
6340     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
6341     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
6342     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
6343   layout:
6344     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
6345     layout: "plot-latency"
6346
6347 - type: "plot"
6348   title: "Latency: 3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
6349   algorithm: "plot_latency_error_bars_name"
6350   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
6351   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6352   include:
6353     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
6354     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
6355     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
6356     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
6357     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
6358     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
6359   layout:
6360     title: "3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr"
6361     layout: "plot-latency"
6362
6363 - type: "plot"
6364   title: "Latency: 3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
6365   algorithm: "plot_latency_error_bars_name"
6366   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
6367   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6368   include:
6369     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
6370     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
6371     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
6372   layout:
6373     title: "3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
6374     layout: "plot-latency"
6375
6376 - type: "plot"
6377   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
6378   algorithm: "plot_latency_error_bars_name"
6379   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
6380   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6381   include:
6382     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
6383     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
6384     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
6385   layout:
6386     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
6387     layout: "plot-latency"
6388
6389 - type: "plot"
6390   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
6391   algorithm: "plot_latency_error_bars_name"
6392   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
6393   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6394   include:
6395     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
6396     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
6397     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
6398     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
6399   layout:
6400     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
6401     layout: "plot-latency"
6402
6403 - type: "plot"
6404   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
6405   algorithm: "plot_latency_error_bars_name"
6406   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
6407   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6408   include:
6409     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
6410     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
6411     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
6412     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
6413     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
6414     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
6415   layout:
6416     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
6417     layout: "plot-latency"
6418
6419 - type: "plot"
6420   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
6421   algorithm: "plot_latency_error_bars_name"
6422   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
6423   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6424   include:
6425     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6426     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6427     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6428     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
6429   layout:
6430     title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
6431     layout: "plot-latency"
6432
6433 - type: "plot"
6434   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
6435   algorithm: "plot_latency_error_bars_name"
6436   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-lat"
6437   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6438   include:
6439     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6440     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6441     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6442     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
6443   layout:
6444     title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
6445     layout: "plot-latency"
6446
6447 - type: "plot"
6448   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
6449   algorithm: "plot_latency_error_bars_name"
6450   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr-lat"
6451   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6452   include:
6453     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6454     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6455     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6456     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
6457   layout:
6458     title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
6459     layout: "plot-latency"
6460
6461 - type: "plot"
6462   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr"
6463   algorithm: "plot_latency_error_bars_name"
6464   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr-lat"
6465   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6466   include:
6467     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6468     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6469     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6470     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
6471   layout:
6472     title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr"
6473     layout: "plot-latency"
6474
6475 - type: "plot"
6476   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
6477   algorithm: "plot_latency_error_bars_name"
6478   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
6479   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6480   include:
6481     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6482     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6483     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6484     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6485     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
6486   layout:
6487     title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
6488     layout: "plot-latency"
6489
6490 - type: "plot"
6491   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
6492   algorithm: "plot_latency_error_bars_name"
6493   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-lat"
6494   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6495   include:
6496     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6497     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6498     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6499     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6500     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
6501   layout:
6502     title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
6503     layout: "plot-latency"
6504
6505 - type: "plot"
6506   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
6507   algorithm: "plot_latency_error_bars_name"
6508   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
6509   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6510   include:
6511     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6512     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6513     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6514     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6515     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6516     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6517   layout:
6518     title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
6519     layout: "plot-latency"
6520
6521 - type: "plot"
6522   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
6523   algorithm: "plot_latency_error_bars_name"
6524   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
6525   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6526   include:
6527     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6528     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6529     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6530     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6531     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6532     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6533   layout:
6534     title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
6535     layout: "plot-latency"
6536
6537 - type: "plot"
6538   title: "Latency: 3n-hsw-xl710-64b-2t2c-link-bonding-vhost-base-i40e-ndr"
6539   algorithm: "plot_latency_error_bars_name"
6540   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-link-bonding-vhost-base-i40e-ndr-lat"
6541   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6542   include:
6543     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6544     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6545     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6546     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6547     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6548     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6549   layout:
6550     title: "3n-hsw-xl710-64b-2t2c-link-bonding-vhost-base-i40e-ndr"
6551     layout: "plot-latency"
6552
6553 - type: "plot"
6554   title: "Latency: 3n-hsw-xl710-64b-2t2c-link-bonding-vhost-base-i40e-vpp-ndr"
6555   algorithm: "plot_latency_error_bars_name"
6556   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
6557   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6558   include:
6559     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6560     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6561     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6562     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6563     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6564     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6565   layout:
6566     title: "3n-hsw-xl710-64b-2t2c-link-bonding-vhost-base-i40e-vpp-ndr"
6567     layout: "plot-latency"
6568
6569 - type: "plot"
6570   title: "Latency: 3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-lat"
6571   algorithm: "plot_latency_error_bars_name"
6572   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-lat"
6573   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6574   include:
6575     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6576     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6577     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6578     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6579     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6580   layout:
6581     title: "3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr"
6582     layout: "plot-latency"
6583
6584 - type: "plot"
6585   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-lat"
6586   algorithm: "plot_latency_error_bars_name"
6587   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-lat"
6588   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6589   include:
6590     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
6591     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
6592     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t2c-ethip4-ip4scale20k-ndrpdr"
6593     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t2c-ethip4-ip4scale200k-ndrpdr"
6594     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
6595   layout:
6596     title: "3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr"
6597     layout: "plot-latency"
6598
6599 - type: "plot"
6600   title: "Latency: 3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-lat"
6601   algorithm: "plot_latency_error_bars_name"
6602   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-lat"
6603   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6604   include:
6605     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
6606     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t2c-ethip4udp-ip4base-nat44-ndrpdr"
6607   layout:
6608     title: "3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr"
6609     layout: "plot-latency"
6610
6611 - type: "plot"
6612   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-lat"
6613   algorithm: "plot_latency_error_bars_name"
6614   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-lat"
6615   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6616   include:
6617     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6618     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
6619     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6620     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
6621   layout:
6622     title: "3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-lat"
6623     layout: "plot-latency"
6624
6625 - type: "plot"
6626   title: "Latency: 3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-lat"
6627   algorithm: "plot_latency_error_bars_name"
6628   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-lat"
6629   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6630   include:
6631     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
6632     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
6633     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t2c-ethip6-ip6scale20k-ndrpdr"
6634     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t2c-ethip6-ip6scale200k-ndrpdr"
6635     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
6636   layout:
6637     title: "3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr"
6638     layout: "plot-latency"
6639
6640 - type: "plot"
6641   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-lat"
6642   algorithm: "plot_latency_error_bars_name"
6643   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-lat"
6644   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6645   include:
6646     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
6647     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
6648     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
6649     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
6650   layout:
6651     title: "3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr"
6652     layout: "plot-latency"
6653
6654 - type: "plot"
6655   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-lat"
6656   algorithm: "plot_latency_error_bars_name"
6657   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-lat"
6658   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6659   include:
6660     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
6661     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
6662     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
6663     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale10kmaclrn-ndrpdr"
6664     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale100kmaclrn-ndrpdr"
6665     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
6666   layout:
6667     title: "3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr"
6668     layout: "plot-latency"
6669
6670 - type: "plot"
6671   title: "Latency: 3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-lat"
6672   algorithm: "plot_latency_error_bars_name"
6673   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-lat"
6674   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6675   include:
6676     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6677     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6678     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6679     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6680     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
6681   layout:
6682     title: "3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr"
6683     layout: "plot-latency"
6684
6685 ################################################################################
6686
6687 # Packet Latency 4C
6688
6689 - type: "plot"
6690   title: "Latency: 2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
6691   algorithm: "plot_latency_error_bars_name"
6692   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
6693   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6694   include:
6695     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6696     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6697     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6698     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6699   layout:
6700     title: "2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
6701     layout: "plot-latency"
6702
6703 - type: "plot"
6704   title: "Latency: 3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
6705   algorithm: "plot_latency_error_bars_name"
6706   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
6707   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6708   include:
6709     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6710     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6711     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6712     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6713     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6714   layout:
6715     title: "3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
6716     layout: "plot-latency"
6717
6718 - type: "plot"
6719   title: "Latency: 3n-hsw-xl710-64b-4t4c-memif-base-i40e-ndr-lat"
6720   algorithm: "plot_latency_error_bars_name"
6721   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-memif-base-i40e-ndr-lat"
6722   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6723   include:
6724     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6725     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6726     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6727     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6728     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6729   layout:
6730     title: "3n-hsw-xl710-64b-4t4c-memif-base-i40e-ndr"
6731     layout: "plot-latency"
6732
6733 - type: "plot"
6734   title: "Latency: 2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
6735   algorithm: "plot_latency_error_bars_name"
6736   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
6737   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6738   include:
6739     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
6740     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
6741   layout:
6742     title: "2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
6743     layout: "plot-latency"
6744
6745 - type: "plot"
6746   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
6747   algorithm: "plot_latency_error_bars_name"
6748   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
6749   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6750   include:
6751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-avf-dot1q-ip4base-ndrpdr"
6752     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
6753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
6754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
6755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
6756   layout:
6757     title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
6758     layout: "plot-latency"
6759
6760 - type: "plot"
6761   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
6762   algorithm: "plot_latency_error_bars_name"
6763   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
6764   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6765   include:
6766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
6767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
6768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
6769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
6770     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
6771   layout:
6772     title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
6773     layout: "plot-latency"
6774
6775 - type: "plot"
6776   title: "Latency: 2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
6777   algorithm: "plot_latency_error_bars_name"
6778   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
6779   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6780   include:
6781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
6782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
6783   layout:
6784     title: "2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
6785     layout: "plot-latency"
6786
6787 - type: "plot"
6788   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
6789   algorithm: "plot_latency_error_bars_name"
6790   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
6791   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6792   include:
6793     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
6794     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
6795     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
6796   layout:
6797     title: "3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr"
6798     layout: "plot-latency"
6799
6800 - type: "plot"
6801   title: "Latency: 3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
6802   algorithm: "plot_latency_error_bars_name"
6803   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
6804   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6805   include:
6806     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
6807     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
6808   layout:
6809     title: "3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
6810     layout: "plot-latency"
6811
6812 - type: "plot"
6813   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
6814   algorithm: "plot_latency_error_bars_name"
6815   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
6816   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6817   include:
6818     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
6819     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
6820     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
6821     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
6822   layout:
6823     title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
6824     layout: "plot-latency"
6825
6826 - type: "plot"
6827   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
6828   algorithm: "plot_latency_error_bars_name"
6829   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
6830   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6831   include:
6832     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
6833     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
6834     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
6835     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
6836     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
6837   layout:
6838     title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
6839     layout: "plot-latency"
6840
6841 - type: "plot"
6842   title: "Latency: 3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
6843   algorithm: "plot_latency_error_bars_name"
6844   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
6845   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6846   include:
6847     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
6848     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6849     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6850     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6851     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6852     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
6853   layout:
6854     title: "3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
6855     layout: "plot-latency"
6856
6857 - type: "plot"
6858   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4tunnel-base-scale-i40e-ndr-lat"
6859   algorithm: "plot_latency_error_bars_name"
6860   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4tunnel-base-scale-i40e-ndr-lat"
6861   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6862   include:
6863     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6864     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
6865     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6866     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
6867   layout:
6868     title: "3n-hsw-xl710-64b-4t4c-ip4tunnel-base-scale-i40e-ndr"
6869     layout: "plot-latency"
6870
6871 - type: "plot"
6872   title: "Latency: 2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6873   algorithm: "plot_latency_error_bars_name"
6874   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6875   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6876   include:
6877     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
6878   layout:
6879     title: "2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
6880     layout: "plot-latency"
6881
6882 - type: "plot"
6883   title: "Latency: 2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6884   algorithm: "plot_latency_error_bars_name"
6885   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6886   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6887   include:
6888     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
6889     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
6890     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
6891     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
6892     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
6893   layout:
6894     title: "2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
6895     layout: "plot-latency"
6896
6897 - type: "plot"
6898   title: "Latency: 3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
6899   algorithm: "plot_latency_error_bars_name"
6900   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
6901   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6902   include:
6903     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
6904     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
6905     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
6906   layout:
6907     title: "3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr"
6908     layout: "plot-latency"
6909
6910 - type: "plot"
6911   title: "Latency: 3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6912   algorithm: "plot_latency_error_bars_name"
6913   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6914   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6915   include:
6916     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
6917   layout:
6918     title: "3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
6919     layout: "plot-latency"
6920
6921 - type: "plot"
6922   title: "Latency: 3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6923   algorithm: "plot_latency_error_bars_name"
6924   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6925   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6926   include:
6927     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
6928     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
6929     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
6930     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
6931     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
6932   layout:
6933     title: "3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
6934     layout: "plot-latency"
6935
6936 #- type: "plot"
6937 #  title: "Latency: 3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
6938 #  algorithm: "plot_latency_error_bars_name"
6939 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
6940 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6941 #  include:
6942 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6943 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6944 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6945 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6946 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6947 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6948 #  layout:
6949 #    title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
6950 #    layout: "plot-latency"
6951
6952 #- type: "plot"
6953 #  title: "Latency: 3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
6954 #  algorithm: "plot_latency_error_bars_name"
6955 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
6956 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6957 #  include:
6958 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
6959 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6960 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
6961 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6962 #  layout:
6963 #    title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
6964 #    layout: "plot-latency"
6965
6966 #- type: "plot"
6967 #  title: "Latency: 3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
6968 #  algorithm: "plot_latency_error_bars_name"
6969 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
6970 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
6971 #  include:
6972 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6973 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6974 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6975 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6976 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6977 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6978 #  layout:
6979 #    title: "3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr"
6980 #    layout: "plot-latency"
6981
6982 - type: "plot"
6983   title: "Latency: 2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
6984   algorithm: "plot_latency_error_bars_name"
6985   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
6986   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6987   include:
6988     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
6989     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
6990     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
6991   layout:
6992     title: "2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
6993     layout: "plot-latency"
6994
6995 - type: "plot"
6996   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
6997   algorithm: "plot_latency_error_bars_name"
6998   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
6999   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7000   include:
7001     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
7002     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
7003     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
7004   layout:
7005     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
7006     layout: "plot-latency"
7007
7008 - type: "plot"
7009   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
7010   algorithm: "plot_latency_error_bars_name"
7011   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
7012   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7013   include:
7014     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
7015     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
7016     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
7017     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
7018     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
7019   layout:
7020     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
7021     layout: "plot-latency"
7022
7023 - type: "plot"
7024   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
7025   algorithm: "plot_latency_error_bars_name"
7026   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
7027   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7028   include:
7029     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
7030     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
7031     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
7032     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
7033   layout:
7034     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
7035     layout: "plot-latency"
7036
7037 - type: "plot"
7038   title: "Latency: 3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
7039   algorithm: "plot_latency_error_bars_name"
7040   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
7041   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7042   include:
7043     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
7044     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
7045     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
7046     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
7047     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
7048     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
7049   layout:
7050     title: "3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr"
7051     layout: "plot-latency"
7052
7053 - type: "plot"
7054   title: "Latency: 3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
7055   algorithm: "plot_latency_error_bars_name"
7056   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
7057   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7058   include:
7059     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
7060     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
7061     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
7062   layout:
7063     title: "3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
7064     layout: "plot-latency"
7065
7066 - type: "plot"
7067   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
7068   algorithm: "plot_latency_error_bars_name"
7069   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
7070   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7071   include:
7072     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
7073     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
7074     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
7075   layout:
7076     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
7077     layout: "plot-latency"
7078
7079 - type: "plot"
7080   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
7081   algorithm: "plot_latency_error_bars_name"
7082   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
7083   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7084   include:
7085     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
7086     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
7087     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
7088     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
7089   layout:
7090     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
7091     layout: "plot-latency"
7092
7093 - type: "plot"
7094   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
7095   algorithm: "plot_latency_error_bars_name"
7096   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
7097   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7098   include:
7099     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
7100     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
7101     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
7102     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
7103     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
7104     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
7105   layout:
7106     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
7107     layout: "plot-latency"
7108
7109 - type: "plot"
7110   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
7111   algorithm: "plot_latency_error_bars_name"
7112   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
7113   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7114   include:
7115     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7116     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7117     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7118     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7119   layout:
7120     title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
7121     layout: "plot-latency"
7122
7123 - type: "plot"
7124   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
7125   algorithm: "plot_latency_error_bars_name"
7126   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-lat"
7127   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7128   include:
7129     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7130     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7131     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7132     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
7133   layout:
7134     title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
7135     layout: "plot-latency"
7136
7137 - type: "plot"
7138   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
7139   algorithm: "plot_latency_error_bars_name"
7140   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr-lat"
7141   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7142   include:
7143     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7144     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7145     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7146     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7147   layout:
7148     title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
7149     layout: "plot-latency"
7150
7151 - type: "plot"
7152   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr"
7153   algorithm: "plot_latency_error_bars_name"
7154   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr-lat"
7155   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7156   include:
7157     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7158     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7159     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7160     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
7161   layout:
7162     title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr"
7163     layout: "plot-latency"
7164
7165 - type: "plot"
7166   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
7167   algorithm: "plot_latency_error_bars_name"
7168   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
7169   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7170   include:
7171     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7172     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7173     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7174     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7175     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7176   layout:
7177     title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
7178     layout: "plot-latency"
7179
7180 - type: "plot"
7181   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
7182   algorithm: "plot_latency_error_bars_name"
7183   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-lat"
7184   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7185   include:
7186     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7187     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7188     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7189     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7190     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
7191   layout:
7192     title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
7193     layout: "plot-latency"
7194
7195 - type: "plot"
7196   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
7197   algorithm: "plot_latency_error_bars_name"
7198   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
7199   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7200   include:
7201     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7202     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7203     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7204     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7205     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7206     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7207   layout:
7208     title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
7209     layout: "plot-latency"
7210
7211 - type: "plot"
7212   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
7213   algorithm: "plot_latency_error_bars_name"
7214   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
7215   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7216   include:
7217     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7218     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7219     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7220     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7221     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7222     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7223   layout:
7224     title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
7225     layout: "plot-latency"
7226
7227 - type: "plot"
7228   title: "Latency: 3n-hsw-xl710-64b-4t4c-link-bonding-vhost-base-i40e-ndr"
7229   algorithm: "plot_latency_error_bars_name"
7230   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-link-bonding-vhost-base-i40e-ndr-lat"
7231   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7232   include:
7233     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7234     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7235     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7236     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7237     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7238     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7239   layout:
7240     title: "3n-hsw-xl710-64b-4t4c-link-bonding-vhost-base-i40e-ndr"
7241     layout: "plot-latency"
7242
7243 - type: "plot"
7244   title: "Latency: 3n-hsw-xl710-64b-4t4c-link-bonding-vhost-base-i40e-vpp-ndr"
7245   algorithm: "plot_latency_error_bars_name"
7246   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
7247   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7248   include:
7249     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7250     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7251     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7252     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7253     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7254     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7255   layout:
7256     title: "3n-hsw-xl710-64b-4t4c-link-bonding-vhost-base-i40e-vpp-ndr"
7257     layout: "plot-latency"
7258
7259 - type: "plot"
7260   title: "Latency: 3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-lat"
7261   algorithm: "plot_latency_error_bars_name"
7262   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-lat"
7263   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7264   include:
7265     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7266     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7267     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7268     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7269     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7270   layout:
7271     title: "3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr"
7272     layout: "plot-latency"
7273
7274 - type: "plot"
7275   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-lat"
7276   algorithm: "plot_latency_error_bars_name"
7277   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-lat"
7278   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7279   include:
7280     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
7281     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
7282     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t4c-ethip4-ip4scale20k-ndrpdr"
7283     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t4c-ethip4-ip4scale200k-ndrpdr"
7284     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
7285   layout:
7286     title: "3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr"
7287     layout: "plot-latency"
7288
7289 - type: "plot"
7290   title: "Latency: 3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-lat"
7291   algorithm: "plot_latency_error_bars_name"
7292   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-lat"
7293   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7294   include:
7295     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
7296     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t4c-ethip4udp-ip4base-nat44-ndrpdr"
7297   layout:
7298     title: "3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr"
7299     layout: "plot-latency"
7300
7301 - type: "plot"
7302   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-lat"
7303   algorithm: "plot_latency_error_bars_name"
7304   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-lat"
7305   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7306   include:
7307     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
7308     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
7309     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
7310     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
7311   layout:
7312     title: "3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-lat"
7313     layout: "plot-latency"
7314
7315 - type: "plot"
7316   title: "Latency: 3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-lat"
7317   algorithm: "plot_latency_error_bars_name"
7318   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-lat"
7319   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7320   include:
7321     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
7322     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
7323     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t4c-ethip6-ip6scale20k-ndrpdr"
7324     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t4c-ethip6-ip6scale200k-ndrpdr"
7325     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
7326   layout:
7327     title: "3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr"
7328     layout: "plot-latency"
7329
7330 - type: "plot"
7331   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-lat"
7332   algorithm: "plot_latency_error_bars_name"
7333   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-lat"
7334   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7335   include:
7336     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
7337     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
7338     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
7339     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
7340   layout:
7341     title: "3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr"
7342     layout: "plot-latency"
7343
7344 - type: "plot"
7345   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-lat"
7346   algorithm: "plot_latency_error_bars_name"
7347   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-lat"
7348   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7349   include:
7350     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
7351     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
7352     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
7353     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale10kmaclrn-ndrpdr"
7354     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale100kmaclrn-ndrpdr"
7355     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
7356   layout:
7357     title: "3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr"
7358     layout: "plot-latency"
7359
7360 - type: "plot"
7361   title: "Latency: 3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-lat"
7362   algorithm: "plot_latency_error_bars_name"
7363   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-lat"
7364   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7365   include:
7366     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7367     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7368     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7369     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7370     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7371   layout:
7372     title: "3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr"
7373     layout: "plot-latency"
7374
7375 ################################################################################
7376
7377 # Packet Speedup
7378
7379 - type: "plot"
7380   title: "Speedup: 2n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
7381   algorithm: "plot_throughput_speedup_analysis_name"
7382   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
7383   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7384   include:
7385     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7386     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7387     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7388     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7389   layout:
7390     title: "2n-skx-xxv710-64b-memif-base-i40e-ndr"
7391     layout: "plot-throughput-speedup-analysis"
7392
7393 - type: "plot"
7394   title: "Speedup: 2n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
7395   algorithm: "plot_throughput_speedup_analysis_name"
7396   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
7397   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7398   include:
7399     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7400     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7401     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7402     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7403   layout:
7404     title: "2n-skx-xxv710-64b-memif-base-i40e-pdr"
7405     layout: "plot-throughput-speedup-analysis"
7406
7407 - type: "plot"
7408   title: "Speedup: 3n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
7409   algorithm: "plot_throughput_speedup_analysis_name"
7410   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
7411   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7412   include:
7413     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7414     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7415     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7416     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7417     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7418   layout:
7419     title: "3n-skx-xxv710-64b-memif-base-i40e-ndr"
7420     layout: "plot-throughput-speedup-analysis"
7421
7422 - type: "plot"
7423   title: "Speedup: 3n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
7424   algorithm: "plot_throughput_speedup_analysis_name"
7425   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
7426   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7427   include:
7428     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7429     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7430     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7431     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7432     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7433   layout:
7434     title: "3n-skx-xxv710-64b-memif-base-i40e-pdr"
7435     layout: "plot-throughput-speedup-analysis"
7436
7437 - type: "plot"
7438   title: "Speedup: 3n-hsw-xl710-64b-memif-base-i40e-ndr-tsa"
7439   algorithm: "plot_throughput_speedup_analysis_name"
7440   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-memif-base-i40e-ndr-tsa"
7441   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7442   include:
7443     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7444     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7445     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7446     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7447     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7448   layout:
7449     title: "3n-hsw-xl710-64b-memif-base-i40e-ndr"
7450     layout: "plot-throughput-speedup-analysis"
7451
7452 - type: "plot"
7453   title: "Speedup: 3n-hsw-xl710-64b-memif-base-i40e-pdr-tsa"
7454   algorithm: "plot_throughput_speedup_analysis_name"
7455   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-memif-base-i40e-pdr-tsa"
7456   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7457   include:
7458     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7459     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7460     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7461     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7462     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7463   layout:
7464     title: "3n-hsw-xl710-64b-memif-base-i40e-pdr"
7465     layout: "plot-throughput-speedup-analysis"
7466
7467 - type: "plot"
7468   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
7469   algorithm: "plot_throughput_speedup_analysis_name"
7470   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
7471   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7472   include:
7473     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
7474     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7475   layout:
7476     title: "2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
7477     layout: "plot-throughput-speedup-analysis"
7478
7479 - type: "plot"
7480   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
7481   algorithm: "plot_throughput_speedup_analysis_name"
7482   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
7483   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7484   include:
7485     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
7486     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7487   layout:
7488     title: "2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
7489     layout: "plot-throughput-speedup-analysis"
7490
7491 - type: "plot"
7492   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
7493   algorithm: "plot_throughput_speedup_analysis_name"
7494   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
7495   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7496   include:
7497     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
7498     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
7499     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
7500     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
7501     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
7502   layout:
7503     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
7504     layout: "plot-throughput-speedup-analysis"
7505
7506 - type: "plot"
7507   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
7508   algorithm: "plot_throughput_speedup_analysis_name"
7509   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
7510   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7511   include:
7512     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
7513     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
7514     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
7515     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
7516     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
7517   layout:
7518     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
7519     layout: "plot-throughput-speedup-analysis"
7520
7521 - type: "plot"
7522   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
7523   algorithm: "plot_throughput_speedup_analysis_name"
7524   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
7525   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7526   include:
7527     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7528     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7529     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
7530     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
7531     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7532   layout:
7533     title: "2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
7534     layout: "plot-throughput-speedup-analysis"
7535
7536 - type: "plot"
7537   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
7538   algorithm: "plot_throughput_speedup_analysis_name"
7539   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
7540   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7541   include:
7542     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7543     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7544     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
7545     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
7546     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7547   layout:
7548     title: "2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
7549     layout: "plot-throughput-speedup-analysis"
7550
7551 - type: "plot"
7552   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
7553   algorithm: "plot_throughput_speedup_analysis_name"
7554   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
7555   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7556   include:
7557     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7558     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
7559   layout:
7560     title: "2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr"
7561     layout: "plot-throughput-speedup-analysis"
7562
7563 - type: "plot"
7564   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
7565   algorithm: "plot_throughput_speedup_analysis_name"
7566   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
7567   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7568   include:
7569     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7570     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
7571   layout:
7572     title: "2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr"
7573     layout: "plot-throughput-speedup-analysis"
7574
7575 - type: "plot"
7576   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr-tsa"
7577   algorithm: "plot_throughput_speedup_analysis_name"
7578   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr-tsa"
7579   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7580   include:
7581     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7582     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7583     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7584   layout:
7585     title: "3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr"
7586     layout: "plot-throughput-speedup-analysis"
7587
7588 - type: "plot"
7589   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr-tsa"
7590   algorithm: "plot_throughput_speedup_analysis_name"
7591   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr-tsa"
7592   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7593   include:
7594     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7595     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7596     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7597   layout:
7598     title: "3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr"
7599     layout: "plot-throughput-speedup-analysis"
7600
7601 - type: "plot"
7602   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
7603   algorithm: "plot_throughput_speedup_analysis_name"
7604   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
7605   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7606   include:
7607     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
7608     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7609   layout:
7610     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
7611     layout: "plot-throughput-speedup-analysis"
7612
7613 - type: "plot"
7614   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
7615   algorithm: "plot_throughput_speedup_analysis_name"
7616   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
7617   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7618   include:
7619     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
7620     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
7621     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7622     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7623     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7624   layout:
7625     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
7626     layout: "plot-throughput-speedup-analysis"
7627
7628 - type: "plot"
7629   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
7630   algorithm: "plot_throughput_speedup_analysis_name"
7631   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
7632   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7633   include:
7634     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
7635     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
7636     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
7637     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
7638   layout:
7639     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
7640     layout: "plot-throughput-speedup-analysis"
7641
7642 - type: "plot"
7643   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
7644   algorithm: "plot_throughput_speedup_analysis_name"
7645   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
7646   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7647   include:
7648     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
7649     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
7650     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
7651     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
7652   layout:
7653     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
7654     layout: "plot-throughput-speedup-analysis"
7655
7656 - type: "plot"
7657   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
7658   algorithm: "plot_throughput_speedup_analysis_name"
7659   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
7660   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7661   include:
7662     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7663     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7664     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
7665     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
7666     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7667   layout:
7668     title: "3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
7669     layout: "plot-throughput-speedup-analysis"
7670
7671 - type: "plot"
7672   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
7673   algorithm: "plot_throughput_speedup_analysis_name"
7674   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
7675   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7676   include:
7677     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7678     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7679     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
7680     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
7681     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7682   layout:
7683     title: "3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
7684     layout: "plot-throughput-speedup-analysis"
7685
7686 - type: "plot"
7687   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
7688   algorithm: "plot_throughput_speedup_analysis_name"
7689   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
7690   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7691   include:
7692     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7693     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
7694     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
7695     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
7696     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
7697     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
7698   layout:
7699     title: "3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr"
7700     layout: "plot-throughput-speedup-analysis"
7701
7702 - type: "plot"
7703   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
7704   algorithm: "plot_throughput_speedup_analysis_name"
7705   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
7706   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7707   include:
7708     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7709     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
7710     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
7711     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
7712     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
7713     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
7714   layout:
7715     title: "3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr"
7716     layout: "plot-throughput-speedup-analysis"
7717
7718 - type: "plot"
7719   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7720   algorithm: "plot_throughput_speedup_analysis_name"
7721   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7722   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7723   include:
7724     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7725   layout:
7726     title: "2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr"
7727     layout: "plot-throughput-speedup-analysis"
7728
7729 - type: "plot"
7730   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7731   algorithm: "plot_throughput_speedup_analysis_name"
7732   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7733   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7734   include:
7735     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7736   layout:
7737     title: "2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr"
7738     layout: "plot-throughput-speedup-analysis"
7739
7740 - type: "plot"
7741   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7742   algorithm: "plot_throughput_speedup_analysis_name"
7743   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7744   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7745   include:
7746     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
7747     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7748     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
7749     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
7750     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
7751   layout:
7752     title: "2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
7753     layout: "plot-throughput-speedup-analysis"
7754
7755 - type: "plot"
7756   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7757   algorithm: "plot_throughput_speedup_analysis_name"
7758   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7759   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7760   include:
7761     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
7762     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7763     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
7764     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
7765     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
7766   layout:
7767     title: "2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
7768     layout: "plot-throughput-speedup-analysis"
7769
7770 - type: "plot"
7771   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7772   algorithm: "plot_throughput_speedup_analysis_name"
7773   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7774   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7775   include:
7776     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
7777     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7778     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
7779   layout:
7780     title: "3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr"
7781     layout: "plot-throughput-speedup-analysis"
7782
7783 - type: "plot"
7784   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7785   algorithm: "plot_throughput_speedup_analysis_name"
7786   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7787   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7788   include:
7789     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
7790     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7791     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
7792   layout:
7793     title: "3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr"
7794     layout: "plot-throughput-speedup-analysis"
7795
7796 - type: "plot"
7797   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7798   algorithm: "plot_throughput_speedup_analysis_name"
7799   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7800   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7801   include:
7802     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7803   layout:
7804     title: "3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr"
7805     layout: "plot-throughput-speedup-analysis"
7806
7807 - type: "plot"
7808   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7809   algorithm: "plot_throughput_speedup_analysis_name"
7810   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7811   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7812   include:
7813     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7814   layout:
7815     title: "3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr"
7816     layout: "plot-throughput-speedup-analysis"
7817
7818 - type: "plot"
7819   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7820   algorithm: "plot_throughput_speedup_analysis_name"
7821   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7822   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7823   include:
7824     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
7825     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7826     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
7827     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
7828     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
7829   layout:
7830     title: "3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
7831     layout: "plot-throughput-speedup-analysis"
7832
7833 - type: "plot"
7834   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7835   algorithm: "plot_throughput_speedup_analysis_name"
7836   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7837   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7838   include:
7839     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
7840     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7841     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
7842     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
7843     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
7844   layout:
7845     title: "3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
7846     layout: "plot-throughput-speedup-analysis"
7847
7848 - type: "plot"
7849   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
7850   algorithm: "plot_throughput_speedup_analysis_name"
7851   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
7852   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7853   include:
7854     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7855     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7856     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7857     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7858     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7859     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7860   layout:
7861     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr"
7862     layout: "plot-throughput-speedup-analysis"
7863
7864 - type: "plot"
7865   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
7866   algorithm: "plot_throughput_speedup_analysis_name"
7867   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
7868   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7869   include:
7870     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7871     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7872     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7873     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7874     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
7875     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7876   layout:
7877     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr"
7878     layout: "plot-throughput-speedup-analysis"
7879
7880 - type: "plot"
7881   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr-tsa"
7882   algorithm: "plot_throughput_speedup_analysis_name"
7883   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr-tsa"
7884   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7885   include:
7886     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
7887     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7888     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
7889     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7890   layout:
7891     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr"
7892     layout: "plot-throughput-speedup-analysis"
7893
7894 - type: "plot"
7895   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr-tsa"
7896   algorithm: "plot_throughput_speedup_analysis_name"
7897   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr-tsa"
7898   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7899   include:
7900     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
7901     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7902     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7903     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7904   layout:
7905     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr"
7906     layout: "plot-throughput-speedup-analysis"
7907
7908 - type: "plot"
7909   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr-tsa"
7910   algorithm: "plot_throughput_speedup_analysis_name"
7911   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr-tsa"
7912   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7913   include:
7914     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7915     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7916     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7917     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7918     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7919     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7920   layout:
7921     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr"
7922     layout: "plot-throughput-speedup-analysis"
7923
7924 - type: "plot"
7925   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr-tsa"
7926   algorithm: "plot_throughput_speedup_analysis_name"
7927   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr-tsa"
7928   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7929   include:
7930     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7931     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7932     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7933     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7934     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7935     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7936   layout:
7937     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr"
7938     layout: "plot-throughput-speedup-analysis"
7939
7940 - type: "plot"
7941   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
7942   algorithm: "plot_throughput_speedup_analysis_name"
7943   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
7944   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7945   include:
7946     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
7947     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
7948     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
7949   layout:
7950     title: "2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
7951     layout: "plot-throughput-speedup-analysis"
7952
7953 - type: "plot"
7954   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
7955   algorithm: "plot_throughput_speedup_analysis_name"
7956   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
7957   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7958   include:
7959     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
7960     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
7961     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
7962   layout:
7963     title: "2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
7964     layout: "plot-throughput-speedup-analysis"
7965
7966 - type: "plot"
7967   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
7968   algorithm: "plot_throughput_speedup_analysis_name"
7969   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
7970   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7971   include:
7972     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
7973     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
7974     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
7975   layout:
7976     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
7977     layout: "plot-throughput-speedup-analysis"
7978
7979 - type: "plot"
7980   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
7981   algorithm: "plot_throughput_speedup_analysis_name"
7982   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
7983   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7984   include:
7985     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
7986     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
7987     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
7988   layout:
7989     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
7990     layout: "plot-throughput-speedup-analysis"
7991
7992 - type: "plot"
7993   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
7994   algorithm: "plot_throughput_speedup_analysis_name"
7995   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
7996   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7997   include:
7998     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
7999     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8000     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8001     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8002     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8003   layout:
8004     title: "2n-skx-xxv710-64b-l2switching-base-i40e-ndr"
8005     layout: "plot-throughput-speedup-analysis"
8006
8007 - type: "plot"
8008   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
8009   algorithm: "plot_throughput_speedup_analysis_name"
8010   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
8011   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8012   include:
8013     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8014     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8015     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8016     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8017     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8018   layout:
8019     title: "2n-skx-xxv710-64b-l2switching-base-i40e-pdr"
8020     layout: "plot-throughput-speedup-analysis"
8021
8022 - type: "plot"
8023   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
8024   algorithm: "plot_throughput_speedup_analysis_name"
8025   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
8026   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8027   include:
8028     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8029     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
8030     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
8031     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8032   layout:
8033     title: "2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr"
8034     layout: "plot-throughput-speedup-analysis"
8035
8036 - type: "plot"
8037   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
8038   algorithm: "plot_throughput_speedup_analysis_name"
8039   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
8040   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8041   include:
8042     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8043     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
8044     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
8045     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8046   layout:
8047     title: "2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr"
8048     layout: "plot-throughput-speedup-analysis"
8049
8050 - type: "plot"
8051   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr-tsa"
8052   algorithm: "plot_throughput_speedup_analysis_name"
8053   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr-tsa"
8054   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8055   include:
8056     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8057     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8058     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8059     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8060     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8061     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8062   layout:
8063     title: "3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr"
8064     layout: "plot-throughput-speedup-analysis"
8065
8066 - type: "plot"
8067   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr-tsa"
8068   algorithm: "plot_throughput_speedup_analysis_name"
8069   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr-tsa"
8070   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8071   include:
8072     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8073     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8074     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8075     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8076     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8077     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8078   layout:
8079     title: "3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr"
8080     layout: "plot-throughput-speedup-analysis"
8081
8082 - type: "plot"
8083   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
8084   algorithm: "plot_throughput_speedup_analysis_name"
8085   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
8086   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8087   include:
8088     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
8089     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8090     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8091   layout:
8092     title: "3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
8093     layout: "plot-throughput-speedup-analysis"
8094
8095 - type: "plot"
8096   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
8097   algorithm: "plot_throughput_speedup_analysis_name"
8098   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
8099   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8100   include:
8101     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
8102     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8103     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8104   layout:
8105     title: "3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
8106     layout: "plot-throughput-speedup-analysis"
8107
8108 - type: "plot"
8109   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
8110   algorithm: "plot_throughput_speedup_analysis_name"
8111   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
8112   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8113   include:
8114     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
8115     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
8116     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
8117   layout:
8118     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
8119     layout: "plot-throughput-speedup-analysis"
8120
8121 - type: "plot"
8122   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
8123   algorithm: "plot_throughput_speedup_analysis_name"
8124   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
8125   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8126   include:
8127     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
8128     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
8129     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
8130   layout:
8131     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
8132     layout: "plot-throughput-speedup-analysis"
8133
8134 - type: "plot"
8135   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
8136   algorithm: "plot_throughput_speedup_analysis_name"
8137   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
8138   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8139   include:
8140     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8141     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8142     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8143     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8144   layout:
8145     title: "3n-skx-xxv710-64b-l2switching-base-i40e-ndr"
8146     layout: "plot-throughput-speedup-analysis"
8147
8148 - type: "plot"
8149   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
8150   algorithm: "plot_throughput_speedup_analysis_name"
8151   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
8152   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8153   include:
8154     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8155     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8156     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8157     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8158   layout:
8159     title: "3n-skx-xxv710-64b-l2switching-base-i40e-pdr"
8160     layout: "plot-throughput-speedup-analysis"
8161
8162 - type: "plot"
8163   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
8164   algorithm: "plot_throughput_speedup_analysis_name"
8165   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
8166   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8167   include:
8168     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8169     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8170     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8171     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
8172     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
8173     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8174   layout:
8175     title: "3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr"
8176     layout: "plot-throughput-speedup-analysis"
8177
8178 - type: "plot"
8179   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
8180   algorithm: "plot_throughput_speedup_analysis_name"
8181   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
8182   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8183   include:
8184     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8185     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8186     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8187     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
8188     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
8189     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8190   layout:
8191     title: "3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr"
8192     layout: "plot-throughput-speedup-analysis"
8193
8194 - type: "plot"
8195   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-ndr"
8196   algorithm: "plot_throughput_speedup_analysis_name"
8197   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
8198   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8199   include:
8200     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8201     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8202     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8203     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8204   layout:
8205     title: "2n-skx-xxv710-64b-vhost-base-i40e-ndr"
8206     layout: "plot-throughput-speedup-analysis"
8207
8208 - type: "plot"
8209   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-pdr"
8210   algorithm: "plot_throughput_speedup_analysis_name"
8211   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
8212   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8213   include:
8214     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8215     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8216     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8217     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8218   layout:
8219     title: "2n-skx-xxv710-64b-vhost-base-i40e-pdr"
8220     layout: "plot-throughput-speedup-analysis"
8221
8222 - type: "plot"
8223   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
8224   algorithm: "plot_throughput_speedup_analysis_name"
8225   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr-tsa"
8226   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8227   include:
8228     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8229     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8230     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8231     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8232   layout:
8233     title: "2n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
8234     layout: "plot-throughput-speedup-analysis"
8235
8236 - type: "plot"
8237   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
8238   algorithm: "plot_throughput_speedup_analysis_name"
8239   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr-tsa"
8240   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8241   include:
8242     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8243     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8244     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8245     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8246   layout:
8247     title: "2n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
8248     layout: "plot-throughput-speedup-analysis"
8249
8250 - type: "plot"
8251   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-ndr"
8252   algorithm: "plot_throughput_speedup_analysis_name"
8253   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-ndr-tsa"
8254   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8255   include:
8256     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8257     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8258     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8259     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8260   layout:
8261     title: "3n-hsw-xl710-64b-vhost-base-i40e-ndr"
8262     layout: "plot-throughput-speedup-analysis"
8263
8264 - type: "plot"
8265   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-pdr"
8266   algorithm: "plot_throughput_speedup_analysis_name"
8267   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-pdr-tsa"
8268   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8269   include:
8270     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8271     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8272     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8273     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8274   layout:
8275     title: "3n-hsw-xl710-64b-vhost-base-i40e-pdr"
8276     layout: "plot-throughput-speedup-analysis"
8277
8278 - type: "plot"
8279   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-vpp-ndr"
8280   algorithm: "plot_throughput_speedup_analysis_name"
8281   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-vpp-ndr-tsa"
8282   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8283   include:
8284     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8285     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8286     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8287     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8288   layout:
8289     title: "3n-hsw-xl710-64b-vhost-base-i40e-vpp-ndr"
8290     layout: "plot-throughput-speedup-analysis"
8291
8292 - type: "plot"
8293   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-vpp-pdr"
8294   algorithm: "plot_throughput_speedup_analysis_name"
8295   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-vpp-pdr-tsa"
8296   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8297   include:
8298     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8299     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8300     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8301     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8302   layout:
8303     title: "3n-hsw-xl710-64b-vhost-base-i40e-vpp-pdr"
8304     layout: "plot-throughput-speedup-analysis"
8305
8306 - type: "plot"
8307   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-ndr"
8308   algorithm: "plot_throughput_speedup_analysis_name"
8309   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
8310   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8311   include:
8312     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8313     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8314     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8315     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8316     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8317   layout:
8318     title: "3n-skx-xxv710-64b-vhost-base-i40e-ndr"
8319     layout: "plot-throughput-speedup-analysis"
8320
8321 - type: "plot"
8322   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-pdr"
8323   algorithm: "plot_throughput_speedup_analysis_name"
8324   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
8325   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8326   include:
8327     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8328     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8329     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8330     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8331     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8332   layout:
8333     title: "3n-skx-xxv710-64b-vhost-base-i40e-pdr"
8334     layout: "plot-throughput-speedup-analysis"
8335
8336 - type: "plot"
8337   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
8338   algorithm: "plot_throughput_speedup_analysis_name"
8339   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr-tsa"
8340   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8341   include:
8342     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8343     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8344     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8345     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8346     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8347   layout:
8348     title: "3n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
8349     layout: "plot-throughput-speedup-analysis"
8350
8351 - type: "plot"
8352   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
8353   algorithm: "plot_throughput_speedup_analysis_name"
8354   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr-tsa"
8355   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8356   include:
8357     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8358     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8359     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8360     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8361     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8362   layout:
8363     title: "3n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
8364     layout: "plot-throughput-speedup-analysis"
8365
8366 - type: "plot"
8367   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr"
8368   algorithm: "plot_throughput_speedup_analysis_name"
8369   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
8370   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8371   include:
8372     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8373     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8374     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8375     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8376     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8377     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8378   layout:
8379     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr"
8380     layout: "plot-throughput-speedup-analysis"
8381
8382 - type: "plot"
8383   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr"
8384   algorithm: "plot_throughput_speedup_analysis_name"
8385   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
8386   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8387   include:
8388     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8389     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8390     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8391     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8392     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8393     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8394   layout:
8395     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr"
8396     layout: "plot-throughput-speedup-analysis"
8397
8398 - type: "plot"
8399   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
8400   algorithm: "plot_throughput_speedup_analysis_name"
8401   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-ndr-tsa"
8402   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8403   include:
8404     - "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"
8405     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8406     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8407     - "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"
8408     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8409     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8410   layout:
8411     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
8412     layout: "plot-throughput-speedup-analysis"
8413
8414 - type: "plot"
8415   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
8416   algorithm: "plot_throughput_speedup_analysis_name"
8417   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-pdr-tsa"
8418   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8419   include:
8420     - "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"
8421     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8422     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8423     - "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"
8424     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8425     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8426   layout:
8427     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
8428     layout: "plot-throughput-speedup-analysis"
8429
8430 - type: "plot"
8431   title: "Speedup: 3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-ndr"
8432   algorithm: "plot_throughput_speedup_analysis_name"
8433   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
8434   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8435   include:
8436     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8437     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8438     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8439     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8440     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8441     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8442   layout:
8443     title: "3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-ndr"
8444     layout: "plot-throughput-speedup-analysis"
8445
8446 - type: "plot"
8447   title: "Speedup: 3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-pdr"
8448   algorithm: "plot_throughput_speedup_analysis_name"
8449   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
8450   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8451   include:
8452     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8453     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8454     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8455     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8456     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8457     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8458   layout:
8459     title: "3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-pdr"
8460     layout: "plot-throughput-speedup-analysis"
8461
8462 - type: "plot"
8463   title: "Speedup: 3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
8464   algorithm: "plot_throughput_speedup_analysis_name"
8465   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-vpp-ndr-tsa"
8466   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8467   include:
8468     - "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"
8469     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8470     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8471     - "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"
8472     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8473     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8474   layout:
8475     title: "3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
8476     layout: "plot-throughput-speedup-analysis"
8477
8478 - type: "plot"
8479   title: "Speedup: 3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
8480   algorithm: "plot_throughput_speedup_analysis_name"
8481   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-vpp-pdr-tsa"
8482   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8483   include:
8484     - "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"
8485     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8486     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8487     - "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"
8488     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8489     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8490   layout:
8491     title: "3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
8492     layout: "plot-throughput-speedup-analysis"
8493
8494 - type: "plot"
8495   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
8496   algorithm: "plot_throughput_speedup_analysis_name"
8497   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
8498   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8499   include:
8500     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
8501     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8502     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8503     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
8504     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8505   layout:
8506     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
8507     layout: "plot-throughput-speedup-analysis"
8508
8509 - type: "plot"
8510   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
8511   algorithm: "plot_throughput_speedup_analysis_name"
8512   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
8513   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8514   include:
8515     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
8516     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8517     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8518     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
8519     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8520   layout:
8521     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
8522     layout: "plot-throughput-speedup-analysis"
8523
8524 - type: "plot"
8525   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
8526   algorithm: "plot_throughput_speedup_analysis_name"
8527   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
8528   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8529   include:
8530     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
8531     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8532     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
8533     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
8534     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
8535   layout:
8536     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
8537     layout: "plot-throughput-speedup-analysis"
8538
8539 - type: "plot"
8540   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
8541   algorithm: "plot_throughput_speedup_analysis_name"
8542   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
8543   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8544   include:
8545     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
8546     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8547     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
8548     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
8549     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
8550   layout:
8551     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
8552     layout: "plot-throughput-speedup-analysis"
8553
8554 - type: "plot"
8555   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
8556   algorithm: "plot_throughput_speedup_analysis_name"
8557   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
8558   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8559   include:
8560     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8561     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
8562   layout:
8563     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
8564     layout: "plot-throughput-speedup-analysis"
8565
8566 - type: "plot"
8567   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
8568   algorithm: "plot_throughput_speedup_analysis_name"
8569   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
8570   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8571   include:
8572     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8573     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
8574   layout:
8575     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
8576     layout: "plot-throughput-speedup-analysis"
8577
8578 - type: "plot"
8579   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
8580   algorithm: "plot_throughput_speedup_analysis_name"
8581   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
8582   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8583   include:
8584     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
8585     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
8586     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
8587     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
8588   layout:
8589     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
8590     layout: "plot-throughput-speedup-analysis"
8591
8592 - type: "plot"
8593   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
8594   algorithm: "plot_throughput_speedup_analysis_name"
8595   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
8596   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8597   include:
8598     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
8599     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
8600     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
8601     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
8602   layout:
8603     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
8604     layout: "plot-throughput-speedup-analysis"
8605
8606 - type: "plot"
8607   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
8608   algorithm: "plot_throughput_speedup_analysis_name"
8609   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
8610   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8611   include:
8612     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
8613     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
8614     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
8615     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
8616     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
8617   layout:
8618     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
8619     layout: "plot-throughput-speedup-analysis"
8620
8621 - type: "plot"
8622   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
8623   algorithm: "plot_throughput_speedup_analysis_name"
8624   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
8625   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8626   include:
8627     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
8628     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
8629     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
8630     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
8631     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
8632   layout:
8633     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
8634     layout: "plot-throughput-speedup-analysis"
8635
8636 - type: "plot"
8637   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
8638   algorithm: "plot_throughput_speedup_analysis_name"
8639   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
8640   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8641   include:
8642     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8643     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8644     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8645     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8646     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8647     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8648   layout:
8649     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
8650     layout: "plot-throughput-speedup-analysis"
8651
8652 - type: "plot"
8653   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
8654   algorithm: "plot_throughput_speedup_analysis_name"
8655   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
8656   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8657   include:
8658     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8659     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8660     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8661     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8662     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8663     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8664   layout:
8665     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
8666     layout: "plot-throughput-speedup-analysis"
8667
8668 - type: "plot"
8669   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
8670   algorithm: "plot_throughput_speedup_analysis_name"
8671   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
8672   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8673   include:
8674     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8675     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8676     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8677     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8678   layout:
8679     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
8680     layout: "plot-throughput-speedup-analysis"
8681
8682 - type: "plot"
8683   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
8684   algorithm: "plot_throughput_speedup_analysis_name"
8685   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
8686   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8687   include:
8688     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8689     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8690     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8691     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8692   layout:
8693     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
8694     layout: "plot-throughput-speedup-analysis"
8695
8696 - type: "plot"
8697   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
8698   algorithm: "plot_throughput_speedup_analysis_name"
8699   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
8700   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8701   include:
8702     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8703     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8704     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8705     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
8706     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
8707     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8708   layout:
8709     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
8710     layout: "plot-throughput-speedup-analysis"
8711
8712 - type: "plot"
8713   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
8714   algorithm: "plot_throughput_speedup_analysis_name"
8715   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
8716   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8717   include:
8718     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8719     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8720     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8721     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
8722     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
8723     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8724   layout:
8725     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
8726     layout: "plot-throughput-speedup-analysis"
8727
8728 - type: "plot"
8729   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
8730   algorithm: "plot_throughput_speedup_analysis_name"
8731   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
8732   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8733   include:
8734     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8735     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8736     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8737     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8738     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8739   layout:
8740     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
8741     layout: "plot-throughput-speedup-analysis"
8742
8743 - type: "plot"
8744   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
8745   algorithm: "plot_throughput_speedup_analysis_name"
8746   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
8747   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8748   include:
8749     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8750     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8751     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8752     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8753     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8754   layout:
8755     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
8756     layout: "plot-throughput-speedup-analysis"
8757
8758 - type: "plot"
8759   title: "Speedup: 3n-tsh-x520-114b-vts-l2switching-base-ixgbe-ndr-tsa"
8760   algorithm: "plot_throughput_speedup_analysis_name"
8761   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-vts-l2switching-base-ixgbe-ndr-tsa"
8762   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8763   include:
8764     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8765     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8766     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8767   layout:
8768     title: "3n-tsh-x520-114b-vts-l2switching-base-ixgbe-ndr"
8769     layout: "plot-throughput-speedup-analysis"
8770
8771 - type: "plot"
8772   title: "Speedup: 3n-tsh-x520-114b-vts-l2switching-base-ixgbe-pdr-tsa"
8773   algorithm: "plot_throughput_speedup_analysis_name"
8774   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-vts-l2switching-base-ixgbe-pdr-tsa"
8775   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8776   include:
8777     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8778     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8779     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8780   layout:
8781     title: "3n-tsh-x520-114b-vts-l2switching-base-ixgbe-pdr"
8782     layout: "plot-throughput-speedup-analysis"
8783
8784 - type: "plot"
8785   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
8786   algorithm: "plot_throughput_speedup_analysis_name"
8787   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
8788   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8789   include:
8790     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8791   layout:
8792     title: "2n-dnv-x553-64b-ip4routing-base-ixgbe-ndr-tsa"
8793     layout: "plot-throughput-speedup-analysis"
8794
8795 - type: "plot"
8796   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
8797   algorithm: "plot_throughput_speedup_analysis_name"
8798   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
8799   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8800   include:
8801     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8802   layout:
8803     title: "2n-dnv-x553-64b-ip4routing-base-ixgbe-pdr-tsa"
8804     layout: "plot-throughput-speedup-analysis"
8805
8806 - type: "plot"
8807   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
8808   algorithm: "plot_throughput_speedup_analysis_name"
8809   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
8810   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8811   include:
8812     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
8813   layout:
8814     title: "2n-dnv-x553-78b-ip6routing-base-ixgbe-ndr-tsa"
8815     layout: "plot-throughput-speedup-analysis"
8816
8817 - type: "plot"
8818   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
8819   algorithm: "plot_throughput_speedup_analysis_name"
8820   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
8821   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8822   include:
8823     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
8824   layout:
8825     title: "2n-dnv-x553-78b-ip6routing-base-ixgbe-pdr-tsa"
8826     layout: "plot-throughput-speedup-analysis"
8827
8828 - type: "plot"
8829   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
8830   algorithm: "plot_throughput_speedup_analysis_name"
8831   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
8832   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8833   include:
8834     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8835     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8836     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8837   layout:
8838     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
8839     layout: "plot-throughput-speedup-analysis"
8840
8841 - type: "plot"
8842   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
8843   algorithm: "plot_throughput_speedup_analysis_name"
8844   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
8845   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8846   include:
8847     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8848     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8849     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8850   layout:
8851     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
8852     layout: "plot-throughput-speedup-analysis"
8853
8854 - type: "plot"
8855   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
8856   algorithm: "plot_throughput_speedup_analysis_name"
8857   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
8858   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8859   include:
8860     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8861   layout:
8862     title: "3n-dnv-x553-64b-ip4routing-base-ixgbe-ndr-tsa"
8863     layout: "plot-throughput-speedup-analysis"
8864
8865 - type: "plot"
8866   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
8867   algorithm: "plot_throughput_speedup_analysis_name"
8868   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
8869   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8870   include:
8871     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8872   layout:
8873     title: "3n-dnv-x553-64b-ip4routing-base-ixgbe-pdr-tsa"
8874     layout: "plot-throughput-speedup-analysis"
8875
8876 - type: "plot"
8877   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
8878   algorithm: "plot_throughput_speedup_analysis_name"
8879   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
8880   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8881   include:
8882     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
8883     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8884   layout:
8885     title: "3n-dnv-x553-64b-ip4tunnel-base-ixgbe-ndr-tsa"
8886     layout: "plot-throughput-speedup-analysis"
8887
8888 - type: "plot"
8889   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
8890   algorithm: "plot_throughput_speedup_analysis_name"
8891   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
8892   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8893   include:
8894     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
8895     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8896   layout:
8897     title: "3n-dnv-x553-64b-ip4tunnel-base-ixgbe-pdr-tsa"
8898     layout: "plot-throughput-speedup-analysis"
8899
8900 - type: "plot"
8901   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
8902   algorithm: "plot_throughput_speedup_analysis_name"
8903   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
8904   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8905   include:
8906     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
8907   layout:
8908     title: "3n-dnv-x553-78b-ip6routing-base-ixgbe-ndr-tsa"
8909     layout: "plot-throughput-speedup-analysis"
8910
8911 - type: "plot"
8912   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
8913   algorithm: "plot_throughput_speedup_analysis_name"
8914   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
8915   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8916   include:
8917     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
8918   layout:
8919     title: "3n-dnv-x553-78b-ip6routing-base-ixgbe-pdr-tsa"
8920     layout: "plot-throughput-speedup-analysis"
8921
8922 - type: "plot"
8923   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
8924   algorithm: "plot_throughput_speedup_analysis_name"
8925   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
8926   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8927   include:
8928     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8929     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8930     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8931     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8932     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8933     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8934   layout:
8935     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
8936     layout: "plot-throughput-speedup-analysis"
8937
8938 - type: "plot"
8939   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
8940   algorithm: "plot_throughput_speedup_analysis_name"
8941   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
8942   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8943   include:
8944     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8945     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8946     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8947     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8948     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8949     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8950   layout:
8951     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
8952     layout: "plot-throughput-speedup-analysis"
8953
8954 - type: "plot"
8955   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
8956   algorithm: "plot_throughput_speedup_analysis_name"
8957   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
8958   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8959   include:
8960     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8961     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8962     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8963   layout:
8964     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
8965     layout: "plot-throughput-speedup-analysis"
8966
8967 - type: "plot"
8968   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
8969   algorithm: "plot_throughput_speedup_analysis_name"
8970   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
8971   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8972   include:
8973     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8974     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8975     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8976   layout:
8977     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
8978     layout: "plot-throughput-speedup-analysis"