a90c88fa0b8cb1d696c3bae4cbe18efab03a2103
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
33     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
34     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
35     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
37     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
38     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
39     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
40     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
41     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
42     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
43     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
44     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
45     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
46     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
47     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
48     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
49     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
50     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
51     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
52
53     # Detailed test configurations
54     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
55     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
56     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
57     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
58     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
59     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
60     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
61     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
62     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
63     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
64     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
65     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
66     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
67     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
68     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
69     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
70
71     # Detailed tests operational data
72     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
73     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
74     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
75     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
76     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
77     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
78     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
79
80     # .css patch file to fix tables generated by Sphinx
81     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
82     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
83
84   urls:
85     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
86     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
87     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
88     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
89     DIR[NEXUS,DOC]: "report/_static/archive"
90
91   make-dirs:
92   # List the directories which are created while preparing the environment.
93   # All directories MUST be defined in "paths" section.
94   - "DIR[WORKING,DATA]"
95   - "DIR[STATIC,VPP]"
96   - "DIR[STATIC,DPDK]"
97   - "DIR[STATIC,ARCH]"
98   - "DIR[BUILD,LATEX]"
99   - "DIR[WORKING,SRC]"
100   - "DIR[WORKING,SRC,STATIC]"
101
102   remove-dirs:
103   # List the directories which are deleted while cleaning the environment.
104   # All directories MUST be defined in "paths" section.
105   #- "DIR[BUILD,HTML]"
106   - "DIR[WORKING,DATA]"
107
108   build-dirs:
109   # List the directories where the results (build) is stored.
110   # All directories MUST be defined in "paths" section.
111   - "DIR[BUILD,HTML]"
112   - "DIR[BUILD,LATEX]"
113
114 - type: "configuration"
115
116   limits:
117     nic:
118       x520: 24460000
119       x553: 29761905
120       x710: 35800000
121       xxv710: 35800000
122       xl710: 35800000
123
124     link:
125       10ge: 14880952.38
126       25ge: 37202380.95
127       40ge: 59523809.52
128       100ge: 148809523.81
129
130     pci:
131       pci-g3-x8: 74404761.90
132       pci-g3-x16: 148809523.81
133
134   data-sets:
135
136     ###########################################################################
137     # Plots:
138
139     # 3n-hsw
140
141     plot-vpp-throughput-lat-tsa-3n-hsw:
142       csit-vpp-perf-verify-1908_1-3n-hsw:
143         - 3   # NDRPDR sel
144         - 4   # NDRPDR sel
145         - 8   # NDRPDR sel
146         - 9   # NDRPDR sel
147         - 10  # NDRPDR sel
148         - 11  # NDRPDR sel
149         - 12  # NDRPDR sel
150         - 13  # NDRPDR sel
151         - 14  # NDRPDR sel
152         - 15  # NDRPDR sel
153
154     # 3n-skx
155
156     plot-vpp-throughput-lat-tsa-3n-skx:
157       csit-vpp-perf-verify-1908_1-3n-skx:
158         - 3   # NDRPDR sel
159         - 4   # NDRPDR sel
160         - 7   # NDRPDR sel
161         - 8   # NDRPDR sel
162         - 9   # NDRPDR sel
163         - 10  # NDRPDR sel
164         - 11  # NDRPDR sel
165         - 12  # NDRPDR sel
166         - 13  # NDRPDR sel
167         - 14  # NDRPDR sel
168
169     # 2n-skx
170
171     plot-vpp-throughput-lat-tsa-2n-skx:
172       csit-vpp-perf-verify-1908_1-2n-skx:
173         - 3   # NDRPDR sel
174         - 4   # NDRPDR sel
175         - 6   # NDRPDR sel
176         - 10  # NDRPDR sel
177         - 14  # NDRPDR sel
178         - 16  # NDRPDR sel
179         - 21  # NDRPDR sel
180         - 23  # NDRPDR sel
181         - 24  # NDRPDR sel
182         - 25  # NDRPDR sel
183
184     plot-vpp-nfv-reconf-2n-skx:
185       csit-vpp-perf-verify-1908_1-2n-skx:
186         - 8   # Reconf
187         - 9   # Reconf
188         - 11  # Reconf
189         - 12  # Reconf
190         - 13  # Reconf
191         - 15  # Reconf
192         - 17  # Reconf
193         - 18  # Reconf
194         - 19  # Reconf
195         - 20  # Reconf
196
197     # 3n-tsh
198
199     plot-vpp-throughput-lat-tsa-3n-tsh:
200       csit-vpp-perf-verify-1908_1-3n-tsh:
201         - 5   # NDRPDR sel
202         - 6   # NDRPDR sel
203         - 7   # NDRPDR sel
204         - 8   # NDRPDR sel
205         - 9   # NDRPDR sel
206         - 10  # NDRPDR sel
207         - 11  # NDRPDR sel
208
209     # 3n-dnv
210
211     plot-vpp-throughput-lat-tsa-3n-dnv:
212       csit-vpp-perf-verify-1908_1-3n-dnv:
213         - 2   # NDRPDR sel
214         - 3   # NDRPDR sel
215         - 5   # NDRPDR sel
216         - 6   # NDRPDR sel
217         - 7   # NDRPDR sel
218         - 8   # NDRPDR sel
219         - 9   # NDRPDR sel
220         - 10  # NDRPDR sel
221         - 11  # NDRPDR sel
222         - 12  # NDRPDR sel
223
224     # 2n-dnv
225
226     plot-vpp-throughput-lat-tsa-2n-dnv:
227       csit-vpp-perf-verify-1908_1-2n-dnv:
228         - 2   # NDRPDR sel
229         - 3   # NDRPDR sel
230         - 4   # NDRPDR sel
231         - 5   # NDRPDR sel
232         - 7   # NDRPDR sel
233         - 8   # NDRPDR sel
234         - 9   # NDRPDR sel
235         - 10  # NDRPDR sel
236         - 11  # NDRPDR sel
237         - 12  # NDRPDR sel
238
239     ###########################################################################
240     # Simple tables (only one data set):
241
242     # NIC Comparisons
243
244     vpp-nic-comparison-3n-skx:
245       csit-vpp-perf-verify-1908_1-3n-skx:
246         - 3   # NDRPDR sel
247         - 4   # NDRPDR sel
248         - 7   # NDRPDR sel
249         - 8   # NDRPDR sel
250         - 9   # NDRPDR sel
251         - 10  # NDRPDR sel
252         - 11  # NDRPDR sel
253         - 12  # NDRPDR sel
254         - 13  # NDRPDR sel
255         - 14  # NDRPDR sel
256
257     vpp-nic-comparison-2n-skx:
258       csit-vpp-perf-verify-1908_1-2n-skx:
259         - 3   # NDRPDR sel
260         - 4   # NDRPDR sel
261         - 6   # NDRPDR sel
262         - 10  # NDRPDR sel
263         - 14  # NDRPDR sel
264         - 16  # NDRPDR sel
265         - 21  # NDRPDR sel
266         - 23  # NDRPDR sel
267         - 24  # NDRPDR sel
268         - 25  # NDRPDR sel
269
270     vpp-nic-comparison-3n-skx-mrr:
271       csit-vpp-perf-verify-1908_1-3n-skx:
272         - 5   # MRR sel
273
274     vpp-nic-comparison-2n-skx-mrr:
275       csit-vpp-perf-verify-1908_1-2n-skx:
276         - 5   # MRR sel
277
278     # Results
279
280     vpp-perf-results-3n-hsw:
281       csit-vpp-perf-verify-1908_1-3n-hsw:
282         - 10  # NDRPDR sel
283
284     vpp-perf-results-3n-skx:
285       csit-vpp-perf-verify-1908_1-3n-skx:
286         - 7   # NDRPDR sel
287
288     vpp-perf-results-2n-skx:
289       csit-vpp-perf-verify-1908_1-2n-skx:
290         - 23  # NDRPDR sel
291         - 8   # Reconf
292
293     vpp-perf-results-3n-tsh:
294       csit-vpp-perf-verify-1908_1-3n-tsh:
295         - 8   # NDRPDR sel
296
297     vpp-perf-results-3n-dnv:
298       csit-vpp-perf-verify-1908_1-3n-dnv:
299         - 2   # NDRPDR sel
300
301     vpp-perf-results-2n-dnv:
302       csit-vpp-perf-verify-1908_1-2n-dnv:
303         - 2   # NDRPDR sel
304
305     vpp-mrr-results-3n-hsw:
306       csit-vpp-perf-verify-1908_1-3n-hsw:
307         - 5   # MRR sel
308
309     vpp-mrr-results-3n-skx:
310       csit-vpp-perf-verify-1908_1-3n-skx:
311         - 5   # MRR sel
312
313     vpp-mrr-results-2n-skx:
314       csit-vpp-perf-verify-1908_1-2n-skx:
315         - 5   # MRR sel
316
317     vpp-mrr-results-3n-tsh:
318       csit-vpp-perf-verify-1908_1-3n-tsh:
319         - 4   # MRR sel
320
321     vpp-mrr-results-3n-dnv:
322       csit-vpp-perf-verify-1908_1-3n-dnv:
323         - 4   # MRR sel
324
325     vpp-mrr-results-2n-dnv:
326       csit-vpp-perf-verify-1908_1-2n-dnv:
327         - 6   # MRR sel
328
329     vpp-func-results-ubuntu:
330       csit-vpp-functional-1908_1-ubuntu1604-virl:
331         - 1
332
333     vpp-func-results-centos:
334       csit-vpp-functional-1908_1-centos7-virl:
335         - 1
336
337     vpp-device-results-ubuntu:
338       csit-vpp-device-1908-ubuntu1804-1n-skx:
339         - 286
340
341 ###########################################################################
342     # Tables (more than one data set)
343
344     # Performance changes
345
346     vpp-performance-changes-3n-hsw-h1:
347       csit-vpp-perf-verify-1901-3n-hsw:
348         - 10  # NDRPDR sel
349         - 19  # NDRPDR sel
350         - 31  # NDRPDR sel
351         - 36  # NDRPDR sel
352         - 40  # NDRPDR sel
353         - 42  # NDRPDR sel
354         - 44  # NDRPDR sel
355         - 46  # NDRPDR sel
356         - 47  # NDRPDR sel
357         - 48  # NDRPDR sel
358         - 61  # NDRPDR LB
359         - 62  # NDRPDR LB
360         - 63  # NDRPDR LB
361         - 64  # NDRPDR LB
362         - 65  # NDRPDR LB
363         - 66  # NDRPDR LB
364         - 67  # NDRPDR LB
365         - 69  # NDRPDR LB
366         - 70  # NDRPDR LB
367         - 71  # NDRPDR LB
368     vpp-performance-changes-3n-hsw-ref:
369       csit-vpp-perf-verify-1904-3n-hsw:
370         - 11  # NDRPDR sel
371         - 12  # NDRPDR sel
372         - 20  # NDRPDR sel
373         - 21  # NDRPDR sel
374         - 23  # NDRPDR sel
375         - 24  # NDRPDR sel
376         - 25  # NDRPDR sel
377         - 26  # NDRPDR sel
378         - 29  # NDRPDR sel
379         - 30  # NDRPDR sel
380     vpp-performance-changes-3n-hsw-cmp:
381       csit-vpp-perf-verify-1908_1-3n-hsw:
382         - 3   # NDRPDR sel
383         - 4   # NDRPDR sel
384         - 8   # NDRPDR sel
385         - 9   # NDRPDR sel
386         - 10  # NDRPDR sel
387         - 11  # NDRPDR sel
388         - 12  # NDRPDR sel
389         - 13  # NDRPDR sel
390         - 14  # NDRPDR sel
391         - 15  # NDRPDR sel
392     vpp-performance-changes-3n-hsw:
393       - "vpp-performance-changes-3n-hsw-h1"
394       - "vpp-performance-changes-3n-hsw-ref"
395       - "vpp-performance-changes-3n-hsw-cmp"
396
397     vpp-performance-changes-3n-skx-h1:
398       csit-vpp-perf-verify-1901-3n-skx:
399         - 18  # NDRPDR sel
400         - 19  # NDRPDR sel
401         - 20  # NDRPDR sel
402         - 28  # NDRPDR sel
403         - 31  # NDRPDR sel
404         - 33  # NDRPDR sel
405         - 36  # NDRPDR sel
406         - 38  # NDRPDR sel
407         - 47  # NDRPDR sel
408         - 48  # NDRPDR sel
409         - 54  # NDRPDR LB
410         - 57  # NDRPDR LB
411         - 58  # NDRPDR LB
412         - 59  # NDRPDR LB
413         - 60  # NDRPDR LB
414         - 63  # NDRPDR LB
415         - 64  # NDRPDR LB
416         - 65  # NDRPDR LB
417         - 66  # NDRPDR LB
418         - 67  # NDRPDR LB
419     vpp-performance-changes-3n-skx-ref:
420       csit-vpp-perf-verify-1904-3n-skx:
421         - 8   # NDRPDR sel
422         - 9   # NDRPDR sel
423         - 10  # NDRPDR sel
424         - 11  # NDRPDR sel
425         - 12  # NDRPDR sel
426         - 14  # NDRPDR sel
427         - 16  # NDRPDR sel
428         - 21  # NDRPDR sel
429         - 23  # NDRPDR sel
430         - 25  # NDRPDR sel
431     vpp-performance-changes-3n-skx-cmp:
432       csit-vpp-perf-verify-1908_1-3n-skx:
433         - 3   # NDRPDR sel
434         - 4   # NDRPDR sel
435         - 7   # NDRPDR sel
436         - 8   # NDRPDR sel
437         - 9   # NDRPDR sel
438         - 10  # NDRPDR sel
439         - 11  # NDRPDR sel
440         - 12  # NDRPDR sel
441         - 13  # NDRPDR sel
442         - 14  # NDRPDR sel
443     vpp-performance-changes-3n-skx:
444       - "vpp-performance-changes-3n-skx-h1"
445       - "vpp-performance-changes-3n-skx-ref"
446       - "vpp-performance-changes-3n-skx-cmp"
447
448     vpp-performance-changes-2n-skx-h1:
449       csit-vpp-perf-verify-1901-2n-skx:
450         - 5   # NDRPDR sel
451         - 12  # NDRPDR sel
452         - 13  # NDRPDR sel
453         - 21  # NDRPDR sel
454         - 23  # NDRPDR sel
455         - 31  # NDRPDR sel
456         - 34  # NDRPDR sel
457         - 40  # NDRPDR sel
458         - 42  # NDRPDR sel
459         - 43  # NDRPDR sel
460     vpp-performance-changes-2n-skx-ref:
461       csit-vpp-perf-verify-1904-2n-skx:
462         - 12  # NDRPDR sel
463         - 14  # NDRPDR sel
464         - 16  # NDRPDR sel
465         - 17  # NDRPDR sel
466         - 18  # NDRPDR sel
467         - 21  # NDRPDR sel
468         - 27  # NDRPDR sel
469         - 30  # NDRPDR sel
470         - 31  # NDRPDR sel
471         - 32  # NDRPDR sel
472     vpp-performance-changes-2n-skx-cmp:
473       csit-vpp-perf-verify-1908_1-2n-skx:
474         - 3   # NDRPDR sel
475         - 4   # NDRPDR sel
476         - 6   # NDRPDR sel
477         - 10  # NDRPDR sel
478         - 14  # NDRPDR sel
479         - 16  # NDRPDR sel
480         - 21  # NDRPDR sel
481         - 23  # NDRPDR sel
482         - 24  # NDRPDR sel
483         - 25  # NDRPDR sel
484     vpp-performance-changes-2n-skx:
485       - "vpp-performance-changes-2n-skx-h1"
486       - "vpp-performance-changes-2n-skx-ref"
487       - "vpp-performance-changes-2n-skx-cmp"
488
489     vpp-performance-changes-3n-hsw-mrr-h1:
490       csit-vpp-perf-verify-1901-3n-hsw:
491         - 35  # MRR sel
492     vpp-performance-changes-3n-hsw-mrr-ref:
493       csit-vpp-perf-verify-1904-3n-hsw:
494         - 9   # MRR sel
495     vpp-performance-changes-3n-hsw-mrr-cmp:
496       csit-vpp-perf-verify-1908_1-3n-hsw:
497         - 5   # MRR sel
498     vpp-performance-changes-3n-hsw-mrr:
499       - "vpp-performance-changes-3n-hsw-mrr-h1"
500       - "vpp-performance-changes-3n-hsw-mrr-ref"
501       - "vpp-performance-changes-3n-hsw-mrr-cmp"
502
503     vpp-performance-changes-3n-skx-mrr-h1:
504       csit-vpp-perf-verify-1901-3n-skx:
505         - 32  # MRR sel
506     vpp-performance-changes-3n-skx-mrr-ref:
507       csit-vpp-perf-verify-1904-3n-skx:
508         - 7   # MRR sel
509     vpp-performance-changes-3n-skx-mrr-cmp:
510       csit-vpp-perf-verify-1908_1-3n-skx:
511         - 5   # MRR sel
512     vpp-performance-changes-3n-skx-mrr:
513       - "vpp-performance-changes-3n-skx-mrr-h1"
514       - "vpp-performance-changes-3n-skx-mrr-ref"
515       - "vpp-performance-changes-3n-skx-mrr-cmp"
516
517     vpp-performance-changes-2n-skx-mrr-h1:
518       csit-vpp-perf-verify-1901-2n-skx:
519         - 22  # MRR sel
520     vpp-performance-changes-2n-skx-mrr-ref:
521       csit-vpp-perf-verify-1904-2n-skx:
522         - 11  # MRR sel
523     vpp-performance-changes-2n-skx-mrr-cmp:
524       csit-vpp-perf-verify-1908_1-2n-skx:
525         - 5   # MRR sel
526     vpp-performance-changes-2n-skx-mrr:
527       - "vpp-performance-changes-2n-skx-mrr-h1"
528       - "vpp-performance-changes-2n-skx-mrr-ref"
529       - "vpp-performance-changes-2n-skx-mrr-cmp"
530
531     # Compare testbeds
532
533     vpp-compare-testbeds-ref:
534       csit-vpp-perf-verify-1908_1-3n-hsw:
535         - 3   # NDRPDR sel
536         - 4   # NDRPDR sel
537         - 8   # NDRPDR sel
538         - 9   # NDRPDR sel
539         - 10  # NDRPDR sel
540         - 11  # NDRPDR sel
541         - 12  # NDRPDR sel
542         - 13  # NDRPDR sel
543         - 14  # NDRPDR sel
544         - 15  # NDRPDR sel
545     vpp-compare-testbeds-cmp:
546       csit-vpp-perf-verify-1908_1-3n-skx:
547         - 3   # NDRPDR sel
548         - 4   # NDRPDR sel
549         - 7   # NDRPDR sel
550         - 8   # NDRPDR sel
551         - 9   # NDRPDR sel
552         - 10  # NDRPDR sel
553         - 11  # NDRPDR sel
554         - 12  # NDRPDR sel
555         - 13  # NDRPDR sel
556         - 14  # NDRPDR sel
557     vpp-compare-testbeds:
558       - "vpp-compare-testbeds-ref"
559       - "vpp-compare-testbeds-cmp"
560
561     vpp-compare-testbeds-mrr-ref:
562       csit-vpp-perf-verify-1908_1-3n-hsw:
563         - 5   # MRR sel
564     vpp-compare-testbeds-mrr-cmp:
565       csit-vpp-perf-verify-1908_1-3n-skx:
566         - 5   # MRR sel
567     vpp-compare-testbeds-mrr:
568       - "vpp-compare-testbeds-mrr-ref"
569       - "vpp-compare-testbeds-mrr-cmp"
570
571     # Compare topologies
572
573     vpp-compare-topologies-ref:
574       csit-vpp-perf-verify-1908_1-3n-skx:
575         - 3   # NDRPDR sel
576         - 4   # NDRPDR sel
577         - 7   # NDRPDR sel
578         - 8   # NDRPDR sel
579         - 9   # NDRPDR sel
580         - 10  # NDRPDR sel
581         - 11  # NDRPDR sel
582         - 12  # NDRPDR sel
583         - 13  # NDRPDR sel
584         - 14  # NDRPDR sel
585     vpp-compare-topologies-cmp:
586       csit-vpp-perf-verify-1908_1-2n-skx:
587         - 3   # NDRPDR sel
588         - 4   # NDRPDR sel
589         - 6   # NDRPDR sel
590         - 10  # NDRPDR sel
591         - 14  # NDRPDR sel
592         - 16  # NDRPDR sel
593         - 21  # NDRPDR sel
594         - 23  # NDRPDR sel
595         - 24  # NDRPDR sel
596         - 25  # NDRPDR sel
597     vpp-compare-topologies:
598       - "vpp-compare-topologies-ref"
599       - "vpp-compare-topologies-cmp"
600
601     vpp-compare-topologies-mrr-ref:
602       csit-vpp-perf-verify-1908_1-3n-skx:
603         - 5   # MRR sel
604     vpp-compare-topologies-mrr-cmp:
605       csit-vpp-perf-verify-1908_1-2n-skx:
606         - 5   # MRR sel
607     vpp-compare-topologies-mrr:
608       - "vpp-compare-topologies-mrr-ref"
609       - "vpp-compare-topologies-mrr-cmp"
610
611   plot-layouts:
612
613     plot-soak-throughput:
614       titlefont:
615         size: 18
616       xaxis:
617         title: "<b>Test Cases [Index]</b>"
618         titlefont:
619           size: 16
620         autorange: True
621         fixedrange: False
622         gridcolor: "rgb(230, 230, 230)"
623         linecolor: "rgb(220, 220, 220)"
624         linewidth: 1
625         showgrid: True
626         showline: True
627         showticklabels: True
628         tickcolor: "rgb(220, 220, 220)"
629         tickmode: "linear"
630         tickfont:
631           size: 16
632         zeroline: False
633       yaxis:
634         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
635         titlefont:
636           size: 16
637         gridcolor: "rgb(230, 230, 230)"
638         hoverformat: ".4r"
639         tickformat: ".3r"
640         linecolor: "rgb(220, 220, 220)"
641         linewidth: 1
642         showgrid: True
643         showline: True
644         showticklabels: True
645         tickcolor: "rgb(220, 220, 220)"
646         tickfont:
647           size: 16
648         zeroline: False
649         range: [0,50]
650       autosize: False
651       margin:
652         t: 50
653         b: 0
654         l: 80
655         r: 20
656       showlegend: True
657       legend:
658         orientation: "h"
659         font:
660           size: 16
661       width: 700
662       height: 900
663
664     plot-service-density:
665       titlefont:
666         size: 18
667       xaxis:
668         side: "top"
669         autorange: True
670         fixedrange: False
671         showgrid: False
672         showline: False
673         showticklabels: False
674         ticks: ""
675         ticklen: 0
676         tickwidth: 0
677         zeroline: False
678       yaxis:
679         autorange: "reversed"
680         showgrid: False
681         showline: False
682         showticklabels: False
683         ticks: ""
684         ticklen: 0
685         tickwidth: 0
686         zeroline: False
687       autosize: True
688       showlegend: False
689       width: 700
690       height: 700
691
692     plot-cps:
693       titlefont:
694         size: 18
695       xaxis:
696         title: "<b>Test Cases [Index]</b>"
697         titlefont:
698           size: 16
699         autorange: True
700         fixedrange: False
701         gridcolor: "rgb(230, 230, 230)"
702         linecolor: "rgb(220, 220, 220)"
703         linewidth: 1
704         showgrid: True
705         showline: True
706         showticklabels: True
707         tickcolor: "rgb(220, 220, 220)"
708         tickmode: "linear"
709         tickfont:
710           size: 16
711         zeroline: False
712       yaxis:
713         title: "<b>Connections Per Second [cps]</b>"
714         titlefont:
715           size: 16
716         gridcolor: "rgb(230, 230, 230)"
717         hoverformat: ".4s"
718         linecolor: "rgb(220, 220, 220)"
719         linewidth: 1
720         rangemode: "tozero"
721         showgrid: True
722         showline: True
723         showticklabels: True
724         tickcolor: "rgb(220, 220, 220)"
725         tickformat: ".3s"
726         tickfont:
727           size: 16
728         zeroline: False
729       boxmode: "group"
730       boxgroupgap: 0.5
731       autosize: False
732       margin:
733         t: 50
734         b: 20
735         l: 80
736         r: 20
737       showlegend: True
738       legend:
739         orientation: "h"
740         font:
741           size: 16
742       width: 700
743       height: 800
744
745     plot-rps:
746       titlefont:
747         size: 18
748       xaxis:
749         title: "<b>Test Cases [Index]</b>"
750         titlefont:
751           size: 16
752         autorange: True
753         fixedrange: False
754         gridcolor: "rgb(230, 230, 230)"
755         linecolor: "rgb(220, 220, 220)"
756         linewidth: 1
757         showgrid: True
758         showline: True
759         showticklabels: True
760         tickcolor: "rgb(220, 220, 220)"
761         tickmode: "linear"
762         tickfont:
763           size: 16
764         zeroline: False
765       yaxis:
766         title: "<b>Requests Per Second [rps]</b>"
767         titlefont:
768           size: 16
769         gridcolor: "rgb(230, 230, 230)"
770         hoverformat: ".4s"
771         linecolor: "rgb(220, 220, 220)"
772         linewidth: 1
773         rangemode: "tozero"
774         showgrid: True
775         showline: True
776         showticklabels: True
777         tickcolor: "rgb(230, 230, 230)"
778         tickformat: ".3s"
779         tickfont:
780           size: 16
781         zeroline: False
782       boxmode: "group"
783       boxgroupgap: 0.5
784       autosize: False
785       margin:
786         t: 50
787         b: 20
788         l: 80
789         r: 20
790       showlegend: True
791       legend:
792         orientation: "h"
793         font:
794           size: 16
795       width: 700
796       height: 800
797
798     plot-throughput:
799       titlefont:
800         size: 18
801       xaxis:
802         title: "<b>Test Cases [Index]</b>"
803         titlefont:
804           size: 16
805         autorange: True
806         fixedrange: False
807         gridcolor: "rgb(230, 230, 230)"
808         linecolor: "rgb(220, 220, 220)"
809         linewidth: 1
810         showgrid: True
811         showline: True
812         showticklabels: True
813         tickcolor: "rgb(220, 220, 220)"
814         tickmode: "linear"
815         tickfont:
816           size: 16
817         zeroline: False
818       yaxis:
819         title: "<b>Packet Throughput [Mpps]</b>"
820         titlefont:
821           size: 16
822         gridcolor: "rgb(230, 230, 230)"
823         hoverformat: ".4r"
824         tickformat: ".3r"
825         linecolor: "rgb(220, 220, 220)"
826         linewidth: 1
827         showgrid: True
828         showline: True
829         showticklabels: True
830         tickcolor: "rgb(220, 220, 220)"
831         tickfont:
832           size: 16
833         zeroline: False
834         range: [0,50]
835       boxmode: "group"
836       boxgroupgap: 0.5
837       autosize: False
838       margin:
839         t: 50
840         b: 0
841         l: 80
842         r: 20
843       showlegend: True
844       legend:
845         orientation: "h"
846         font:
847           size: 16
848       width: 700
849       height: 900
850
851     plot-throughput-speedup-analysis:
852       titlefont:
853         size: 18
854       xaxis:
855         title: "<b>Number of Cores [Qty]</b>"
856         titlefont:
857           size: 16
858         autorange: True
859         fixedrange: False
860         gridcolor: "rgb(230, 230, 230)"
861         linecolor: "rgb(220, 220, 220)"
862         linewidth: 1
863         showgrid: True
864         showline: True
865         showticklabels: True
866         tickcolor: "rgb(238, 238, 238)"
867         tickmode: "linear"
868         tickfont:
869           size: 16
870         zeroline: False
871       yaxis:
872         title: "<b>Packet Throughput [Mpps]</b>"
873         titlefont:
874           size: 16
875         type: "linear"
876         gridcolor: "rgb(230, 230, 230)"
877         hoverformat: ".4s"
878         linecolor: "rgb(220, 220, 220)"
879         linewidth: 1
880         showgrid: True
881         showline: True
882         showticklabels: True
883         tickcolor: "rgb(220, 220, 220)"
884         tickformat: ".4s"
885         tickfont:
886           size: 16
887         zeroline: True
888         rangemode: "tozero"
889         range: [0,100]
890       legend:
891         orientation: "h"
892         font:
893           size: 16
894         xanchor: "left"
895         yanchor: "top"
896         x: 0
897         y: -0.2
898         bgcolor: "rgba(255, 255, 255, 0)"
899         bordercolor: "rgba(255, 255, 255, 0)"
900         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
901       autosize: False
902       margin:
903           't': 50
904           'b': 150
905           'l': 85
906           'r': 10
907       showlegend: True
908       width: 700
909       height: 700
910       hoverlabel:
911         namelength: -1
912       annotations: [
913         {
914           text: "_ _          __          ...",
915           align: "left",
916           showarrow: False,
917           xref: "paper",
918           yref: "paper",
919           xanchor: "left",
920           yanchor: "top",
921           x: 0,
922           y: -0.13,
923           font: {
924             family: "Consolas, Courier New",
925             size: 15
926           },
927         },
928         {
929           text: "    Perfect     Measured     Limit",
930           align: "left",
931           showarrow: False,
932           xref: "paper",
933           yref: "paper",
934           xanchor: "left",
935           yanchor: "top",
936           x: 0,
937           y: -0.15,
938           font: {
939             family: "Consolas, Courier New",
940             size: 15
941           },
942         },
943       ]
944
945     plot-latency:
946       titlefont:
947         size: 18
948       xaxis:
949         title: "<b>Direction</b>"
950         titlefont:
951           size: 16
952         autorange: True
953         fixedrange: False
954         gridcolor: "rgb(230, 230, 230)"
955         linecolor: "rgb(220, 220, 220)"
956         linewidth: 1
957         showgrid: True
958         showline: True
959         showticklabels: False
960         tickcolor: "rgb(220, 220, 220)"
961         tickmode: "linear"
962         tickfont:
963           size: 16
964         zeroline: False
965       yaxis:
966         title: "<b>Packet Latency [uSec]</b>"
967         titlefont:
968           size: 16
969         type: "linear"
970         gridcolor: "rgb(230, 230, 230)"
971         hoverformat: ".4s"
972         linecolor: "rgb(220, 220, 220)"
973         linewidth: 1
974         showgrid: True
975         showline: True
976         showticklabels: True
977         tickcolor: "rgb(220, 220, 220)"
978         tickformat: ".4s"
979         tickfont:
980           size: 16
981         zeroline: True
982         rangemode: "tozero"
983       legend:
984         orientation: "h"
985         font:
986           size: 16
987         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
988       autosize: False
989       margin:
990           't': 50
991           'b': 150
992           'l': 80
993           'r': 10
994       showlegend: True
995       width: 700
996       height: 700
997       hoverlabel:
998         namelength: -1
999
1000 - type: "static"
1001   src-path: "{DIR[RST]}"
1002   dst-path: "{DIR[WORKING,SRC]}"
1003
1004 - type: "input"
1005   general:
1006     file-name: "output_info.xml.gz"
1007     file-format: ".gz"
1008     arch-file-format:
1009       - ".gz"
1010       - ".zip"
1011     download-path: "{job}/{build}/archives/{filename}"
1012     extract: "output.xml"
1013
1014     zip-file-name: "robot-plugin.zip"
1015     zip-file-format: ".zip"
1016     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1017     zip-extract: "robot-plugin/output.xml"
1018
1019   builds:
1020
1021     csit-vpp-perf-verify-1901-3n-hsw:
1022       - 35  # MRR sel
1023       - 10  # NDRPDR sel
1024       - 19  # NDRPDR sel
1025       - 31  # NDRPDR sel
1026       - 36  # NDRPDR sel
1027       - 40  # NDRPDR sel
1028       - 42  # NDRPDR sel
1029       - 44  # NDRPDR sel
1030       - 46  # NDRPDR sel
1031       - 47  # NDRPDR sel
1032       - 48  # NDRPDR sel
1033       - 61  # NDRPDR LB
1034       - 62  # NDRPDR LB
1035       - 63  # NDRPDR LB
1036       - 64  # NDRPDR LB
1037       - 65  # NDRPDR LB
1038       - 66  # NDRPDR LB
1039       - 67  # NDRPDR LB
1040       - 69  # NDRPDR LB
1041       - 70  # NDRPDR LB
1042       - 71  # NDRPDR LB
1043     csit-vpp-perf-verify-1904-3n-hsw:
1044       - 9   # MRR sel
1045       - 11  # NDRPDR sel
1046       - 12  # NDRPDR sel
1047       - 20  # NDRPDR sel
1048       - 21  # NDRPDR sel
1049       - 23  # NDRPDR sel
1050       - 24  # NDRPDR sel
1051       - 25  # NDRPDR sel
1052       - 26  # NDRPDR sel
1053       - 29  # NDRPDR sel
1054       - 30  # NDRPDR sel
1055     csit-vpp-perf-verify-1908_1-3n-hsw:
1056       - 5   # MRR sel
1057       - 3   # NDRPDR sel
1058       - 4   # NDRPDR sel
1059       - 8   # NDRPDR sel
1060       - 9   # NDRPDR sel
1061       - 10  # NDRPDR sel
1062       - 11  # NDRPDR sel
1063       - 12  # NDRPDR sel
1064       - 13  # NDRPDR sel
1065       - 14  # NDRPDR sel
1066       - 15  # NDRPDR sel
1067
1068     csit-vpp-perf-verify-1901-3n-skx:
1069       - 32  # MRR sel
1070       - 18  # NDRPDR sel
1071       - 19  # NDRPDR sel
1072       - 20  # NDRPDR sel
1073       - 28  # NDRPDR sel
1074       - 31  # NDRPDR sel
1075       - 33  # NDRPDR sel
1076       - 36  # NDRPDR sel
1077       - 38  # NDRPDR sel
1078       - 47  # NDRPDR sel
1079       - 48  # NDRPDR sel
1080       - 54  # NDRPDR LB
1081       - 57  # NDRPDR LB
1082       - 58  # NDRPDR LB
1083       - 59  # NDRPDR LB
1084       - 60  # NDRPDR LB
1085       - 63  # NDRPDR LB
1086       - 64  # NDRPDR LB
1087       - 65  # NDRPDR LB
1088       - 66  # NDRPDR LB
1089       - 67  # NDRPDR LB
1090     csit-vpp-perf-verify-1904-3n-skx:
1091       - 7   # MRR sel
1092       - 8   # NDRPDR sel
1093       - 9   # NDRPDR sel
1094       - 10  # NDRPDR sel
1095       - 11  # NDRPDR sel
1096       - 12  # NDRPDR sel
1097       - 14  # NDRPDR sel
1098       - 16  # NDRPDR sel
1099       - 21  # NDRPDR sel
1100       - 23  # NDRPDR sel
1101       - 25  # NDRPDR sel
1102     csit-vpp-perf-verify-1908_1-3n-skx:
1103       - 5   # MRR sel
1104       - 3   # NDRPDR sel
1105       - 4   # NDRPDR sel
1106       - 7   # NDRPDR sel
1107       - 8   # NDRPDR sel
1108       - 9   # NDRPDR sel
1109       - 10  # NDRPDR sel
1110       - 11  # NDRPDR sel
1111       - 12  # NDRPDR sel
1112       - 13  # NDRPDR sel
1113       - 14  # NDRPDR sel
1114
1115     csit-vpp-perf-verify-1901-2n-skx:
1116       - 22  # MRR sel
1117       - 5   # NDRPDR sel
1118       - 12  # NDRPDR sel
1119       - 13  # NDRPDR sel
1120       - 21  # NDRPDR sel
1121       - 23  # NDRPDR sel
1122       - 31  # NDRPDR sel
1123       - 34  # NDRPDR sel
1124       - 40  # NDRPDR sel
1125       - 42  # NDRPDR sel
1126       - 43  # NDRPDR sel
1127     csit-vpp-perf-verify-1904-2n-skx:
1128       - 11  # MRR sel
1129       - 12  # NDRPDR sel
1130       - 14  # NDRPDR sel
1131       - 16  # NDRPDR sel
1132       - 17  # NDRPDR sel
1133       - 18  # NDRPDR sel
1134       - 21  # NDRPDR sel
1135       - 27  # NDRPDR sel
1136       - 30  # NDRPDR sel
1137       - 31  # NDRPDR sel
1138       - 32  # NDRPDR sel
1139     csit-vpp-perf-verify-1908_1-2n-skx:
1140       - 5   # MRR sel
1141       - 3   # NDRPDR sel
1142       - 4   # NDRPDR sel
1143       - 6   # NDRPDR sel
1144       - 10  # NDRPDR sel
1145       - 14  # NDRPDR sel
1146       - 16  # NDRPDR sel
1147       - 21  # NDRPDR sel
1148       - 23  # NDRPDR sel
1149       - 24  # NDRPDR sel
1150       - 25  # NDRPDR sel
1151       - 8   # Reconf
1152       - 9   # Reconf
1153       - 11  # Reconf
1154       - 12  # Reconf
1155       - 13  # Reconf
1156       - 15  # Reconf
1157       - 17  # Reconf
1158       - 18  # Reconf
1159       - 19  # Reconf
1160       - 20  # Reconf
1161
1162     csit-vpp-perf-verify-1908_1-3n-tsh:
1163       - 4   # MRR sel
1164       - 5   # NDRPDR sel
1165       - 6   # NDRPDR sel
1166       - 7   # NDRPDR sel
1167       - 8   # NDRPDR sel
1168       - 9   # NDRPDR sel
1169       - 10  # NDRPDR sel
1170       - 11  # NDRPDR sel
1171
1172     csit-vpp-perf-verify-1908_1-3n-dnv:
1173       - 4   # MRR sel
1174       - 2   # NDRPDR sel
1175       - 3   # NDRPDR sel
1176       - 5   # NDRPDR sel
1177       - 6   # NDRPDR sel
1178       - 7   # NDRPDR sel
1179       - 8   # NDRPDR sel
1180       - 9   # NDRPDR sel
1181       - 10  # NDRPDR sel
1182       - 11  # NDRPDR sel
1183       - 12  # NDRPDR sel
1184
1185     csit-vpp-perf-verify-1908_1-2n-dnv:
1186       - 6   # MRR sel
1187       - 2   # NDRPDR sel
1188       - 3   # NDRPDR sel
1189       - 4   # NDRPDR sel
1190       - 5   # NDRPDR sel
1191       - 7   # NDRPDR sel
1192       - 8   # NDRPDR sel
1193       - 9   # NDRPDR sel
1194       - 10  # NDRPDR sel
1195       - 11  # NDRPDR sel
1196       - 12  # NDRPDR sel
1197
1198     csit-vpp-functional-1908_1-ubuntu1604-virl:
1199       - 1
1200     csit-vpp-functional-1908_1-centos7-virl:
1201       - 1
1202     csit-vpp-device-1908-ubuntu1804-1n-skx:
1203       - 286
1204
1205 - type: "output"
1206   output: "report"
1207   format:
1208     html:
1209     - full
1210     pdf:
1211     - minimal
1212
1213 ################################################################################
1214 ###                               T A B L E S                                ###
1215 ################################################################################
1216
1217 # VPP Compare NICs 3n-skx 2t1c ndr
1218 - type: "table"
1219   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1220   algorithm: "table_nics_comparison"
1221   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1222   reference:
1223     title: "x710"
1224     nic: "NIC_Intel-X710"
1225   compare:
1226     title: "xxv710"
1227     nic: "NIC_Intel-XXV710"
1228   data: "vpp-nic-comparison-3n-skx"
1229   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1230   filter: "'2T1C' and 'NDRPDR'"
1231   parameters:
1232   - "name"
1233   - "parent"
1234   - "throughput"
1235   - "tags"
1236
1237 # VPP Compare NICs 3n-skx 4t2c ndr
1238 - type: "table"
1239   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1240   algorithm: "table_nics_comparison"
1241   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1242   reference:
1243     title: "x710"
1244     nic: "NIC_Intel-X710"
1245   compare:
1246     title: "xxv710"
1247     nic: "NIC_Intel-XXV710"
1248   data: "vpp-nic-comparison-3n-skx"
1249   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1250   filter: "'4T2C' and 'NDRPDR'"
1251   parameters:
1252   - "name"
1253   - "parent"
1254   - "throughput"
1255   - "tags"
1256
1257 # VPP Compare NICs 3n-skx 2t1c pdr
1258 - type: "table"
1259   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1260   algorithm: "table_nics_comparison"
1261   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1262   reference:
1263     title: "x710"
1264     nic: "NIC_Intel-X710"
1265   compare:
1266     title: "xxv710"
1267     nic: "NIC_Intel-XXV710"
1268   data: "vpp-nic-comparison-3n-skx"
1269   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1270   filter: "'2T1C' and 'NDRPDR'"
1271   parameters:
1272   - "name"
1273   - "parent"
1274   - "throughput"
1275   - "tags"
1276
1277  # VPP Compare NICs 3n-skx 4t2c pdr
1278 - type: "table"
1279   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1280   algorithm: "table_nics_comparison"
1281   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1282   reference:
1283     title: "x710"
1284     nic: "NIC_Intel-X710"
1285   compare:
1286     title: "xxv710"
1287     nic: "NIC_Intel-XXV710"
1288   data: "vpp-nic-comparison-3n-skx"
1289   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1290   filter: "'4T2C' and 'NDRPDR'"
1291   parameters:
1292   - "name"
1293   - "parent"
1294   - "throughput"
1295   - "tags"
1296
1297 # VPP Compare NICs 3n-skx 2t1c mrr
1298 - type: "table"
1299   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1300   algorithm: "table_nics_comparison"
1301   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1302   reference:
1303     title: "x710"
1304     nic: "NIC_Intel-X710"
1305   compare:
1306     title: "xxv710"
1307     nic: "NIC_Intel-XXV710"
1308   data: "vpp-nic-comparison-3n-skx-mrr"
1309   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1310   filter: "'2T1C' and 'MRR'"
1311   parameters:
1312   - "name"
1313   - "parent"
1314   - "result"
1315   - "tags"
1316
1317 # VPP Compare NICs 3n-skx 4t2c mrr
1318 - type: "table"
1319   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1320   algorithm: "table_nics_comparison"
1321   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1322   reference:
1323     title: "x710"
1324     nic: "NIC_Intel-X710"
1325   compare:
1326     title: "xxv710"
1327     nic: "NIC_Intel-XXV710"
1328   data: "vpp-nic-comparison-3n-skx-mrr"
1329   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1330   filter: "'4T2C' and 'MRR'"
1331   parameters:
1332   - "name"
1333   - "parent"
1334   - "result"
1335   - "tags"
1336
1337  # VPP Compare NICs 3n-skx 8t4c mrr
1338 - type: "table"
1339   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1340   algorithm: "table_nics_comparison"
1341   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1342   reference:
1343     title: "x710"
1344     nic: "NIC_Intel-X710"
1345   compare:
1346     title: "xxv710"
1347     nic: "NIC_Intel-XXV710"
1348   data: "vpp-nic-comparison-3n-skx-mrr"
1349   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1350   filter: "'8T4C' and 'MRR'"
1351   parameters:
1352   - "name"
1353   - "parent"
1354   - "result"
1355   - "tags"
1356
1357 # VPP Compare NICs 2n-skx 2t1c ndr
1358 - type: "table"
1359   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1360   algorithm: "table_nics_comparison"
1361   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1362   reference:
1363     title: "x710"
1364     nic: "NIC_Intel-X710"
1365   compare:
1366     title: "xxv710"
1367     nic: "NIC_Intel-XXV710"
1368   data: "vpp-nic-comparison-2n-skx"
1369   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1370   filter: "'2T1C' and 'NDRPDR'"
1371   parameters:
1372   - "name"
1373   - "parent"
1374   - "throughput"
1375   - "tags"
1376
1377 # VPP Compare NICs 2n-skx 4t2c ndr
1378 - type: "table"
1379   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1380   algorithm: "table_nics_comparison"
1381   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1382   reference:
1383     title: "x710"
1384     nic: "NIC_Intel-X710"
1385   compare:
1386     title: "xxv710"
1387     nic: "NIC_Intel-XXV710"
1388   data: "vpp-nic-comparison-2n-skx"
1389   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1390   filter: "'4T2C' and 'NDRPDR'"
1391   parameters:
1392   - "name"
1393   - "parent"
1394   - "throughput"
1395   - "tags"
1396
1397  # VPP Compare NICs 2n-skx 2t1c pdr
1398 - type: "table"
1399   title: "VPP Compare NICs 2n-skx 2t1c pdr"
1400   algorithm: "table_nics_comparison"
1401   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1402   reference:
1403     title: "x710"
1404     nic: "NIC_Intel-X710"
1405   compare:
1406     title: "xxv710"
1407     nic: "NIC_Intel-XXV710"
1408   data: "vpp-nic-comparison-2n-skx"
1409   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1410   filter: "'2T1C' and 'NDRPDR'"
1411   parameters:
1412   - "name"
1413   - "parent"
1414   - "throughput"
1415   - "tags"
1416
1417 # VPP Compare NICs 2n-skx 4t2c pdr
1418 - type: "table"
1419   title: "VPP Compare NICs 2n-skx 4t2c pdr"
1420   algorithm: "table_nics_comparison"
1421   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
1422   reference:
1423     title: "x710"
1424     nic: "NIC_Intel-X710"
1425   compare:
1426     title: "xxv710"
1427     nic: "NIC_Intel-XXV710"
1428   data: "vpp-nic-comparison-2n-skx"
1429   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1430   filter: "'4T2C' and 'NDRPDR'"
1431   parameters:
1432   - "name"
1433   - "parent"
1434   - "throughput"
1435   - "tags"
1436
1437 # VPP Compare NICs 2n-skx 2t1c mrr
1438 - type: "table"
1439   title: "VPP Compare NICs 2n-skx 2t1c mrr"
1440   algorithm: "table_nics_comparison"
1441   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
1442   reference:
1443     title: "x710"
1444     nic: "NIC_Intel-X710"
1445   compare:
1446     title: "xxv710"
1447     nic: "NIC_Intel-XXV710"
1448   data: "vpp-nic-comparison-2n-skx-mrr"
1449   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1450   filter: "'2T1C' and 'MRR'"
1451   parameters:
1452   - "name"
1453   - "parent"
1454   - "result"
1455   - "tags"
1456
1457 # VPP Compare NICs 2n-skx 4t2c mrr
1458 - type: "table"
1459   title: "VPP Compare NICs 2n-skx 4t2c mrr"
1460   algorithm: "table_nics_comparison"
1461   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
1462   reference:
1463     title: "x710"
1464     nic: "NIC_Intel-X710"
1465   compare:
1466     title: "xxv710"
1467     nic: "NIC_Intel-XXV710"
1468   data: "vpp-nic-comparison-2n-skx-mrr"
1469   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1470   filter: "'4T2C' and 'MRR'"
1471   parameters:
1472   - "name"
1473   - "parent"
1474   - "result"
1475   - "tags"
1476
1477 # VPP Compare NICs 2n-skx 8t4c mrr
1478 - type: "table"
1479   title: "VPP Compare NICs 2n-skx 8t4c mrr"
1480   algorithm: "table_nics_comparison"
1481   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
1482   reference:
1483     title: "x710"
1484     nic: "NIC_Intel-X710"
1485   compare:
1486     title: "xxv710"
1487     nic: "NIC_Intel-XXV710"
1488   data: "vpp-nic-comparison-2n-skx-mrr"
1489   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1490   filter: "'8T4C' and 'MRR'"
1491   parameters:
1492   - "name"
1493   - "parent"
1494   - "result"
1495   - "tags"
1496
1497 ################################################################################
1498 # VPP
1499
1500 # VPP Performance Changes 3n-hsw 1t1c pdr
1501 - type: "table"
1502   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
1503   algorithm: "table_performance_comparison"
1504   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
1505   history:
1506     - title: "rls1901"
1507       data: "vpp-performance-changes-3n-hsw-h1"
1508   reference:
1509     title: "rls1904"
1510     data: "vpp-performance-changes-3n-hsw-ref"
1511   compare:
1512     title: "rls1908.1"
1513     data: "vpp-performance-changes-3n-hsw-cmp"
1514   data: "vpp-performance-changes-3n-hsw"
1515   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1516   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1517   parameters:
1518   - "name"
1519   - "parent"
1520   - "throughput"
1521
1522 # VPP Performance Changes 3n-hsw 2t2c pdr
1523 - type: "table"
1524   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
1525   algorithm: "table_performance_comparison"
1526   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
1527   history:
1528     - title: "rls1901"
1529       data: "vpp-performance-changes-3n-hsw-h1"
1530   reference:
1531     title: "rls1904"
1532     data: "vpp-performance-changes-3n-hsw-ref"
1533   compare:
1534     title: "rls1908.1"
1535     data: "vpp-performance-changes-3n-hsw-cmp"
1536   data: "vpp-performance-changes-3n-hsw"
1537   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1538   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1539   parameters:
1540   - "name"
1541   - "parent"
1542   - "throughput"
1543
1544 # VPP Performance Changes 3n-hsw 1t1c ndr
1545 - type: "table"
1546   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
1547   algorithm: "table_performance_comparison"
1548   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
1549   history:
1550     - title: "rls1901"
1551       data: "vpp-performance-changes-3n-hsw-h1"
1552   reference:
1553     title: "rls1904"
1554     data: "vpp-performance-changes-3n-hsw-ref"
1555   compare:
1556     title: "rls1908.1"
1557     data: "vpp-performance-changes-3n-hsw-cmp"
1558   data: "vpp-performance-changes-3n-hsw"
1559   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1560   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1561   parameters:
1562   - "name"
1563   - "parent"
1564   - "throughput"
1565
1566 # VPP Performance Changes 3n-hsw 2t2c ndr
1567 - type: "table"
1568   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
1569   algorithm: "table_performance_comparison"
1570   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
1571   history:
1572     - title: "rls1901"
1573       data: "vpp-performance-changes-3n-hsw-h1"
1574   reference:
1575     title: "rls1904"
1576     data: "vpp-performance-changes-3n-hsw-ref"
1577   compare:
1578     title: "rls1908.1"
1579     data: "vpp-performance-changes-3n-hsw-cmp"
1580   data: "vpp-performance-changes-3n-hsw"
1581   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1582   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1583   parameters:
1584   - "name"
1585   - "parent"
1586   - "throughput"
1587
1588 # VPP Performance Changes 3n-skx 2t1c pdr
1589 - type: "table"
1590   title: "VPP Performance Changes 3n-skx 2t1c pdr"
1591   algorithm: "table_performance_comparison_nic"
1592   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
1593   history:
1594     - title: "rls1901 x710"
1595       data: "vpp-performance-changes-3n-skx-h1"
1596       nic: "NIC_Intel-X710"
1597   reference:
1598     title: "rls1904 x710"
1599     data: "vpp-performance-changes-3n-skx-ref"
1600     nic: "NIC_Intel-X710"
1601   compare:
1602     title: "rls1908.1 xxv710"
1603     data: "vpp-performance-changes-3n-skx-cmp"
1604     nic: "NIC_Intel-XXV710"
1605   data: "vpp-performance-changes-3n-skx"
1606   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1607   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1608   parameters:
1609   - "name"
1610   - "parent"
1611   - "throughput"
1612   - "tags"
1613
1614 # VPP Performance Changes 3n-skx 4t2c pdr
1615 - type: "table"
1616   title: "VPP Performance Changes 3n-skx 4t2c pdr"
1617   algorithm: "table_performance_comparison_nic"
1618   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
1619   history:
1620     - title: "rls1901 x710"
1621       data: "vpp-performance-changes-3n-skx-h1"
1622       nic: "NIC_Intel-X710"
1623   reference:
1624     title: "rls1904 x710"
1625     data: "vpp-performance-changes-3n-skx-ref"
1626     nic: "NIC_Intel-X710"
1627   compare:
1628     title: "rls1908.1 xxv710"
1629     data: "vpp-performance-changes-3n-skx-cmp"
1630     nic: "NIC_Intel-XXV710"
1631   data: "vpp-performance-changes-3n-skx"
1632   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1633   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1634   parameters:
1635   - "name"
1636   - "parent"
1637   - "throughput"
1638   - "tags"
1639
1640 # VPP Performance Changes 3n-skx 2t1c ndr
1641 - type: "table"
1642   title: "VPP Performance Changes 3n-skx 2t1c ndr"
1643   algorithm: "table_performance_comparison_nic"
1644   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
1645   history:
1646     - title: "rls1901 x710"
1647       data: "vpp-performance-changes-3n-skx-h1"
1648       nic: "NIC_Intel-X710"
1649   reference:
1650     title: "rls1904 x710"
1651     data: "vpp-performance-changes-3n-skx-ref"
1652     nic: "NIC_Intel-X710"
1653   compare:
1654     title: "rls1908.1 xxv710"
1655     data: "vpp-performance-changes-3n-skx-cmp"
1656     nic: "NIC_Intel-XXV710"
1657   data: "vpp-performance-changes-3n-skx"
1658   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1659   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1660   parameters:
1661   - "name"
1662   - "parent"
1663   - "throughput"
1664   - "tags"
1665
1666 # VPP Performance Changes 3n-skx 4t2c ndr
1667 - type: "table"
1668   title: "VPP Performance Changes 3n-skx 4t2c ndr"
1669   algorithm: "table_performance_comparison_nic"
1670   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
1671   history:
1672     - title: "rls1901 x710"
1673       data: "vpp-performance-changes-3n-skx-h1"
1674       nic: "NIC_Intel-X710"
1675   reference:
1676     title: "rls1904 x710"
1677     data: "vpp-performance-changes-3n-skx-ref"
1678     nic: "NIC_Intel-X710"
1679   compare:
1680     title: "rls1908.1 xxv710"
1681     data: "vpp-performance-changes-3n-skx-cmp"
1682     nic: "NIC_Intel-XXV710"
1683   data: "vpp-performance-changes-3n-skx"
1684   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1685   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1686   parameters:
1687   - "name"
1688   - "parent"
1689   - "throughput"
1690   - "tags"
1691
1692 # VPP Performance Changes 2n-skx 2t1c pdr
1693 - type: "table"
1694   title: "VPP Performance Changes 2n-skx 2t1c pdr"
1695   algorithm: "table_performance_comparison_nic"
1696   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
1697   history:
1698     - title: "rls1901 x710"
1699       data: "vpp-performance-changes-2n-skx-h1"
1700       nic: "NIC_Intel-X710"
1701   reference:
1702     title: "rls1904 x710"
1703     data: "vpp-performance-changes-2n-skx-ref"
1704     nic: "NIC_Intel-X710"
1705   compare:
1706     title: "rls1908.1 xxv710"
1707     data: "vpp-performance-changes-2n-skx-cmp"
1708     nic: "NIC_Intel-XXV710"
1709   data: "vpp-performance-changes-2n-skx"
1710   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1711   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1712   parameters:
1713   - "name"
1714   - "parent"
1715   - "throughput"
1716   - "tags"
1717
1718 # VPP Performance Changes 2n-skx 4t2c pdr
1719 - type: "table"
1720   title: "VPP Performance Changes 2n-skx 4t2c pdr"
1721   algorithm: "table_performance_comparison_nic"
1722   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
1723   history:
1724     - title: "rls1901 x710"
1725       data: "vpp-performance-changes-2n-skx-h1"
1726       nic: "NIC_Intel-X710"
1727   reference:
1728     title: "rls1904 x710"
1729     data: "vpp-performance-changes-2n-skx-ref"
1730     nic: "NIC_Intel-X710"
1731   compare:
1732     title: "rls1908.1 xxv710"
1733     data: "vpp-performance-changes-2n-skx-cmp"
1734     nic: "NIC_Intel-XXV710"
1735   data: "vpp-performance-changes-2n-skx"
1736   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1737   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1738   parameters:
1739   - "name"
1740   - "parent"
1741   - "throughput"
1742   - "tags"
1743
1744 # VPP Performance Changes 2n-skx 2t1c ndr
1745 - type: "table"
1746   title: "VPP Performance Changes 2n-skx 2t1c ndr"
1747   algorithm: "table_performance_comparison_nic"
1748   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
1749   history:
1750     - title: "rls1901 x710"
1751       data: "vpp-performance-changes-2n-skx-h1"
1752       nic: "NIC_Intel-X710"
1753   reference:
1754     title: "rls1904 x710"
1755     data: "vpp-performance-changes-2n-skx-ref"
1756     nic: "NIC_Intel-X710"
1757   compare:
1758     title: "rls1908.1 xxv710"
1759     data: "vpp-performance-changes-2n-skx-cmp"
1760     nic: "NIC_Intel-XXV710"
1761   data: "vpp-performance-changes-2n-skx"
1762   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1763   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1764   parameters:
1765   - "name"
1766   - "parent"
1767   - "throughput"
1768   - "tags"
1769
1770 # VPP Performance Changes 2n-skx 4t2c ndr
1771 - type: "table"
1772   title: "VPP Performance Changes 2n-skx 4t2c ndr"
1773   algorithm: "table_performance_comparison_nic"
1774   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
1775   history:
1776     - title: "rls1901 x710"
1777       data: "vpp-performance-changes-2n-skx-h1"
1778       nic: "NIC_Intel-X710"
1779   reference:
1780     title: "rls1904 x710"
1781     data: "vpp-performance-changes-2n-skx-ref"
1782     nic: "NIC_Intel-X710"
1783   compare:
1784     title: "rls1908.1 xxv710"
1785     data: "vpp-performance-changes-2n-skx-cmp"
1786     nic: "NIC_Intel-XXV710"
1787   data: "vpp-performance-changes-2n-skx"
1788   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1789   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1790   parameters:
1791   - "name"
1792   - "parent"
1793   - "throughput"
1794   - "tags"
1795
1796 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
1797 - type: "table"
1798   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
1799   algorithm: "table_performance_comparison_nic"
1800   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
1801   reference:
1802     title: "3n-hsw xl710"
1803     data: "vpp-compare-testbeds-ref"
1804     nic: "NIC_Intel-XL710"
1805   compare:
1806     title: "3n-skx xxv710"
1807     data: "vpp-compare-testbeds-cmp"
1808     nic: "NIC_Intel-XXV710"
1809   data: "vpp-compare-testbeds"
1810   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1811   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
1812   parameters:
1813   - "name"
1814   - "parent"
1815   - "throughput"
1816   - "tags"
1817
1818 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
1819 - type: "table"
1820   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
1821   algorithm: "table_performance_comparison_nic"
1822   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
1823   reference:
1824     title: "3n-hsw xl710"
1825     data: "vpp-compare-testbeds-ref"
1826     nic: "NIC_Intel-XL710"
1827   compare:
1828     title: "3n-skx xxv710"
1829     data: "vpp-compare-testbeds-cmp"
1830     nic: "NIC_Intel-XXV710"
1831   data: "vpp-compare-testbeds"
1832   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1833   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
1834   parameters:
1835   - "name"
1836   - "parent"
1837   - "throughput"
1838   - "tags"
1839
1840 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
1841 - type: "table"
1842   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
1843   algorithm: "table_performance_comparison_nic"
1844   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
1845   reference:
1846     title: "3n-hsw xl710"
1847     data: "vpp-compare-testbeds-ref"
1848     nic: "NIC_Intel-XL710"
1849   compare:
1850     title: "3n-skx xxv710"
1851     data: "vpp-compare-testbeds-cmp"
1852     nic: "NIC_Intel-XXV710"
1853   data: "vpp-compare-testbeds"
1854   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1855   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
1856   parameters:
1857   - "name"
1858   - "parent"
1859   - "throughput"
1860   - "tags"
1861
1862 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
1863 - type: "table"
1864   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
1865   algorithm: "table_performance_comparison_nic"
1866   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
1867   reference:
1868     title: "3n-hsw xl710"
1869     data: "vpp-compare-testbeds-ref"
1870     nic: "NIC_Intel-XL710"
1871   compare:
1872     title: "3n-skx xxv710"
1873     data: "vpp-compare-testbeds-cmp"
1874     nic: "NIC_Intel-XXV710"
1875   data: "vpp-compare-testbeds"
1876   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1877   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
1878   parameters:
1879   - "name"
1880   - "parent"
1881   - "throughput"
1882   - "tags"
1883
1884 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
1885 - type: "table"
1886   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
1887   algorithm: "table_performance_comparison"
1888   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
1889   reference:
1890     title: "3-Node Skx"
1891     data: "vpp-compare-topologies-ref"
1892   compare:
1893     title: "2-Node Skx"
1894     data: "vpp-compare-topologies-cmp"
1895   data: "vpp-compare-topologies"
1896   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1897   filter: "'NDRPDR' and '1C'"
1898   parameters:
1899   - "name"
1900   - "parent"
1901   - "throughput"
1902
1903 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
1904 - type: "table"
1905   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
1906   algorithm: "table_performance_comparison"
1907   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
1908   reference:
1909     title: "3-Node Skx"
1910     data: "vpp-compare-topologies-ref"
1911   compare:
1912     title: "2-Node Skx"
1913     data: "vpp-compare-topologies-cmp"
1914   data: "vpp-compare-topologies"
1915   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1916   filter: "'NDRPDR' and '2C'"
1917   parameters:
1918   - "name"
1919   - "parent"
1920   - "throughput"
1921
1922 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
1923 - type: "table"
1924   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
1925   algorithm: "table_performance_comparison"
1926   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
1927   reference:
1928     title: "3-Node Skx"
1929     data: "vpp-compare-topologies-ref"
1930   compare:
1931     title: "2-Node Skx"
1932     data: "vpp-compare-topologies-cmp"
1933   data: "vpp-compare-topologies"
1934   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1935   filter: "'NDRPDR' and '1C'"
1936   parameters:
1937   - "name"
1938   - "parent"
1939   - "throughput"
1940
1941 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
1942 - type: "table"
1943   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
1944   algorithm: "table_performance_comparison"
1945   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
1946   reference:
1947     title: "3-Node Skx"
1948     data: "vpp-compare-topologies-ref"
1949   compare:
1950     title: "2-Node Skx"
1951     data: "vpp-compare-topologies-cmp"
1952   data: "vpp-compare-topologies"
1953   include-tests: "PDR"
1954   filter: "'NDRPDR' and '2C'"
1955   parameters:
1956   - "name"
1957   - "parent"
1958   - "throughput"
1959
1960 # VPP Performance Changes 3n-hsw 1t1c MRR
1961 - type: "table"
1962   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
1963   algorithm: "table_performance_comparison"
1964   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
1965   history:
1966     - title: "rls1901"
1967       data: "vpp-performance-changes-3n-hsw-mrr-h1"
1968   reference:
1969     title: "rls1904"
1970     data: "vpp-performance-changes-3n-hsw-mrr-ref"
1971   compare:
1972     title: "rls1908.1"
1973     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
1974   data: "vpp-performance-changes-3n-hsw-mrr"
1975   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1976   filter: "'1T1C' and 'MRR'"
1977   parameters:
1978   - "name"
1979   - "parent"
1980   - "result"
1981
1982 # VPP Performance Changes 3n-hsw 2t2c MRR
1983 - type: "table"
1984   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
1985   algorithm: "table_performance_comparison"
1986   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
1987   history:
1988     - title: "rls1901"
1989       data: "vpp-performance-changes-3n-hsw-mrr-h1"
1990   reference:
1991     title: "rls1904"
1992     data: "vpp-performance-changes-3n-hsw-mrr-ref"
1993   compare:
1994     title: "rls1908.1"
1995     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
1996   data: "vpp-performance-changes-3n-hsw-mrr"
1997   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1998   filter: "'2T2C' and 'MRR'"
1999   parameters:
2000   - "name"
2001   - "parent"
2002   - "result"
2003
2004 # VPP Performance Changes 3n-hsw 4t4c MRR
2005 - type: "table"
2006   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2007   algorithm: "table_performance_comparison"
2008   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2009   history:
2010     - title: "rls1901"
2011       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2012   reference:
2013     title: "rls1904"
2014     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2015   compare:
2016     title: "rls1908.1"
2017     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2018   data: "vpp-performance-changes-3n-hsw-mrr"
2019   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2020   filter: "'4T4C' and 'MRR'"
2021   parameters:
2022   - "name"
2023   - "parent"
2024   - "result"
2025
2026 # VPP Performance Changes 3n-skx 2t1c MRR
2027 - type: "table"
2028   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2029   algorithm: "table_performance_comparison"
2030   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2031   history:
2032     - title: "rls1901"
2033       data: "vpp-performance-changes-3n-skx-mrr-h1"
2034   reference:
2035     title: "rls1904"
2036     data: "vpp-performance-changes-3n-skx-mrr-ref"
2037   compare:
2038     title: "rls1908.1"
2039     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2040   data: "vpp-performance-changes-3n-skx-mrr"
2041   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2042   filter: "'2T1C' and 'MRR'"
2043   parameters:
2044   - "name"
2045   - "parent"
2046   - "result"
2047
2048 # VPP Performance Changes 3n-skx 4t2c MRR
2049 - type: "table"
2050   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2051   algorithm: "table_performance_comparison"
2052   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2053   history:
2054     - title: "rls1901"
2055       data: "vpp-performance-changes-3n-skx-mrr-h1"
2056   reference:
2057     title: "rls1904"
2058     data: "vpp-performance-changes-3n-skx-mrr-ref"
2059   compare:
2060     title: "rls1908.1"
2061     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2062   data: "vpp-performance-changes-3n-skx-mrr"
2063   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2064   filter: "'4T2C' and 'MRR'"
2065   parameters:
2066   - "name"
2067   - "parent"
2068   - "result"
2069
2070 # VPP Performance Changes 3n-skx 8t4c MRR
2071 - type: "table"
2072   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2073   algorithm: "table_performance_comparison"
2074   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2075   history:
2076     - title: "rls1901"
2077       data: "vpp-performance-changes-3n-skx-mrr-h1"
2078   reference:
2079     title: "rls1904"
2080     data: "vpp-performance-changes-3n-skx-mrr-ref"
2081   compare:
2082     title: "rls1908.1"
2083     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2084   data: "vpp-performance-changes-3n-skx-mrr"
2085   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2086   filter: "'8T4C' and 'MRR'"
2087   parameters:
2088   - "name"
2089   - "parent"
2090   - "result"
2091
2092 # VPP Performance Changes 2n-skx 2t1c MRR
2093 - type: "table"
2094   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2095   algorithm: "table_performance_comparison"
2096   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2097   history:
2098     - title: "rls1901"
2099       data: "vpp-performance-changes-2n-skx-mrr-h1"
2100   reference:
2101     title: "rls1904"
2102     data: "vpp-performance-changes-2n-skx-mrr-ref"
2103   compare:
2104     title: "rls1908.1"
2105     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2106   data: "vpp-performance-changes-2n-skx-mrr"
2107   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2108   filter: "'2T1C' and 'MRR'"
2109   parameters:
2110   - "name"
2111   - "parent"
2112   - "result"
2113
2114 # VPP Performance Changes 2n-skx 4t2c MRR
2115 - type: "table"
2116   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2117   algorithm: "table_performance_comparison"
2118   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2119   history:
2120     - title: "rls1901"
2121       data: "vpp-performance-changes-2n-skx-mrr-h1"
2122   reference:
2123     title: "rls1904"
2124     data: "vpp-performance-changes-2n-skx-mrr-ref"
2125   compare:
2126     title: "rls1908.1"
2127     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2128   data: "vpp-performance-changes-2n-skx-mrr"
2129   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2130   filter: "'4T2C' and 'MRR'"
2131   parameters:
2132   - "name"
2133   - "parent"
2134   - "result"
2135
2136 # VPP Performance Changes 2n-skx 8t4c MRR
2137 - type: "table"
2138   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2139   algorithm: "table_performance_comparison"
2140   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2141   history:
2142     - title: "rls1901"
2143       data: "vpp-performance-changes-2n-skx-mrr-h1"
2144   reference:
2145     title: "rls1904"
2146     data: "vpp-performance-changes-2n-skx-mrr-ref"
2147   compare:
2148     title: "rls1908.1"
2149     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2150   data: "vpp-performance-changes-2n-skx-mrr"
2151   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2152   filter: "'8T4C' and 'MRR'"
2153   parameters:
2154   - "name"
2155   - "parent"
2156   - "result"
2157
2158 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2159 - type: "table"
2160   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2161   algorithm: "table_performance_comparison_nic"
2162   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2163   reference:
2164     title: "3n-hsw xl710"
2165     data: "vpp-compare-testbeds-mrr-ref"
2166     nic: "NIC_Intel-XL710"
2167   compare:
2168     title: "3n-skx xxv710"
2169     data: "vpp-compare-testbeds-mrr-cmp"
2170     nic: "NIC_Intel-XXV710"
2171   data: "vpp-compare-testbeds-mrr"
2172   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2173   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
2174   parameters:
2175   - "name"
2176   - "parent"
2177   - "result"
2178   - "tags"
2179
2180 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2181 - type: "table"
2182   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2183   algorithm: "table_performance_comparison_nic"
2184   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2185   reference:
2186     title: "3n-hsw xl710"
2187     data: "vpp-compare-testbeds-mrr-ref"
2188     nic: "NIC_Intel-XL710"
2189   compare:
2190     title: "3n-skx xxv710"
2191     data: "vpp-compare-testbeds-mrr-cmp"
2192     nic: "NIC_Intel-XXV710"
2193   data: "vpp-compare-testbeds-mrr"
2194   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2195   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
2196   parameters:
2197   - "name"
2198   - "parent"
2199   - "result"
2200   - "tags"
2201
2202 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2203 - type: "table"
2204   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2205   algorithm: "table_performance_comparison_nic"
2206   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2207   reference:
2208     title: "3n-hsw xl710"
2209     data: "vpp-compare-testbeds-mrr-ref"
2210     nic: "NIC_Intel-XL710"
2211   compare:
2212     title: "3n-skx xxv710"
2213     data: "vpp-compare-testbeds-mrr-cmp"
2214     nic: "NIC_Intel-XXV710"
2215   data: "vpp-compare-testbeds-mrr"
2216   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2217   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
2218   parameters:
2219   - "name"
2220   - "parent"
2221   - "result"
2222   - "tags"
2223
2224 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2225 - type: "table"
2226   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2227   algorithm: "table_performance_comparison"
2228   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2229   reference:
2230     title: "3-Node Skx"
2231     data: "vpp-compare-topologies-mrr-ref"
2232   compare:
2233     title: "2-Node Skx"
2234     data: "vpp-compare-topologies-mrr-cmp"
2235   data: "vpp-compare-topologies-mrr"
2236   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2237   filter: "'MRR' and '1C'"
2238   parameters:
2239   - "name"
2240   - "parent"
2241   - "result"
2242
2243 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2244 - type: "table"
2245   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2246   algorithm: "table_performance_comparison"
2247   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2248   reference:
2249     title: "3-Node Skx"
2250     data: "vpp-compare-topologies-mrr-ref"
2251   compare:
2252     title: "2-Node Skx"
2253     data: "vpp-compare-topologies-mrr-cmp"
2254   data: "vpp-compare-topologies-mrr"
2255   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2256   filter: "'MRR' and '2C'"
2257   parameters:
2258   - "name"
2259   - "parent"
2260   - "result"
2261
2262 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2263 - type: "table"
2264   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2265   algorithm: "table_performance_comparison"
2266   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2267   reference:
2268     title: "3-Node Skx"
2269     data: "vpp-compare-topologies-mrr-ref"
2270   compare:
2271     title: "2-Node Skx"
2272     data: "vpp-compare-topologies-mrr-cmp"
2273   data: "vpp-compare-topologies-mrr"
2274   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2275   filter: "'MRR' and '4C'"
2276   parameters:
2277   - "name"
2278   - "parent"
2279   - "result"
2280
2281 # Detailed Test Results - VPP Performance Results 3n-hsw
2282 - type: "table"
2283   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2284   algorithm: "table_merged_details"
2285   output-file-ext: ".csv"
2286   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2287   columns:
2288   - title: "Name"
2289     data: "data name"
2290   - title: "Status"
2291     data: "data msg"
2292   rows: "generated"
2293   data: "vpp-perf-results-3n-hsw"
2294   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2295   parameters:
2296   - "name"
2297   - "parent"
2298   - "msg"
2299
2300 # Detailed Test Results - VPP Performance Results 3n-skx
2301 - type: "table"
2302   title: "Detailed Test Results - VPP Performance Results 3n-skx"
2303   algorithm: "table_merged_details"
2304   output-file-ext: ".csv"
2305   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2306   columns:
2307   - title: "Name"
2308     data: "data name"
2309   - title: "Status"
2310     data: "data msg"
2311   rows: "generated"
2312   data: "vpp-perf-results-3n-skx"
2313   filter: "not 'CFS_OPT'"
2314   parameters:
2315   - "name"
2316   - "parent"
2317   - "msg"
2318
2319 # Detailed Test Results - VPP Performance Results 2n-skx
2320 - type: "table"
2321   title: "Detailed Test Results - VPP Performance Results 2n-skx"
2322   algorithm: "table_merged_details"
2323   output-file-ext: ".csv"
2324   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2325   columns:
2326   - title: "Name"
2327     data: "data name"
2328   - title: "Status"
2329     data: "data msg"
2330   rows: "generated"
2331   data: "vpp-perf-results-2n-skx"
2332   filter: "not 'CFS_OPT'"
2333   parameters:
2334   - "name"
2335   - "parent"
2336   - "msg"
2337
2338 # Detailed Test Results - VPP Performance Results 3n-tsh
2339 - type: "table"
2340   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
2341   algorithm: "table_merged_details"
2342   output-file-ext: ".csv"
2343   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
2344   columns:
2345   - title: "Name"
2346     data: "data name"
2347   - title: "Status"
2348     data: "data msg"
2349   rows: "generated"
2350   data: "vpp-perf-results-3n-tsh"
2351   filter: "not 'CFS_OPT'"
2352   parameters:
2353   - "name"
2354   - "parent"
2355   - "msg"
2356
2357 # Detailed Test Results - VPP Performance Results 3n-dnv
2358 - type: "table"
2359   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
2360   algorithm: "table_details"
2361   output-file-ext: ".csv"
2362   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
2363   columns:
2364   - title: "Name"
2365     data: "data name"
2366   - title: "Status"
2367     data: "data msg"
2368   rows: "generated"
2369   data: "vpp-perf-results-3n-dnv"
2370   filter: "'NDRPDR'"
2371   parameters:
2372   - "name"
2373   - "parent"
2374   - "msg"
2375
2376 # Detailed Test Results - VPP Performance Results 2n-dnv
2377 - type: "table"
2378   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
2379   algorithm: "table_details"
2380   output-file-ext: ".csv"
2381   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
2382   columns:
2383   - title: "Name"
2384     data: "data name"
2385   - title: "Status"
2386     data: "data msg"
2387   rows: "generated"
2388   data: "vpp-perf-results-2n-dnv"
2389   filter: "'NDRPDR'"
2390   parameters:
2391   - "name"
2392   - "parent"
2393   - "msg"
2394
2395 # Test configuration - VPP Performance Test Configs 3n-hsw
2396 - type: "table"
2397   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
2398   algorithm: "table_merged_details"
2399   output-file-ext: ".csv"
2400   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
2401   columns:
2402   - title: "Name"
2403     data: "data name"
2404   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2405     data: "data conf-history"
2406   rows: "generated"
2407   data: "vpp-perf-results-3n-hsw"
2408   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2409   parameters:
2410   - "parent"
2411   - "name"
2412   - "conf-history"
2413
2414 # Test configuration - VPP Performance Test Configs 3n-skx
2415 - type: "table"
2416   title: "Test configuration - VPP Performance Test Configs 3n-skx"
2417   algorithm: "table_merged_details"
2418   output-file-ext: ".csv"
2419   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
2420   columns:
2421   - title: "Name"
2422     data: "data name"
2423   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2424     data: "data conf-history"
2425   rows: "generated"
2426   data: "vpp-perf-results-3n-skx"
2427   filter: "not 'CFS_OPT'"
2428   parameters:
2429   - "parent"
2430   - "name"
2431   - "conf-history"
2432
2433 # Test configuration - VPP Performance Test Configs 2n-skx
2434 - type: "table"
2435   title: "Test configuration - VPP Performance Test Configs 2n-skx"
2436   algorithm: "table_merged_details"
2437   output-file-ext: ".csv"
2438   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
2439   columns:
2440   - title: "Name"
2441     data: "data name"
2442   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2443     data: "data conf-history"
2444   rows: "generated"
2445   data: "vpp-perf-results-2n-skx"
2446   filter: "not 'CFS_OPT'"
2447   parameters:
2448   - "parent"
2449   - "name"
2450   - "conf-history"
2451
2452 # Test configuration - VPP Performance Test Configs 3n-tsh
2453 - type: "table"
2454   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
2455   algorithm: "table_merged_details"
2456   output-file-ext: ".csv"
2457   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_test_configuration_3n_tsh"
2458   columns:
2459   - title: "Name"
2460     data: "data name"
2461   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2462     data: "data conf-history"
2463   rows: "generated"
2464   data: "vpp-perf-results-3n-tsh"
2465   filter: "not 'CFS_OPT'"
2466   parameters:
2467   - "parent"
2468   - "name"
2469   - "conf-history"
2470
2471 # Test configuration - VPP Performance Test Configs 3n-dnv
2472 - type: "table"
2473   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
2474   algorithm: "table_details"
2475   output-file-ext: ".csv"
2476   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_test_configuration_3n_dnv"
2477   columns:
2478   - title: "Name"
2479     data: "data name"
2480   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2481     data: "data conf-history"
2482   rows: "generated"
2483   data: "vpp-perf-results-3n-dnv"
2484   filter: "'NDRPDR'"
2485   parameters:
2486   - "parent"
2487   - "name"
2488   - "conf-history"
2489
2490 # Test configuration - VPP Performance Test Configs 2n-dnv
2491 - type: "table"
2492   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
2493   algorithm: "table_details"
2494   output-file-ext: ".csv"
2495   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
2496   columns:
2497   - title: "Name"
2498     data: "data name"
2499   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2500     data: "data conf-history"
2501   rows: "generated"
2502   data: "vpp-perf-results-2n-dnv"
2503   filter: "'NDRPDR'"
2504   parameters:
2505   - "parent"
2506   - "name"
2507   - "conf-history"
2508
2509 # Test Operational Data - VPP Performance Operational Data 3n-hsw
2510 - type: "table"
2511   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
2512   algorithm: "table_merged_details"
2513   output-file-ext: ".csv"
2514   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
2515   columns:
2516   - title: "Name"
2517     data: "data name"
2518   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2519     data: "data show-run"
2520   rows: "generated"
2521   data: "vpp-perf-results-3n-hsw"
2522   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2523   parameters:
2524   - "parent"
2525   - "name"
2526   - "show-run"
2527
2528 # Test Operational Data - VPP Performance Operational Data 3n-skx
2529 - type: "table"
2530   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
2531   algorithm: "table_merged_details"
2532   output-file-ext: ".csv"
2533   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
2534   columns:
2535   - title: "Name"
2536     data: "data name"
2537   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2538     data: "data show-run"
2539   rows: "generated"
2540   data: "vpp-perf-results-3n-skx"
2541   filter: "not 'CFS_OPT'"
2542   parameters:
2543   - "parent"
2544   - "name"
2545   - "show-run"
2546
2547 # Test Operational Data - VPP Performance Operational Data 2n-skx
2548 - type: "table"
2549   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
2550   algorithm: "table_merged_details"
2551   output-file-ext: ".csv"
2552   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
2553   columns:
2554   - title: "Name"
2555     data: "data name"
2556   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2557     data: "data show-run"
2558   rows: "generated"
2559   data: "vpp-perf-results-2n-skx"
2560   filter: "not 'CFS_OPT'"
2561   parameters:
2562   - "parent"
2563   - "name"
2564   - "show-run"
2565
2566 # Test Operational Data - VPP Performance Operational Data 3n-tsh
2567 - type: "table"
2568   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
2569   algorithm: "table_merged_details"
2570   output-file-ext: ".csv"
2571   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_test_operational_3n_tsh"
2572   columns:
2573   - title: "Name"
2574     data: "data name"
2575   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2576     data: "data show-run"
2577   rows: "generated"
2578   data: "vpp-perf-results-3n-tsh"
2579   filter: "not 'CFS_OPT'"
2580   parameters:
2581   - "parent"
2582   - "name"
2583   - "show-run"
2584
2585 # Test Operational Data - VPP Performance Operational Data 3n-dnv
2586 - type: "table"
2587   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
2588   algorithm: "table_details"
2589   output-file-ext: ".csv"
2590   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_test_operational_3n_dnv"
2591   columns:
2592   - title: "Name"
2593     data: "data name"
2594   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2595     data: "data show-run"
2596   rows: "generated"
2597   data: "vpp-perf-results-3n-dnv"
2598   filter: "'NDRPDR'"
2599   parameters:
2600   - "parent"
2601   - "name"
2602   - "show-run"
2603
2604 # Test Operational Data - VPP Performance Operational Data 2n-dnv
2605 - type: "table"
2606   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
2607   algorithm: "table_details"
2608   output-file-ext: ".csv"
2609   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
2610   columns:
2611   - title: "Name"
2612     data: "data name"
2613   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2614     data: "data show-run"
2615   rows: "generated"
2616   data: "vpp-perf-results-2n-dnv"
2617   filter: "'NDRPDR'"
2618   parameters:
2619   - "parent"
2620   - "name"
2621   - "show-run"
2622
2623 # Detailed Test Results - VPP MRR Results 3n-hsw
2624 - type: "table"
2625   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
2626   algorithm: "table_details"
2627   output-file-ext: ".csv"
2628   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
2629   columns:
2630   - title: "Name"
2631     data: "data name"
2632   - title: "Status"
2633     data: "data msg"
2634   rows: "generated"
2635   data: "vpp-mrr-results-3n-hsw"
2636   filter: "'MRR'"
2637   parameters:
2638   - "name"
2639   - "parent"
2640   - "msg"
2641
2642 # Detailed Test Results - VPP MRR Results 3n-skx
2643 - type: "table"
2644   title: "Detailed Test Results - VPP MRR Results 3n-skx"
2645   algorithm: "table_details"
2646   output-file-ext: ".csv"
2647   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
2648   columns:
2649   - title: "Name"
2650     data: "data name"
2651   - title: "Status"
2652     data: "data msg"
2653   rows: "generated"
2654   data: "vpp-mrr-results-3n-skx"
2655   filter: "'MRR'"
2656   parameters:
2657   - "name"
2658   - "parent"
2659   - "msg"
2660
2661 # Detailed Test Results - VPP MRR Results 2n-skx
2662 - type: "table"
2663   title: "Detailed Test Results - VPP MRR Results 2n-skx"
2664   algorithm: "table_details"
2665   output-file-ext: ".csv"
2666   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
2667   columns:
2668   - title: "Name"
2669     data: "data name"
2670   - title: "Status"
2671     data: "data msg"
2672   rows: "generated"
2673   data: "vpp-mrr-results-2n-skx"
2674   filter: "'MRR'"
2675   parameters:
2676   - "name"
2677   - "parent"
2678   - "msg"
2679
2680 # Detailed Test Results - VPP MRR Results 3n-tsh
2681 - type: "table"
2682   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
2683   algorithm: "table_details"
2684   output-file-ext: ".csv"
2685   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
2686   columns:
2687   - title: "Name"
2688     data: "data name"
2689   - title: "Status"
2690     data: "data msg"
2691   rows: "generated"
2692   data: "vpp-mrr-results-3n-tsh"
2693   filter: "'MRR'"
2694   parameters:
2695   - "name"
2696   - "parent"
2697   - "msg"
2698
2699 # Detailed Test Results - VPP MRR Results 3n-dnv
2700 - type: "table"
2701   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
2702   algorithm: "table_details"
2703   output-file-ext: ".csv"
2704   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
2705   columns:
2706   - title: "Name"
2707     data: "data name"
2708   - title: "Status"
2709     data: "data msg"
2710   rows: "generated"
2711   data: "vpp-mrr-results-3n-dnv"
2712   filter: "'MRR'"
2713   parameters:
2714   - "name"
2715   - "parent"
2716   - "msg"
2717
2718 # Detailed Test Results - VPP MRR Results 2n-dnv
2719 - type: "table"
2720   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
2721   algorithm: "table_details"
2722   output-file-ext: ".csv"
2723   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
2724   columns:
2725   - title: "Name"
2726     data: "data name"
2727   - title: "Status"
2728     data: "data msg"
2729   rows: "generated"
2730   data: "vpp-mrr-results-2n-dnv"
2731   filter: "'MRR'"
2732   parameters:
2733   - "name"
2734   - "parent"
2735   - "msg"
2736
2737 # Test configuration - VPP MRR Test Configs 3n-hsw
2738 - type: "table"
2739   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
2740   algorithm: "table_details"
2741   output-file-ext: ".csv"
2742   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
2743   columns:
2744   - title: "Name"
2745     data: "data name"
2746   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2747     data: "data conf-history"
2748   rows: "generated"
2749   data: "vpp-mrr-results-3n-hsw"
2750   filter: "'MRR'"
2751   parameters:
2752   - "parent"
2753   - "name"
2754   - "conf-history"
2755
2756 # Test configuration - VPP MRR Test Configs 3n-skx
2757 - type: "table"
2758   title: "Test configuration - VPP MRR Test Configs 3n-skx"
2759   algorithm: "table_details"
2760   output-file-ext: ".csv"
2761   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
2762   columns:
2763   - title: "Name"
2764     data: "data name"
2765   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2766     data: "data conf-history"
2767   rows: "generated"
2768   data: "vpp-mrr-results-3n-skx"
2769   filter: "'MRR'"
2770   parameters:
2771   - "parent"
2772   - "name"
2773   - "conf-history"
2774
2775 # Test configuration - VPP MRR Test Configs 2n-skx
2776 - type: "table"
2777   title: "Test configuration - VPP MRR Test Configs 2n-skx"
2778   algorithm: "table_details"
2779   output-file-ext: ".csv"
2780   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
2781   columns:
2782   - title: "Name"
2783     data: "data name"
2784   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2785     data: "data conf-history"
2786   rows: "generated"
2787   data: "vpp-mrr-results-2n-skx"
2788   filter: "'MRR'"
2789   parameters:
2790   - "parent"
2791   - "name"
2792   - "conf-history"
2793
2794 # Test configuration - VPP MRR Test Configs 3n-tsh
2795 - type: "table"
2796   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
2797   algorithm: "table_details"
2798   output-file-ext: ".csv"
2799   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
2800   columns:
2801   - title: "Name"
2802     data: "data name"
2803   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2804     data: "data conf-history"
2805   rows: "generated"
2806   data: "vpp-mrr-results-3n-tsh"
2807   filter: "'MRR'"
2808   parameters:
2809   - "parent"
2810   - "name"
2811   - "conf-history"
2812
2813 # Test configuration - VPP MRR Test Configs 3n-dnv
2814 - type: "table"
2815   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
2816   algorithm: "table_details"
2817   output-file-ext: ".csv"
2818   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_test_configuration_3n_dnv"
2819   columns:
2820   - title: "Name"
2821     data: "data name"
2822   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2823     data: "data conf-history"
2824   rows: "generated"
2825   data: "vpp-mrr-results-3n-dnv"
2826   filter: "'MRR'"
2827   parameters:
2828   - "parent"
2829   - "name"
2830   - "conf-history"
2831
2832 # Test configuration - VPP MRR Test Configs 2n-dnv
2833 - type: "table"
2834   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
2835   algorithm: "table_details"
2836   output-file-ext: ".csv"
2837   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
2838   columns:
2839   - title: "Name"
2840     data: "data name"
2841   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2842     data: "data conf-history"
2843   rows: "generated"
2844   data: "vpp-mrr-results-2n-dnv"
2845   filter: "'MRR'"
2846   parameters:
2847   - "parent"
2848   - "name"
2849   - "conf-history"
2850
2851 # Detailed Test Results - VPP Functional Results - Ubuntu
2852 - type: "table"
2853   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
2854   algorithm: "table_details"
2855   output-file-ext: ".csv"
2856   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
2857   columns:
2858   - title: "Name"
2859     data: "data name"
2860   - title: "Documentation"
2861     data: "data doc"
2862   - title: "Status"
2863     data: "data status"
2864   rows: "generated"
2865   data: "vpp-func-results-ubuntu"
2866   filter: "all"
2867   parameters:
2868   - "name"
2869   - "parent"
2870   - "doc"
2871   - "status"
2872
2873 # Detailed Test Results - VPP Functional Results - CentOS
2874 - type: "table"
2875   title: "Detailed Test Results - VPP Functional Results - CentOS"
2876   algorithm: "table_details"
2877   output-file-ext: ".csv"
2878   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
2879   columns:
2880   - title: "Name"
2881     data: "data name"
2882   - title: "Documentation"
2883     data: "data doc"
2884   -
2885     title: "Status"
2886     data: "data status"
2887   rows: "generated"
2888   data:
2889     "vpp-func-results-centos"
2890   filter: "all"
2891   parameters:
2892   - "name"
2893   - "parent"
2894   - "doc"
2895   - "status"
2896
2897 # Test configuration - VPP Functional Test Configs - Ubuntu
2898 - type: "table"
2899   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
2900   algorithm: "table_details"
2901   output-file-ext: ".csv"
2902   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
2903   columns:
2904   - title: "Name"
2905     data: "data name"
2906   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2907     data: "data conf-history"
2908   rows: "generated"
2909   data: "vpp-func-results-ubuntu"
2910   filter: "all"
2911   parameters:
2912   - "parent"
2913   - "name"
2914   - "conf-history"
2915
2916 # Test configuration - VPP Functional Test Configs - CentOS
2917 - type: "table"
2918   title: "Test configuration - VPP Functional Test Configs - CentOS"
2919   algorithm: "table_details"
2920   output-file-ext: ".csv"
2921   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
2922   columns:
2923   - title: "Name"
2924     data: "data name"
2925   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2926     data: "data conf-history"
2927   rows: "generated"
2928   data: "vpp-func-results-centos"
2929   filter: "all"
2930   parameters:
2931   - "parent"
2932   - "name"
2933   - "conf-history"
2934
2935 ## Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
2936 #- type: "table"
2937 #  title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
2938 #  algorithm: "table_details"
2939 #  output-file-ext: ".csv"
2940 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
2941 #  columns:
2942 #  - title: "Name"
2943 #    data: "data name"
2944 #  - title: "Status"
2945 #    data: "data msg"
2946 #  rows: "generated"
2947 #  data: "ligato-perf-results-3n-hsw"
2948 #  filter: "all"
2949 #  parameters:
2950 #  - "name"
2951 #  - "parent"
2952 #  - "msg"
2953
2954 # Detailed Test Results - VPP Device Results - Ubuntu
2955 - type: "table"
2956   title: "Detailed Test Results - VPP Device Results - Ubuntu"
2957   algorithm: "table_details"
2958   output-file-ext: ".csv"
2959   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
2960   columns:
2961   - title: "Name"
2962     data: "data name"
2963   - title: "Documentation"
2964     data: "data doc"
2965   - title: "Status"
2966     data: "data status"
2967   rows: "generated"
2968   data: "vpp-device-results-ubuntu"
2969   filter: "all"
2970   parameters:
2971   - "name"
2972   - "parent"
2973   - "doc"
2974   - "status"
2975
2976 # Test configuration - VPP Device Test Configs - Ubuntu
2977 - type: "table"
2978   title: "Test configuration - VPP Device Test Configs - Ubuntu"
2979   algorithm: "table_details"
2980   output-file-ext: ".csv"
2981   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
2982   columns:
2983   - title: "Name"
2984     data: "data name"
2985   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2986     data: "data conf-history"
2987   rows: "generated"
2988   data: "vpp-device-results-ubuntu"
2989   filter: "all"
2990   parameters:
2991   - "parent"
2992   - "name"
2993   - "conf-history"
2994
2995 ################################################################################
2996 ###                                F I L E S                                 ###
2997 ################################################################################
2998
2999 # VPP Performance Results 3n-hsw
3000 - type: "file"
3001   title: "VPP Performance Results 3n-hsw"
3002   algorithm: "file_test_results"
3003   output-file-ext: ".rst"
3004   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3005   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"
3006   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
3007   data: "vpp-perf-results-3n-hsw"
3008   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3009   parameters:
3010   - "name"
3011   - "doc"
3012   - "level"
3013   - "parent"
3014   data-start-level: 3
3015
3016 # VPP Performance Results 3n-skx
3017 - type: "file"
3018   title: "VPP Performance Results 3n-skx"
3019   algorithm: "file_test_results"
3020   output-file-ext: ".rst"
3021   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3022   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"
3023   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
3024   data: "vpp-perf-results-3n-skx"
3025   filter: "not 'CFS_OPT'"
3026   parameters:
3027   - "name"
3028   - "doc"
3029   - "level"
3030   - "parent"
3031   data-start-level: 3
3032
3033 # VPP Performance Results 2n-skx
3034 - type: "file"
3035   title: "VPP Performance Results 2n-skx"
3036   algorithm: "file_test_results"
3037   output-file-ext: ".rst"
3038   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3039   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"
3040   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
3041   data: "vpp-perf-results-2n-skx"
3042   filter: "not 'CFS_OPT'"
3043   parameters:
3044   - "name"
3045   - "doc"
3046   - "level"
3047   - "parent"
3048   data-start-level: 3
3049
3050 # VPP Performance Results 3n-tsh
3051 - type: "file"
3052   title: "VPP Performance Results 3n-tsh"
3053   algorithm: "file_test_results"
3054   output-file-ext: ".rst"
3055   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
3056   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"
3057   dir-tables: "{DIR[DTR,PERF,VPP,3N,TSH]}"
3058   data: "vpp-perf-results-3n-tsh"
3059   filter: "not 'CFS_OPT'"
3060   parameters:
3061   - "name"
3062   - "doc"
3063   - "level"
3064   - "parent"
3065   data-start-level: 3
3066
3067 # VPP Performance Results 3n-dnv
3068 - type: "file"
3069   title: "VPP Performance Results 3n-dnv"
3070   algorithm: "file_test_results"
3071   output-file-ext: ".rst"
3072   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
3073   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"
3074   dir-tables: "{DIR[DTR,PERF,VPP,3N,DNV]}"
3075   data: "vpp-perf-results-3n-dnv"
3076   filter: "'NDRPDR'"
3077   parameters:
3078   - "name"
3079   - "doc"
3080   - "level"
3081   - "parent"
3082   data-start-level: 3
3083
3084 # VPP Performance Results 2n-dnv
3085 - type: "file"
3086   title: "VPP Performance Results 2n-dnv"
3087   algorithm: "file_test_results"
3088   output-file-ext: ".rst"
3089   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3090   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"
3091   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
3092   data: "vpp-perf-results-2n-dnv"
3093   filter: "'NDRPDR'"
3094   parameters:
3095   - "name"
3096   - "doc"
3097   - "level"
3098   - "parent"
3099   data-start-level: 3
3100
3101 # VPP Performance Configuration 3n-hsw
3102 - type: "file"
3103   title: "VPP Performance Configuration 3n-hsw"
3104   algorithm: "file_test_results"
3105   output-file-ext: ".rst"
3106   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
3107   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"
3108   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
3109   data: "vpp-perf-results-3n-hsw"
3110   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3111   parameters:
3112   - "name"
3113   - "doc"
3114   - "level"
3115   - "parent"
3116   data-start-level: 3
3117
3118 # VPP Performance Configuration 3n-skx
3119 - type: "file"
3120   title: "VPP Performance Configuration 3n-skx"
3121   algorithm: "file_test_results"
3122   output-file-ext: ".rst"
3123   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
3124   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"
3125   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
3126   data: "vpp-perf-results-3n-skx"
3127   filter: "not 'CFS_OPT'"
3128   parameters:
3129   - "name"
3130   - "doc"
3131   - "level"
3132   - "parent"
3133   data-start-level: 3
3134
3135 # VPP Performance Configuration 2n-skx
3136 - type: "file"
3137   title: "VPP Performance Configuration 2n-skx"
3138   algorithm: "file_test_results"
3139   output-file-ext: ".rst"
3140   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
3141   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"
3142   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
3143   data: "vpp-perf-results-2n-skx"
3144   filter: "not 'CFS_OPT'"
3145   parameters:
3146   - "name"
3147   - "doc"
3148   - "level"
3149   - "parent"
3150   data-start-level: 3
3151
3152 # VPP Performance Configuration 3n-tsh
3153 - type: "file"
3154   title: "VPP Performance Configuration 3n-tsh"
3155   algorithm: "file_test_results"
3156   output-file-ext: ".rst"
3157   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_performance_configuration_3n_tsh"
3158   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"
3159   dir-tables: "{DIR[DTC,PERF,VPP,3N,TSH]}"
3160   data: "vpp-perf-results-3n-tsh"
3161   filter: "not 'CFS_OPT'"
3162   parameters:
3163   - "name"
3164   - "doc"
3165   - "level"
3166   - "parent"
3167   data-start-level: 3
3168
3169 # VPP Performance Configuration 3n-dnv
3170 - type: "file"
3171   title: "VPP Performance Configuration 3n-dnv"
3172   algorithm: "file_test_results"
3173   output-file-ext: ".rst"
3174   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_performance_configuration_3n_dnv"
3175   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"
3176   dir-tables: "{DIR[DTC,PERF,VPP,3N,DNV]}"
3177   data: "vpp-perf-results-3n-dnv"
3178   filter: "'NDRPDR'"
3179   parameters:
3180   - "name"
3181   - "doc"
3182   - "level"
3183   - "parent"
3184   data-start-level: 3
3185
3186 # VPP Performance Configuration 2n-dnv
3187 - type: "file"
3188   title: "VPP Performance Configuration 2n-dnv"
3189   algorithm: "file_test_results"
3190   output-file-ext: ".rst"
3191   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
3192   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"
3193   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
3194   data: "vpp-perf-results-2n-dnv"
3195   filter: "'NDRPDR'"
3196   parameters:
3197   - "name"
3198   - "doc"
3199   - "level"
3200   - "parent"
3201   data-start-level: 3
3202
3203 # VPP Performance Operational Data 3n-hsw
3204 - type: "file"
3205   title: "VPP Performance Operational Data 3n-hsw"
3206   algorithm: "file_test_results"
3207   output-file-ext: ".rst"
3208   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
3209   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"
3210   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
3211   data: "vpp-perf-results-3n-hsw"
3212   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3213   parameters:
3214   - "name"
3215   - "doc"
3216   - "level"
3217   - "parent"
3218   data-start-level: 3
3219
3220 # VPP Performance Operational Data 3n-skx
3221 - type: "file"
3222   title: "VPP Performance Operational Data 3n-skx"
3223   algorithm: "file_test_results"
3224   output-file-ext: ".rst"
3225   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
3226   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"
3227   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
3228   data: "vpp-perf-results-3n-skx"
3229   filter: "not 'CFS_OPT'"
3230   parameters:
3231   - "name"
3232   - "doc"
3233   - "level"
3234   - "parent"
3235   data-start-level: 3
3236
3237 # VPP Performance Operational Data 2n-skx
3238 - type: "file"
3239   title: "VPP Performance Operational Data 2n-skx"
3240   algorithm: "file_test_results"
3241   output-file-ext: ".rst"
3242   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
3243   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"
3244   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
3245   data: "vpp-perf-results-2n-skx"
3246   filter: "not 'CFS_OPT'"
3247   parameters:
3248   - "name"
3249   - "doc"
3250   - "level"
3251   - "parent"
3252   data-start-level: 3
3253
3254 # VPP Performance Operational Data 3n-tsh
3255 - type: "file"
3256   title: "VPP Performance Operational Data 3n-tsh"
3257   algorithm: "file_test_results"
3258   output-file-ext: ".rst"
3259   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_performance_operational_data_3n_tsh"
3260   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"
3261   dir-tables: "{DIR[DTO,PERF,VPP,3N,TSH]}"
3262   data: "vpp-perf-results-3n-tsh"
3263   filter: "not 'CFS_OPT'"
3264   parameters:
3265   - "name"
3266   - "doc"
3267   - "level"
3268   - "parent"
3269   data-start-level: 3
3270
3271 # VPP Performance Operational Data 3n-dnv
3272 - type: "file"
3273   title: "VPP Performance Operational Data 3n-dnv"
3274   algorithm: "file_test_results"
3275   output-file-ext: ".rst"
3276   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_performance_operational_data_3n_dnv"
3277   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"
3278   dir-tables: "{DIR[DTO,PERF,VPP,3N,DNV]}"
3279   data: "vpp-perf-results-3n-dnv"
3280   filter: "'NDRPDR'"
3281   parameters:
3282   - "name"
3283   - "doc"
3284   - "level"
3285   - "parent"
3286   data-start-level: 3
3287
3288 # VPP Performance Operational Data 2n-dnv
3289 - type: "file"
3290   title: "VPP Performance Operational Data 2n-dnv"
3291   algorithm: "file_test_results"
3292   output-file-ext: ".rst"
3293   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
3294   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"
3295   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
3296   data: "vpp-perf-results-2n-dnv"
3297   filter: "'NDRPDR'"
3298   parameters:
3299   - "name"
3300   - "doc"
3301   - "level"
3302   - "parent"
3303   data-start-level: 3
3304
3305 # VPP MRR Results 3n-hsw
3306 - type: "file"
3307   title: "VPP MRR Results 3n-hsw"
3308   algorithm: "file_test_results"
3309   output-file-ext: ".rst"
3310   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3311   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"
3312   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
3313   data: "vpp-mrr-results-3n-hsw"
3314   filter: "'MRR'"
3315   parameters:
3316   - "name"
3317   - "doc"
3318   - "level"
3319   - "parent"
3320   data-start-level: 3
3321
3322 # VPP MRR Results 3n-skx
3323 - type: "file"
3324   title: "VPP MRR Results 3n-skx"
3325   algorithm: "file_test_results"
3326   output-file-ext: ".rst"
3327   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3328   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"
3329   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
3330   data: "vpp-mrr-results-3n-skx"
3331   filter: "'MRR'"
3332   parameters:
3333   - "name"
3334   - "doc"
3335   - "level"
3336   - "parent"
3337   data-start-level: 3
3338
3339 # VPP MRR Results 2n-skx
3340 - type: "file"
3341   title: "VPP MRR Results 2n-skx"
3342   algorithm: "file_test_results"
3343   output-file-ext: ".rst"
3344   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3345   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"
3346   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
3347   data: "vpp-mrr-results-2n-skx"
3348   filter: "all"
3349   parameters:
3350   - "name"
3351   - "doc"
3352   - "level"
3353   - "parent"
3354   data-start-level: 3
3355
3356 # VPP MRR Results 3n-tsh
3357 - type: "file"
3358   title: "VPP MRR Results 3n-tsh"
3359   algorithm: "file_test_results"
3360   output-file-ext: ".rst"
3361   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
3362   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"
3363   dir-tables: "{DIR[DTR,MRR,VPP,3N,TSH]}"
3364   data: "vpp-mrr-results-3n-tsh"
3365   filter: "'MRR'"
3366   parameters:
3367   - "name"
3368   - "doc"
3369   - "level"
3370   - "parent"
3371   data-start-level: 3
3372
3373 # VPP MRR Results 3n-dnv
3374 - type: "file"
3375   title: "VPP MRR Results 3n-dnv"
3376   algorithm: "file_test_results"
3377   output-file-ext: ".rst"
3378   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
3379   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"
3380   dir-tables: "{DIR[DTR,MRR,VPP,3N,DNV]}"
3381   data: "vpp-mrr-results-3n-dnv"
3382   filter: "'MRR'"
3383   parameters:
3384   - "name"
3385   - "doc"
3386   - "level"
3387   - "parent"
3388   data-start-level: 3
3389
3390 # VPP MRR Results 2n-dnv
3391 - type: "file"
3392   title: "VPP MRR Results 2n-dnv"
3393   algorithm: "file_test_results"
3394   output-file-ext: ".rst"
3395   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3396   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"
3397   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
3398   data: "vpp-mrr-results-2n-dnv"
3399   filter: "'MRR'"
3400   parameters:
3401   - "name"
3402   - "doc"
3403   - "level"
3404   - "parent"
3405   data-start-level: 3
3406
3407 # VPP MRR Configuration 3n-hsw
3408 - type: "file"
3409   title: "VPP MRR Configuration 3n-hsw"
3410   algorithm: "file_test_results"
3411   output-file-ext: ".rst"
3412   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
3413   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"
3414   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
3415   data: "vpp-mrr-results-3n-hsw"
3416   filter: "'MRR'"
3417   parameters:
3418   - "name"
3419   - "doc"
3420   - "level"
3421   - "parent"
3422   data-start-level: 3
3423
3424 # VPP MRR Configuration 3n-skx
3425 - type: "file"
3426   title: "VPP MRR Configuration 3n-skx"
3427   algorithm: "file_test_results"
3428   output-file-ext: ".rst"
3429   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
3430   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"
3431   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
3432   data: "vpp-mrr-results-3n-skx"
3433   filter: "'MRR'"
3434   parameters:
3435   - "name"
3436   - "doc"
3437   - "level"
3438   - "parent"
3439   data-start-level: 3
3440
3441 # VPP MRR Configuration 2n-skx
3442 - type: "file"
3443   title: "VPP MRR Configuration 2n-skx"
3444   algorithm: "file_test_results"
3445   output-file-ext: ".rst"
3446   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
3447   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"
3448   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
3449   data: "vpp-mrr-results-2n-skx"
3450   filter: "'MRR'"
3451   parameters:
3452   - "name"
3453   - "doc"
3454   - "level"
3455   - "parent"
3456   data-start-level: 3
3457
3458 # VPP MRR Configuration 3n-tsh
3459 - type: "file"
3460   title: "VPP MRR Configuration 3n-tsh"
3461   algorithm: "file_test_results"
3462   output-file-ext: ".rst"
3463   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
3464   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"
3465   dir-tables: "{DIR[DTC,MRR,VPP,3N,TSH]}"
3466   data: "vpp-mrr-results-3n-tsh"
3467   filter: "'MRR'"
3468   parameters:
3469   - "name"
3470   - "doc"
3471   - "level"
3472   - "parent"
3473   data-start-level: 3
3474
3475 # VPP MRR Configuration 3n-dnv
3476 - type: "file"
3477   title: "VPP MRR Configuration 3n-dnv"
3478   algorithm: "file_test_results"
3479   output-file-ext: ".rst"
3480   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_configuration_3n_dnv"
3481   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"
3482   dir-tables: "{DIR[DTC,MRR,VPP,3N,DNV]}"
3483   data: "vpp-mrr-results-3n-dnv"
3484   filter: "'MRR'"
3485   parameters:
3486   - "name"
3487   - "doc"
3488   - "level"
3489   - "parent"
3490   data-start-level: 3
3491
3492 # VPP MRR Configuration 2n-dnv
3493 - type: "file"
3494   title: "VPP MRR Configuration 2n-dnv"
3495   algorithm: "file_test_results"
3496   output-file-ext: ".rst"
3497   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
3498   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"
3499   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
3500   data: "vpp-mrr-results-2n-dnv"
3501   filter: "'MRR'"
3502   parameters:
3503   - "name"
3504   - "doc"
3505   - "level"
3506   - "parent"
3507   data-start-level: 3
3508
3509 # VPP Functional Results - Ubuntu
3510 - type: "file"
3511   title: "VPP Functional Results - Ubuntu"
3512   algorithm: "file_test_results"
3513   output-file-ext: ".rst"
3514   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3515   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"
3516   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
3517   data: "vpp-func-results-ubuntu"
3518   filter: "all"
3519   parameters:
3520   - "name"
3521   - "doc"
3522   - "level"
3523   - "parent"
3524   data-start-level: 3
3525
3526 # VPP Functional Results - CentOS
3527 - type: "file"
3528   title: "VPP Functional Results - CentOS"
3529   algorithm: "file_test_results"
3530   output-file-ext: ".rst"
3531   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3532   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"
3533   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
3534   data:
3535     "vpp-func-results-centos"
3536   filter: "all"
3537   parameters:
3538   - "name"
3539   - "doc"
3540   - "level"
3541   - "parent"
3542   data-start-level: 3
3543
3544 # VPP Functional Configuration - Ubuntu
3545 - type: "file"
3546   title: "VPP Functional Configuration - Ubuntu"
3547   algorithm: "file_test_results"
3548   output-file-ext: ".rst"
3549   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3550   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"
3551   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
3552   data: "vpp-func-results-ubuntu"
3553   filter: "all"
3554   parameters:
3555   - "name"
3556   - "doc"
3557   - "level"
3558   - "parent"
3559   data-start-level: 3
3560
3561 # VPP Functional Configuration - CentOS
3562 - type: "file"
3563   title: "VPP Functional Configuration - CentOS"
3564   algorithm: "file_test_results"
3565   output-file-ext: ".rst"
3566   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3567   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"
3568   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
3569   data:
3570     "vpp-func-results-centos"
3571   filter: "all"
3572   parameters:
3573   - "name"
3574   - "doc"
3575   - "level"
3576   - "parent"
3577   data-start-level: 3
3578
3579 # VPP Device Results - Ubuntu
3580 - type: "file"
3581   title: "VPP Device Results - Ubuntu"
3582   algorithm: "file_test_results"
3583   output-file-ext: ".rst"
3584   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3585   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"
3586   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
3587   data: "vpp-device-results-ubuntu"
3588   filter: "all"
3589   parameters:
3590   - "name"
3591   - "doc"
3592   - "level"
3593   - "parent"
3594   data-start-level: 2
3595
3596 # VPP Device Configuration - Ubuntu
3597 - type: "file"
3598   title: "VPP Device Configuration - Ubuntu"
3599   algorithm: "file_test_results"
3600   output-file-ext: ".rst"
3601   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3602   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"
3603   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
3604   data: "vpp-device-results-ubuntu"
3605   filter: "all"
3606   parameters:
3607   - "name"
3608   - "doc"
3609   - "level"
3610   - "parent"
3611   data-start-level: 2
3612
3613 ################################################################################
3614 ###                                P L O T S                                 ###
3615 ################################################################################
3616
3617 - type: "plot"
3618   title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
3619   algorithm: "plot_service_density_reconf_box_name"
3620   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
3621   data: "plot-vpp-nfv-reconf-2n-skx"
3622   include:
3623     - "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"
3624     - "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"
3625     - "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"
3626     - "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"
3627     - "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"
3628     - "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"
3629   layout:
3630     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
3631     layout: "plot-throughput"
3632
3633 - type: "plot"
3634   title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
3635   algorithm: "plot_service_density_reconf_box_name"
3636   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
3637   data: "plot-vpp-nfv-reconf-2n-skx"
3638   include:
3639     - "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"
3640     - "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"
3641     - "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"
3642     - "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"
3643     - "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"
3644     - "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"
3645   layout:
3646     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
3647     layout: "plot-throughput"
3648
3649 - type: "plot"
3650   title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
3651   algorithm: "plot_service_density_reconf_box_name"
3652   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
3653   data: "plot-vpp-nfv-reconf-2n-skx"
3654   include:
3655     - "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"
3656     - "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"
3657     - "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"
3658     - "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"
3659     - "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"
3660     - "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"
3661   layout:
3662     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
3663     layout: "plot-throughput"
3664
3665 ###############################################################################
3666
3667 # Packet Throughput
3668
3669 - type: "plot"
3670   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
3671   algorithm: "plot_performance_box_name"
3672   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
3673   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3674   include:
3675     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3676     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3677     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3678     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3679   layout:
3680     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
3681     layout: "plot-throughput"
3682
3683 - type: "plot"
3684   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
3685   algorithm: "plot_performance_box_name"
3686   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
3687   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3688   include:
3689     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3690     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3691     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3692     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3693   layout:
3694     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
3695     layout: "plot-throughput"
3696
3697 - type: "plot"
3698   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
3699   algorithm: "plot_performance_box_name"
3700   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
3701   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3702   include:
3703     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3704     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
3705     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3706     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
3707     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3708   layout:
3709     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
3710     layout: "plot-throughput"
3711
3712 - type: "plot"
3713   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
3714   algorithm: "plot_performance_box_name"
3715   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
3716   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3717   include:
3718     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3719     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
3720     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3721     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
3722     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3723   layout:
3724     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
3725     layout: "plot-throughput"
3726
3727 - type: "plot"
3728   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
3729   algorithm: "plot_performance_box_name"
3730   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
3731   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
3732   include:
3733     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
3734     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3735     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3736     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
3737     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3738   layout:
3739     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
3740     layout: "plot-throughput"
3741
3742 - type: "plot"
3743   title: "Throughput: 3n-hsw-xl710-64b-1t1c-memif-base-i40e-ndr"
3744   algorithm: "plot_performance_box_name"
3745   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-memif-base-i40e-ndr"
3746   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
3747   include:
3748     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3749     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
3750     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3751     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
3752     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3753   layout:
3754     title: "3n-hsw-xl710-64b-1t1c-memif-base-i40e-ndr"
3755     layout: "plot-throughput"
3756
3757 - type: "plot"
3758   title: "Throughput: 3n-hsw-xl710-64b-1t1c-memif-base-i40e-pdr"
3759   algorithm: "plot_performance_box_name"
3760   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-memif-base-i40e-pdr"
3761   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
3762   include:
3763     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3764     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
3765     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3766     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
3767     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3768   layout:
3769     title: "3n-hsw-xl710-64b-1t1c-memif-base-i40e-pdr"
3770     layout: "plot-throughput"
3771
3772 - type: "plot"
3773   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
3774   algorithm: "plot_performance_box_name"
3775   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
3776   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
3777   include:
3778     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
3779     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3780     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3781     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
3782     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3783   layout:
3784     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
3785     layout: "plot-throughput"
3786
3787 - type: "plot"
3788   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
3789   algorithm: "plot_performance_box_name"
3790   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
3791   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3792   include:
3793     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
3794     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3795   layout:
3796     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
3797     layout: "plot-throughput"
3798
3799 - type: "plot"
3800   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
3801   algorithm: "plot_performance_box_name"
3802   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
3803   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3804   include:
3805     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
3806     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3807   layout:
3808     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
3809     layout: "plot-throughput"
3810
3811 - type: "plot"
3812   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
3813   algorithm: "plot_performance_box_name"
3814   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
3815   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3816   include:
3817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
3818     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
3819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
3820     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
3821     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
3822   layout:
3823     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
3824     layout: "plot-throughput"
3825
3826 - type: "plot"
3827   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
3828   algorithm: "plot_performance_box_name"
3829   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
3830   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3831   include:
3832     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
3833     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
3834     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
3835     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
3836     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
3837   layout:
3838     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
3839     layout: "plot-throughput"
3840
3841 - type: "plot"
3842   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
3843   algorithm: "plot_performance_box_name"
3844   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
3845   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3846   include:
3847     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
3848     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3849     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
3850     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
3851     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
3852   layout:
3853     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
3854     layout: "plot-throughput"
3855
3856 - type: "plot"
3857   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
3858   algorithm: "plot_performance_box_name"
3859   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
3860   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3861   include:
3862     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
3863     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3864     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
3865     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
3866     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
3867   layout:
3868     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
3869     layout: "plot-throughput"
3870
3871 - type: "plot"
3872   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
3873   algorithm: "plot_performance_box_name"
3874   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
3875   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3876   include:
3877     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3878     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
3879   layout:
3880     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
3881     layout: "plot-throughput"
3882
3883 - type: "plot"
3884   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
3885   algorithm: "plot_performance_box_name"
3886   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
3887   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3888   include:
3889     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3890     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
3891   layout:
3892     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
3893     layout: "plot-throughput"
3894
3895 - type: "plot"
3896   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
3897   algorithm: "plot_performance_box_name"
3898   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
3899   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
3900   include:
3901     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
3902     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
3903     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
3904   layout:
3905     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
3906     layout: "plot-throughput"
3907
3908 - type: "plot"
3909   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
3910   algorithm: "plot_performance_box_name"
3911   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
3912   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
3913   include:
3914     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
3915     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
3916     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
3917   layout:
3918     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
3919     layout: "plot-throughput"
3920
3921 - type: "plot"
3922   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
3923   algorithm: "plot_performance_box_name"
3924   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
3925   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3926   include:
3927     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
3928     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3929   layout:
3930     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
3931     layout: "plot-throughput"
3932
3933 - type: "plot"
3934   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
3935   algorithm: "plot_performance_box_name"
3936   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
3937   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3938   include:
3939     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
3940     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3941   layout:
3942     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
3943     layout: "plot-throughput"
3944
3945 - type: "plot"
3946   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
3947   algorithm: "plot_performance_box_name"
3948   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
3949   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3950   include:
3951     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
3952     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
3953     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
3954     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
3955   layout:
3956     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
3957     layout: "plot-throughput"
3958
3959 - type: "plot"
3960   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
3961   algorithm: "plot_performance_box_name"
3962   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
3963   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3964   include:
3965     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
3966     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
3967     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
3968     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
3969   layout:
3970     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
3971     layout: "plot-throughput"
3972
3973 - type: "plot"
3974   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
3975   algorithm: "plot_performance_box_name"
3976   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
3977   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3978   include:
3979     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
3980     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3981     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
3982     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
3983     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
3984   layout:
3985     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
3986     layout: "plot-throughput"
3987
3988 - type: "plot"
3989   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
3990   algorithm: "plot_performance_box_name"
3991   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
3992   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3993   include:
3994     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
3995     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3996     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
3997     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
3998     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
3999   layout:
4000     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
4001     layout: "plot-throughput"
4002
4003 - type: "plot"
4004   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
4005   algorithm: "plot_performance_box_name"
4006   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
4007   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4008   include:
4009     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
4010     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
4011     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
4012     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
4013     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
4014     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
4015   layout:
4016     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
4017     layout: "plot-throughput"
4018
4019 - type: "plot"
4020   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
4021   algorithm: "plot_performance_box_name"
4022   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
4023   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4024   include:
4025     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
4026     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
4027     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
4028     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
4029     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
4030     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
4031   layout:
4032     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
4033     layout: "plot-throughput"
4034
4035 - type: "plot"
4036   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
4037   algorithm: "plot_performance_box_name"
4038   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
4039   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4040   include:
4041     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
4042     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
4043     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
4044     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
4045     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
4046   layout:
4047     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
4048     layout: "plot-throughput"
4049
4050 - type: "plot"
4051   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
4052   algorithm: "plot_performance_box_name"
4053   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
4054   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4055   include:
4056     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
4057     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
4058     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
4059     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
4060     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
4061   layout:
4062     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
4063     layout: "plot-throughput"
4064
4065 - type: "plot"
4066   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
4067   algorithm: "plot_performance_box_name"
4068   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
4069   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4070   include:
4071     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
4072     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
4073   layout:
4074     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
4075     layout: "plot-throughput"
4076
4077 - type: "plot"
4078   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
4079   algorithm: "plot_performance_box_name"
4080   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
4081   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4082   include:
4083     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
4084     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
4085   layout:
4086     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
4087     layout: "plot-throughput"
4088
4089 - type: "plot"
4090   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
4091   algorithm: "plot_performance_box_name"
4092   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
4093   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
4094   include:
4095     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
4096   layout:
4097     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-ixgbe-ndr"
4098     layout: "plot-throughput"
4099
4100 - type: "plot"
4101   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
4102   algorithm: "plot_performance_box_name"
4103   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
4104   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
4105   include:
4106     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
4107   layout:
4108     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-ixgbe-pdr"
4109     layout: "plot-throughput"
4110
4111 - type: "plot"
4112   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
4113   algorithm: "plot_performance_box_name"
4114   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
4115   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4116   include:
4117     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
4118   layout:
4119     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-ixgbe-ndr"
4120     layout: "plot-throughput"
4121
4122 - type: "plot"
4123   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
4124   algorithm: "plot_performance_box_name"
4125   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
4126   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4127   include:
4128     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
4129   layout:
4130     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-ixgbe-pdr"
4131     layout: "plot-throughput"
4132
4133 - type: "plot"
4134   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-ndr"
4135   algorithm: "plot_performance_box_name"
4136   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-ndr"
4137   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4138   include:
4139     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
4140     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
4141     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
4142     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
4143   layout:
4144     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-ndr"
4145     layout: "plot-throughput"
4146
4147 - type: "plot"
4148   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-pdr"
4149   algorithm: "plot_performance_box_name"
4150   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-pdr"
4151   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4152   include:
4153     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
4154     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
4155     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
4156     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
4157   layout:
4158     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-pdr"
4159     layout: "plot-throughput"
4160
4161 - type: "plot"
4162   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
4163   algorithm: "plot_performance_box_name"
4164   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
4165   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4166   include:
4167     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
4168     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
4169     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
4170     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
4171   layout:
4172     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
4173     layout: "plot-throughput"
4174
4175 - type: "plot"
4176   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
4177   algorithm: "plot_performance_box_name"
4178   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
4179   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4180   include:
4181     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
4182     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
4183     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
4184     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
4185   layout:
4186     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
4187     layout: "plot-throughput"
4188
4189 - type: "plot"
4190   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
4191   algorithm: "plot_performance_box_name"
4192   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
4193   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4194   include:
4195     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
4196     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
4197     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
4198     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
4199   layout:
4200     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
4201     layout: "plot-throughput"
4202
4203 - type: "plot"
4204   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
4205   algorithm: "plot_performance_box_name"
4206   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
4207   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4208   include:
4209     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
4210     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
4211     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
4212     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
4213   layout:
4214     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
4215     layout: "plot-throughput"
4216
4217 - type: "plot"
4218   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
4219   algorithm: "plot_performance_box_name"
4220   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
4221   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4222   include:
4223     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
4224     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
4225   layout:
4226     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-ixgbe-ndr"
4227     layout: "plot-throughput"
4228
4229 - type: "plot"
4230   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
4231   algorithm: "plot_performance_box_name"
4232   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
4233   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4234   include:
4235     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
4236     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
4237   layout:
4238     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-ixgbe-pdr"
4239     layout: "plot-throughput"
4240
4241 - type: "plot"
4242   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4243   algorithm: "plot_performance_box_name"
4244   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4245   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4246   include:
4247     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4248   layout:
4249     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4250     layout: "plot-throughput"
4251
4252 - type: "plot"
4253   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4254   algorithm: "plot_performance_box_name"
4255   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4256   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4257   include:
4258     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4259   layout:
4260     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4261     layout: "plot-throughput"
4262
4263 - type: "plot"
4264   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4265   algorithm: "plot_performance_box_name"
4266   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4267   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4268   include:
4269     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
4270     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4271     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
4272     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
4273     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
4274   layout:
4275     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4276     layout: "plot-throughput"
4277
4278 - type: "plot"
4279   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4280   algorithm: "plot_performance_box_name"
4281   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4282   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4283   include:
4284     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
4285     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4286     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
4287     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
4288     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
4289   layout:
4290     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4291     layout: "plot-throughput"
4292
4293 - type: "plot"
4294   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
4295   algorithm: "plot_performance_box_name"
4296   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
4297   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4298   include:
4299     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
4300     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4301     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
4302   layout:
4303     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
4304     layout: "plot-throughput"
4305
4306 - type: "plot"
4307   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
4308   algorithm: "plot_performance_box_name"
4309   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
4310   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4311   include:
4312     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
4313     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4314     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
4315   layout:
4316     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
4317     layout: "plot-throughput"
4318
4319 - type: "plot"
4320   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4321   algorithm: "plot_performance_box_name"
4322   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4323   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4324   include:
4325     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4326   layout:
4327     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4328     layout: "plot-throughput"
4329
4330 - type: "plot"
4331   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4332   algorithm: "plot_performance_box_name"
4333   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4334   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4335   include:
4336     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4337   layout:
4338     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4339     layout: "plot-throughput"
4340
4341 - type: "plot"
4342   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4343   algorithm: "plot_performance_box_name"
4344   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4345   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4346   include:
4347     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
4348     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4349     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
4350     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
4351     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
4352   layout:
4353     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4354     layout: "plot-throughput"
4355
4356 - type: "plot"
4357   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4358   algorithm: "plot_performance_box_name"
4359   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4360   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4361   include:
4362     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
4363     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4364     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
4365     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
4366     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
4367   layout:
4368     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4369     layout: "plot-throughput"
4370
4371 - type: "plot"
4372   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4373   algorithm: "plot_performance_box_name"
4374   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4375   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4376   include:
4377     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
4378     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4379     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
4380     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
4381     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
4382   layout:
4383     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4384     layout: "plot-throughput"
4385
4386 - type: "plot"
4387   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4388   algorithm: "plot_performance_box_name"
4389   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4390   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4391   include:
4392     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
4393     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4394     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
4395     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
4396     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
4397   layout:
4398     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4399     layout: "plot-throughput"
4400
4401 - type: "plot"
4402   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4403   algorithm: "plot_performance_box_name"
4404   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4405   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
4406   include:
4407     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4408   layout:
4409     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-ixgbe-ndr"
4410     layout: "plot-throughput"
4411
4412 - type: "plot"
4413   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4414   algorithm: "plot_performance_box_name"
4415   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4416   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
4417   include:
4418     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4419   layout:
4420     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-ixgbe-pdr"
4421     layout: "plot-throughput"
4422
4423 - type: "plot"
4424   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4425   algorithm: "plot_performance_box_name"
4426   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4427   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4428   include:
4429     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4430   layout:
4431     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-ixgbe-ndr"
4432     layout: "plot-throughput"
4433
4434 - type: "plot"
4435   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4436   algorithm: "plot_performance_box_name"
4437   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4438   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4439   include:
4440     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4441   layout:
4442     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-ixgbe-pdr"
4443     layout: "plot-throughput"
4444
4445 - type: "plot"
4446   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
4447   algorithm: "plot_performance_box_name"
4448   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
4449   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4450   include:
4451     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4452     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4453     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4454     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4455     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4456     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4457   layout:
4458     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
4459     layout: "plot-throughput"
4460
4461 - type: "plot"
4462   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
4463   algorithm: "plot_performance_box_name"
4464   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
4465   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4466   include:
4467     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4468     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4469     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4470     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4471     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4472     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4473   layout:
4474     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
4475     layout: "plot-throughput"
4476
4477 - type: "plot"
4478   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
4479   algorithm: "plot_performance_box_name"
4480   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
4481   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4482   include:
4483     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
4484     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4485     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
4486     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4487   layout:
4488     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
4489     layout: "plot-throughput"
4490
4491 - type: "plot"
4492   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
4493   algorithm: "plot_performance_box_name"
4494   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
4495   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4496   include:
4497     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
4498     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4499     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4500     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4501   layout:
4502     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
4503     layout: "plot-throughput"
4504
4505 - type: "plot"
4506   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
4507   algorithm: "plot_performance_box_name"
4508   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
4509   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4510   include:
4511     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4512     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4513     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4514     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4515     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4516     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4517   layout:
4518     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
4519     layout: "plot-throughput"
4520
4521 - type: "plot"
4522   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
4523   algorithm: "plot_performance_box_name"
4524   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
4525   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4526   include:
4527     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4528     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4529     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4530     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4531     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4532     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4533   layout:
4534     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
4535     layout: "plot-throughput"
4536
4537 - type: "plot"
4538   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
4539   algorithm: "plot_performance_box_name"
4540   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
4541   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4542   include:
4543     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4544     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4545     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4546     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4547     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4548     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4549   layout:
4550     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
4551     layout: "plot-throughput"
4552
4553 - type: "plot"
4554   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
4555   algorithm: "plot_performance_box_name"
4556   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
4557   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4558   include:
4559     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4560     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4561     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4562     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4563     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4564     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4565   layout:
4566     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
4567     layout: "plot-throughput"
4568
4569 - type: "plot"
4570   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
4571   algorithm: "plot_performance_box_name"
4572   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
4573   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4574   include:
4575     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4576     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4577     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4578     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4579     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4580     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4581   layout:
4582     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
4583     layout: "plot-throughput"
4584
4585 - type: "plot"
4586   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
4587   algorithm: "plot_performance_box_name"
4588   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
4589   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4590   include:
4591     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4592     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4593     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4594     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4595     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4596     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4597   layout:
4598     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
4599     layout: "plot-throughput"
4600
4601 - type: "plot"
4602   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
4603   algorithm: "plot_performance_box_name"
4604   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
4605   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4606   include:
4607     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4608     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
4609     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4610   layout:
4611     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
4612     layout: "plot-throughput"
4613
4614 - type: "plot"
4615   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
4616   algorithm: "plot_performance_box_name"
4617   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
4618   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4619   include:
4620     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4621     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
4622     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4623   layout:
4624     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
4625     layout: "plot-throughput"
4626
4627 - type: "plot"
4628   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
4629   algorithm: "plot_performance_box_name"
4630   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
4631   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4632   include:
4633     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
4634     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4635     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
4636   layout:
4637     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
4638     layout: "plot-throughput"
4639
4640 - type: "plot"
4641   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
4642   algorithm: "plot_performance_box_name"
4643   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
4644   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4645   include:
4646     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
4647     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4648     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
4649   layout:
4650     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
4651     layout: "plot-throughput"
4652
4653 - type: "plot"
4654   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
4655   algorithm: "plot_performance_box_name"
4656   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
4657   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4658   include:
4659     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
4660     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
4661     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4662     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4663     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4664   layout:
4665     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
4666     layout: "plot-throughput"
4667
4668 - type: "plot"
4669   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
4670   algorithm: "plot_performance_box_name"
4671   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
4672   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4673   include:
4674     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
4675     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
4676     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4677     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4678     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4679   layout:
4680     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
4681     layout: "plot-throughput"
4682
4683 - type: "plot"
4684   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
4685   algorithm: "plot_performance_box_name"
4686   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
4687   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4688   include:
4689     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4690     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
4691     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
4692     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4693   layout:
4694     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
4695     layout: "plot-throughput"
4696
4697 - type: "plot"
4698   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
4699   algorithm: "plot_performance_box_name"
4700   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
4701   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4702   include:
4703     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4704     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
4705     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
4706     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4707   layout:
4708     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
4709     layout: "plot-throughput"
4710
4711 - type: "plot"
4712   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
4713   algorithm: "plot_performance_box_name"
4714   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
4715   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4716   include:
4717     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4718     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
4719     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4720     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4721     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4722     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4723   layout:
4724     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
4725     layout: "plot-throughput"
4726
4727 - type: "plot"
4728   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
4729   algorithm: "plot_performance_box_name"
4730   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
4731   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4732   include:
4733     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4734     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
4735     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4736     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4737     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4738     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4739   layout:
4740     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
4741     layout: "plot-throughput"
4742
4743 - type: "plot"
4744   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
4745   algorithm: "plot_performance_box_name"
4746   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
4747   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4748   include:
4749     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4750     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4751     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4752   layout:
4753     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
4754     layout: "plot-throughput"
4755
4756 - type: "plot"
4757   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
4758   algorithm: "plot_performance_box_name"
4759   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
4760   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4761   include:
4762     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4763     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4764     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4765   layout:
4766     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
4767     layout: "plot-throughput"
4768
4769 - type: "plot"
4770   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
4771   algorithm: "plot_performance_box_name"
4772   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
4773   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4774   include:
4775     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
4776     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4777     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
4778   layout:
4779     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
4780     layout: "plot-throughput"
4781
4782 - type: "plot"
4783   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
4784   algorithm: "plot_performance_box_name"
4785   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
4786   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4787   include:
4788     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
4789     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4790     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
4791   layout:
4792     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
4793     layout: "plot-throughput"
4794
4795 - type: "plot"
4796   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
4797   algorithm: "plot_performance_box_name"
4798   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
4799   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4800   include:
4801     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
4802     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4803     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4804     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4805   layout:
4806     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
4807     layout: "plot-throughput"
4808
4809 - type: "plot"
4810   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
4811   algorithm: "plot_performance_box_name"
4812   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
4813   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4814   include:
4815     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
4816     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4817     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4818     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4819   layout:
4820     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
4821     layout: "plot-throughput"
4822
4823 - type: "plot"
4824   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
4825   algorithm: "plot_performance_box_name"
4826   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
4827   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4828   include:
4829     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
4830     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4831     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4832     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
4833     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
4834     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4835   layout:
4836     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
4837     layout: "plot-throughput"
4838
4839 - type: "plot"
4840   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
4841   algorithm: "plot_performance_box_name"
4842   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
4843   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4844   include:
4845     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
4846     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4847     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4848     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
4849     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
4850     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4851   layout:
4852     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
4853     layout: "plot-throughput"
4854
4855 - type: "plot"
4856   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
4857   algorithm: "plot_performance_box_name"
4858   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
4859   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4860   include:
4861     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
4862     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4863     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4864     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4865   layout:
4866     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
4867     layout: "plot-throughput"
4868
4869 - type: "plot"
4870   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
4871   algorithm: "plot_performance_box_name"
4872   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
4873   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4874   include:
4875     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
4876     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4877     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4878     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4879   layout:
4880     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
4881     layout: "plot-throughput"
4882
4883 - type: "plot"
4884   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
4885   algorithm: "plot_performance_box_name"
4886   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
4887   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4888   include:
4889     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4890     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4891     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4892     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
4893     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
4894     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4895   layout:
4896     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
4897     layout: "plot-throughput"
4898
4899 - type: "plot"
4900   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
4901   algorithm: "plot_performance_box_name"
4902   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
4903   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4904   include:
4905     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4906     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4907     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4908     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
4909     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
4910     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4911   layout:
4912     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
4913     layout: "plot-throughput"
4914
4915 - type: "plot"
4916   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
4917   algorithm: "plot_performance_box_name"
4918   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
4919   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
4920   include:
4921     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4922     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4923     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4924   layout:
4925     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
4926     layout: "plot-throughput"
4927
4928 - type: "plot"
4929   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
4930   algorithm: "plot_performance_box_name"
4931   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
4932   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
4933   include:
4934     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4935     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4936     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4937   layout:
4938     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
4939     layout: "plot-throughput"
4940
4941 - type: "plot"
4942   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
4943   algorithm: "plot_performance_box_name"
4944   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
4945   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4946   include:
4947     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4948     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4949     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4950   layout:
4951     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
4952     layout: "plot-throughput"
4953
4954 - type: "plot"
4955   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
4956   algorithm: "plot_performance_box_name"
4957   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
4958   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4959   include:
4960     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4961     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4962     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4963   layout:
4964     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
4965     layout: "plot-throughput"
4966
4967 - type: "plot"
4968   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
4969   algorithm: "plot_performance_box_name"
4970   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
4971   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4972   include:
4973     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
4974     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4975     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4976     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
4977   layout:
4978     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
4979     layout: "plot-throughput"
4980
4981 - type: "plot"
4982   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
4983   algorithm: "plot_performance_box_name"
4984   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
4985   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4986   include:
4987     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
4988     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4989     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4990     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
4991   layout:
4992     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
4993     layout: "plot-throughput"
4994
4995 - type: "plot"
4996   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
4997   algorithm: "plot_performance_box_name"
4998   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
4999   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5000   include:
5001     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5002     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5003     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5004     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
5005   layout:
5006     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5007     layout: "plot-throughput"
5008
5009 - type: "plot"
5010   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
5011   algorithm: "plot_performance_box_name"
5012   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
5013   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5014   include:
5015     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5016     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5017     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5018     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
5019   layout:
5020     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
5021     layout: "plot-throughput"
5022
5023 - type: "plot"
5024   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
5025   algorithm: "plot_performance_box_name"
5026   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
5027   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5028   include:
5029     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5030     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5031     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5032     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5033   layout:
5034     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
5035     layout: "plot-throughput"
5036
5037 - type: "plot"
5038   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
5039   algorithm: "plot_performance_box_name"
5040   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
5041   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5042   include:
5043     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5044     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5045     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5046     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5047   layout:
5048     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
5049     layout: "plot-throughput"
5050
5051 - type: "plot"
5052   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
5053   algorithm: "plot_performance_box_name"
5054   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
5055   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5056   include:
5057     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5058     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5059     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5060     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
5061   layout:
5062     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
5063     layout: "plot-throughput"
5064
5065 - type: "plot"
5066   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-pdr"
5067   algorithm: "plot_performance_box_name"
5068   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-pdr"
5069   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5070   include:
5071     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5072     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5073     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5074     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
5075   layout:
5076     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-pdr"
5077     layout: "plot-throughput"
5078
5079 - type: "plot"
5080   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
5081   algorithm: "plot_performance_box_name"
5082   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
5083   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5084   include:
5085     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5086     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5087     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5088     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5089     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5090   layout:
5091     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
5092     layout: "plot-throughput"
5093
5094 - type: "plot"
5095   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
5096   algorithm: "plot_performance_box_name"
5097   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
5098   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5099   include:
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-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5103     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5104     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5105   layout:
5106     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
5107     layout: "plot-throughput"
5108
5109 - type: "plot"
5110   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5111   algorithm: "plot_performance_box_name"
5112   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5113   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5114   include:
5115     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5116     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5117     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5118     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5119     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
5120   layout:
5121     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5122     layout: "plot-throughput"
5123
5124 - type: "plot"
5125   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
5126   algorithm: "plot_performance_box_name"
5127   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
5128   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5129   include:
5130     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5131     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5132     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5133     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5134     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
5135   layout:
5136     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
5137     layout: "plot-throughput"
5138
5139 - type: "plot"
5140   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
5141   algorithm: "plot_performance_box_name"
5142   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
5143   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5144   include:
5145     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5146     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5147     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5148     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5149     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5150     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5151   layout:
5152     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
5153     layout: "plot-throughput"
5154
5155 - type: "plot"
5156   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
5157   algorithm: "plot_performance_box_name"
5158   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
5159   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5160   include:
5161     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5162     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5163     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5164     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5165     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5166     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5167   layout:
5168     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
5169     layout: "plot-throughput"
5170
5171 - type: "plot"
5172   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5173   algorithm: "plot_performance_box_name"
5174   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5175   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5176   include:
5177     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5178     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5179     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5180     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5181     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5182     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5183   layout:
5184     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5185     layout: "plot-throughput"
5186
5187 - type: "plot"
5188   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
5189   algorithm: "plot_performance_box_name"
5190   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
5191   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5192   include:
5193     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5194     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5195     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5196     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5197     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5198     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5199   layout:
5200     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
5201     layout: "plot-throughput"
5202
5203 - type: "plot"
5204   title: "Throughput: 3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
5205   algorithm: "plot_performance_box_name"
5206   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
5207   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5208   include:
5209     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5210     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5211     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5212     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5213     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5214     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5215   layout:
5216     title: "3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
5217     layout: "plot-throughput"
5218
5219 - type: "plot"
5220   title: "Throughput: 3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-pdr"
5221   algorithm: "plot_performance_box_name"
5222   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-pdr"
5223   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5224   include:
5225     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5226     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5227     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5228     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5229     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5230     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5231   layout:
5232     title: "3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-pdr"
5233     layout: "plot-throughput"
5234
5235 - type: "plot"
5236   title: "Throughput: 3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5237   algorithm: "plot_performance_box_name"
5238   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5239   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5240   include:
5241     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5242     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5243     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5244     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5245     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5246     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5247   layout:
5248     title: "3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5249     layout: "plot-throughput"
5250
5251 - type: "plot"
5252   title: "Throughput: 3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-pdr"
5253   algorithm: "plot_performance_box_name"
5254   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-pdr"
5255   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5256   include:
5257     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5258     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5259     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5260     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5261     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5262     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5263   layout:
5264     title: "3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-pdr"
5265     layout: "plot-throughput"
5266
5267 - type: "plot"
5268   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
5269   algorithm: "plot_performance_box_name"
5270   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
5271   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5272   include:
5273     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5274     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5275     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5276     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5277     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5278   layout:
5279     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
5280     layout: "plot-throughput"
5281
5282 - type: "plot"
5283   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
5284   algorithm: "plot_performance_box_name"
5285   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
5286   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5287   include:
5288     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5289     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5290     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5291     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5292     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5293   layout:
5294     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
5295     layout: "plot-throughput"
5296
5297 - type: "plot"
5298   title: "Throughput: 3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-ndr"
5299   algorithm: "plot_performance_box_name"
5300   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-ndr"
5301   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5302   include:
5303     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
5304     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
5305     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
5306   layout:
5307     title: "3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-ndr"
5308     layout: "plot-throughput"
5309
5310 - type: "plot"
5311   title: "Throughput: 3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-pdr"
5312   algorithm: "plot_performance_box_name"
5313   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-pdr"
5314   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5315   include:
5316     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
5317     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
5318     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
5319   layout:
5320     title: "3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-pdr"
5321     layout: "plot-throughput"
5322
5323 ################################################################################
5324
5325 # Packet Latency 1C
5326
5327 - type: "plot"
5328   title: "Latency: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
5329   algorithm: "plot_latency_error_bars_name"
5330   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
5331   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5332   include:
5333     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
5334     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5335     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5336     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
5337   layout:
5338     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
5339     layout: "plot-latency"
5340
5341 - type: "plot"
5342   title: "Latency: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
5343   algorithm: "plot_latency_error_bars_name"
5344   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
5345   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5346   include:
5347     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
5348     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
5349     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5350     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
5351     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
5352   layout:
5353     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
5354     layout: "plot-latency"
5355
5356 - type: "plot"
5357   title: "Latency: 3n-hsw-xl710-64b-1t1c-memif-base-i40e-ndr-lat"
5358   algorithm: "plot_latency_error_bars_name"
5359   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-memif-base-i40e-ndr-lat"
5360   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5361   include:
5362     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
5363     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
5364     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5365     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
5366     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
5367   layout:
5368     title: "3n-hsw-xl710-64b-1t1c-memif-base-i40e-ndr"
5369     layout: "plot-latency"
5370
5371 - type: "plot"
5372   title: "Latency: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
5373   algorithm: "plot_latency_error_bars_name"
5374   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
5375   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5376   include:
5377     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
5378     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
5379   layout:
5380     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
5381     layout: "plot-latency"
5382
5383 - type: "plot"
5384   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
5385   algorithm: "plot_latency_error_bars_name"
5386   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
5387   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5388   include:
5389     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
5390     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
5391     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
5392     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
5393     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
5394   layout:
5395     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
5396     layout: "plot-latency"
5397
5398 - type: "plot"
5399   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
5400   algorithm: "plot_latency_error_bars_name"
5401   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
5402   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5403   include:
5404     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
5405     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
5406     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
5407     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
5408     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
5409   layout:
5410     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
5411     layout: "plot-latency"
5412
5413 - type: "plot"
5414   title: "Latency: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
5415   algorithm: "plot_latency_error_bars_name"
5416   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
5417   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5418   include:
5419     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
5420     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
5421   layout:
5422     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
5423     layout: "plot-latency"
5424
5425 - type: "plot"
5426   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
5427   algorithm: "plot_latency_error_bars_name"
5428   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
5429   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5430   include:
5431     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
5432     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
5433     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
5434   layout:
5435     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
5436     layout: "plot-latency"
5437
5438 - type: "plot"
5439   title: "Latency: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
5440   algorithm: "plot_latency_error_bars_name"
5441   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
5442   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5443   include:
5444     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
5445     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
5446   layout:
5447     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
5448     layout: "plot-latency"
5449
5450 - type: "plot"
5451   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
5452   algorithm: "plot_latency_error_bars_name"
5453   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
5454   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5455   include:
5456     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
5457     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
5458     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
5459     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
5460   layout:
5461     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
5462     layout: "plot-latency"
5463
5464 - type: "plot"
5465   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
5466   algorithm: "plot_latency_error_bars_name"
5467   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
5468   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5469   include:
5470     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
5471     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
5472     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
5473     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
5474     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
5475   layout:
5476     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
5477     layout: "plot-latency"
5478
5479 - type: "plot"
5480   title: "Latency: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
5481   algorithm: "plot_latency_error_bars_name"
5482   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
5483   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5484   include:
5485     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
5486     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
5487     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
5488     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
5489     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
5490     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
5491   layout:
5492     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
5493     layout: "plot-latency"
5494
5495 - type: "plot"
5496   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-ndr-lat"
5497   algorithm: "plot_latency_error_bars_name"
5498   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-ndr-lat"
5499   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5500   include:
5501     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
5502     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
5503     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
5504     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
5505   layout:
5506     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-ndr"
5507     layout: "plot-latency"
5508
5509 - type: "plot"
5510   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-lat"
5511   algorithm: "plot_latency_error_bars_name"
5512   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-lat"
5513   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5514   include:
5515     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
5516     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
5517     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
5518     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
5519   layout:
5520     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
5521     layout: "plot-latency"
5522
5523 - type: "plot"
5524   title: "Latency: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5525   algorithm: "plot_latency_error_bars_name"
5526   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5527   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5528   include:
5529     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
5530   layout:
5531     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
5532     layout: "plot-latency"
5533
5534 - type: "plot"
5535   title: "Latency: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5536   algorithm: "plot_latency_error_bars_name"
5537   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5538   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5539   include:
5540     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
5541     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
5542     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
5543     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
5544     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
5545   layout:
5546     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
5547     layout: "plot-latency"
5548
5549 - type: "plot"
5550   title: "Latency: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
5551   algorithm: "plot_latency_error_bars_name"
5552   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
5553   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5554   include:
5555     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
5556     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
5557     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
5558   layout:
5559     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
5560     layout: "plot-latency"
5561
5562 - type: "plot"
5563   title: "Latency: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5564   algorithm: "plot_latency_error_bars_name"
5565   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5566   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5567   include:
5568     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
5569   layout:
5570     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
5571     layout: "plot-latency"
5572
5573 - type: "plot"
5574   title: "Latency: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5575   algorithm: "plot_latency_error_bars_name"
5576   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5577   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5578   include:
5579     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
5580     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
5581     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
5582     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
5583     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
5584   layout:
5585     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
5586     layout: "plot-latency"
5587
5588 #- type: "plot"
5589 #  title: "Latency: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
5590 #  algorithm: "plot_latency_error_bars_name"
5591 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
5592 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5593 #  include:
5594 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
5595 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5596 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
5597 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5598 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
5599 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5600 #  layout:
5601 #    title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
5602 #    layout: "plot-latency"
5603
5604 #- type: "plot"
5605 #  title: "Latency: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
5606 #  algorithm: "plot_latency_error_bars_name"
5607 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
5608 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5609 #  include:
5610 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
5611 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5612 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
5613 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5614 #  layout:
5615 #    title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
5616 #    layout: "plot-latency"
5617
5618 #- type: "plot"
5619 #  title: "Latency: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
5620 #  algorithm: "plot_latency_error_bars_name"
5621 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
5622 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
5623 #  include:
5624 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
5625 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5626 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
5627 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5628 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
5629 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5630 #  layout:
5631 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
5632 #    layout: "plot-latency"
5633
5634 - type: "plot"
5635   title: "Latency: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
5636   algorithm: "plot_latency_error_bars_name"
5637   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
5638   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5639   include:
5640     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
5641     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
5642     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
5643   layout:
5644     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
5645     layout: "plot-latency"
5646
5647 - type: "plot"
5648   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
5649   algorithm: "plot_latency_error_bars_name"
5650   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
5651   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5652   include:
5653     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
5654     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
5655     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
5656   layout:
5657     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
5658     layout: "plot-latency"
5659
5660 - type: "plot"
5661   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
5662   algorithm: "plot_latency_error_bars_name"
5663   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
5664   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5665   include:
5666     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
5667     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
5668     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
5669     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
5670     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
5671   layout:
5672     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
5673     layout: "plot-latency"
5674
5675 - type: "plot"
5676   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
5677   algorithm: "plot_latency_error_bars_name"
5678   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
5679   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5680   include:
5681     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
5682     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
5683     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
5684     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
5685   layout:
5686     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
5687     layout: "plot-latency"
5688
5689 - type: "plot"
5690   title: "Latency: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
5691   algorithm: "plot_latency_error_bars_name"
5692   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
5693   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5694   include:
5695     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
5696     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
5697     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
5698     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
5699     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
5700     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
5701   layout:
5702     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
5703     layout: "plot-latency"
5704
5705 - type: "plot"
5706   title: "Latency: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
5707   algorithm: "plot_latency_error_bars_name"
5708   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
5709   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5710   include:
5711     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
5712     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
5713     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
5714   layout:
5715     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
5716     layout: "plot-latency"
5717
5718 - type: "plot"
5719   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
5720   algorithm: "plot_latency_error_bars_name"
5721   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
5722   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5723   include:
5724     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
5725     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
5726     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
5727   layout:
5728     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
5729     layout: "plot-latency"
5730
5731 - type: "plot"
5732   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
5733   algorithm: "plot_latency_error_bars_name"
5734   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
5735   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5736   include:
5737     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
5738     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
5739     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
5740     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
5741   layout:
5742     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
5743     layout: "plot-latency"
5744
5745 - type: "plot"
5746   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
5747   algorithm: "plot_latency_error_bars_name"
5748   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
5749   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5750   include:
5751     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
5752     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
5753     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
5754     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
5755     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
5756     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
5757   layout:
5758     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
5759     layout: "plot-latency"
5760
5761 - type: "plot"
5762   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
5763   algorithm: "plot_latency_error_bars_name"
5764   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
5765   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5766   include:
5767     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5768     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5769     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5770     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5771   layout:
5772     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
5773     layout: "plot-latency"
5774
5775 - type: "plot"
5776   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5777   algorithm: "plot_latency_error_bars_name"
5778   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-lat"
5779   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5780   include:
5781     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5782     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5783     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5784     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
5785   layout:
5786     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5787     layout: "plot-latency"
5788
5789 - type: "plot"
5790   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
5791   algorithm: "plot_latency_error_bars_name"
5792   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr-lat"
5793   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5794   include:
5795     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5796     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5797     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5798     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5799   layout:
5800     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
5801     layout: "plot-latency"
5802
5803 - type: "plot"
5804   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
5805   algorithm: "plot_latency_error_bars_name"
5806   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr-lat"
5807   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5808   include:
5809     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5810     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5811     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5812     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
5813   layout:
5814     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
5815     layout: "plot-latency"
5816
5817 - type: "plot"
5818   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
5819   algorithm: "plot_latency_error_bars_name"
5820   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
5821   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5822   include:
5823     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5824     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5825     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5826     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5827     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5828   layout:
5829     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
5830     layout: "plot-latency"
5831
5832 - type: "plot"
5833   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5834   algorithm: "plot_latency_error_bars_name"
5835   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-lat"
5836   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5837   include:
5838     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5839     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5840     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5841     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5842     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
5843   layout:
5844     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5845     layout: "plot-latency"
5846
5847 - type: "plot"
5848   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
5849   algorithm: "plot_latency_error_bars_name"
5850   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
5851   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5852   include:
5853     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5854     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5855     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5856     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5857     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5858     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5859   layout:
5860     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
5861     layout: "plot-latency"
5862
5863 - type: "plot"
5864   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5865   algorithm: "plot_latency_error_bars_name"
5866   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
5867   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5868   include:
5869     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5870     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5871     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5872     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5873     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5874     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5875   layout:
5876     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5877     layout: "plot-latency"
5878
5879 - type: "plot"
5880   title: "Latency: 3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
5881   algorithm: "plot_latency_error_bars_name"
5882   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-ndr-lat"
5883   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5884   include:
5885     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5886     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5887     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5888     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5889     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5890     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5891   layout:
5892     title: "3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
5893     layout: "plot-latency"
5894
5895 - type: "plot"
5896   title: "Latency: 3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5897   algorithm: "plot_latency_error_bars_name"
5898   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
5899   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5900   include:
5901     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5902     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5903     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5904     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5905     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5906     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5907   layout:
5908     title: "3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5909     layout: "plot-latency"
5910
5911 - type: "plot"
5912   title: "Latency: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-lat"
5913   algorithm: "plot_latency_error_bars_name"
5914   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-lat"
5915   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5916   include:
5917     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
5918     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
5919     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5920     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
5921     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
5922   layout:
5923     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
5924     layout: "plot-latency"
5925
5926 - type: "plot"
5927   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-lat"
5928   algorithm: "plot_latency_error_bars_name"
5929   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-lat"
5930   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5931   include:
5932     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
5933     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
5934     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
5935     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
5936     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
5937   layout:
5938     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
5939     layout: "plot-latency"
5940
5941 - type: "plot"
5942   title: "Latency: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-lat"
5943   algorithm: "plot_latency_error_bars_name"
5944   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-lat"
5945   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5946   include:
5947     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
5948     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
5949   layout:
5950     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
5951     layout: "plot-latency"
5952
5953 - type: "plot"
5954   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-lat"
5955   algorithm: "plot_latency_error_bars_name"
5956   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-lat"
5957   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5958   include:
5959     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
5960     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
5961     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
5962     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
5963   layout:
5964     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-lat"
5965     layout: "plot-latency"
5966
5967 - type: "plot"
5968   title: "Latency: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-lat"
5969   algorithm: "plot_latency_error_bars_name"
5970   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-lat"
5971   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5972   include:
5973     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
5974     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
5975     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
5976     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
5977     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
5978   layout:
5979     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
5980     layout: "plot-latency"
5981
5982 - type: "plot"
5983   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-lat"
5984   algorithm: "plot_latency_error_bars_name"
5985   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-lat"
5986   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5987   include:
5988     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
5989     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
5990     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
5991     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
5992   layout:
5993     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
5994     layout: "plot-latency"
5995
5996 - type: "plot"
5997   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-lat"
5998   algorithm: "plot_latency_error_bars_name"
5999   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-lat"
6000   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6001   include:
6002     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
6003     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
6004     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
6005     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
6006     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
6007     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
6008   layout:
6009     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
6010     layout: "plot-latency"
6011
6012 - type: "plot"
6013   title: "Latency: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-lat"
6014   algorithm: "plot_latency_error_bars_name"
6015   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-lat"
6016   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6017   include:
6018     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6019     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6020     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6021     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6022     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
6023   layout:
6024     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
6025     layout: "plot-latency"
6026
6027 ################################################################################
6028
6029 # Packet Latency 2C
6030
6031 - type: "plot"
6032   title: "Latency: 2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
6033   algorithm: "plot_latency_error_bars_name"
6034   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
6035   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6036   include:
6037     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6038     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6039     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6040     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6041   layout:
6042     title: "2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
6043     layout: "plot-latency"
6044
6045 - type: "plot"
6046   title: "Latency: 3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
6047   algorithm: "plot_latency_error_bars_name"
6048   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
6049   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6050   include:
6051     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6052     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6053     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6054     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6055     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6056   layout:
6057     title: "3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
6058     layout: "plot-latency"
6059
6060 - type: "plot"
6061   title: "Latency: 3n-hsw-xl710-64b-2t2c-memif-base-i40e-ndr-lat"
6062   algorithm: "plot_latency_error_bars_name"
6063   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-memif-base-i40e-ndr-lat"
6064   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6065   include:
6066     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6067     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6068     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6069     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6070     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6071   layout:
6072     title: "3n-hsw-xl710-64b-2t2c-memif-base-i40e-ndr"
6073     layout: "plot-latency"
6074
6075 - type: "plot"
6076   title: "Latency: 2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
6077   algorithm: "plot_latency_error_bars_name"
6078   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
6079   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6080   include:
6081     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
6082     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
6083   layout:
6084     title: "2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
6085     layout: "plot-latency"
6086
6087 - type: "plot"
6088   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
6089   algorithm: "plot_latency_error_bars_name"
6090   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
6091   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6092   include:
6093     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-avf-dot1q-ip4base-ndrpdr"
6094     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
6095     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
6096     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
6097     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
6098   layout:
6099     title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
6100     layout: "plot-latency"
6101
6102 - type: "plot"
6103   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
6104   algorithm: "plot_latency_error_bars_name"
6105   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
6106   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6107   include:
6108     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
6109     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
6110     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
6111     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
6112     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
6113   layout:
6114     title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
6115     layout: "plot-latency"
6116
6117 - type: "plot"
6118   title: "Latency: 2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
6119   algorithm: "plot_latency_error_bars_name"
6120   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
6121   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6122   include:
6123     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
6124     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
6125   layout:
6126     title: "2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
6127     layout: "plot-latency"
6128
6129 - type: "plot"
6130   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
6131   algorithm: "plot_latency_error_bars_name"
6132   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
6133   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6134   include:
6135     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
6136     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
6137     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
6138   layout:
6139     title: "3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr"
6140     layout: "plot-latency"
6141
6142 - type: "plot"
6143   title: "Latency: 3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
6144   algorithm: "plot_latency_error_bars_name"
6145   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
6146   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6147   include:
6148     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
6149     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
6150   layout:
6151     title: "3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
6152     layout: "plot-latency"
6153
6154 - type: "plot"
6155   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
6156   algorithm: "plot_latency_error_bars_name"
6157   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
6158   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6159   include:
6160     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
6161     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
6162     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
6163     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
6164   layout:
6165     title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
6166     layout: "plot-latency"
6167
6168 - type: "plot"
6169   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
6170   algorithm: "plot_latency_error_bars_name"
6171   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
6172   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6173   include:
6174     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
6175     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
6176     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
6177     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
6178     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
6179   layout:
6180     title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
6181     layout: "plot-latency"
6182
6183 - type: "plot"
6184   title: "Latency: 3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
6185   algorithm: "plot_latency_error_bars_name"
6186   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
6187   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6188   include:
6189     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
6190     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6191     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6192     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6193     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6194     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
6195   layout:
6196     title: "3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
6197     layout: "plot-latency"
6198
6199 - type: "plot"
6200   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4tunnel-base-scale-i40e-ndr-lat"
6201   algorithm: "plot_latency_error_bars_name"
6202   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4tunnel-base-scale-i40e-ndr-lat"
6203   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6204   include:
6205     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6206     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
6207     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6208     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
6209   layout:
6210     title: "3n-hsw-xl710-64b-2t2c-ip4tunnel-base-scale-i40e-ndr"
6211     layout: "plot-latency"
6212
6213 - type: "plot"
6214   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-lat"
6215   algorithm: "plot_latency_error_bars_name"
6216   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-lat"
6217   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6218   include:
6219     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t2c-ethip4vxlan-l2xcbase-ndrpdr"
6220     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6221     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6222     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6223   layout:
6224     title: "3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr"
6225     layout: "plot-latency"
6226
6227 - type: "plot"
6228   title: "Latency: 2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6229   algorithm: "plot_latency_error_bars_name"
6230   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6231   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6232   include:
6233     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
6234   layout:
6235     title: "2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
6236     layout: "plot-latency"
6237
6238 - type: "plot"
6239   title: "Latency: 2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6240   algorithm: "plot_latency_error_bars_name"
6241   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6242   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6243   include:
6244     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
6245     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
6246     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
6247     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
6248     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
6249   layout:
6250     title: "2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
6251     layout: "plot-latency"
6252
6253 - type: "plot"
6254   title: "Latency: 3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
6255   algorithm: "plot_latency_error_bars_name"
6256   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
6257   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6258   include:
6259     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
6260     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
6261     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
6262   layout:
6263     title: "3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr"
6264     layout: "plot-latency"
6265
6266 - type: "plot"
6267   title: "Latency: 3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6268   algorithm: "plot_latency_error_bars_name"
6269   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6270   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6271   include:
6272     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
6273   layout:
6274     title: "3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
6275     layout: "plot-latency"
6276
6277 - type: "plot"
6278   title: "Latency: 3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6279   algorithm: "plot_latency_error_bars_name"
6280   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6281   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6282   include:
6283     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
6284     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
6285     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
6286     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
6287     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
6288   layout:
6289     title: "3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
6290     layout: "plot-latency"
6291
6292 #- type: "plot"
6293 #  title: "Latency: 3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
6294 #  algorithm: "plot_latency_error_bars_name"
6295 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
6296 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6297 #  include:
6298 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6299 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6300 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6301 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6302 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6303 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6304 #  layout:
6305 #    title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
6306 #    layout: "plot-latency"
6307
6308 #- type: "plot"
6309 #  title: "Latency: 3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
6310 #  algorithm: "plot_latency_error_bars_name"
6311 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
6312 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6313 #  include:
6314 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
6315 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6316 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
6317 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6318 #  layout:
6319 #    title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
6320 #    layout: "plot-latency"
6321
6322 #- type: "plot"
6323 #  title: "Latency: 3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
6324 #  algorithm: "plot_latency_error_bars_name"
6325 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
6326 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
6327 #  include:
6328 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6329 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6330 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6331 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6332 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6333 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6334 #  layout:
6335 #    title: "3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr"
6336 #    layout: "plot-latency"
6337
6338 - type: "plot"
6339   title: "Latency: 2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
6340   algorithm: "plot_latency_error_bars_name"
6341   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
6342   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6343   include:
6344     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
6345     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
6346     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
6347   layout:
6348     title: "2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
6349     layout: "plot-latency"
6350
6351 - type: "plot"
6352   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
6353   algorithm: "plot_latency_error_bars_name"
6354   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
6355   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6356   include:
6357     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
6358     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
6359     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
6360   layout:
6361     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
6362     layout: "plot-latency"
6363
6364 - type: "plot"
6365   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
6366   algorithm: "plot_latency_error_bars_name"
6367   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
6368   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6369   include:
6370     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
6371     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
6372     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
6373     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
6374     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
6375   layout:
6376     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
6377     layout: "plot-latency"
6378
6379 - type: "plot"
6380   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
6381   algorithm: "plot_latency_error_bars_name"
6382   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
6383   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6384   include:
6385     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
6386     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
6387     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
6388     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
6389   layout:
6390     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
6391     layout: "plot-latency"
6392
6393 - type: "plot"
6394   title: "Latency: 3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
6395   algorithm: "plot_latency_error_bars_name"
6396   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
6397   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6398   include:
6399     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
6400     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
6401     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
6402     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
6403     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
6404     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
6405   layout:
6406     title: "3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr"
6407     layout: "plot-latency"
6408
6409 - type: "plot"
6410   title: "Latency: 3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
6411   algorithm: "plot_latency_error_bars_name"
6412   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
6413   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6414   include:
6415     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
6416     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
6417     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
6418   layout:
6419     title: "3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
6420     layout: "plot-latency"
6421
6422 - type: "plot"
6423   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
6424   algorithm: "plot_latency_error_bars_name"
6425   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
6426   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6427   include:
6428     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
6429     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
6430     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
6431   layout:
6432     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
6433     layout: "plot-latency"
6434
6435 - type: "plot"
6436   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
6437   algorithm: "plot_latency_error_bars_name"
6438   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
6439   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6440   include:
6441     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
6442     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
6443     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
6444     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
6445   layout:
6446     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
6447     layout: "plot-latency"
6448
6449 - type: "plot"
6450   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
6451   algorithm: "plot_latency_error_bars_name"
6452   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
6453   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6454   include:
6455     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
6456     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
6457     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
6458     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
6459     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
6460     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
6461   layout:
6462     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
6463     layout: "plot-latency"
6464
6465 - type: "plot"
6466   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
6467   algorithm: "plot_latency_error_bars_name"
6468   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
6469   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6470   include:
6471     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6472     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6473     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6474     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
6475   layout:
6476     title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
6477     layout: "plot-latency"
6478
6479 - type: "plot"
6480   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
6481   algorithm: "plot_latency_error_bars_name"
6482   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-lat"
6483   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6484   include:
6485     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6486     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6487     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6488     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
6489   layout:
6490     title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
6491     layout: "plot-latency"
6492
6493 - type: "plot"
6494   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
6495   algorithm: "plot_latency_error_bars_name"
6496   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr-lat"
6497   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6498   include:
6499     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6500     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6501     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6502     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
6503   layout:
6504     title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
6505     layout: "plot-latency"
6506
6507 - type: "plot"
6508   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr"
6509   algorithm: "plot_latency_error_bars_name"
6510   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr-lat"
6511   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6512   include:
6513     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6514     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6515     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6516     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
6517   layout:
6518     title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr"
6519     layout: "plot-latency"
6520
6521 - type: "plot"
6522   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
6523   algorithm: "plot_latency_error_bars_name"
6524   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
6525   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6526   include:
6527     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6528     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6529     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6530     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6531     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
6532   layout:
6533     title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
6534     layout: "plot-latency"
6535
6536 - type: "plot"
6537   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
6538   algorithm: "plot_latency_error_bars_name"
6539   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-lat"
6540   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6541   include:
6542     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6543     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6544     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6545     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6546     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
6547   layout:
6548     title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
6549     layout: "plot-latency"
6550
6551 - type: "plot"
6552   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
6553   algorithm: "plot_latency_error_bars_name"
6554   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
6555   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6556   include:
6557     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6558     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6559     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6560     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6561     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6562     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6563   layout:
6564     title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
6565     layout: "plot-latency"
6566
6567 - type: "plot"
6568   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
6569   algorithm: "plot_latency_error_bars_name"
6570   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
6571   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6572   include:
6573     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6574     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6575     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6576     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6577     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6578     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6579   layout:
6580     title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
6581     layout: "plot-latency"
6582
6583 - type: "plot"
6584   title: "Latency: 3n-hsw-xl710-64b-2t2c-link-bonding-vhost-base-i40e-ndr"
6585   algorithm: "plot_latency_error_bars_name"
6586   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-link-bonding-vhost-base-i40e-ndr-lat"
6587   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6588   include:
6589     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6590     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6591     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6592     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6593     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6594     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6595   layout:
6596     title: "3n-hsw-xl710-64b-2t2c-link-bonding-vhost-base-i40e-ndr"
6597     layout: "plot-latency"
6598
6599 - type: "plot"
6600   title: "Latency: 3n-hsw-xl710-64b-2t2c-link-bonding-vhost-base-i40e-vpp-ndr"
6601   algorithm: "plot_latency_error_bars_name"
6602   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
6603   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6604   include:
6605     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6606     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6607     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6608     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6609     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6610     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6611   layout:
6612     title: "3n-hsw-xl710-64b-2t2c-link-bonding-vhost-base-i40e-vpp-ndr"
6613     layout: "plot-latency"
6614
6615 - type: "plot"
6616   title: "Latency: 3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-lat"
6617   algorithm: "plot_latency_error_bars_name"
6618   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-lat"
6619   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6620   include:
6621     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6622     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6623     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6624     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6625     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6626   layout:
6627     title: "3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr"
6628     layout: "plot-latency"
6629
6630 - type: "plot"
6631   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-lat"
6632   algorithm: "plot_latency_error_bars_name"
6633   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-lat"
6634   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6635   include:
6636     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
6637     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
6638     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t2c-ethip4-ip4scale20k-ndrpdr"
6639     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t2c-ethip4-ip4scale200k-ndrpdr"
6640     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
6641   layout:
6642     title: "3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr"
6643     layout: "plot-latency"
6644
6645 - type: "plot"
6646   title: "Latency: 3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-lat"
6647   algorithm: "plot_latency_error_bars_name"
6648   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-lat"
6649   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6650   include:
6651     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
6652     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t2c-ethip4udp-ip4base-nat44-ndrpdr"
6653   layout:
6654     title: "3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr"
6655     layout: "plot-latency"
6656
6657 - type: "plot"
6658   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-lat"
6659   algorithm: "plot_latency_error_bars_name"
6660   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-lat"
6661   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6662   include:
6663     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6664     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
6665     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6666     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
6667   layout:
6668     title: "3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-lat"
6669     layout: "plot-latency"
6670
6671 - type: "plot"
6672   title: "Latency: 3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-lat"
6673   algorithm: "plot_latency_error_bars_name"
6674   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-lat"
6675   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6676   include:
6677     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
6678     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
6679     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t2c-ethip6-ip6scale20k-ndrpdr"
6680     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t2c-ethip6-ip6scale200k-ndrpdr"
6681     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
6682   layout:
6683     title: "3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr"
6684     layout: "plot-latency"
6685
6686 - type: "plot"
6687   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-lat"
6688   algorithm: "plot_latency_error_bars_name"
6689   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-lat"
6690   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6691   include:
6692     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
6693     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
6694     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
6695     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
6696   layout:
6697     title: "3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr"
6698     layout: "plot-latency"
6699
6700 - type: "plot"
6701   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-lat"
6702   algorithm: "plot_latency_error_bars_name"
6703   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-lat"
6704   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6705   include:
6706     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
6707     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
6708     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
6709     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale10kmaclrn-ndrpdr"
6710     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale100kmaclrn-ndrpdr"
6711     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
6712   layout:
6713     title: "3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr"
6714     layout: "plot-latency"
6715
6716 - type: "plot"
6717   title: "Latency: 3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-lat"
6718   algorithm: "plot_latency_error_bars_name"
6719   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-lat"
6720   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6721   include:
6722     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6723     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6724     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6725     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6726     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
6727   layout:
6728     title: "3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr"
6729     layout: "plot-latency"
6730
6731 ################################################################################
6732
6733 # Packet Latency 4C
6734
6735 - type: "plot"
6736   title: "Latency: 2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
6737   algorithm: "plot_latency_error_bars_name"
6738   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
6739   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6740   include:
6741     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6742     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6743     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6744     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6745   layout:
6746     title: "2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
6747     layout: "plot-latency"
6748
6749 - type: "plot"
6750   title: "Latency: 3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
6751   algorithm: "plot_latency_error_bars_name"
6752   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
6753   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6754   include:
6755     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6756     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6757     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6758     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6759     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6760   layout:
6761     title: "3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
6762     layout: "plot-latency"
6763
6764 - type: "plot"
6765   title: "Latency: 3n-hsw-xl710-64b-4t4c-memif-base-i40e-ndr-lat"
6766   algorithm: "plot_latency_error_bars_name"
6767   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-memif-base-i40e-ndr-lat"
6768   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6769   include:
6770     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6771     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6772     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6773     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6774     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6775   layout:
6776     title: "3n-hsw-xl710-64b-4t4c-memif-base-i40e-ndr"
6777     layout: "plot-latency"
6778
6779 - type: "plot"
6780   title: "Latency: 2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
6781   algorithm: "plot_latency_error_bars_name"
6782   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
6783   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6784   include:
6785     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
6786     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
6787   layout:
6788     title: "2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
6789     layout: "plot-latency"
6790
6791 - type: "plot"
6792   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
6793   algorithm: "plot_latency_error_bars_name"
6794   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
6795   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6796   include:
6797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-avf-dot1q-ip4base-ndrpdr"
6798     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
6799     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
6800     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
6801     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
6802   layout:
6803     title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
6804     layout: "plot-latency"
6805
6806 - type: "plot"
6807   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
6808   algorithm: "plot_latency_error_bars_name"
6809   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
6810   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6811   include:
6812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
6813     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
6814     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
6815     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
6816     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
6817   layout:
6818     title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
6819     layout: "plot-latency"
6820
6821 - type: "plot"
6822   title: "Latency: 2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
6823   algorithm: "plot_latency_error_bars_name"
6824   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
6825   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6826   include:
6827     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
6828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
6829   layout:
6830     title: "2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
6831     layout: "plot-latency"
6832
6833 - type: "plot"
6834   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
6835   algorithm: "plot_latency_error_bars_name"
6836   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
6837   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6838   include:
6839     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
6840     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
6841     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
6842   layout:
6843     title: "3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr"
6844     layout: "plot-latency"
6845
6846 - type: "plot"
6847   title: "Latency: 3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
6848   algorithm: "plot_latency_error_bars_name"
6849   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
6850   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6851   include:
6852     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
6853     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
6854   layout:
6855     title: "3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
6856     layout: "plot-latency"
6857
6858 - type: "plot"
6859   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
6860   algorithm: "plot_latency_error_bars_name"
6861   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
6862   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6863   include:
6864     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
6865     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
6866     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
6867     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
6868   layout:
6869     title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
6870     layout: "plot-latency"
6871
6872 - type: "plot"
6873   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
6874   algorithm: "plot_latency_error_bars_name"
6875   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
6876   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6877   include:
6878     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
6879     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
6880     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
6881     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
6882     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
6883   layout:
6884     title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
6885     layout: "plot-latency"
6886
6887 - type: "plot"
6888   title: "Latency: 3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
6889   algorithm: "plot_latency_error_bars_name"
6890   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
6891   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6892   include:
6893     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
6894     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6895     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6896     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6897     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6898     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
6899   layout:
6900     title: "3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
6901     layout: "plot-latency"
6902
6903 - type: "plot"
6904   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4tunnel-base-scale-i40e-ndr-lat"
6905   algorithm: "plot_latency_error_bars_name"
6906   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4tunnel-base-scale-i40e-ndr-lat"
6907   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6908   include:
6909     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6910     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
6911     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6912     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
6913   layout:
6914     title: "3n-hsw-xl710-64b-4t4c-ip4tunnel-base-scale-i40e-ndr"
6915     layout: "plot-latency"
6916
6917 - type: "plot"
6918   title: "Latency: 2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6919   algorithm: "plot_latency_error_bars_name"
6920   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6921   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6922   include:
6923     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
6924   layout:
6925     title: "2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
6926     layout: "plot-latency"
6927
6928 - type: "plot"
6929   title: "Latency: 2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6930   algorithm: "plot_latency_error_bars_name"
6931   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6932   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6933   include:
6934     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
6935     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
6936     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
6937     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
6938     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
6939   layout:
6940     title: "2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
6941     layout: "plot-latency"
6942
6943 - type: "plot"
6944   title: "Latency: 3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
6945   algorithm: "plot_latency_error_bars_name"
6946   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
6947   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6948   include:
6949     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
6950     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
6951     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
6952   layout:
6953     title: "3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr"
6954     layout: "plot-latency"
6955
6956 - type: "plot"
6957   title: "Latency: 3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6958   algorithm: "plot_latency_error_bars_name"
6959   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6960   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6961   include:
6962     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
6963   layout:
6964     title: "3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
6965     layout: "plot-latency"
6966
6967 - type: "plot"
6968   title: "Latency: 3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6969   algorithm: "plot_latency_error_bars_name"
6970   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6971   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6972   include:
6973     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
6974     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
6975     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
6976     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
6977     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
6978   layout:
6979     title: "3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
6980     layout: "plot-latency"
6981
6982 #- type: "plot"
6983 #  title: "Latency: 3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
6984 #  algorithm: "plot_latency_error_bars_name"
6985 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
6986 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6987 #  include:
6988 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6989 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6990 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6991 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6992 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6993 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6994 #  layout:
6995 #    title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
6996 #    layout: "plot-latency"
6997
6998 #- type: "plot"
6999 #  title: "Latency: 3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
7000 #  algorithm: "plot_latency_error_bars_name"
7001 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
7002 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7003 #  include:
7004 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
7005 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7006 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
7007 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7008 #  layout:
7009 #    title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
7010 #    layout: "plot-latency"
7011
7012 #- type: "plot"
7013 #  title: "Latency: 3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
7014 #  algorithm: "plot_latency_error_bars_name"
7015 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
7016 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
7017 #  include:
7018 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7019 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7020 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7021 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7022 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7023 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7024 #  layout:
7025 #    title: "3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr"
7026 #    layout: "plot-latency"
7027
7028 - type: "plot"
7029   title: "Latency: 2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
7030   algorithm: "plot_latency_error_bars_name"
7031   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
7032   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7033   include:
7034     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
7035     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
7036     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
7037   layout:
7038     title: "2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
7039     layout: "plot-latency"
7040
7041 - type: "plot"
7042   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
7043   algorithm: "plot_latency_error_bars_name"
7044   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
7045   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7046   include:
7047     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
7048     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
7049     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
7050   layout:
7051     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
7052     layout: "plot-latency"
7053
7054 - type: "plot"
7055   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
7056   algorithm: "plot_latency_error_bars_name"
7057   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
7058   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7059   include:
7060     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
7061     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
7062     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
7063     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
7064     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
7065   layout:
7066     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
7067     layout: "plot-latency"
7068
7069 - type: "plot"
7070   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
7071   algorithm: "plot_latency_error_bars_name"
7072   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
7073   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7074   include:
7075     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
7076     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
7077     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
7078     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
7079   layout:
7080     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
7081     layout: "plot-latency"
7082
7083 - type: "plot"
7084   title: "Latency: 3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
7085   algorithm: "plot_latency_error_bars_name"
7086   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
7087   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7088   include:
7089     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
7090     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
7091     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
7092     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
7093     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
7094     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
7095   layout:
7096     title: "3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr"
7097     layout: "plot-latency"
7098
7099 - type: "plot"
7100   title: "Latency: 3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
7101   algorithm: "plot_latency_error_bars_name"
7102   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
7103   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7104   include:
7105     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
7106     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
7107     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
7108   layout:
7109     title: "3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
7110     layout: "plot-latency"
7111
7112 - type: "plot"
7113   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
7114   algorithm: "plot_latency_error_bars_name"
7115   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
7116   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7117   include:
7118     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
7119     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
7120     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
7121   layout:
7122     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
7123     layout: "plot-latency"
7124
7125 - type: "plot"
7126   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
7127   algorithm: "plot_latency_error_bars_name"
7128   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
7129   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7130   include:
7131     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
7132     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
7133     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
7134     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
7135   layout:
7136     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
7137     layout: "plot-latency"
7138
7139 - type: "plot"
7140   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
7141   algorithm: "plot_latency_error_bars_name"
7142   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
7143   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7144   include:
7145     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
7146     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
7147     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
7148     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
7149     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
7150     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
7151   layout:
7152     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
7153     layout: "plot-latency"
7154
7155 - type: "plot"
7156   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
7157   algorithm: "plot_latency_error_bars_name"
7158   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
7159   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7160   include:
7161     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7162     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7163     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7164     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7165   layout:
7166     title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
7167     layout: "plot-latency"
7168
7169 - type: "plot"
7170   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
7171   algorithm: "plot_latency_error_bars_name"
7172   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-lat"
7173   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7174   include:
7175     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7176     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7177     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7178     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
7179   layout:
7180     title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
7181     layout: "plot-latency"
7182
7183 - type: "plot"
7184   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
7185   algorithm: "plot_latency_error_bars_name"
7186   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr-lat"
7187   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7188   include:
7189     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7190     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7191     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7192     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7193   layout:
7194     title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
7195     layout: "plot-latency"
7196
7197 - type: "plot"
7198   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr"
7199   algorithm: "plot_latency_error_bars_name"
7200   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr-lat"
7201   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7202   include:
7203     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7204     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7205     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7206     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
7207   layout:
7208     title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr"
7209     layout: "plot-latency"
7210
7211 - type: "plot"
7212   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
7213   algorithm: "plot_latency_error_bars_name"
7214   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
7215   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7216   include:
7217     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7218     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7219     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7220     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7221     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7222   layout:
7223     title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
7224     layout: "plot-latency"
7225
7226 - type: "plot"
7227   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
7228   algorithm: "plot_latency_error_bars_name"
7229   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-lat"
7230   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7231   include:
7232     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7233     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7234     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7235     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7236     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
7237   layout:
7238     title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
7239     layout: "plot-latency"
7240
7241 - type: "plot"
7242   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
7243   algorithm: "plot_latency_error_bars_name"
7244   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
7245   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7246   include:
7247     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7248     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7249     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7250     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7251     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7252     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7253   layout:
7254     title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
7255     layout: "plot-latency"
7256
7257 - type: "plot"
7258   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
7259   algorithm: "plot_latency_error_bars_name"
7260   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
7261   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7262   include:
7263     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7264     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7265     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7266     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7267     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7268     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7269   layout:
7270     title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
7271     layout: "plot-latency"
7272
7273 - type: "plot"
7274   title: "Latency: 3n-hsw-xl710-64b-4t4c-link-bonding-vhost-base-i40e-ndr"
7275   algorithm: "plot_latency_error_bars_name"
7276   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-link-bonding-vhost-base-i40e-ndr-lat"
7277   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7278   include:
7279     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7280     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7281     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7282     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7283     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7284     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7285   layout:
7286     title: "3n-hsw-xl710-64b-4t4c-link-bonding-vhost-base-i40e-ndr"
7287     layout: "plot-latency"
7288
7289 - type: "plot"
7290   title: "Latency: 3n-hsw-xl710-64b-4t4c-link-bonding-vhost-base-i40e-vpp-ndr"
7291   algorithm: "plot_latency_error_bars_name"
7292   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
7293   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7294   include:
7295     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7296     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7297     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7298     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7299     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7300     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7301   layout:
7302     title: "3n-hsw-xl710-64b-4t4c-link-bonding-vhost-base-i40e-vpp-ndr"
7303     layout: "plot-latency"
7304
7305 - type: "plot"
7306   title: "Latency: 3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-lat"
7307   algorithm: "plot_latency_error_bars_name"
7308   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-lat"
7309   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7310   include:
7311     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7312     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7313     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7314     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7315     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7316   layout:
7317     title: "3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr"
7318     layout: "plot-latency"
7319
7320 - type: "plot"
7321   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-lat"
7322   algorithm: "plot_latency_error_bars_name"
7323   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-lat"
7324   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7325   include:
7326     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
7327     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
7328     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t4c-ethip4-ip4scale20k-ndrpdr"
7329     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t4c-ethip4-ip4scale200k-ndrpdr"
7330     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
7331   layout:
7332     title: "3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr"
7333     layout: "plot-latency"
7334
7335 - type: "plot"
7336   title: "Latency: 3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-lat"
7337   algorithm: "plot_latency_error_bars_name"
7338   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-lat"
7339   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7340   include:
7341     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
7342     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t4c-ethip4udp-ip4base-nat44-ndrpdr"
7343   layout:
7344     title: "3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr"
7345     layout: "plot-latency"
7346
7347 - type: "plot"
7348   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-lat"
7349   algorithm: "plot_latency_error_bars_name"
7350   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-lat"
7351   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7352   include:
7353     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
7354     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
7355     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
7356     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
7357   layout:
7358     title: "3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-lat"
7359     layout: "plot-latency"
7360
7361 - type: "plot"
7362   title: "Latency: 3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-lat"
7363   algorithm: "plot_latency_error_bars_name"
7364   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-lat"
7365   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7366   include:
7367     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
7368     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
7369     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t4c-ethip6-ip6scale20k-ndrpdr"
7370     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t4c-ethip6-ip6scale200k-ndrpdr"
7371     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
7372   layout:
7373     title: "3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr"
7374     layout: "plot-latency"
7375
7376 - type: "plot"
7377   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-lat"
7378   algorithm: "plot_latency_error_bars_name"
7379   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-lat"
7380   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7381   include:
7382     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
7383     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
7384     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
7385     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
7386   layout:
7387     title: "3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr"
7388     layout: "plot-latency"
7389
7390 - type: "plot"
7391   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-lat"
7392   algorithm: "plot_latency_error_bars_name"
7393   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-lat"
7394   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7395   include:
7396     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
7397     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
7398     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
7399     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale10kmaclrn-ndrpdr"
7400     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale100kmaclrn-ndrpdr"
7401     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
7402   layout:
7403     title: "3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr"
7404     layout: "plot-latency"
7405
7406 - type: "plot"
7407   title: "Latency: 3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-lat"
7408   algorithm: "plot_latency_error_bars_name"
7409   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-lat"
7410   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7411   include:
7412     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7413     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7414     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7415     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7416     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7417   layout:
7418     title: "3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr"
7419     layout: "plot-latency"
7420
7421 ################################################################################
7422
7423 # Packet Speedup
7424
7425 - type: "plot"
7426   title: "Speedup: 2n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
7427   algorithm: "plot_throughput_speedup_analysis_name"
7428   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
7429   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7430   include:
7431     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7432     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7433     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7434     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7435   layout:
7436     title: "2n-skx-xxv710-64b-memif-base-i40e-ndr"
7437     layout: "plot-throughput-speedup-analysis"
7438
7439 - type: "plot"
7440   title: "Speedup: 2n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
7441   algorithm: "plot_throughput_speedup_analysis_name"
7442   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
7443   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7444   include:
7445     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7446     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7447     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7448     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7449   layout:
7450     title: "2n-skx-xxv710-64b-memif-base-i40e-pdr"
7451     layout: "plot-throughput-speedup-analysis"
7452
7453 - type: "plot"
7454   title: "Speedup: 3n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
7455   algorithm: "plot_throughput_speedup_analysis_name"
7456   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
7457   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7458   include:
7459     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7460     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7461     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7462     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7463     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7464   layout:
7465     title: "3n-skx-xxv710-64b-memif-base-i40e-ndr"
7466     layout: "plot-throughput-speedup-analysis"
7467
7468 - type: "plot"
7469   title: "Speedup: 3n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
7470   algorithm: "plot_throughput_speedup_analysis_name"
7471   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
7472   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7473   include:
7474     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7475     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7476     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7477     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7478     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7479   layout:
7480     title: "3n-skx-xxv710-64b-memif-base-i40e-pdr"
7481     layout: "plot-throughput-speedup-analysis"
7482
7483 - type: "plot"
7484   title: "Speedup: 3n-hsw-xl710-64b-memif-base-i40e-ndr-tsa"
7485   algorithm: "plot_throughput_speedup_analysis_name"
7486   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-memif-base-i40e-ndr-tsa"
7487   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7488   include:
7489     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7490     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7491     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7492     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7493     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7494   layout:
7495     title: "3n-hsw-xl710-64b-memif-base-i40e-ndr"
7496     layout: "plot-throughput-speedup-analysis"
7497
7498 - type: "plot"
7499   title: "Speedup: 3n-hsw-xl710-64b-memif-base-i40e-pdr-tsa"
7500   algorithm: "plot_throughput_speedup_analysis_name"
7501   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-memif-base-i40e-pdr-tsa"
7502   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7503   include:
7504     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7505     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7506     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7507     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7508     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7509   layout:
7510     title: "3n-hsw-xl710-64b-memif-base-i40e-pdr"
7511     layout: "plot-throughput-speedup-analysis"
7512
7513 - type: "plot"
7514   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
7515   algorithm: "plot_throughput_speedup_analysis_name"
7516   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
7517   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7518   include:
7519     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
7520     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7521   layout:
7522     title: "2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
7523     layout: "plot-throughput-speedup-analysis"
7524
7525 - type: "plot"
7526   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
7527   algorithm: "plot_throughput_speedup_analysis_name"
7528   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
7529   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7530   include:
7531     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
7532     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7533   layout:
7534     title: "2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
7535     layout: "plot-throughput-speedup-analysis"
7536
7537 - type: "plot"
7538   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
7539   algorithm: "plot_throughput_speedup_analysis_name"
7540   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
7541   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7542   include:
7543     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
7544     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
7545     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
7546     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
7547     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
7548   layout:
7549     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
7550     layout: "plot-throughput-speedup-analysis"
7551
7552 - type: "plot"
7553   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
7554   algorithm: "plot_throughput_speedup_analysis_name"
7555   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
7556   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7557   include:
7558     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
7559     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
7560     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
7561     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
7562     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
7563   layout:
7564     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
7565     layout: "plot-throughput-speedup-analysis"
7566
7567 - type: "plot"
7568   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
7569   algorithm: "plot_throughput_speedup_analysis_name"
7570   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
7571   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7572   include:
7573     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7574     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7575     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
7576     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
7577     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7578   layout:
7579     title: "2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
7580     layout: "plot-throughput-speedup-analysis"
7581
7582 - type: "plot"
7583   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
7584   algorithm: "plot_throughput_speedup_analysis_name"
7585   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
7586   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7587   include:
7588     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7589     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7590     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
7591     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
7592     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7593   layout:
7594     title: "2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
7595     layout: "plot-throughput-speedup-analysis"
7596
7597 - type: "plot"
7598   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
7599   algorithm: "plot_throughput_speedup_analysis_name"
7600   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
7601   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7602   include:
7603     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7604     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
7605   layout:
7606     title: "2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr"
7607     layout: "plot-throughput-speedup-analysis"
7608
7609 - type: "plot"
7610   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
7611   algorithm: "plot_throughput_speedup_analysis_name"
7612   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
7613   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7614   include:
7615     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7616     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
7617   layout:
7618     title: "2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr"
7619     layout: "plot-throughput-speedup-analysis"
7620
7621 - type: "plot"
7622   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr-tsa"
7623   algorithm: "plot_throughput_speedup_analysis_name"
7624   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr-tsa"
7625   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7626   include:
7627     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7628     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7629     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7630   layout:
7631     title: "3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr"
7632     layout: "plot-throughput-speedup-analysis"
7633
7634 - type: "plot"
7635   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr-tsa"
7636   algorithm: "plot_throughput_speedup_analysis_name"
7637   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr-tsa"
7638   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7639   include:
7640     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7641     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7642     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7643   layout:
7644     title: "3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr"
7645     layout: "plot-throughput-speedup-analysis"
7646
7647 - type: "plot"
7648   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
7649   algorithm: "plot_throughput_speedup_analysis_name"
7650   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
7651   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7652   include:
7653     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
7654     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7655   layout:
7656     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
7657     layout: "plot-throughput-speedup-analysis"
7658
7659 - type: "plot"
7660   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
7661   algorithm: "plot_throughput_speedup_analysis_name"
7662   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
7663   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7664   include:
7665     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
7666     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
7667     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7668     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7669     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7670   layout:
7671     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
7672     layout: "plot-throughput-speedup-analysis"
7673
7674 - type: "plot"
7675   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
7676   algorithm: "plot_throughput_speedup_analysis_name"
7677   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
7678   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7679   include:
7680     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
7681     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
7682     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
7683     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
7684   layout:
7685     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
7686     layout: "plot-throughput-speedup-analysis"
7687
7688 - type: "plot"
7689   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
7690   algorithm: "plot_throughput_speedup_analysis_name"
7691   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
7692   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7693   include:
7694     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
7695     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
7696     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
7697     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
7698   layout:
7699     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
7700     layout: "plot-throughput-speedup-analysis"
7701
7702 - type: "plot"
7703   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
7704   algorithm: "plot_throughput_speedup_analysis_name"
7705   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
7706   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7707   include:
7708     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7709     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7710     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
7711     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
7712     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7713   layout:
7714     title: "3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
7715     layout: "plot-throughput-speedup-analysis"
7716
7717 - type: "plot"
7718   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
7719   algorithm: "plot_throughput_speedup_analysis_name"
7720   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
7721   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7722   include:
7723     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7724     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7725     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
7726     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
7727     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7728   layout:
7729     title: "3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
7730     layout: "plot-throughput-speedup-analysis"
7731
7732 - type: "plot"
7733   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
7734   algorithm: "plot_throughput_speedup_analysis_name"
7735   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
7736   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7737   include:
7738     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7739     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
7740     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
7741     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
7742     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
7743     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
7744   layout:
7745     title: "3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr"
7746     layout: "plot-throughput-speedup-analysis"
7747
7748 - type: "plot"
7749   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
7750   algorithm: "plot_throughput_speedup_analysis_name"
7751   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
7752   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7753   include:
7754     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7755     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
7756     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
7757     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
7758     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
7759     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
7760   layout:
7761     title: "3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr"
7762     layout: "plot-throughput-speedup-analysis"
7763
7764 - type: "plot"
7765   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7766   algorithm: "plot_throughput_speedup_analysis_name"
7767   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7768   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7769   include:
7770     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7771   layout:
7772     title: "2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr"
7773     layout: "plot-throughput-speedup-analysis"
7774
7775 - type: "plot"
7776   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7777   algorithm: "plot_throughput_speedup_analysis_name"
7778   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7779   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7780   include:
7781     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7782   layout:
7783     title: "2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr"
7784     layout: "plot-throughput-speedup-analysis"
7785
7786 - type: "plot"
7787   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7788   algorithm: "plot_throughput_speedup_analysis_name"
7789   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7790   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7791   include:
7792     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
7793     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7794     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
7795     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
7796     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
7797   layout:
7798     title: "2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
7799     layout: "plot-throughput-speedup-analysis"
7800
7801 - type: "plot"
7802   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7803   algorithm: "plot_throughput_speedup_analysis_name"
7804   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7805   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7806   include:
7807     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
7808     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7809     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
7810     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
7811     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
7812   layout:
7813     title: "2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
7814     layout: "plot-throughput-speedup-analysis"
7815
7816 - type: "plot"
7817   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7818   algorithm: "plot_throughput_speedup_analysis_name"
7819   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7820   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7821   include:
7822     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
7823     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7824     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
7825   layout:
7826     title: "3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr"
7827     layout: "plot-throughput-speedup-analysis"
7828
7829 - type: "plot"
7830   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7831   algorithm: "plot_throughput_speedup_analysis_name"
7832   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7833   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7834   include:
7835     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
7836     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7837     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
7838   layout:
7839     title: "3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr"
7840     layout: "plot-throughput-speedup-analysis"
7841
7842 - type: "plot"
7843   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7844   algorithm: "plot_throughput_speedup_analysis_name"
7845   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7846   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7847   include:
7848     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7849   layout:
7850     title: "3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr"
7851     layout: "plot-throughput-speedup-analysis"
7852
7853 - type: "plot"
7854   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7855   algorithm: "plot_throughput_speedup_analysis_name"
7856   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7857   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7858   include:
7859     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7860   layout:
7861     title: "3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr"
7862     layout: "plot-throughput-speedup-analysis"
7863
7864 - type: "plot"
7865   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7866   algorithm: "plot_throughput_speedup_analysis_name"
7867   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7868   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7869   include:
7870     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
7871     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7872     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
7873     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
7874     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
7875   layout:
7876     title: "3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
7877     layout: "plot-throughput-speedup-analysis"
7878
7879 - type: "plot"
7880   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7881   algorithm: "plot_throughput_speedup_analysis_name"
7882   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7883   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7884   include:
7885     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
7886     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7887     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
7888     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
7889     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
7890   layout:
7891     title: "3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
7892     layout: "plot-throughput-speedup-analysis"
7893
7894 - type: "plot"
7895   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
7896   algorithm: "plot_throughput_speedup_analysis_name"
7897   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
7898   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7899   include:
7900     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7901     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7902     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7903     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7904     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7905     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7906   layout:
7907     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr"
7908     layout: "plot-throughput-speedup-analysis"
7909
7910 - type: "plot"
7911   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
7912   algorithm: "plot_throughput_speedup_analysis_name"
7913   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
7914   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7915   include:
7916     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7917     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7918     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7919     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7920     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
7921     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7922   layout:
7923     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr"
7924     layout: "plot-throughput-speedup-analysis"
7925
7926 - type: "plot"
7927   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr-tsa"
7928   algorithm: "plot_throughput_speedup_analysis_name"
7929   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr-tsa"
7930   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7931   include:
7932     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
7933     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7934     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
7935     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7936   layout:
7937     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr"
7938     layout: "plot-throughput-speedup-analysis"
7939
7940 - type: "plot"
7941   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr-tsa"
7942   algorithm: "plot_throughput_speedup_analysis_name"
7943   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr-tsa"
7944   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7945   include:
7946     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
7947     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7948     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7949     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7950   layout:
7951     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr"
7952     layout: "plot-throughput-speedup-analysis"
7953
7954 - type: "plot"
7955   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr-tsa"
7956   algorithm: "plot_throughput_speedup_analysis_name"
7957   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr-tsa"
7958   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7959   include:
7960     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7961     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7962     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7963     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7964     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7965     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7966   layout:
7967     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr"
7968     layout: "plot-throughput-speedup-analysis"
7969
7970 - type: "plot"
7971   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr-tsa"
7972   algorithm: "plot_throughput_speedup_analysis_name"
7973   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr-tsa"
7974   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7975   include:
7976     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7977     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7978     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7979     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7980     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7981     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7982   layout:
7983     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr"
7984     layout: "plot-throughput-speedup-analysis"
7985
7986 - type: "plot"
7987   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
7988   algorithm: "plot_throughput_speedup_analysis_name"
7989   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
7990   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7991   include:
7992     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
7993     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
7994     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
7995   layout:
7996     title: "2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
7997     layout: "plot-throughput-speedup-analysis"
7998
7999 - type: "plot"
8000   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
8001   algorithm: "plot_throughput_speedup_analysis_name"
8002   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
8003   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8004   include:
8005     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
8006     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
8007     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8008   layout:
8009     title: "2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
8010     layout: "plot-throughput-speedup-analysis"
8011
8012 - type: "plot"
8013   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
8014   algorithm: "plot_throughput_speedup_analysis_name"
8015   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
8016   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8017   include:
8018     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
8019     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
8020     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
8021   layout:
8022     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
8023     layout: "plot-throughput-speedup-analysis"
8024
8025 - type: "plot"
8026   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
8027   algorithm: "plot_throughput_speedup_analysis_name"
8028   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
8029   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8030   include:
8031     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
8032     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
8033     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
8034   layout:
8035     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
8036     layout: "plot-throughput-speedup-analysis"
8037
8038 - type: "plot"
8039   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
8040   algorithm: "plot_throughput_speedup_analysis_name"
8041   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
8042   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8043   include:
8044     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8045     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8046     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8047     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8048     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8049   layout:
8050     title: "2n-skx-xxv710-64b-l2switching-base-i40e-ndr"
8051     layout: "plot-throughput-speedup-analysis"
8052
8053 - type: "plot"
8054   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
8055   algorithm: "plot_throughput_speedup_analysis_name"
8056   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
8057   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8058   include:
8059     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8060     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8061     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8062     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8063     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8064   layout:
8065     title: "2n-skx-xxv710-64b-l2switching-base-i40e-pdr"
8066     layout: "plot-throughput-speedup-analysis"
8067
8068 - type: "plot"
8069   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
8070   algorithm: "plot_throughput_speedup_analysis_name"
8071   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
8072   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8073   include:
8074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8075     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
8076     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
8077     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8078   layout:
8079     title: "2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr"
8080     layout: "plot-throughput-speedup-analysis"
8081
8082 - type: "plot"
8083   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
8084   algorithm: "plot_throughput_speedup_analysis_name"
8085   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
8086   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8087   include:
8088     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8089     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
8090     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
8091     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8092   layout:
8093     title: "2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr"
8094     layout: "plot-throughput-speedup-analysis"
8095
8096 - type: "plot"
8097   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr-tsa"
8098   algorithm: "plot_throughput_speedup_analysis_name"
8099   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr-tsa"
8100   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8101   include:
8102     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8103     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8104     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8105     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8106     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8107     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8108   layout:
8109     title: "3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr"
8110     layout: "plot-throughput-speedup-analysis"
8111
8112 - type: "plot"
8113   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr-tsa"
8114   algorithm: "plot_throughput_speedup_analysis_name"
8115   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr-tsa"
8116   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8117   include:
8118     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8119     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8120     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8121     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8122     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8123     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8124   layout:
8125     title: "3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr"
8126     layout: "plot-throughput-speedup-analysis"
8127
8128 - type: "plot"
8129   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
8130   algorithm: "plot_throughput_speedup_analysis_name"
8131   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
8132   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8133   include:
8134     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
8135     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8136     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8137   layout:
8138     title: "3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
8139     layout: "plot-throughput-speedup-analysis"
8140
8141 - type: "plot"
8142   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
8143   algorithm: "plot_throughput_speedup_analysis_name"
8144   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
8145   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8146   include:
8147     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
8148     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8149     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8150   layout:
8151     title: "3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
8152     layout: "plot-throughput-speedup-analysis"
8153
8154 - type: "plot"
8155   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
8156   algorithm: "plot_throughput_speedup_analysis_name"
8157   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
8158   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8159   include:
8160     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
8161     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
8162     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
8163   layout:
8164     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
8165     layout: "plot-throughput-speedup-analysis"
8166
8167 - type: "plot"
8168   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
8169   algorithm: "plot_throughput_speedup_analysis_name"
8170   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
8171   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8172   include:
8173     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
8174     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
8175     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
8176   layout:
8177     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
8178     layout: "plot-throughput-speedup-analysis"
8179
8180 - type: "plot"
8181   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
8182   algorithm: "plot_throughput_speedup_analysis_name"
8183   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
8184   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8185   include:
8186     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8187     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8188     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8189     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8190   layout:
8191     title: "3n-skx-xxv710-64b-l2switching-base-i40e-ndr"
8192     layout: "plot-throughput-speedup-analysis"
8193
8194 - type: "plot"
8195   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
8196   algorithm: "plot_throughput_speedup_analysis_name"
8197   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
8198   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8199   include:
8200     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8201     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8202     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8203     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8204   layout:
8205     title: "3n-skx-xxv710-64b-l2switching-base-i40e-pdr"
8206     layout: "plot-throughput-speedup-analysis"
8207
8208 - type: "plot"
8209   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
8210   algorithm: "plot_throughput_speedup_analysis_name"
8211   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
8212   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8213   include:
8214     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8215     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8216     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8217     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
8218     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
8219     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8220   layout:
8221     title: "3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr"
8222     layout: "plot-throughput-speedup-analysis"
8223
8224 - type: "plot"
8225   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
8226   algorithm: "plot_throughput_speedup_analysis_name"
8227   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
8228   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8229   include:
8230     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8231     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8232     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8233     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
8234     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
8235     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8236   layout:
8237     title: "3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr"
8238     layout: "plot-throughput-speedup-analysis"
8239
8240 - type: "plot"
8241   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-ndr"
8242   algorithm: "plot_throughput_speedup_analysis_name"
8243   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
8244   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8245   include:
8246     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8247     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8248     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8249     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8250   layout:
8251     title: "2n-skx-xxv710-64b-vhost-base-i40e-ndr"
8252     layout: "plot-throughput-speedup-analysis"
8253
8254 - type: "plot"
8255   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-pdr"
8256   algorithm: "plot_throughput_speedup_analysis_name"
8257   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
8258   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8259   include:
8260     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8261     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8262     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8263     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8264   layout:
8265     title: "2n-skx-xxv710-64b-vhost-base-i40e-pdr"
8266     layout: "plot-throughput-speedup-analysis"
8267
8268 - type: "plot"
8269   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
8270   algorithm: "plot_throughput_speedup_analysis_name"
8271   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr-tsa"
8272   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8273   include:
8274     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8275     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8276     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8277     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8278   layout:
8279     title: "2n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
8280     layout: "plot-throughput-speedup-analysis"
8281
8282 - type: "plot"
8283   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
8284   algorithm: "plot_throughput_speedup_analysis_name"
8285   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr-tsa"
8286   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8287   include:
8288     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8289     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8290     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8291     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8292   layout:
8293     title: "2n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
8294     layout: "plot-throughput-speedup-analysis"
8295
8296 - type: "plot"
8297   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-ndr"
8298   algorithm: "plot_throughput_speedup_analysis_name"
8299   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-ndr-tsa"
8300   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8301   include:
8302     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8303     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8304     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8305     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8306   layout:
8307     title: "3n-hsw-xl710-64b-vhost-base-i40e-ndr"
8308     layout: "plot-throughput-speedup-analysis"
8309
8310 - type: "plot"
8311   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-pdr"
8312   algorithm: "plot_throughput_speedup_analysis_name"
8313   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-pdr-tsa"
8314   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8315   include:
8316     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8317     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8318     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8319     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8320   layout:
8321     title: "3n-hsw-xl710-64b-vhost-base-i40e-pdr"
8322     layout: "plot-throughput-speedup-analysis"
8323
8324 - type: "plot"
8325   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-vpp-ndr"
8326   algorithm: "plot_throughput_speedup_analysis_name"
8327   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-vpp-ndr-tsa"
8328   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8329   include:
8330     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8331     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8332     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8333     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8334   layout:
8335     title: "3n-hsw-xl710-64b-vhost-base-i40e-vpp-ndr"
8336     layout: "plot-throughput-speedup-analysis"
8337
8338 - type: "plot"
8339   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-vpp-pdr"
8340   algorithm: "plot_throughput_speedup_analysis_name"
8341   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-vpp-pdr-tsa"
8342   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8343   include:
8344     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8345     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8346     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8347     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8348   layout:
8349     title: "3n-hsw-xl710-64b-vhost-base-i40e-vpp-pdr"
8350     layout: "plot-throughput-speedup-analysis"
8351
8352 - type: "plot"
8353   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-ndr"
8354   algorithm: "plot_throughput_speedup_analysis_name"
8355   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
8356   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8357   include:
8358     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8359     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8360     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8361     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8362     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8363   layout:
8364     title: "3n-skx-xxv710-64b-vhost-base-i40e-ndr"
8365     layout: "plot-throughput-speedup-analysis"
8366
8367 - type: "plot"
8368   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-pdr"
8369   algorithm: "plot_throughput_speedup_analysis_name"
8370   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
8371   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8372   include:
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-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8376     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8377     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8378   layout:
8379     title: "3n-skx-xxv710-64b-vhost-base-i40e-pdr"
8380     layout: "plot-throughput-speedup-analysis"
8381
8382 - type: "plot"
8383   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
8384   algorithm: "plot_throughput_speedup_analysis_name"
8385   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr-tsa"
8386   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8387   include:
8388     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8389     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8390     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8391     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8392     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8393   layout:
8394     title: "3n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
8395     layout: "plot-throughput-speedup-analysis"
8396
8397 - type: "plot"
8398   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
8399   algorithm: "plot_throughput_speedup_analysis_name"
8400   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr-tsa"
8401   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8402   include:
8403     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8404     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8405     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8406     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8407     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8408   layout:
8409     title: "3n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
8410     layout: "plot-throughput-speedup-analysis"
8411
8412 - type: "plot"
8413   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr"
8414   algorithm: "plot_throughput_speedup_analysis_name"
8415   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
8416   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8417   include:
8418     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8419     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8420     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8421     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8422     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8423     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8424   layout:
8425     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr"
8426     layout: "plot-throughput-speedup-analysis"
8427
8428 - type: "plot"
8429   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr"
8430   algorithm: "plot_throughput_speedup_analysis_name"
8431   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
8432   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8433   include:
8434     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8435     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8436     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8437     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8438     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8439     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8440   layout:
8441     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr"
8442     layout: "plot-throughput-speedup-analysis"
8443
8444 - type: "plot"
8445   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
8446   algorithm: "plot_throughput_speedup_analysis_name"
8447   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-ndr-tsa"
8448   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8449   include:
8450     - "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"
8451     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8452     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8453     - "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"
8454     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8455     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8456   layout:
8457     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
8458     layout: "plot-throughput-speedup-analysis"
8459
8460 - type: "plot"
8461   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
8462   algorithm: "plot_throughput_speedup_analysis_name"
8463   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-pdr-tsa"
8464   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8465   include:
8466     - "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"
8467     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8468     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8469     - "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"
8470     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8471     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8472   layout:
8473     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
8474     layout: "plot-throughput-speedup-analysis"
8475
8476 - type: "plot"
8477   title: "Speedup: 3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-ndr"
8478   algorithm: "plot_throughput_speedup_analysis_name"
8479   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
8480   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8481   include:
8482     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8483     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8484     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8485     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8486     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8487     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8488   layout:
8489     title: "3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-ndr"
8490     layout: "plot-throughput-speedup-analysis"
8491
8492 - type: "plot"
8493   title: "Speedup: 3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-pdr"
8494   algorithm: "plot_throughput_speedup_analysis_name"
8495   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
8496   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8497   include:
8498     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8499     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8500     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8501     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8502     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8503     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8504   layout:
8505     title: "3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-pdr"
8506     layout: "plot-throughput-speedup-analysis"
8507
8508 - type: "plot"
8509   title: "Speedup: 3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
8510   algorithm: "plot_throughput_speedup_analysis_name"
8511   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-vpp-ndr-tsa"
8512   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8513   include:
8514     - "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"
8515     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8516     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8517     - "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"
8518     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8519     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8520   layout:
8521     title: "3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
8522     layout: "plot-throughput-speedup-analysis"
8523
8524 - type: "plot"
8525   title: "Speedup: 3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
8526   algorithm: "plot_throughput_speedup_analysis_name"
8527   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-vpp-pdr-tsa"
8528   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8529   include:
8530     - "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"
8531     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8532     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8533     - "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"
8534     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8535     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8536   layout:
8537     title: "3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
8538     layout: "plot-throughput-speedup-analysis"
8539
8540 - type: "plot"
8541   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
8542   algorithm: "plot_throughput_speedup_analysis_name"
8543   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
8544   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8545   include:
8546     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
8547     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8548     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8549     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
8550     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8551   layout:
8552     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
8553     layout: "plot-throughput-speedup-analysis"
8554
8555 - type: "plot"
8556   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
8557   algorithm: "plot_throughput_speedup_analysis_name"
8558   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
8559   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8560   include:
8561     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
8562     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8563     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8564     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
8565     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8566   layout:
8567     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
8568     layout: "plot-throughput-speedup-analysis"
8569
8570 - type: "plot"
8571   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
8572   algorithm: "plot_throughput_speedup_analysis_name"
8573   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
8574   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8575   include:
8576     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
8577     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8578     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
8579     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
8580     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
8581   layout:
8582     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
8583     layout: "plot-throughput-speedup-analysis"
8584
8585 - type: "plot"
8586   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
8587   algorithm: "plot_throughput_speedup_analysis_name"
8588   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
8589   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8590   include:
8591     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
8592     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8593     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
8594     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
8595     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
8596   layout:
8597     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
8598     layout: "plot-throughput-speedup-analysis"
8599
8600 - type: "plot"
8601   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
8602   algorithm: "plot_throughput_speedup_analysis_name"
8603   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
8604   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8605   include:
8606     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8607     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
8608   layout:
8609     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
8610     layout: "plot-throughput-speedup-analysis"
8611
8612 - type: "plot"
8613   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
8614   algorithm: "plot_throughput_speedup_analysis_name"
8615   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
8616   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8617   include:
8618     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8619     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
8620   layout:
8621     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
8622     layout: "plot-throughput-speedup-analysis"
8623
8624 - type: "plot"
8625   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
8626   algorithm: "plot_throughput_speedup_analysis_name"
8627   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
8628   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8629   include:
8630     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
8631     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
8632     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
8633     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
8634   layout:
8635     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
8636     layout: "plot-throughput-speedup-analysis"
8637
8638 - type: "plot"
8639   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
8640   algorithm: "plot_throughput_speedup_analysis_name"
8641   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
8642   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8643   include:
8644     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
8645     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
8646     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
8647     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
8648   layout:
8649     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
8650     layout: "plot-throughput-speedup-analysis"
8651
8652 - type: "plot"
8653   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
8654   algorithm: "plot_throughput_speedup_analysis_name"
8655   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
8656   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8657   include:
8658     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
8659     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
8660     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
8661     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
8662     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
8663   layout:
8664     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
8665     layout: "plot-throughput-speedup-analysis"
8666
8667 - type: "plot"
8668   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
8669   algorithm: "plot_throughput_speedup_analysis_name"
8670   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
8671   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8672   include:
8673     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
8674     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
8675     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
8676     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
8677     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
8678   layout:
8679     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
8680     layout: "plot-throughput-speedup-analysis"
8681
8682 - type: "plot"
8683   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
8684   algorithm: "plot_throughput_speedup_analysis_name"
8685   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
8686   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8687   include:
8688     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8689     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8690     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8691     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8692     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8693     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8694   layout:
8695     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
8696     layout: "plot-throughput-speedup-analysis"
8697
8698 - type: "plot"
8699   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
8700   algorithm: "plot_throughput_speedup_analysis_name"
8701   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
8702   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8703   include:
8704     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8705     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8706     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8707     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8708     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8709     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8710   layout:
8711     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
8712     layout: "plot-throughput-speedup-analysis"
8713
8714 - type: "plot"
8715   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
8716   algorithm: "plot_throughput_speedup_analysis_name"
8717   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
8718   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8719   include:
8720     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8721     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8722     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8723     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8724   layout:
8725     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
8726     layout: "plot-throughput-speedup-analysis"
8727
8728 - type: "plot"
8729   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
8730   algorithm: "plot_throughput_speedup_analysis_name"
8731   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
8732   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8733   include:
8734     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8735     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8736     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8737     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8738   layout:
8739     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
8740     layout: "plot-throughput-speedup-analysis"
8741
8742 - type: "plot"
8743   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
8744   algorithm: "plot_throughput_speedup_analysis_name"
8745   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
8746   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8747   include:
8748     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8749     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8750     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8751     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
8752     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
8753     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8754   layout:
8755     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
8756     layout: "plot-throughput-speedup-analysis"
8757
8758 - type: "plot"
8759   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
8760   algorithm: "plot_throughput_speedup_analysis_name"
8761   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
8762   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8763   include:
8764     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8765     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8766     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8767     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
8768     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
8769     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8770   layout:
8771     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
8772     layout: "plot-throughput-speedup-analysis"
8773
8774 - type: "plot"
8775   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
8776   algorithm: "plot_throughput_speedup_analysis_name"
8777   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
8778   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8779   include:
8780     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8781     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8782     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8783     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8784     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8785   layout:
8786     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
8787     layout: "plot-throughput-speedup-analysis"
8788
8789 - type: "plot"
8790   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
8791   algorithm: "plot_throughput_speedup_analysis_name"
8792   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
8793   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8794   include:
8795     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8796     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8797     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8798     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8799     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8800   layout:
8801     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
8802     layout: "plot-throughput-speedup-analysis"
8803
8804 - type: "plot"
8805   title: "Speedup: 3n-tsh-x520-114b-vts-l2switching-base-ixgbe-ndr-tsa"
8806   algorithm: "plot_throughput_speedup_analysis_name"
8807   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-vts-l2switching-base-ixgbe-ndr-tsa"
8808   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8809   include:
8810     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8811     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8812     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8813   layout:
8814     title: "3n-tsh-x520-114b-vts-l2switching-base-ixgbe-ndr"
8815     layout: "plot-throughput-speedup-analysis"
8816
8817 - type: "plot"
8818   title: "Speedup: 3n-tsh-x520-114b-vts-l2switching-base-ixgbe-pdr-tsa"
8819   algorithm: "plot_throughput_speedup_analysis_name"
8820   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-vts-l2switching-base-ixgbe-pdr-tsa"
8821   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8822   include:
8823     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8824     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8825     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8826   layout:
8827     title: "3n-tsh-x520-114b-vts-l2switching-base-ixgbe-pdr"
8828     layout: "plot-throughput-speedup-analysis"
8829
8830 - type: "plot"
8831   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
8832   algorithm: "plot_throughput_speedup_analysis_name"
8833   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
8834   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8835   include:
8836     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8837   layout:
8838     title: "2n-dnv-x553-64b-ip4routing-base-ixgbe-ndr-tsa"
8839     layout: "plot-throughput-speedup-analysis"
8840
8841 - type: "plot"
8842   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
8843   algorithm: "plot_throughput_speedup_analysis_name"
8844   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
8845   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8846   include:
8847     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8848   layout:
8849     title: "2n-dnv-x553-64b-ip4routing-base-ixgbe-pdr-tsa"
8850     layout: "plot-throughput-speedup-analysis"
8851
8852 - type: "plot"
8853   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
8854   algorithm: "plot_throughput_speedup_analysis_name"
8855   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
8856   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8857   include:
8858     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
8859   layout:
8860     title: "2n-dnv-x553-78b-ip6routing-base-ixgbe-ndr-tsa"
8861     layout: "plot-throughput-speedup-analysis"
8862
8863 - type: "plot"
8864   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
8865   algorithm: "plot_throughput_speedup_analysis_name"
8866   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
8867   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8868   include:
8869     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
8870   layout:
8871     title: "2n-dnv-x553-78b-ip6routing-base-ixgbe-pdr-tsa"
8872     layout: "plot-throughput-speedup-analysis"
8873
8874 - type: "plot"
8875   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
8876   algorithm: "plot_throughput_speedup_analysis_name"
8877   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
8878   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8879   include:
8880     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8881     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8882     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8883   layout:
8884     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
8885     layout: "plot-throughput-speedup-analysis"
8886
8887 - type: "plot"
8888   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
8889   algorithm: "plot_throughput_speedup_analysis_name"
8890   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
8891   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8892   include:
8893     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8894     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8895     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8896   layout:
8897     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
8898     layout: "plot-throughput-speedup-analysis"
8899
8900 - type: "plot"
8901   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
8902   algorithm: "plot_throughput_speedup_analysis_name"
8903   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
8904   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8905   include:
8906     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8907   layout:
8908     title: "3n-dnv-x553-64b-ip4routing-base-ixgbe-ndr-tsa"
8909     layout: "plot-throughput-speedup-analysis"
8910
8911 - type: "plot"
8912   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
8913   algorithm: "plot_throughput_speedup_analysis_name"
8914   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
8915   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8916   include:
8917     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8918   layout:
8919     title: "3n-dnv-x553-64b-ip4routing-base-ixgbe-pdr-tsa"
8920     layout: "plot-throughput-speedup-analysis"
8921
8922 - type: "plot"
8923   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
8924   algorithm: "plot_throughput_speedup_analysis_name"
8925   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
8926   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8927   include:
8928     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
8929     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8930   layout:
8931     title: "3n-dnv-x553-64b-ip4tunnel-base-ixgbe-ndr-tsa"
8932     layout: "plot-throughput-speedup-analysis"
8933
8934 - type: "plot"
8935   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
8936   algorithm: "plot_throughput_speedup_analysis_name"
8937   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
8938   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8939   include:
8940     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
8941     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8942   layout:
8943     title: "3n-dnv-x553-64b-ip4tunnel-base-ixgbe-pdr-tsa"
8944     layout: "plot-throughput-speedup-analysis"
8945
8946 - type: "plot"
8947   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
8948   algorithm: "plot_throughput_speedup_analysis_name"
8949   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
8950   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8951   include:
8952     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
8953   layout:
8954     title: "3n-dnv-x553-78b-ip6routing-base-ixgbe-ndr-tsa"
8955     layout: "plot-throughput-speedup-analysis"
8956
8957 - type: "plot"
8958   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
8959   algorithm: "plot_throughput_speedup_analysis_name"
8960   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
8961   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8962   include:
8963     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
8964   layout:
8965     title: "3n-dnv-x553-78b-ip6routing-base-ixgbe-pdr-tsa"
8966     layout: "plot-throughput-speedup-analysis"
8967
8968 - type: "plot"
8969   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
8970   algorithm: "plot_throughput_speedup_analysis_name"
8971   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
8972   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8973   include:
8974     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8975     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8976     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8977     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8978     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8979     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8980   layout:
8981     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
8982     layout: "plot-throughput-speedup-analysis"
8983
8984 - type: "plot"
8985   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
8986   algorithm: "plot_throughput_speedup_analysis_name"
8987   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
8988   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8989   include:
8990     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8991     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8992     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8993     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8994     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8995     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8996   layout:
8997     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
8998     layout: "plot-throughput-speedup-analysis"
8999
9000 - type: "plot"
9001   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
9002   algorithm: "plot_throughput_speedup_analysis_name"
9003   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
9004   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
9005   include:
9006     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
9007     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
9008     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
9009   layout:
9010     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
9011     layout: "plot-throughput-speedup-analysis"
9012
9013 - type: "plot"
9014   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
9015   algorithm: "plot_throughput_speedup_analysis_name"
9016   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
9017   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
9018   include:
9019     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
9020     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
9021     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
9022   layout:
9023     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
9024     layout: "plot-throughput-speedup-analysis"