Report: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
33     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
34     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
35     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
37     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
38     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
39     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
40     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
41     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
42     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
43     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
44     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
45     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
46     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
47     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
48     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
49     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
50     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
51     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
52
53     # Detailed test configurations
54     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
55     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
56     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
57     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
58     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
59     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
60     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
61     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
62     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
63     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
64     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
65     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
66     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
67     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
68     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
69     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
70
71     # Detailed tests operational data
72     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
73     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
74     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
75     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
76     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
77     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
78     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
79
80     # .css patch file to fix tables generated by Sphinx
81     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
82     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
83
84   urls:
85     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
86     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
87     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
88     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
89     DIR[NEXUS,DOC]: "report/_static/archive"
90
91   make-dirs:
92   # List the directories which are created while preparing the environment.
93   # All directories MUST be defined in "paths" section.
94   - "DIR[WORKING,DATA]"
95   - "DIR[STATIC,VPP]"
96   - "DIR[STATIC,DPDK]"
97   - "DIR[STATIC,ARCH]"
98   - "DIR[BUILD,LATEX]"
99   - "DIR[WORKING,SRC]"
100   - "DIR[WORKING,SRC,STATIC]"
101
102   remove-dirs:
103   # List the directories which are deleted while cleaning the environment.
104   # All directories MUST be defined in "paths" section.
105   #- "DIR[BUILD,HTML]"
106   - "DIR[WORKING,DATA]"
107
108   build-dirs:
109   # List the directories where the results (build) is stored.
110   # All directories MUST be defined in "paths" section.
111   - "DIR[BUILD,HTML]"
112   - "DIR[BUILD,LATEX]"
113
114 - type: "configuration"
115
116   limits:
117     nic:
118       x520: 24460000
119       x553: 29761905
120       x710: 35800000
121       xxv710: 35800000
122       xl710: 35800000
123
124     link:
125       10ge: 14880952.38
126       25ge: 37202380.95
127       40ge: 59523809.52
128       100ge: 148809523.81
129
130     pci:
131       pci-g3-x8: 74404761.90
132       pci-g3-x16: 148809523.81
133
134   data-sets:
135
136     ###########################################################################
137     # Plots:
138
139     # 3n-hsw
140
141     plot-vpp-throughput-lat-tsa-3n-hsw:
142       csit-vpp-perf-verify-1908_1-3n-hsw:
143         - 3   # NDRPDR sel
144         - 4   # NDRPDR sel
145         - 8   # NDRPDR sel
146         - 9   # NDRPDR sel
147         - 10  # NDRPDR sel
148         - 11  # NDRPDR sel
149         - 12  # NDRPDR sel
150         - 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         - 12  # NDRPDR sel
209         - 13  # NDRPDR sel
210         - 14  # NDRPDR sel
211
212     # 3n-dnv
213
214     plot-vpp-throughput-lat-tsa-3n-dnv:
215       csit-vpp-perf-verify-1908_1-3n-dnv:
216         - 2   # NDRPDR sel
217         - 3   # NDRPDR sel
218         - 5   # NDRPDR sel
219         - 6   # NDRPDR sel
220         - 7   # NDRPDR sel
221         - 8   # NDRPDR sel
222         - 9   # NDRPDR sel
223         - 10  # NDRPDR sel
224         - 11  # NDRPDR sel
225         - 12  # NDRPDR sel
226
227     # 2n-dnv
228
229     plot-vpp-throughput-lat-tsa-2n-dnv:
230       csit-vpp-perf-verify-1908_1-2n-dnv:
231         - 2   # NDRPDR sel
232         - 3   # NDRPDR sel
233         - 4   # NDRPDR sel
234         - 5   # NDRPDR sel
235         - 7   # NDRPDR sel
236         - 8   # NDRPDR sel
237         - 9   # NDRPDR sel
238         - 10  # NDRPDR sel
239         - 11  # NDRPDR sel
240         - 12  # NDRPDR sel
241
242     ###########################################################################
243     # Simple tables (only one data set):
244
245     # NIC Comparisons
246
247     vpp-nic-comparison-3n-skx:
248       csit-vpp-perf-verify-1908_1-3n-skx:
249         - 3   # NDRPDR sel
250         - 4   # NDRPDR sel
251         - 7   # NDRPDR sel
252         - 8   # NDRPDR sel
253         - 9   # NDRPDR sel
254         - 10  # NDRPDR sel
255         - 11  # NDRPDR sel
256         - 12  # NDRPDR sel
257         - 13  # NDRPDR sel
258         - 14  # NDRPDR sel
259
260     vpp-nic-comparison-2n-skx:
261       csit-vpp-perf-verify-1908_1-2n-skx:
262         - 3   # NDRPDR sel
263         - 4   # NDRPDR sel
264         - 6   # NDRPDR sel
265         - 10  # NDRPDR sel
266         - 14  # NDRPDR sel
267         - 16  # NDRPDR sel
268         - 21  # NDRPDR sel
269         - 23  # NDRPDR sel
270         - 24  # NDRPDR sel
271         - 25  # NDRPDR sel
272
273     vpp-nic-comparison-3n-skx-mrr:
274       csit-vpp-perf-verify-1908_1-3n-skx:
275         - 5   # MRR sel
276
277     vpp-nic-comparison-2n-skx-mrr:
278       csit-vpp-perf-verify-1908_1-2n-skx:
279         - 5   # MRR sel
280
281     # Results
282
283     vpp-perf-results-3n-hsw:
284       csit-vpp-perf-verify-1908_1-3n-hsw:
285         - 10  # NDRPDR sel
286
287     vpp-perf-results-3n-skx:
288       csit-vpp-perf-verify-1908_1-3n-skx:
289         - 7   # NDRPDR sel
290
291     vpp-perf-results-2n-skx:
292       csit-vpp-perf-verify-1908_1-2n-skx:
293         - 23  # NDRPDR sel
294         - 8   # Reconf
295
296     vpp-perf-results-3n-tsh:
297       csit-vpp-perf-verify-1908_1-3n-tsh:
298         - 8   # NDRPDR sel
299
300     vpp-perf-results-3n-dnv:
301       csit-vpp-perf-verify-1908_1-3n-dnv:
302         - 2   # NDRPDR sel
303
304     vpp-perf-results-2n-dnv:
305       csit-vpp-perf-verify-1908_1-2n-dnv:
306         - 2   # NDRPDR sel
307
308     vpp-mrr-results-3n-hsw:
309       csit-vpp-perf-verify-1908_1-3n-hsw:
310         - 5   # MRR sel
311
312     vpp-mrr-results-3n-skx:
313       csit-vpp-perf-verify-1908_1-3n-skx:
314         - 5   # MRR sel
315
316     vpp-mrr-results-2n-skx:
317       csit-vpp-perf-verify-1908_1-2n-skx:
318         - 5   # MRR sel
319
320     vpp-mrr-results-3n-tsh:
321       csit-vpp-perf-verify-1908_1-3n-tsh:
322         - 4   # MRR sel
323
324     vpp-mrr-results-3n-dnv:
325       csit-vpp-perf-verify-1908_1-3n-dnv:
326         - 4   # MRR sel
327
328     vpp-mrr-results-2n-dnv:
329       csit-vpp-perf-verify-1908_1-2n-dnv:
330         - 6   # MRR sel
331
332     vpp-func-results-ubuntu:
333       csit-vpp-functional-1908_1-ubuntu1604-virl:
334         - 1
335
336     vpp-func-results-centos:
337       csit-vpp-functional-1908_1-centos7-virl:
338         - 1
339
340     vpp-device-results-ubuntu:
341       csit-vpp-device-1908-ubuntu1804-1n-skx:
342         - 286
343
344 ###########################################################################
345     # Tables (more than one data set)
346
347     # Performance changes
348
349     vpp-performance-changes-3n-hsw-h1:
350       csit-vpp-perf-verify-1901-3n-hsw:
351         - 10  # NDRPDR sel
352         - 19  # NDRPDR sel
353         - 31  # NDRPDR sel
354         - 36  # NDRPDR sel
355         - 40  # NDRPDR sel
356         - 42  # NDRPDR sel
357         - 44  # NDRPDR sel
358         - 46  # NDRPDR sel
359         - 47  # NDRPDR sel
360         - 48  # NDRPDR sel
361         - 61  # NDRPDR LB
362         - 62  # NDRPDR LB
363         - 63  # NDRPDR LB
364         - 64  # NDRPDR LB
365         - 65  # NDRPDR LB
366         - 66  # NDRPDR LB
367         - 67  # NDRPDR LB
368         - 69  # NDRPDR LB
369         - 70  # NDRPDR LB
370         - 71  # NDRPDR LB
371     vpp-performance-changes-3n-hsw-ref:
372       csit-vpp-perf-verify-1904-3n-hsw:
373         - 11  # NDRPDR sel
374         - 12  # NDRPDR sel
375         - 20  # NDRPDR sel
376         - 21  # NDRPDR sel
377         - 23  # NDRPDR sel
378         - 24  # NDRPDR sel
379         - 25  # NDRPDR sel
380         - 26  # NDRPDR sel
381         - 29  # NDRPDR sel
382         - 30  # NDRPDR sel
383     vpp-performance-changes-3n-hsw-cmp:
384       csit-vpp-perf-verify-1908_1-3n-hsw:
385         - 3   # NDRPDR sel
386         - 4   # NDRPDR sel
387         - 8   # NDRPDR sel
388         - 9   # NDRPDR sel
389         - 10  # NDRPDR sel
390         - 11  # NDRPDR sel
391         - 12  # NDRPDR sel
392         - 13  # NDRPDR sel
393         - 14  # NDRPDR sel
394         - 15  # NDRPDR sel
395     vpp-performance-changes-3n-hsw:
396       - "vpp-performance-changes-3n-hsw-h1"
397       - "vpp-performance-changes-3n-hsw-ref"
398       - "vpp-performance-changes-3n-hsw-cmp"
399
400     vpp-performance-changes-3n-skx-h1:
401       csit-vpp-perf-verify-1901-3n-skx:
402         - 18  # NDRPDR sel
403         - 19  # NDRPDR sel
404         - 20  # NDRPDR sel
405         - 28  # NDRPDR sel
406         - 31  # NDRPDR sel
407         - 33  # NDRPDR sel
408         - 36  # NDRPDR sel
409         - 38  # NDRPDR sel
410         - 47  # NDRPDR sel
411         - 48  # NDRPDR sel
412         - 54  # NDRPDR LB
413         - 57  # NDRPDR LB
414         - 58  # NDRPDR LB
415         - 59  # NDRPDR LB
416         - 60  # NDRPDR LB
417         - 63  # NDRPDR LB
418         - 64  # NDRPDR LB
419         - 65  # NDRPDR LB
420         - 66  # NDRPDR LB
421         - 67  # NDRPDR LB
422     vpp-performance-changes-3n-skx-ref:
423       csit-vpp-perf-verify-1904-3n-skx:
424         - 8   # NDRPDR sel
425         - 9   # NDRPDR sel
426         - 10  # NDRPDR sel
427         - 11  # NDRPDR sel
428         - 12  # NDRPDR sel
429         - 14  # NDRPDR sel
430         - 16  # NDRPDR sel
431         - 21  # NDRPDR sel
432         - 23  # NDRPDR sel
433         - 25  # NDRPDR sel
434     vpp-performance-changes-3n-skx-cmp:
435       csit-vpp-perf-verify-1908_1-3n-skx:
436         - 3   # NDRPDR sel
437         - 4   # NDRPDR sel
438         - 7   # NDRPDR sel
439         - 8   # NDRPDR sel
440         - 9   # NDRPDR sel
441         - 10  # NDRPDR sel
442         - 11  # NDRPDR sel
443         - 12  # NDRPDR sel
444         - 13  # NDRPDR sel
445         - 14  # NDRPDR sel
446     vpp-performance-changes-3n-skx:
447       - "vpp-performance-changes-3n-skx-h1"
448       - "vpp-performance-changes-3n-skx-ref"
449       - "vpp-performance-changes-3n-skx-cmp"
450
451     vpp-performance-changes-2n-skx-h1:
452       csit-vpp-perf-verify-1901-2n-skx:
453         - 5   # NDRPDR sel
454         - 12  # NDRPDR sel
455         - 13  # NDRPDR sel
456         - 21  # NDRPDR sel
457         - 23  # NDRPDR sel
458         - 31  # NDRPDR sel
459         - 34  # NDRPDR sel
460         - 40  # NDRPDR sel
461         - 42  # NDRPDR sel
462         - 43  # NDRPDR sel
463     vpp-performance-changes-2n-skx-ref:
464       csit-vpp-perf-verify-1904-2n-skx:
465         - 12  # NDRPDR sel
466         - 14  # NDRPDR sel
467         - 16  # NDRPDR sel
468         - 17  # NDRPDR sel
469         - 18  # NDRPDR sel
470         - 21  # NDRPDR sel
471         - 27  # NDRPDR sel
472         - 30  # NDRPDR sel
473         - 31  # NDRPDR sel
474         - 32  # NDRPDR sel
475     vpp-performance-changes-2n-skx-cmp:
476       csit-vpp-perf-verify-1908_1-2n-skx:
477         - 3   # NDRPDR sel
478         - 4   # NDRPDR sel
479         - 6   # NDRPDR sel
480         - 10  # NDRPDR sel
481         - 14  # NDRPDR sel
482         - 16  # NDRPDR sel
483         - 21  # NDRPDR sel
484         - 23  # NDRPDR sel
485         - 24  # NDRPDR sel
486         - 25  # NDRPDR sel
487     vpp-performance-changes-2n-skx:
488       - "vpp-performance-changes-2n-skx-h1"
489       - "vpp-performance-changes-2n-skx-ref"
490       - "vpp-performance-changes-2n-skx-cmp"
491
492     vpp-performance-changes-3n-hsw-mrr-h1:
493       csit-vpp-perf-verify-1901-3n-hsw:
494         - 35  # MRR sel
495     vpp-performance-changes-3n-hsw-mrr-ref:
496       csit-vpp-perf-verify-1904-3n-hsw:
497         - 9   # MRR sel
498     vpp-performance-changes-3n-hsw-mrr-cmp:
499       csit-vpp-perf-verify-1908_1-3n-hsw:
500         - 5   # MRR sel
501     vpp-performance-changes-3n-hsw-mrr:
502       - "vpp-performance-changes-3n-hsw-mrr-h1"
503       - "vpp-performance-changes-3n-hsw-mrr-ref"
504       - "vpp-performance-changes-3n-hsw-mrr-cmp"
505
506     vpp-performance-changes-3n-skx-mrr-h1:
507       csit-vpp-perf-verify-1901-3n-skx:
508         - 32  # MRR sel
509     vpp-performance-changes-3n-skx-mrr-ref:
510       csit-vpp-perf-verify-1904-3n-skx:
511         - 7   # MRR sel
512     vpp-performance-changes-3n-skx-mrr-cmp:
513       csit-vpp-perf-verify-1908_1-3n-skx:
514         - 5   # MRR sel
515     vpp-performance-changes-3n-skx-mrr:
516       - "vpp-performance-changes-3n-skx-mrr-h1"
517       - "vpp-performance-changes-3n-skx-mrr-ref"
518       - "vpp-performance-changes-3n-skx-mrr-cmp"
519
520     vpp-performance-changes-2n-skx-mrr-h1:
521       csit-vpp-perf-verify-1901-2n-skx:
522         - 22  # MRR sel
523     vpp-performance-changes-2n-skx-mrr-ref:
524       csit-vpp-perf-verify-1904-2n-skx:
525         - 11  # MRR sel
526     vpp-performance-changes-2n-skx-mrr-cmp:
527       csit-vpp-perf-verify-1908_1-2n-skx:
528         - 5   # MRR sel
529     vpp-performance-changes-2n-skx-mrr:
530       - "vpp-performance-changes-2n-skx-mrr-h1"
531       - "vpp-performance-changes-2n-skx-mrr-ref"
532       - "vpp-performance-changes-2n-skx-mrr-cmp"
533
534     # Compare testbeds
535
536     vpp-compare-testbeds-ref:
537       csit-vpp-perf-verify-1908_1-3n-hsw:
538         - 3   # NDRPDR sel
539         - 4   # NDRPDR sel
540         - 8   # NDRPDR sel
541         - 9   # NDRPDR sel
542         - 10  # NDRPDR sel
543         - 11  # NDRPDR sel
544         - 12  # NDRPDR sel
545         - 13  # NDRPDR sel
546         - 14  # NDRPDR sel
547         - 15  # NDRPDR sel
548     vpp-compare-testbeds-cmp:
549       csit-vpp-perf-verify-1908_1-3n-skx:
550         - 3   # NDRPDR sel
551         - 4   # NDRPDR sel
552         - 7   # NDRPDR sel
553         - 8   # NDRPDR sel
554         - 9   # NDRPDR sel
555         - 10  # NDRPDR sel
556         - 11  # NDRPDR sel
557         - 12  # NDRPDR sel
558         - 13  # NDRPDR sel
559         - 14  # NDRPDR sel
560     vpp-compare-testbeds:
561       - "vpp-compare-testbeds-ref"
562       - "vpp-compare-testbeds-cmp"
563
564     vpp-compare-testbeds-mrr-ref:
565       csit-vpp-perf-verify-1908_1-3n-hsw:
566         - 5   # MRR sel
567     vpp-compare-testbeds-mrr-cmp:
568       csit-vpp-perf-verify-1908_1-3n-skx:
569         - 5   # MRR sel
570     vpp-compare-testbeds-mrr:
571       - "vpp-compare-testbeds-mrr-ref"
572       - "vpp-compare-testbeds-mrr-cmp"
573
574     # Compare topologies
575
576     vpp-compare-topologies-ref:
577       csit-vpp-perf-verify-1908_1-3n-skx:
578         - 3   # NDRPDR sel
579         - 4   # NDRPDR sel
580         - 7   # NDRPDR sel
581         - 8   # NDRPDR sel
582         - 9   # NDRPDR sel
583         - 10  # NDRPDR sel
584         - 11  # NDRPDR sel
585         - 12  # NDRPDR sel
586         - 13  # NDRPDR sel
587         - 14  # NDRPDR sel
588     vpp-compare-topologies-cmp:
589       csit-vpp-perf-verify-1908_1-2n-skx:
590         - 3   # NDRPDR sel
591         - 4   # NDRPDR sel
592         - 6   # NDRPDR sel
593         - 10  # NDRPDR sel
594         - 14  # NDRPDR sel
595         - 16  # NDRPDR sel
596         - 21  # NDRPDR sel
597         - 23  # NDRPDR sel
598         - 24  # NDRPDR sel
599         - 25  # NDRPDR sel
600     vpp-compare-topologies:
601       - "vpp-compare-topologies-ref"
602       - "vpp-compare-topologies-cmp"
603
604     vpp-compare-topologies-mrr-ref:
605       csit-vpp-perf-verify-1908_1-3n-skx:
606         - 5   # MRR sel
607     vpp-compare-topologies-mrr-cmp:
608       csit-vpp-perf-verify-1908_1-2n-skx:
609         - 5   # MRR sel
610     vpp-compare-topologies-mrr:
611       - "vpp-compare-topologies-mrr-ref"
612       - "vpp-compare-topologies-mrr-cmp"
613
614   plot-layouts:
615
616     plot-soak-throughput:
617       titlefont:
618         size: 18
619       xaxis:
620         title: "<b>Test Cases [Index]</b>"
621         titlefont:
622           size: 16
623         autorange: True
624         fixedrange: False
625         gridcolor: "rgb(230, 230, 230)"
626         linecolor: "rgb(220, 220, 220)"
627         linewidth: 1
628         showgrid: True
629         showline: True
630         showticklabels: True
631         tickcolor: "rgb(220, 220, 220)"
632         tickmode: "linear"
633         tickfont:
634           size: 16
635         zeroline: False
636       yaxis:
637         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
638         titlefont:
639           size: 16
640         gridcolor: "rgb(230, 230, 230)"
641         hoverformat: ".4r"
642         tickformat: ".3r"
643         linecolor: "rgb(220, 220, 220)"
644         linewidth: 1
645         showgrid: True
646         showline: True
647         showticklabels: True
648         tickcolor: "rgb(220, 220, 220)"
649         tickfont:
650           size: 16
651         zeroline: False
652         range: [0,50]
653       autosize: False
654       margin:
655         t: 50
656         b: 0
657         l: 80
658         r: 20
659       showlegend: True
660       legend:
661         orientation: "h"
662         font:
663           size: 16
664       width: 700
665       height: 900
666
667     plot-service-density:
668       titlefont:
669         size: 18
670       xaxis:
671         side: "top"
672         autorange: True
673         fixedrange: False
674         showgrid: False
675         showline: False
676         showticklabels: False
677         ticks: ""
678         ticklen: 0
679         tickwidth: 0
680         zeroline: False
681       yaxis:
682         autorange: "reversed"
683         showgrid: False
684         showline: False
685         showticklabels: False
686         ticks: ""
687         ticklen: 0
688         tickwidth: 0
689         zeroline: False
690       autosize: True
691       showlegend: False
692       width: 700
693       height: 700
694
695     plot-cps:
696       titlefont:
697         size: 18
698       xaxis:
699         title: "<b>Test Cases [Index]</b>"
700         titlefont:
701           size: 16
702         autorange: True
703         fixedrange: False
704         gridcolor: "rgb(230, 230, 230)"
705         linecolor: "rgb(220, 220, 220)"
706         linewidth: 1
707         showgrid: True
708         showline: True
709         showticklabels: True
710         tickcolor: "rgb(220, 220, 220)"
711         tickmode: "linear"
712         tickfont:
713           size: 16
714         zeroline: False
715       yaxis:
716         title: "<b>Connections Per Second [cps]</b>"
717         titlefont:
718           size: 16
719         gridcolor: "rgb(230, 230, 230)"
720         hoverformat: ".4s"
721         linecolor: "rgb(220, 220, 220)"
722         linewidth: 1
723         rangemode: "tozero"
724         showgrid: True
725         showline: True
726         showticklabels: True
727         tickcolor: "rgb(220, 220, 220)"
728         tickformat: ".3s"
729         tickfont:
730           size: 16
731         zeroline: False
732       boxmode: "group"
733       boxgroupgap: 0.5
734       autosize: False
735       margin:
736         t: 50
737         b: 20
738         l: 80
739         r: 20
740       showlegend: True
741       legend:
742         orientation: "h"
743         font:
744           size: 16
745       width: 700
746       height: 800
747
748     plot-rps:
749       titlefont:
750         size: 18
751       xaxis:
752         title: "<b>Test Cases [Index]</b>"
753         titlefont:
754           size: 16
755         autorange: True
756         fixedrange: False
757         gridcolor: "rgb(230, 230, 230)"
758         linecolor: "rgb(220, 220, 220)"
759         linewidth: 1
760         showgrid: True
761         showline: True
762         showticklabels: True
763         tickcolor: "rgb(220, 220, 220)"
764         tickmode: "linear"
765         tickfont:
766           size: 16
767         zeroline: False
768       yaxis:
769         title: "<b>Requests Per Second [rps]</b>"
770         titlefont:
771           size: 16
772         gridcolor: "rgb(230, 230, 230)"
773         hoverformat: ".4s"
774         linecolor: "rgb(220, 220, 220)"
775         linewidth: 1
776         rangemode: "tozero"
777         showgrid: True
778         showline: True
779         showticklabels: True
780         tickcolor: "rgb(230, 230, 230)"
781         tickformat: ".3s"
782         tickfont:
783           size: 16
784         zeroline: False
785       boxmode: "group"
786       boxgroupgap: 0.5
787       autosize: False
788       margin:
789         t: 50
790         b: 20
791         l: 80
792         r: 20
793       showlegend: True
794       legend:
795         orientation: "h"
796         font:
797           size: 16
798       width: 700
799       height: 800
800
801     plot-throughput:
802       titlefont:
803         size: 18
804       xaxis:
805         title: "<b>Test Cases [Index]</b>"
806         titlefont:
807           size: 16
808         autorange: True
809         fixedrange: False
810         gridcolor: "rgb(230, 230, 230)"
811         linecolor: "rgb(220, 220, 220)"
812         linewidth: 1
813         showgrid: True
814         showline: True
815         showticklabels: True
816         tickcolor: "rgb(220, 220, 220)"
817         tickmode: "linear"
818         tickfont:
819           size: 16
820         zeroline: False
821       yaxis:
822         title: "<b>Packet Throughput [Mpps]</b>"
823         titlefont:
824           size: 16
825         gridcolor: "rgb(230, 230, 230)"
826         hoverformat: ".4r"
827         tickformat: ".3r"
828         linecolor: "rgb(220, 220, 220)"
829         linewidth: 1
830         showgrid: True
831         showline: True
832         showticklabels: True
833         tickcolor: "rgb(220, 220, 220)"
834         tickfont:
835           size: 16
836         zeroline: False
837         range: [0,50]
838       boxmode: "group"
839       boxgroupgap: 0.5
840       autosize: False
841       margin:
842         t: 50
843         b: 0
844         l: 80
845         r: 20
846       showlegend: True
847       legend:
848         orientation: "h"
849         font:
850           size: 16
851       width: 700
852       height: 900
853
854     plot-throughput-speedup-analysis:
855       titlefont:
856         size: 18
857       xaxis:
858         title: "<b>Number of Cores [Qty]</b>"
859         titlefont:
860           size: 16
861         autorange: True
862         fixedrange: False
863         gridcolor: "rgb(230, 230, 230)"
864         linecolor: "rgb(220, 220, 220)"
865         linewidth: 1
866         showgrid: True
867         showline: True
868         showticklabels: True
869         tickcolor: "rgb(238, 238, 238)"
870         tickmode: "linear"
871         tickfont:
872           size: 16
873         zeroline: False
874       yaxis:
875         title: "<b>Packet Throughput [Mpps]</b>"
876         titlefont:
877           size: 16
878         type: "linear"
879         gridcolor: "rgb(230, 230, 230)"
880         hoverformat: ".4s"
881         linecolor: "rgb(220, 220, 220)"
882         linewidth: 1
883         showgrid: True
884         showline: True
885         showticklabels: True
886         tickcolor: "rgb(220, 220, 220)"
887         tickformat: ".4s"
888         tickfont:
889           size: 16
890         zeroline: True
891         rangemode: "tozero"
892         range: [0,100]
893       legend:
894         orientation: "h"
895         font:
896           size: 16
897         xanchor: "left"
898         yanchor: "top"
899         x: 0
900         y: -0.2
901         bgcolor: "rgba(255, 255, 255, 0)"
902         bordercolor: "rgba(255, 255, 255, 0)"
903         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
904       autosize: False
905       margin:
906           't': 50
907           'b': 150
908           'l': 85
909           'r': 10
910       showlegend: True
911       width: 700
912       height: 700
913       hoverlabel:
914         namelength: -1
915       annotations: [
916         {
917           text: "_ _          __          ...",
918           align: "left",
919           showarrow: False,
920           xref: "paper",
921           yref: "paper",
922           xanchor: "left",
923           yanchor: "top",
924           x: 0,
925           y: -0.13,
926           font: {
927             family: "Consolas, Courier New",
928             size: 15
929           },
930         },
931         {
932           text: "    Perfect     Measured     Limit",
933           align: "left",
934           showarrow: False,
935           xref: "paper",
936           yref: "paper",
937           xanchor: "left",
938           yanchor: "top",
939           x: 0,
940           y: -0.15,
941           font: {
942             family: "Consolas, Courier New",
943             size: 15
944           },
945         },
946       ]
947
948     plot-latency:
949       titlefont:
950         size: 18
951       xaxis:
952         title: "<b>Direction</b>"
953         titlefont:
954           size: 16
955         autorange: True
956         fixedrange: False
957         gridcolor: "rgb(230, 230, 230)"
958         linecolor: "rgb(220, 220, 220)"
959         linewidth: 1
960         showgrid: True
961         showline: True
962         showticklabels: False
963         tickcolor: "rgb(220, 220, 220)"
964         tickmode: "linear"
965         tickfont:
966           size: 16
967         zeroline: False
968       yaxis:
969         title: "<b>Packet Latency [uSec]</b>"
970         titlefont:
971           size: 16
972         type: "linear"
973         gridcolor: "rgb(230, 230, 230)"
974         hoverformat: ".4s"
975         linecolor: "rgb(220, 220, 220)"
976         linewidth: 1
977         showgrid: True
978         showline: True
979         showticklabels: True
980         tickcolor: "rgb(220, 220, 220)"
981         tickformat: ".4s"
982         tickfont:
983           size: 16
984         zeroline: True
985         rangemode: "tozero"
986       legend:
987         orientation: "h"
988         font:
989           size: 16
990         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
991       autosize: False
992       margin:
993           't': 50
994           'b': 150
995           'l': 80
996           'r': 10
997       showlegend: True
998       width: 700
999       height: 700
1000       hoverlabel:
1001         namelength: -1
1002
1003 - type: "static"
1004   src-path: "{DIR[RST]}"
1005   dst-path: "{DIR[WORKING,SRC]}"
1006
1007 - type: "input"
1008   general:
1009     file-name: "output_info.xml.gz"
1010     file-format: ".gz"
1011     arch-file-format:
1012       - ".gz"
1013       - ".zip"
1014     download-path: "{job}/{build}/archives/{filename}"
1015     extract: "output.xml"
1016
1017     zip-file-name: "robot-plugin.zip"
1018     zip-file-format: ".zip"
1019     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1020     zip-extract: "robot-plugin/output.xml"
1021
1022   builds:
1023
1024     csit-vpp-perf-verify-1901-3n-hsw:
1025       - 35  # MRR sel
1026       - 10  # NDRPDR sel
1027       - 19  # NDRPDR sel
1028       - 31  # NDRPDR sel
1029       - 36  # NDRPDR sel
1030       - 40  # NDRPDR sel
1031       - 42  # NDRPDR sel
1032       - 44  # NDRPDR sel
1033       - 46  # NDRPDR sel
1034       - 47  # NDRPDR sel
1035       - 48  # NDRPDR sel
1036       - 61  # NDRPDR LB
1037       - 62  # NDRPDR LB
1038       - 63  # NDRPDR LB
1039       - 64  # NDRPDR LB
1040       - 65  # NDRPDR LB
1041       - 66  # NDRPDR LB
1042       - 67  # NDRPDR LB
1043       - 69  # NDRPDR LB
1044       - 70  # NDRPDR LB
1045       - 71  # NDRPDR LB
1046     csit-vpp-perf-verify-1904-3n-hsw:
1047       - 9   # MRR sel
1048       - 11  # NDRPDR sel
1049       - 12  # NDRPDR sel
1050       - 20  # NDRPDR sel
1051       - 21  # NDRPDR sel
1052       - 23  # NDRPDR sel
1053       - 24  # NDRPDR sel
1054       - 25  # NDRPDR sel
1055       - 26  # NDRPDR sel
1056       - 29  # NDRPDR sel
1057       - 30  # NDRPDR sel
1058     csit-vpp-perf-verify-1908_1-3n-hsw:
1059       - 5   # MRR sel
1060       - 3   # NDRPDR sel
1061       - 4   # NDRPDR sel
1062       - 8   # NDRPDR sel
1063       - 9   # NDRPDR sel
1064       - 10  # NDRPDR sel
1065       - 11  # NDRPDR sel
1066       - 12  # NDRPDR sel
1067       - 13  # NDRPDR sel
1068       - 14  # NDRPDR sel
1069       - 15  # NDRPDR sel
1070
1071     csit-vpp-perf-verify-1901-3n-skx:
1072       - 32  # MRR sel
1073       - 18  # NDRPDR sel
1074       - 19  # NDRPDR sel
1075       - 20  # NDRPDR sel
1076       - 28  # NDRPDR sel
1077       - 31  # NDRPDR sel
1078       - 33  # NDRPDR sel
1079       - 36  # NDRPDR sel
1080       - 38  # NDRPDR sel
1081       - 47  # NDRPDR sel
1082       - 48  # NDRPDR sel
1083       - 54  # NDRPDR LB
1084       - 57  # NDRPDR LB
1085       - 58  # NDRPDR LB
1086       - 59  # NDRPDR LB
1087       - 60  # NDRPDR LB
1088       - 63  # NDRPDR LB
1089       - 64  # NDRPDR LB
1090       - 65  # NDRPDR LB
1091       - 66  # NDRPDR LB
1092       - 67  # NDRPDR LB
1093     csit-vpp-perf-verify-1904-3n-skx:
1094       - 7   # MRR sel
1095       - 8   # NDRPDR sel
1096       - 9   # NDRPDR sel
1097       - 10  # NDRPDR sel
1098       - 11  # NDRPDR sel
1099       - 12  # NDRPDR sel
1100       - 14  # NDRPDR sel
1101       - 16  # NDRPDR sel
1102       - 21  # NDRPDR sel
1103       - 23  # NDRPDR sel
1104       - 25  # NDRPDR sel
1105     csit-vpp-perf-verify-1908_1-3n-skx:
1106       - 5   # MRR sel
1107       - 3   # NDRPDR sel
1108       - 4   # NDRPDR sel
1109       - 7   # NDRPDR sel
1110       - 8   # NDRPDR sel
1111       - 9   # NDRPDR sel
1112       - 10  # NDRPDR sel
1113       - 11  # NDRPDR sel
1114       - 12  # NDRPDR sel
1115       - 13  # NDRPDR sel
1116       - 14  # NDRPDR sel
1117
1118     csit-vpp-perf-verify-1901-2n-skx:
1119       - 22  # MRR sel
1120       - 5   # NDRPDR sel
1121       - 12  # NDRPDR sel
1122       - 13  # NDRPDR sel
1123       - 21  # NDRPDR sel
1124       - 23  # NDRPDR sel
1125       - 31  # NDRPDR sel
1126       - 34  # NDRPDR sel
1127       - 40  # NDRPDR sel
1128       - 42  # NDRPDR sel
1129       - 43  # NDRPDR sel
1130     csit-vpp-perf-verify-1904-2n-skx:
1131       - 11  # MRR sel
1132       - 12  # NDRPDR sel
1133       - 14  # NDRPDR sel
1134       - 16  # NDRPDR sel
1135       - 17  # NDRPDR sel
1136       - 18  # NDRPDR sel
1137       - 21  # NDRPDR sel
1138       - 27  # NDRPDR sel
1139       - 30  # NDRPDR sel
1140       - 31  # NDRPDR sel
1141       - 32  # NDRPDR sel
1142     csit-vpp-perf-verify-1908_1-2n-skx:
1143       - 5   # MRR sel
1144       - 3   # NDRPDR sel
1145       - 4   # NDRPDR sel
1146       - 6   # NDRPDR sel
1147       - 10  # NDRPDR sel
1148       - 14  # NDRPDR sel
1149       - 16  # NDRPDR sel
1150       - 21  # NDRPDR sel
1151       - 23  # NDRPDR sel
1152       - 24  # NDRPDR sel
1153       - 25  # NDRPDR sel
1154       - 8   # Reconf
1155       - 9   # Reconf
1156       - 11  # Reconf
1157       - 12  # Reconf
1158       - 13  # Reconf
1159       - 15  # Reconf
1160       - 17  # Reconf
1161       - 18  # Reconf
1162       - 19  # Reconf
1163       - 20  # Reconf
1164
1165     csit-vpp-perf-verify-1908_1-3n-tsh:
1166       - 4   # MRR sel
1167       - 5   # NDRPDR sel
1168       - 6   # NDRPDR sel
1169       - 7   # NDRPDR sel
1170       - 8   # NDRPDR sel
1171       - 9   # NDRPDR sel
1172       - 10  # NDRPDR sel
1173       - 11  # NDRPDR sel
1174       - 12  # NDRPDR sel
1175       - 13  # NDRPDR sel
1176       - 14  # NDRPDR sel
1177
1178     csit-vpp-perf-verify-1908_1-3n-dnv:
1179       - 4   # MRR sel
1180       - 2   # NDRPDR sel
1181       - 3   # NDRPDR sel
1182       - 5   # NDRPDR sel
1183       - 6   # NDRPDR sel
1184       - 7   # NDRPDR sel
1185       - 8   # NDRPDR sel
1186       - 9   # NDRPDR sel
1187       - 10  # NDRPDR sel
1188       - 11  # NDRPDR sel
1189       - 12  # NDRPDR sel
1190
1191     csit-vpp-perf-verify-1908_1-2n-dnv:
1192       - 6   # MRR sel
1193       - 2   # NDRPDR sel
1194       - 3   # NDRPDR sel
1195       - 4   # NDRPDR sel
1196       - 5   # NDRPDR sel
1197       - 7   # NDRPDR sel
1198       - 8   # NDRPDR sel
1199       - 9   # NDRPDR sel
1200       - 10  # NDRPDR sel
1201       - 11  # NDRPDR sel
1202       - 12  # NDRPDR sel
1203
1204     csit-vpp-functional-1908_1-ubuntu1604-virl:
1205       - 1
1206     csit-vpp-functional-1908_1-centos7-virl:
1207       - 1
1208     csit-vpp-device-1908-ubuntu1804-1n-skx:
1209       - 286
1210
1211 - type: "output"
1212   output: "report"
1213   format:
1214     html:
1215     - full
1216     pdf:
1217     - minimal
1218
1219 ################################################################################
1220 ###                               T A B L E S                                ###
1221 ################################################################################
1222
1223 # VPP Compare NICs 3n-skx 2t1c ndr
1224 - type: "table"
1225   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1226   algorithm: "table_nics_comparison"
1227   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1228   reference:
1229     title: "x710"
1230     nic: "NIC_Intel-X710"
1231   compare:
1232     title: "xxv710"
1233     nic: "NIC_Intel-XXV710"
1234   data: "vpp-nic-comparison-3n-skx"
1235   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1236   filter: "'2T1C' and 'NDRPDR'"
1237   parameters:
1238   - "name"
1239   - "parent"
1240   - "throughput"
1241   - "tags"
1242
1243 # VPP Compare NICs 3n-skx 4t2c ndr
1244 - type: "table"
1245   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1246   algorithm: "table_nics_comparison"
1247   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1248   reference:
1249     title: "x710"
1250     nic: "NIC_Intel-X710"
1251   compare:
1252     title: "xxv710"
1253     nic: "NIC_Intel-XXV710"
1254   data: "vpp-nic-comparison-3n-skx"
1255   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1256   filter: "'4T2C' and 'NDRPDR'"
1257   parameters:
1258   - "name"
1259   - "parent"
1260   - "throughput"
1261   - "tags"
1262
1263 # VPP Compare NICs 3n-skx 2t1c pdr
1264 - type: "table"
1265   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1266   algorithm: "table_nics_comparison"
1267   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1268   reference:
1269     title: "x710"
1270     nic: "NIC_Intel-X710"
1271   compare:
1272     title: "xxv710"
1273     nic: "NIC_Intel-XXV710"
1274   data: "vpp-nic-comparison-3n-skx"
1275   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1276   filter: "'2T1C' and 'NDRPDR'"
1277   parameters:
1278   - "name"
1279   - "parent"
1280   - "throughput"
1281   - "tags"
1282
1283  # VPP Compare NICs 3n-skx 4t2c pdr
1284 - type: "table"
1285   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1286   algorithm: "table_nics_comparison"
1287   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1288   reference:
1289     title: "x710"
1290     nic: "NIC_Intel-X710"
1291   compare:
1292     title: "xxv710"
1293     nic: "NIC_Intel-XXV710"
1294   data: "vpp-nic-comparison-3n-skx"
1295   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1296   filter: "'4T2C' and 'NDRPDR'"
1297   parameters:
1298   - "name"
1299   - "parent"
1300   - "throughput"
1301   - "tags"
1302
1303 # VPP Compare NICs 3n-skx 2t1c mrr
1304 - type: "table"
1305   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1306   algorithm: "table_nics_comparison"
1307   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1308   reference:
1309     title: "x710"
1310     nic: "NIC_Intel-X710"
1311   compare:
1312     title: "xxv710"
1313     nic: "NIC_Intel-XXV710"
1314   data: "vpp-nic-comparison-3n-skx-mrr"
1315   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1316   filter: "'2T1C' and 'MRR'"
1317   parameters:
1318   - "name"
1319   - "parent"
1320   - "result"
1321   - "tags"
1322
1323 # VPP Compare NICs 3n-skx 4t2c mrr
1324 - type: "table"
1325   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1326   algorithm: "table_nics_comparison"
1327   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1328   reference:
1329     title: "x710"
1330     nic: "NIC_Intel-X710"
1331   compare:
1332     title: "xxv710"
1333     nic: "NIC_Intel-XXV710"
1334   data: "vpp-nic-comparison-3n-skx-mrr"
1335   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1336   filter: "'4T2C' and 'MRR'"
1337   parameters:
1338   - "name"
1339   - "parent"
1340   - "result"
1341   - "tags"
1342
1343  # VPP Compare NICs 3n-skx 8t4c mrr
1344 - type: "table"
1345   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1346   algorithm: "table_nics_comparison"
1347   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1348   reference:
1349     title: "x710"
1350     nic: "NIC_Intel-X710"
1351   compare:
1352     title: "xxv710"
1353     nic: "NIC_Intel-XXV710"
1354   data: "vpp-nic-comparison-3n-skx-mrr"
1355   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1356   filter: "'8T4C' and 'MRR'"
1357   parameters:
1358   - "name"
1359   - "parent"
1360   - "result"
1361   - "tags"
1362
1363 # VPP Compare NICs 2n-skx 2t1c ndr
1364 - type: "table"
1365   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1366   algorithm: "table_nics_comparison"
1367   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1368   reference:
1369     title: "x710"
1370     nic: "NIC_Intel-X710"
1371   compare:
1372     title: "xxv710"
1373     nic: "NIC_Intel-XXV710"
1374   data: "vpp-nic-comparison-2n-skx"
1375   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1376   filter: "'2T1C' and 'NDRPDR'"
1377   parameters:
1378   - "name"
1379   - "parent"
1380   - "throughput"
1381   - "tags"
1382
1383 # VPP Compare NICs 2n-skx 4t2c ndr
1384 - type: "table"
1385   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1386   algorithm: "table_nics_comparison"
1387   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1388   reference:
1389     title: "x710"
1390     nic: "NIC_Intel-X710"
1391   compare:
1392     title: "xxv710"
1393     nic: "NIC_Intel-XXV710"
1394   data: "vpp-nic-comparison-2n-skx"
1395   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1396   filter: "'4T2C' and 'NDRPDR'"
1397   parameters:
1398   - "name"
1399   - "parent"
1400   - "throughput"
1401   - "tags"
1402
1403  # VPP Compare NICs 2n-skx 2t1c pdr
1404 - type: "table"
1405   title: "VPP Compare NICs 2n-skx 2t1c pdr"
1406   algorithm: "table_nics_comparison"
1407   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1408   reference:
1409     title: "x710"
1410     nic: "NIC_Intel-X710"
1411   compare:
1412     title: "xxv710"
1413     nic: "NIC_Intel-XXV710"
1414   data: "vpp-nic-comparison-2n-skx"
1415   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1416   filter: "'2T1C' and 'NDRPDR'"
1417   parameters:
1418   - "name"
1419   - "parent"
1420   - "throughput"
1421   - "tags"
1422
1423 # VPP Compare NICs 2n-skx 4t2c pdr
1424 - type: "table"
1425   title: "VPP Compare NICs 2n-skx 4t2c pdr"
1426   algorithm: "table_nics_comparison"
1427   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
1428   reference:
1429     title: "x710"
1430     nic: "NIC_Intel-X710"
1431   compare:
1432     title: "xxv710"
1433     nic: "NIC_Intel-XXV710"
1434   data: "vpp-nic-comparison-2n-skx"
1435   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1436   filter: "'4T2C' and 'NDRPDR'"
1437   parameters:
1438   - "name"
1439   - "parent"
1440   - "throughput"
1441   - "tags"
1442
1443 # VPP Compare NICs 2n-skx 2t1c mrr
1444 - type: "table"
1445   title: "VPP Compare NICs 2n-skx 2t1c mrr"
1446   algorithm: "table_nics_comparison"
1447   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
1448   reference:
1449     title: "x710"
1450     nic: "NIC_Intel-X710"
1451   compare:
1452     title: "xxv710"
1453     nic: "NIC_Intel-XXV710"
1454   data: "vpp-nic-comparison-2n-skx-mrr"
1455   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1456   filter: "'2T1C' and 'MRR'"
1457   parameters:
1458   - "name"
1459   - "parent"
1460   - "result"
1461   - "tags"
1462
1463 # VPP Compare NICs 2n-skx 4t2c mrr
1464 - type: "table"
1465   title: "VPP Compare NICs 2n-skx 4t2c mrr"
1466   algorithm: "table_nics_comparison"
1467   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
1468   reference:
1469     title: "x710"
1470     nic: "NIC_Intel-X710"
1471   compare:
1472     title: "xxv710"
1473     nic: "NIC_Intel-XXV710"
1474   data: "vpp-nic-comparison-2n-skx-mrr"
1475   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1476   filter: "'4T2C' and 'MRR'"
1477   parameters:
1478   - "name"
1479   - "parent"
1480   - "result"
1481   - "tags"
1482
1483 # VPP Compare NICs 2n-skx 8t4c mrr
1484 - type: "table"
1485   title: "VPP Compare NICs 2n-skx 8t4c mrr"
1486   algorithm: "table_nics_comparison"
1487   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
1488   reference:
1489     title: "x710"
1490     nic: "NIC_Intel-X710"
1491   compare:
1492     title: "xxv710"
1493     nic: "NIC_Intel-XXV710"
1494   data: "vpp-nic-comparison-2n-skx-mrr"
1495   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1496   filter: "'8T4C' and 'MRR'"
1497   parameters:
1498   - "name"
1499   - "parent"
1500   - "result"
1501   - "tags"
1502
1503 ################################################################################
1504 # VPP
1505
1506 # VPP Performance Changes 3n-hsw 1t1c pdr
1507 - type: "table"
1508   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
1509   algorithm: "table_performance_comparison"
1510   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
1511   history:
1512     - title: "rls1901"
1513       data: "vpp-performance-changes-3n-hsw-h1"
1514   reference:
1515     title: "rls1904"
1516     data: "vpp-performance-changes-3n-hsw-ref"
1517   compare:
1518     title: "rls1908.1"
1519     data: "vpp-performance-changes-3n-hsw-cmp"
1520   data: "vpp-performance-changes-3n-hsw"
1521   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1522   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1523   parameters:
1524   - "name"
1525   - "parent"
1526   - "throughput"
1527
1528 # VPP Performance Changes 3n-hsw 2t2c pdr
1529 - type: "table"
1530   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
1531   algorithm: "table_performance_comparison"
1532   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
1533   history:
1534     - title: "rls1901"
1535       data: "vpp-performance-changes-3n-hsw-h1"
1536   reference:
1537     title: "rls1904"
1538     data: "vpp-performance-changes-3n-hsw-ref"
1539   compare:
1540     title: "rls1908.1"
1541     data: "vpp-performance-changes-3n-hsw-cmp"
1542   data: "vpp-performance-changes-3n-hsw"
1543   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1544   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1545   parameters:
1546   - "name"
1547   - "parent"
1548   - "throughput"
1549
1550 # VPP Performance Changes 3n-hsw 1t1c ndr
1551 - type: "table"
1552   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
1553   algorithm: "table_performance_comparison"
1554   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
1555   history:
1556     - title: "rls1901"
1557       data: "vpp-performance-changes-3n-hsw-h1"
1558   reference:
1559     title: "rls1904"
1560     data: "vpp-performance-changes-3n-hsw-ref"
1561   compare:
1562     title: "rls1908.1"
1563     data: "vpp-performance-changes-3n-hsw-cmp"
1564   data: "vpp-performance-changes-3n-hsw"
1565   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1566   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1567   parameters:
1568   - "name"
1569   - "parent"
1570   - "throughput"
1571
1572 # VPP Performance Changes 3n-hsw 2t2c ndr
1573 - type: "table"
1574   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
1575   algorithm: "table_performance_comparison"
1576   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
1577   history:
1578     - title: "rls1901"
1579       data: "vpp-performance-changes-3n-hsw-h1"
1580   reference:
1581     title: "rls1904"
1582     data: "vpp-performance-changes-3n-hsw-ref"
1583   compare:
1584     title: "rls1908.1"
1585     data: "vpp-performance-changes-3n-hsw-cmp"
1586   data: "vpp-performance-changes-3n-hsw"
1587   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1588   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1589   parameters:
1590   - "name"
1591   - "parent"
1592   - "throughput"
1593
1594 # VPP Performance Changes 3n-skx 2t1c pdr
1595 - type: "table"
1596   title: "VPP Performance Changes 3n-skx 2t1c pdr"
1597   algorithm: "table_performance_comparison_nic"
1598   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
1599   history:
1600     - title: "rls1901 x710"
1601       data: "vpp-performance-changes-3n-skx-h1"
1602       nic: "NIC_Intel-X710"
1603   reference:
1604     title: "rls1904 x710"
1605     data: "vpp-performance-changes-3n-skx-ref"
1606     nic: "NIC_Intel-X710"
1607   compare:
1608     title: "rls1908.1 xxv710"
1609     data: "vpp-performance-changes-3n-skx-cmp"
1610     nic: "NIC_Intel-XXV710"
1611   data: "vpp-performance-changes-3n-skx"
1612   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1613   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1614   parameters:
1615   - "name"
1616   - "parent"
1617   - "throughput"
1618   - "tags"
1619
1620 # VPP Performance Changes 3n-skx 4t2c pdr
1621 - type: "table"
1622   title: "VPP Performance Changes 3n-skx 4t2c pdr"
1623   algorithm: "table_performance_comparison_nic"
1624   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
1625   history:
1626     - title: "rls1901 x710"
1627       data: "vpp-performance-changes-3n-skx-h1"
1628       nic: "NIC_Intel-X710"
1629   reference:
1630     title: "rls1904 x710"
1631     data: "vpp-performance-changes-3n-skx-ref"
1632     nic: "NIC_Intel-X710"
1633   compare:
1634     title: "rls1908.1 xxv710"
1635     data: "vpp-performance-changes-3n-skx-cmp"
1636     nic: "NIC_Intel-XXV710"
1637   data: "vpp-performance-changes-3n-skx"
1638   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1639   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1640   parameters:
1641   - "name"
1642   - "parent"
1643   - "throughput"
1644   - "tags"
1645
1646 # VPP Performance Changes 3n-skx 2t1c ndr
1647 - type: "table"
1648   title: "VPP Performance Changes 3n-skx 2t1c ndr"
1649   algorithm: "table_performance_comparison_nic"
1650   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
1651   history:
1652     - title: "rls1901 x710"
1653       data: "vpp-performance-changes-3n-skx-h1"
1654       nic: "NIC_Intel-X710"
1655   reference:
1656     title: "rls1904 x710"
1657     data: "vpp-performance-changes-3n-skx-ref"
1658     nic: "NIC_Intel-X710"
1659   compare:
1660     title: "rls1908.1 xxv710"
1661     data: "vpp-performance-changes-3n-skx-cmp"
1662     nic: "NIC_Intel-XXV710"
1663   data: "vpp-performance-changes-3n-skx"
1664   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1665   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1666   parameters:
1667   - "name"
1668   - "parent"
1669   - "throughput"
1670   - "tags"
1671
1672 # VPP Performance Changes 3n-skx 4t2c ndr
1673 - type: "table"
1674   title: "VPP Performance Changes 3n-skx 4t2c ndr"
1675   algorithm: "table_performance_comparison_nic"
1676   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
1677   history:
1678     - title: "rls1901 x710"
1679       data: "vpp-performance-changes-3n-skx-h1"
1680       nic: "NIC_Intel-X710"
1681   reference:
1682     title: "rls1904 x710"
1683     data: "vpp-performance-changes-3n-skx-ref"
1684     nic: "NIC_Intel-X710"
1685   compare:
1686     title: "rls1908.1 xxv710"
1687     data: "vpp-performance-changes-3n-skx-cmp"
1688     nic: "NIC_Intel-XXV710"
1689   data: "vpp-performance-changes-3n-skx"
1690   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1691   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1692   parameters:
1693   - "name"
1694   - "parent"
1695   - "throughput"
1696   - "tags"
1697
1698 # VPP Performance Changes 2n-skx 2t1c pdr
1699 - type: "table"
1700   title: "VPP Performance Changes 2n-skx 2t1c pdr"
1701   algorithm: "table_performance_comparison_nic"
1702   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
1703   history:
1704     - title: "rls1901 x710"
1705       data: "vpp-performance-changes-2n-skx-h1"
1706       nic: "NIC_Intel-X710"
1707   reference:
1708     title: "rls1904 x710"
1709     data: "vpp-performance-changes-2n-skx-ref"
1710     nic: "NIC_Intel-X710"
1711   compare:
1712     title: "rls1908.1 xxv710"
1713     data: "vpp-performance-changes-2n-skx-cmp"
1714     nic: "NIC_Intel-XXV710"
1715   data: "vpp-performance-changes-2n-skx"
1716   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1717   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1718   parameters:
1719   - "name"
1720   - "parent"
1721   - "throughput"
1722   - "tags"
1723
1724 # VPP Performance Changes 2n-skx 4t2c pdr
1725 - type: "table"
1726   title: "VPP Performance Changes 2n-skx 4t2c pdr"
1727   algorithm: "table_performance_comparison_nic"
1728   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
1729   history:
1730     - title: "rls1901 x710"
1731       data: "vpp-performance-changes-2n-skx-h1"
1732       nic: "NIC_Intel-X710"
1733   reference:
1734     title: "rls1904 x710"
1735     data: "vpp-performance-changes-2n-skx-ref"
1736     nic: "NIC_Intel-X710"
1737   compare:
1738     title: "rls1908.1 xxv710"
1739     data: "vpp-performance-changes-2n-skx-cmp"
1740     nic: "NIC_Intel-XXV710"
1741   data: "vpp-performance-changes-2n-skx"
1742   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1743   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1744   parameters:
1745   - "name"
1746   - "parent"
1747   - "throughput"
1748   - "tags"
1749
1750 # VPP Performance Changes 2n-skx 2t1c ndr
1751 - type: "table"
1752   title: "VPP Performance Changes 2n-skx 2t1c ndr"
1753   algorithm: "table_performance_comparison_nic"
1754   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
1755   history:
1756     - title: "rls1901 x710"
1757       data: "vpp-performance-changes-2n-skx-h1"
1758       nic: "NIC_Intel-X710"
1759   reference:
1760     title: "rls1904 x710"
1761     data: "vpp-performance-changes-2n-skx-ref"
1762     nic: "NIC_Intel-X710"
1763   compare:
1764     title: "rls1908.1 xxv710"
1765     data: "vpp-performance-changes-2n-skx-cmp"
1766     nic: "NIC_Intel-XXV710"
1767   data: "vpp-performance-changes-2n-skx"
1768   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1769   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1770   parameters:
1771   - "name"
1772   - "parent"
1773   - "throughput"
1774   - "tags"
1775
1776 # VPP Performance Changes 2n-skx 4t2c ndr
1777 - type: "table"
1778   title: "VPP Performance Changes 2n-skx 4t2c ndr"
1779   algorithm: "table_performance_comparison_nic"
1780   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
1781   history:
1782     - title: "rls1901 x710"
1783       data: "vpp-performance-changes-2n-skx-h1"
1784       nic: "NIC_Intel-X710"
1785   reference:
1786     title: "rls1904 x710"
1787     data: "vpp-performance-changes-2n-skx-ref"
1788     nic: "NIC_Intel-X710"
1789   compare:
1790     title: "rls1908.1 xxv710"
1791     data: "vpp-performance-changes-2n-skx-cmp"
1792     nic: "NIC_Intel-XXV710"
1793   data: "vpp-performance-changes-2n-skx"
1794   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1795   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1796   parameters:
1797   - "name"
1798   - "parent"
1799   - "throughput"
1800   - "tags"
1801
1802 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
1803 - type: "table"
1804   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
1805   algorithm: "table_performance_comparison_nic"
1806   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
1807   reference:
1808     title: "3n-hsw xl710"
1809     data: "vpp-compare-testbeds-ref"
1810     nic: "NIC_Intel-XL710"
1811   compare:
1812     title: "3n-skx xxv710"
1813     data: "vpp-compare-testbeds-cmp"
1814     nic: "NIC_Intel-XXV710"
1815   data: "vpp-compare-testbeds"
1816   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1817   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
1818   parameters:
1819   - "name"
1820   - "parent"
1821   - "throughput"
1822   - "tags"
1823
1824 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
1825 - type: "table"
1826   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
1827   algorithm: "table_performance_comparison_nic"
1828   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
1829   reference:
1830     title: "3n-hsw xl710"
1831     data: "vpp-compare-testbeds-ref"
1832     nic: "NIC_Intel-XL710"
1833   compare:
1834     title: "3n-skx xxv710"
1835     data: "vpp-compare-testbeds-cmp"
1836     nic: "NIC_Intel-XXV710"
1837   data: "vpp-compare-testbeds"
1838   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1839   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
1840   parameters:
1841   - "name"
1842   - "parent"
1843   - "throughput"
1844   - "tags"
1845
1846 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
1847 - type: "table"
1848   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
1849   algorithm: "table_performance_comparison_nic"
1850   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
1851   reference:
1852     title: "3n-hsw xl710"
1853     data: "vpp-compare-testbeds-ref"
1854     nic: "NIC_Intel-XL710"
1855   compare:
1856     title: "3n-skx xxv710"
1857     data: "vpp-compare-testbeds-cmp"
1858     nic: "NIC_Intel-XXV710"
1859   data: "vpp-compare-testbeds"
1860   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1861   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
1862   parameters:
1863   - "name"
1864   - "parent"
1865   - "throughput"
1866   - "tags"
1867
1868 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
1869 - type: "table"
1870   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
1871   algorithm: "table_performance_comparison_nic"
1872   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
1873   reference:
1874     title: "3n-hsw xl710"
1875     data: "vpp-compare-testbeds-ref"
1876     nic: "NIC_Intel-XL710"
1877   compare:
1878     title: "3n-skx xxv710"
1879     data: "vpp-compare-testbeds-cmp"
1880     nic: "NIC_Intel-XXV710"
1881   data: "vpp-compare-testbeds"
1882   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1883   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
1884   parameters:
1885   - "name"
1886   - "parent"
1887   - "throughput"
1888   - "tags"
1889
1890 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
1891 - type: "table"
1892   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
1893   algorithm: "table_performance_comparison"
1894   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
1895   reference:
1896     title: "3-Node Skx"
1897     data: "vpp-compare-topologies-ref"
1898   compare:
1899     title: "2-Node Skx"
1900     data: "vpp-compare-topologies-cmp"
1901   data: "vpp-compare-topologies"
1902   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1903   filter: "'NDRPDR' and '1C'"
1904   parameters:
1905   - "name"
1906   - "parent"
1907   - "throughput"
1908
1909 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
1910 - type: "table"
1911   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
1912   algorithm: "table_performance_comparison"
1913   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
1914   reference:
1915     title: "3-Node Skx"
1916     data: "vpp-compare-topologies-ref"
1917   compare:
1918     title: "2-Node Skx"
1919     data: "vpp-compare-topologies-cmp"
1920   data: "vpp-compare-topologies"
1921   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1922   filter: "'NDRPDR' and '2C'"
1923   parameters:
1924   - "name"
1925   - "parent"
1926   - "throughput"
1927
1928 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
1929 - type: "table"
1930   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
1931   algorithm: "table_performance_comparison"
1932   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
1933   reference:
1934     title: "3-Node Skx"
1935     data: "vpp-compare-topologies-ref"
1936   compare:
1937     title: "2-Node Skx"
1938     data: "vpp-compare-topologies-cmp"
1939   data: "vpp-compare-topologies"
1940   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1941   filter: "'NDRPDR' and '1C'"
1942   parameters:
1943   - "name"
1944   - "parent"
1945   - "throughput"
1946
1947 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
1948 - type: "table"
1949   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
1950   algorithm: "table_performance_comparison"
1951   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
1952   reference:
1953     title: "3-Node Skx"
1954     data: "vpp-compare-topologies-ref"
1955   compare:
1956     title: "2-Node Skx"
1957     data: "vpp-compare-topologies-cmp"
1958   data: "vpp-compare-topologies"
1959   include-tests: "PDR"
1960   filter: "'NDRPDR' and '2C'"
1961   parameters:
1962   - "name"
1963   - "parent"
1964   - "throughput"
1965
1966 # VPP Performance Changes 3n-hsw 1t1c MRR
1967 - type: "table"
1968   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
1969   algorithm: "table_performance_comparison"
1970   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
1971   history:
1972     - title: "rls1901"
1973       data: "vpp-performance-changes-3n-hsw-mrr-h1"
1974   reference:
1975     title: "rls1904"
1976     data: "vpp-performance-changes-3n-hsw-mrr-ref"
1977   compare:
1978     title: "rls1908.1"
1979     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
1980   data: "vpp-performance-changes-3n-hsw-mrr"
1981   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1982   filter: "'1T1C' and 'MRR'"
1983   parameters:
1984   - "name"
1985   - "parent"
1986   - "result"
1987
1988 # VPP Performance Changes 3n-hsw 2t2c MRR
1989 - type: "table"
1990   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
1991   algorithm: "table_performance_comparison"
1992   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
1993   history:
1994     - title: "rls1901"
1995       data: "vpp-performance-changes-3n-hsw-mrr-h1"
1996   reference:
1997     title: "rls1904"
1998     data: "vpp-performance-changes-3n-hsw-mrr-ref"
1999   compare:
2000     title: "rls1908.1"
2001     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2002   data: "vpp-performance-changes-3n-hsw-mrr"
2003   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2004   filter: "'2T2C' and 'MRR'"
2005   parameters:
2006   - "name"
2007   - "parent"
2008   - "result"
2009
2010 # VPP Performance Changes 3n-hsw 4t4c MRR
2011 - type: "table"
2012   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2013   algorithm: "table_performance_comparison"
2014   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2015   history:
2016     - title: "rls1901"
2017       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2018   reference:
2019     title: "rls1904"
2020     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2021   compare:
2022     title: "rls1908.1"
2023     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2024   data: "vpp-performance-changes-3n-hsw-mrr"
2025   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2026   filter: "'4T4C' and 'MRR'"
2027   parameters:
2028   - "name"
2029   - "parent"
2030   - "result"
2031
2032 # VPP Performance Changes 3n-skx 2t1c MRR
2033 - type: "table"
2034   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2035   algorithm: "table_performance_comparison"
2036   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2037   history:
2038     - title: "rls1901"
2039       data: "vpp-performance-changes-3n-skx-mrr-h1"
2040   reference:
2041     title: "rls1904"
2042     data: "vpp-performance-changes-3n-skx-mrr-ref"
2043   compare:
2044     title: "rls1908.1"
2045     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2046   data: "vpp-performance-changes-3n-skx-mrr"
2047   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2048   filter: "'2T1C' and 'MRR'"
2049   parameters:
2050   - "name"
2051   - "parent"
2052   - "result"
2053
2054 # VPP Performance Changes 3n-skx 4t2c MRR
2055 - type: "table"
2056   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2057   algorithm: "table_performance_comparison"
2058   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2059   history:
2060     - title: "rls1901"
2061       data: "vpp-performance-changes-3n-skx-mrr-h1"
2062   reference:
2063     title: "rls1904"
2064     data: "vpp-performance-changes-3n-skx-mrr-ref"
2065   compare:
2066     title: "rls1908.1"
2067     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2068   data: "vpp-performance-changes-3n-skx-mrr"
2069   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2070   filter: "'4T2C' and 'MRR'"
2071   parameters:
2072   - "name"
2073   - "parent"
2074   - "result"
2075
2076 # VPP Performance Changes 3n-skx 8t4c MRR
2077 - type: "table"
2078   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2079   algorithm: "table_performance_comparison"
2080   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2081   history:
2082     - title: "rls1901"
2083       data: "vpp-performance-changes-3n-skx-mrr-h1"
2084   reference:
2085     title: "rls1904"
2086     data: "vpp-performance-changes-3n-skx-mrr-ref"
2087   compare:
2088     title: "rls1908.1"
2089     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2090   data: "vpp-performance-changes-3n-skx-mrr"
2091   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2092   filter: "'8T4C' and 'MRR'"
2093   parameters:
2094   - "name"
2095   - "parent"
2096   - "result"
2097
2098 # VPP Performance Changes 2n-skx 2t1c MRR
2099 - type: "table"
2100   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2101   algorithm: "table_performance_comparison"
2102   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2103   history:
2104     - title: "rls1901"
2105       data: "vpp-performance-changes-2n-skx-mrr-h1"
2106   reference:
2107     title: "rls1904"
2108     data: "vpp-performance-changes-2n-skx-mrr-ref"
2109   compare:
2110     title: "rls1908.1"
2111     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2112   data: "vpp-performance-changes-2n-skx-mrr"
2113   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2114   filter: "'2T1C' and 'MRR'"
2115   parameters:
2116   - "name"
2117   - "parent"
2118   - "result"
2119
2120 # VPP Performance Changes 2n-skx 4t2c MRR
2121 - type: "table"
2122   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2123   algorithm: "table_performance_comparison"
2124   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2125   history:
2126     - title: "rls1901"
2127       data: "vpp-performance-changes-2n-skx-mrr-h1"
2128   reference:
2129     title: "rls1904"
2130     data: "vpp-performance-changes-2n-skx-mrr-ref"
2131   compare:
2132     title: "rls1908.1"
2133     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2134   data: "vpp-performance-changes-2n-skx-mrr"
2135   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2136   filter: "'4T2C' and 'MRR'"
2137   parameters:
2138   - "name"
2139   - "parent"
2140   - "result"
2141
2142 # VPP Performance Changes 2n-skx 8t4c MRR
2143 - type: "table"
2144   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2145   algorithm: "table_performance_comparison"
2146   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2147   history:
2148     - title: "rls1901"
2149       data: "vpp-performance-changes-2n-skx-mrr-h1"
2150   reference:
2151     title: "rls1904"
2152     data: "vpp-performance-changes-2n-skx-mrr-ref"
2153   compare:
2154     title: "rls1908.1"
2155     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2156   data: "vpp-performance-changes-2n-skx-mrr"
2157   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2158   filter: "'8T4C' and 'MRR'"
2159   parameters:
2160   - "name"
2161   - "parent"
2162   - "result"
2163
2164 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2165 - type: "table"
2166   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2167   algorithm: "table_performance_comparison_nic"
2168   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2169   reference:
2170     title: "3n-hsw xl710"
2171     data: "vpp-compare-testbeds-mrr-ref"
2172     nic: "NIC_Intel-XL710"
2173   compare:
2174     title: "3n-skx xxv710"
2175     data: "vpp-compare-testbeds-mrr-cmp"
2176     nic: "NIC_Intel-XXV710"
2177   data: "vpp-compare-testbeds-mrr"
2178   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2179   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
2180   parameters:
2181   - "name"
2182   - "parent"
2183   - "result"
2184   - "tags"
2185
2186 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2187 - type: "table"
2188   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2189   algorithm: "table_performance_comparison_nic"
2190   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2191   reference:
2192     title: "3n-hsw xl710"
2193     data: "vpp-compare-testbeds-mrr-ref"
2194     nic: "NIC_Intel-XL710"
2195   compare:
2196     title: "3n-skx xxv710"
2197     data: "vpp-compare-testbeds-mrr-cmp"
2198     nic: "NIC_Intel-XXV710"
2199   data: "vpp-compare-testbeds-mrr"
2200   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2201   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
2202   parameters:
2203   - "name"
2204   - "parent"
2205   - "result"
2206   - "tags"
2207
2208 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2209 - type: "table"
2210   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2211   algorithm: "table_performance_comparison_nic"
2212   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2213   reference:
2214     title: "3n-hsw xl710"
2215     data: "vpp-compare-testbeds-mrr-ref"
2216     nic: "NIC_Intel-XL710"
2217   compare:
2218     title: "3n-skx xxv710"
2219     data: "vpp-compare-testbeds-mrr-cmp"
2220     nic: "NIC_Intel-XXV710"
2221   data: "vpp-compare-testbeds-mrr"
2222   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2223   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
2224   parameters:
2225   - "name"
2226   - "parent"
2227   - "result"
2228   - "tags"
2229
2230 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2231 - type: "table"
2232   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2233   algorithm: "table_performance_comparison"
2234   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2235   reference:
2236     title: "3-Node Skx"
2237     data: "vpp-compare-topologies-mrr-ref"
2238   compare:
2239     title: "2-Node Skx"
2240     data: "vpp-compare-topologies-mrr-cmp"
2241   data: "vpp-compare-topologies-mrr"
2242   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2243   filter: "'MRR' and '1C'"
2244   parameters:
2245   - "name"
2246   - "parent"
2247   - "result"
2248
2249 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2250 - type: "table"
2251   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2252   algorithm: "table_performance_comparison"
2253   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2254   reference:
2255     title: "3-Node Skx"
2256     data: "vpp-compare-topologies-mrr-ref"
2257   compare:
2258     title: "2-Node Skx"
2259     data: "vpp-compare-topologies-mrr-cmp"
2260   data: "vpp-compare-topologies-mrr"
2261   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2262   filter: "'MRR' and '2C'"
2263   parameters:
2264   - "name"
2265   - "parent"
2266   - "result"
2267
2268 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2269 - type: "table"
2270   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2271   algorithm: "table_performance_comparison"
2272   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2273   reference:
2274     title: "3-Node Skx"
2275     data: "vpp-compare-topologies-mrr-ref"
2276   compare:
2277     title: "2-Node Skx"
2278     data: "vpp-compare-topologies-mrr-cmp"
2279   data: "vpp-compare-topologies-mrr"
2280   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2281   filter: "'MRR' and '4C'"
2282   parameters:
2283   - "name"
2284   - "parent"
2285   - "result"
2286
2287 # Detailed Test Results - VPP Performance Results 3n-hsw
2288 - type: "table"
2289   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2290   algorithm: "table_merged_details"
2291   output-file-ext: ".csv"
2292   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2293   columns:
2294   - title: "Name"
2295     data: "data name"
2296   - title: "Status"
2297     data: "data msg"
2298   rows: "generated"
2299   data: "vpp-perf-results-3n-hsw"
2300   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2301   parameters:
2302   - "name"
2303   - "parent"
2304   - "msg"
2305
2306 # Detailed Test Results - VPP Performance Results 3n-skx
2307 - type: "table"
2308   title: "Detailed Test Results - VPP Performance Results 3n-skx"
2309   algorithm: "table_merged_details"
2310   output-file-ext: ".csv"
2311   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2312   columns:
2313   - title: "Name"
2314     data: "data name"
2315   - title: "Status"
2316     data: "data msg"
2317   rows: "generated"
2318   data: "vpp-perf-results-3n-skx"
2319   filter: "not 'CFS_OPT'"
2320   parameters:
2321   - "name"
2322   - "parent"
2323   - "msg"
2324
2325 # Detailed Test Results - VPP Performance Results 2n-skx
2326 - type: "table"
2327   title: "Detailed Test Results - VPP Performance Results 2n-skx"
2328   algorithm: "table_merged_details"
2329   output-file-ext: ".csv"
2330   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2331   columns:
2332   - title: "Name"
2333     data: "data name"
2334   - title: "Status"
2335     data: "data msg"
2336   rows: "generated"
2337   data: "vpp-perf-results-2n-skx"
2338   filter: "not 'CFS_OPT'"
2339   parameters:
2340   - "name"
2341   - "parent"
2342   - "msg"
2343
2344 # Detailed Test Results - VPP Performance Results 3n-tsh
2345 - type: "table"
2346   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
2347   algorithm: "table_merged_details"
2348   output-file-ext: ".csv"
2349   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
2350   columns:
2351   - title: "Name"
2352     data: "data name"
2353   - title: "Status"
2354     data: "data msg"
2355   rows: "generated"
2356   data: "vpp-perf-results-3n-tsh"
2357   filter: "not 'CFS_OPT'"
2358   parameters:
2359   - "name"
2360   - "parent"
2361   - "msg"
2362
2363 # Detailed Test Results - VPP Performance Results 3n-dnv
2364 - type: "table"
2365   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
2366   algorithm: "table_details"
2367   output-file-ext: ".csv"
2368   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
2369   columns:
2370   - title: "Name"
2371     data: "data name"
2372   - title: "Status"
2373     data: "data msg"
2374   rows: "generated"
2375   data: "vpp-perf-results-3n-dnv"
2376   filter: "'NDRPDR'"
2377   parameters:
2378   - "name"
2379   - "parent"
2380   - "msg"
2381
2382 # Detailed Test Results - VPP Performance Results 2n-dnv
2383 - type: "table"
2384   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
2385   algorithm: "table_details"
2386   output-file-ext: ".csv"
2387   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
2388   columns:
2389   - title: "Name"
2390     data: "data name"
2391   - title: "Status"
2392     data: "data msg"
2393   rows: "generated"
2394   data: "vpp-perf-results-2n-dnv"
2395   filter: "'NDRPDR'"
2396   parameters:
2397   - "name"
2398   - "parent"
2399   - "msg"
2400
2401 # Test configuration - VPP Performance Test Configs 3n-hsw
2402 - type: "table"
2403   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
2404   algorithm: "table_merged_details"
2405   output-file-ext: ".csv"
2406   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
2407   columns:
2408   - title: "Name"
2409     data: "data name"
2410   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2411     data: "data conf-history"
2412   rows: "generated"
2413   data: "vpp-perf-results-3n-hsw"
2414   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2415   parameters:
2416   - "parent"
2417   - "name"
2418   - "conf-history"
2419
2420 # Test configuration - VPP Performance Test Configs 3n-skx
2421 - type: "table"
2422   title: "Test configuration - VPP Performance Test Configs 3n-skx"
2423   algorithm: "table_merged_details"
2424   output-file-ext: ".csv"
2425   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
2426   columns:
2427   - title: "Name"
2428     data: "data name"
2429   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2430     data: "data conf-history"
2431   rows: "generated"
2432   data: "vpp-perf-results-3n-skx"
2433   filter: "not 'CFS_OPT'"
2434   parameters:
2435   - "parent"
2436   - "name"
2437   - "conf-history"
2438
2439 # Test configuration - VPP Performance Test Configs 2n-skx
2440 - type: "table"
2441   title: "Test configuration - VPP Performance Test Configs 2n-skx"
2442   algorithm: "table_merged_details"
2443   output-file-ext: ".csv"
2444   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
2445   columns:
2446   - title: "Name"
2447     data: "data name"
2448   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2449     data: "data conf-history"
2450   rows: "generated"
2451   data: "vpp-perf-results-2n-skx"
2452   filter: "not 'CFS_OPT'"
2453   parameters:
2454   - "parent"
2455   - "name"
2456   - "conf-history"
2457
2458 # Test configuration - VPP Performance Test Configs 3n-tsh
2459 - type: "table"
2460   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
2461   algorithm: "table_merged_details"
2462   output-file-ext: ".csv"
2463   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_test_configuration_3n_tsh"
2464   columns:
2465   - title: "Name"
2466     data: "data name"
2467   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2468     data: "data conf-history"
2469   rows: "generated"
2470   data: "vpp-perf-results-3n-tsh"
2471   filter: "not 'CFS_OPT'"
2472   parameters:
2473   - "parent"
2474   - "name"
2475   - "conf-history"
2476
2477 # Test configuration - VPP Performance Test Configs 3n-dnv
2478 - type: "table"
2479   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
2480   algorithm: "table_details"
2481   output-file-ext: ".csv"
2482   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_test_configuration_3n_dnv"
2483   columns:
2484   - title: "Name"
2485     data: "data name"
2486   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2487     data: "data conf-history"
2488   rows: "generated"
2489   data: "vpp-perf-results-3n-dnv"
2490   filter: "'NDRPDR'"
2491   parameters:
2492   - "parent"
2493   - "name"
2494   - "conf-history"
2495
2496 # Test configuration - VPP Performance Test Configs 2n-dnv
2497 - type: "table"
2498   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
2499   algorithm: "table_details"
2500   output-file-ext: ".csv"
2501   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
2502   columns:
2503   - title: "Name"
2504     data: "data name"
2505   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2506     data: "data conf-history"
2507   rows: "generated"
2508   data: "vpp-perf-results-2n-dnv"
2509   filter: "'NDRPDR'"
2510   parameters:
2511   - "parent"
2512   - "name"
2513   - "conf-history"
2514
2515 # Test Operational Data - VPP Performance Operational Data 3n-hsw
2516 - type: "table"
2517   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
2518   algorithm: "table_merged_details"
2519   output-file-ext: ".csv"
2520   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
2521   columns:
2522   - title: "Name"
2523     data: "data name"
2524   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2525     data: "data show-run"
2526   rows: "generated"
2527   data: "vpp-perf-results-3n-hsw"
2528   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2529   parameters:
2530   - "parent"
2531   - "name"
2532   - "show-run"
2533
2534 # Test Operational Data - VPP Performance Operational Data 3n-skx
2535 - type: "table"
2536   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
2537   algorithm: "table_merged_details"
2538   output-file-ext: ".csv"
2539   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
2540   columns:
2541   - title: "Name"
2542     data: "data name"
2543   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2544     data: "data show-run"
2545   rows: "generated"
2546   data: "vpp-perf-results-3n-skx"
2547   filter: "not 'CFS_OPT'"
2548   parameters:
2549   - "parent"
2550   - "name"
2551   - "show-run"
2552
2553 # Test Operational Data - VPP Performance Operational Data 2n-skx
2554 - type: "table"
2555   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
2556   algorithm: "table_merged_details"
2557   output-file-ext: ".csv"
2558   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
2559   columns:
2560   - title: "Name"
2561     data: "data name"
2562   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2563     data: "data show-run"
2564   rows: "generated"
2565   data: "vpp-perf-results-2n-skx"
2566   filter: "not 'CFS_OPT'"
2567   parameters:
2568   - "parent"
2569   - "name"
2570   - "show-run"
2571
2572 # Test Operational Data - VPP Performance Operational Data 3n-tsh
2573 - type: "table"
2574   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
2575   algorithm: "table_merged_details"
2576   output-file-ext: ".csv"
2577   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_test_operational_3n_tsh"
2578   columns:
2579   - title: "Name"
2580     data: "data name"
2581   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2582     data: "data show-run"
2583   rows: "generated"
2584   data: "vpp-perf-results-3n-tsh"
2585   filter: "not 'CFS_OPT'"
2586   parameters:
2587   - "parent"
2588   - "name"
2589   - "show-run"
2590
2591 # Test Operational Data - VPP Performance Operational Data 3n-dnv
2592 - type: "table"
2593   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
2594   algorithm: "table_details"
2595   output-file-ext: ".csv"
2596   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_test_operational_3n_dnv"
2597   columns:
2598   - title: "Name"
2599     data: "data name"
2600   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2601     data: "data show-run"
2602   rows: "generated"
2603   data: "vpp-perf-results-3n-dnv"
2604   filter: "'NDRPDR'"
2605   parameters:
2606   - "parent"
2607   - "name"
2608   - "show-run"
2609
2610 # Test Operational Data - VPP Performance Operational Data 2n-dnv
2611 - type: "table"
2612   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
2613   algorithm: "table_details"
2614   output-file-ext: ".csv"
2615   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
2616   columns:
2617   - title: "Name"
2618     data: "data name"
2619   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2620     data: "data show-run"
2621   rows: "generated"
2622   data: "vpp-perf-results-2n-dnv"
2623   filter: "'NDRPDR'"
2624   parameters:
2625   - "parent"
2626   - "name"
2627   - "show-run"
2628
2629 # Detailed Test Results - VPP MRR Results 3n-hsw
2630 - type: "table"
2631   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
2632   algorithm: "table_details"
2633   output-file-ext: ".csv"
2634   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
2635   columns:
2636   - title: "Name"
2637     data: "data name"
2638   - title: "Status"
2639     data: "data msg"
2640   rows: "generated"
2641   data: "vpp-mrr-results-3n-hsw"
2642   filter: "'MRR'"
2643   parameters:
2644   - "name"
2645   - "parent"
2646   - "msg"
2647
2648 # Detailed Test Results - VPP MRR Results 3n-skx
2649 - type: "table"
2650   title: "Detailed Test Results - VPP MRR Results 3n-skx"
2651   algorithm: "table_details"
2652   output-file-ext: ".csv"
2653   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
2654   columns:
2655   - title: "Name"
2656     data: "data name"
2657   - title: "Status"
2658     data: "data msg"
2659   rows: "generated"
2660   data: "vpp-mrr-results-3n-skx"
2661   filter: "'MRR'"
2662   parameters:
2663   - "name"
2664   - "parent"
2665   - "msg"
2666
2667 # Detailed Test Results - VPP MRR Results 2n-skx
2668 - type: "table"
2669   title: "Detailed Test Results - VPP MRR Results 2n-skx"
2670   algorithm: "table_details"
2671   output-file-ext: ".csv"
2672   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
2673   columns:
2674   - title: "Name"
2675     data: "data name"
2676   - title: "Status"
2677     data: "data msg"
2678   rows: "generated"
2679   data: "vpp-mrr-results-2n-skx"
2680   filter: "'MRR'"
2681   parameters:
2682   - "name"
2683   - "parent"
2684   - "msg"
2685
2686 # Detailed Test Results - VPP MRR Results 3n-tsh
2687 - type: "table"
2688   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
2689   algorithm: "table_details"
2690   output-file-ext: ".csv"
2691   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
2692   columns:
2693   - title: "Name"
2694     data: "data name"
2695   - title: "Status"
2696     data: "data msg"
2697   rows: "generated"
2698   data: "vpp-mrr-results-3n-tsh"
2699   filter: "'MRR'"
2700   parameters:
2701   - "name"
2702   - "parent"
2703   - "msg"
2704
2705 # Detailed Test Results - VPP MRR Results 3n-dnv
2706 - type: "table"
2707   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
2708   algorithm: "table_details"
2709   output-file-ext: ".csv"
2710   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
2711   columns:
2712   - title: "Name"
2713     data: "data name"
2714   - title: "Status"
2715     data: "data msg"
2716   rows: "generated"
2717   data: "vpp-mrr-results-3n-dnv"
2718   filter: "'MRR'"
2719   parameters:
2720   - "name"
2721   - "parent"
2722   - "msg"
2723
2724 # Detailed Test Results - VPP MRR Results 2n-dnv
2725 - type: "table"
2726   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
2727   algorithm: "table_details"
2728   output-file-ext: ".csv"
2729   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
2730   columns:
2731   - title: "Name"
2732     data: "data name"
2733   - title: "Status"
2734     data: "data msg"
2735   rows: "generated"
2736   data: "vpp-mrr-results-2n-dnv"
2737   filter: "'MRR'"
2738   parameters:
2739   - "name"
2740   - "parent"
2741   - "msg"
2742
2743 # Test configuration - VPP MRR Test Configs 3n-hsw
2744 - type: "table"
2745   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
2746   algorithm: "table_details"
2747   output-file-ext: ".csv"
2748   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
2749   columns:
2750   - title: "Name"
2751     data: "data name"
2752   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2753     data: "data conf-history"
2754   rows: "generated"
2755   data: "vpp-mrr-results-3n-hsw"
2756   filter: "'MRR'"
2757   parameters:
2758   - "parent"
2759   - "name"
2760   - "conf-history"
2761
2762 # Test configuration - VPP MRR Test Configs 3n-skx
2763 - type: "table"
2764   title: "Test configuration - VPP MRR Test Configs 3n-skx"
2765   algorithm: "table_details"
2766   output-file-ext: ".csv"
2767   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
2768   columns:
2769   - title: "Name"
2770     data: "data name"
2771   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2772     data: "data conf-history"
2773   rows: "generated"
2774   data: "vpp-mrr-results-3n-skx"
2775   filter: "'MRR'"
2776   parameters:
2777   - "parent"
2778   - "name"
2779   - "conf-history"
2780
2781 # Test configuration - VPP MRR Test Configs 2n-skx
2782 - type: "table"
2783   title: "Test configuration - VPP MRR Test Configs 2n-skx"
2784   algorithm: "table_details"
2785   output-file-ext: ".csv"
2786   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
2787   columns:
2788   - title: "Name"
2789     data: "data name"
2790   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2791     data: "data conf-history"
2792   rows: "generated"
2793   data: "vpp-mrr-results-2n-skx"
2794   filter: "'MRR'"
2795   parameters:
2796   - "parent"
2797   - "name"
2798   - "conf-history"
2799
2800 # Test configuration - VPP MRR Test Configs 3n-tsh
2801 - type: "table"
2802   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
2803   algorithm: "table_details"
2804   output-file-ext: ".csv"
2805   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
2806   columns:
2807   - title: "Name"
2808     data: "data name"
2809   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2810     data: "data conf-history"
2811   rows: "generated"
2812   data: "vpp-mrr-results-3n-tsh"
2813   filter: "'MRR'"
2814   parameters:
2815   - "parent"
2816   - "name"
2817   - "conf-history"
2818
2819 # Test configuration - VPP MRR Test Configs 3n-dnv
2820 - type: "table"
2821   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
2822   algorithm: "table_details"
2823   output-file-ext: ".csv"
2824   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_test_configuration_3n_dnv"
2825   columns:
2826   - title: "Name"
2827     data: "data name"
2828   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2829     data: "data conf-history"
2830   rows: "generated"
2831   data: "vpp-mrr-results-3n-dnv"
2832   filter: "'MRR'"
2833   parameters:
2834   - "parent"
2835   - "name"
2836   - "conf-history"
2837
2838 # Test configuration - VPP MRR Test Configs 2n-dnv
2839 - type: "table"
2840   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
2841   algorithm: "table_details"
2842   output-file-ext: ".csv"
2843   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
2844   columns:
2845   - title: "Name"
2846     data: "data name"
2847   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2848     data: "data conf-history"
2849   rows: "generated"
2850   data: "vpp-mrr-results-2n-dnv"
2851   filter: "'MRR'"
2852   parameters:
2853   - "parent"
2854   - "name"
2855   - "conf-history"
2856
2857 # Detailed Test Results - VPP Functional Results - Ubuntu
2858 - type: "table"
2859   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
2860   algorithm: "table_details"
2861   output-file-ext: ".csv"
2862   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
2863   columns:
2864   - title: "Name"
2865     data: "data name"
2866   - title: "Documentation"
2867     data: "data doc"
2868   - title: "Status"
2869     data: "data status"
2870   rows: "generated"
2871   data: "vpp-func-results-ubuntu"
2872   filter: "all"
2873   parameters:
2874   - "name"
2875   - "parent"
2876   - "doc"
2877   - "status"
2878
2879 # Detailed Test Results - VPP Functional Results - CentOS
2880 - type: "table"
2881   title: "Detailed Test Results - VPP Functional Results - CentOS"
2882   algorithm: "table_details"
2883   output-file-ext: ".csv"
2884   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
2885   columns:
2886   - title: "Name"
2887     data: "data name"
2888   - title: "Documentation"
2889     data: "data doc"
2890   -
2891     title: "Status"
2892     data: "data status"
2893   rows: "generated"
2894   data:
2895     "vpp-func-results-centos"
2896   filter: "all"
2897   parameters:
2898   - "name"
2899   - "parent"
2900   - "doc"
2901   - "status"
2902
2903 # Test configuration - VPP Functional Test Configs - Ubuntu
2904 - type: "table"
2905   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
2906   algorithm: "table_details"
2907   output-file-ext: ".csv"
2908   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
2909   columns:
2910   - title: "Name"
2911     data: "data name"
2912   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2913     data: "data conf-history"
2914   rows: "generated"
2915   data: "vpp-func-results-ubuntu"
2916   filter: "all"
2917   parameters:
2918   - "parent"
2919   - "name"
2920   - "conf-history"
2921
2922 # Test configuration - VPP Functional Test Configs - CentOS
2923 - type: "table"
2924   title: "Test configuration - VPP Functional Test Configs - CentOS"
2925   algorithm: "table_details"
2926   output-file-ext: ".csv"
2927   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
2928   columns:
2929   - title: "Name"
2930     data: "data name"
2931   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2932     data: "data conf-history"
2933   rows: "generated"
2934   data: "vpp-func-results-centos"
2935   filter: "all"
2936   parameters:
2937   - "parent"
2938   - "name"
2939   - "conf-history"
2940
2941 ## Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
2942 #- type: "table"
2943 #  title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
2944 #  algorithm: "table_details"
2945 #  output-file-ext: ".csv"
2946 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
2947 #  columns:
2948 #  - title: "Name"
2949 #    data: "data name"
2950 #  - title: "Status"
2951 #    data: "data msg"
2952 #  rows: "generated"
2953 #  data: "ligato-perf-results-3n-hsw"
2954 #  filter: "all"
2955 #  parameters:
2956 #  - "name"
2957 #  - "parent"
2958 #  - "msg"
2959
2960 # Detailed Test Results - VPP Device Results - Ubuntu
2961 - type: "table"
2962   title: "Detailed Test Results - VPP Device Results - Ubuntu"
2963   algorithm: "table_details"
2964   output-file-ext: ".csv"
2965   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
2966   columns:
2967   - title: "Name"
2968     data: "data name"
2969   - title: "Documentation"
2970     data: "data doc"
2971   - title: "Status"
2972     data: "data status"
2973   rows: "generated"
2974   data: "vpp-device-results-ubuntu"
2975   filter: "all"
2976   parameters:
2977   - "name"
2978   - "parent"
2979   - "doc"
2980   - "status"
2981
2982 # Test configuration - VPP Device Test Configs - Ubuntu
2983 - type: "table"
2984   title: "Test configuration - VPP Device Test Configs - Ubuntu"
2985   algorithm: "table_details"
2986   output-file-ext: ".csv"
2987   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
2988   columns:
2989   - title: "Name"
2990     data: "data name"
2991   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2992     data: "data conf-history"
2993   rows: "generated"
2994   data: "vpp-device-results-ubuntu"
2995   filter: "all"
2996   parameters:
2997   - "parent"
2998   - "name"
2999   - "conf-history"
3000
3001 ################################################################################
3002 ###                                F I L E S                                 ###
3003 ################################################################################
3004
3005 # VPP Performance Results 3n-hsw
3006 - type: "file"
3007   title: "VPP Performance Results 3n-hsw"
3008   algorithm: "file_test_results"
3009   output-file-ext: ".rst"
3010   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3011   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"
3012   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
3013   data: "vpp-perf-results-3n-hsw"
3014   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3015   parameters:
3016   - "name"
3017   - "doc"
3018   - "level"
3019   - "parent"
3020   data-start-level: 3
3021
3022 # VPP Performance Results 3n-skx
3023 - type: "file"
3024   title: "VPP Performance Results 3n-skx"
3025   algorithm: "file_test_results"
3026   output-file-ext: ".rst"
3027   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3028   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"
3029   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
3030   data: "vpp-perf-results-3n-skx"
3031   filter: "not 'CFS_OPT'"
3032   parameters:
3033   - "name"
3034   - "doc"
3035   - "level"
3036   - "parent"
3037   data-start-level: 3
3038
3039 # VPP Performance Results 2n-skx
3040 - type: "file"
3041   title: "VPP Performance Results 2n-skx"
3042   algorithm: "file_test_results"
3043   output-file-ext: ".rst"
3044   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3045   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"
3046   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
3047   data: "vpp-perf-results-2n-skx"
3048   filter: "not 'CFS_OPT'"
3049   parameters:
3050   - "name"
3051   - "doc"
3052   - "level"
3053   - "parent"
3054   data-start-level: 3
3055
3056 # VPP Performance Results 3n-tsh
3057 - type: "file"
3058   title: "VPP Performance Results 3n-tsh"
3059   algorithm: "file_test_results"
3060   output-file-ext: ".rst"
3061   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
3062   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"
3063   dir-tables: "{DIR[DTR,PERF,VPP,3N,TSH]}"
3064   data: "vpp-perf-results-3n-tsh"
3065   filter: "not 'CFS_OPT'"
3066   parameters:
3067   - "name"
3068   - "doc"
3069   - "level"
3070   - "parent"
3071   data-start-level: 3
3072
3073 # VPP Performance Results 3n-dnv
3074 - type: "file"
3075   title: "VPP Performance Results 3n-dnv"
3076   algorithm: "file_test_results"
3077   output-file-ext: ".rst"
3078   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
3079   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"
3080   dir-tables: "{DIR[DTR,PERF,VPP,3N,DNV]}"
3081   data: "vpp-perf-results-3n-dnv"
3082   filter: "'NDRPDR'"
3083   parameters:
3084   - "name"
3085   - "doc"
3086   - "level"
3087   - "parent"
3088   data-start-level: 3
3089
3090 # VPP Performance Results 2n-dnv
3091 - type: "file"
3092   title: "VPP Performance Results 2n-dnv"
3093   algorithm: "file_test_results"
3094   output-file-ext: ".rst"
3095   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3096   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"
3097   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
3098   data: "vpp-perf-results-2n-dnv"
3099   filter: "'NDRPDR'"
3100   parameters:
3101   - "name"
3102   - "doc"
3103   - "level"
3104   - "parent"
3105   data-start-level: 3
3106
3107 # VPP Performance Configuration 3n-hsw
3108 - type: "file"
3109   title: "VPP Performance Configuration 3n-hsw"
3110   algorithm: "file_test_results"
3111   output-file-ext: ".rst"
3112   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
3113   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"
3114   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
3115   data: "vpp-perf-results-3n-hsw"
3116   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3117   parameters:
3118   - "name"
3119   - "doc"
3120   - "level"
3121   - "parent"
3122   data-start-level: 3
3123
3124 # VPP Performance Configuration 3n-skx
3125 - type: "file"
3126   title: "VPP Performance Configuration 3n-skx"
3127   algorithm: "file_test_results"
3128   output-file-ext: ".rst"
3129   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
3130   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"
3131   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
3132   data: "vpp-perf-results-3n-skx"
3133   filter: "not 'CFS_OPT'"
3134   parameters:
3135   - "name"
3136   - "doc"
3137   - "level"
3138   - "parent"
3139   data-start-level: 3
3140
3141 # VPP Performance Configuration 2n-skx
3142 - type: "file"
3143   title: "VPP Performance Configuration 2n-skx"
3144   algorithm: "file_test_results"
3145   output-file-ext: ".rst"
3146   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
3147   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"
3148   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
3149   data: "vpp-perf-results-2n-skx"
3150   filter: "not 'CFS_OPT'"
3151   parameters:
3152   - "name"
3153   - "doc"
3154   - "level"
3155   - "parent"
3156   data-start-level: 3
3157
3158 # VPP Performance Configuration 3n-tsh
3159 - type: "file"
3160   title: "VPP Performance Configuration 3n-tsh"
3161   algorithm: "file_test_results"
3162   output-file-ext: ".rst"
3163   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_performance_configuration_3n_tsh"
3164   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"
3165   dir-tables: "{DIR[DTC,PERF,VPP,3N,TSH]}"
3166   data: "vpp-perf-results-3n-tsh"
3167   filter: "not 'CFS_OPT'"
3168   parameters:
3169   - "name"
3170   - "doc"
3171   - "level"
3172   - "parent"
3173   data-start-level: 3
3174
3175 # VPP Performance Configuration 3n-dnv
3176 - type: "file"
3177   title: "VPP Performance Configuration 3n-dnv"
3178   algorithm: "file_test_results"
3179   output-file-ext: ".rst"
3180   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_performance_configuration_3n_dnv"
3181   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"
3182   dir-tables: "{DIR[DTC,PERF,VPP,3N,DNV]}"
3183   data: "vpp-perf-results-3n-dnv"
3184   filter: "'NDRPDR'"
3185   parameters:
3186   - "name"
3187   - "doc"
3188   - "level"
3189   - "parent"
3190   data-start-level: 3
3191
3192 # VPP Performance Configuration 2n-dnv
3193 - type: "file"
3194   title: "VPP Performance Configuration 2n-dnv"
3195   algorithm: "file_test_results"
3196   output-file-ext: ".rst"
3197   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
3198   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"
3199   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
3200   data: "vpp-perf-results-2n-dnv"
3201   filter: "'NDRPDR'"
3202   parameters:
3203   - "name"
3204   - "doc"
3205   - "level"
3206   - "parent"
3207   data-start-level: 3
3208
3209 # VPP Performance Operational Data 3n-hsw
3210 - type: "file"
3211   title: "VPP Performance Operational Data 3n-hsw"
3212   algorithm: "file_test_results"
3213   output-file-ext: ".rst"
3214   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
3215   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"
3216   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
3217   data: "vpp-perf-results-3n-hsw"
3218   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3219   parameters:
3220   - "name"
3221   - "doc"
3222   - "level"
3223   - "parent"
3224   data-start-level: 3
3225
3226 # VPP Performance Operational Data 3n-skx
3227 - type: "file"
3228   title: "VPP Performance Operational Data 3n-skx"
3229   algorithm: "file_test_results"
3230   output-file-ext: ".rst"
3231   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
3232   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"
3233   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
3234   data: "vpp-perf-results-3n-skx"
3235   filter: "not 'CFS_OPT'"
3236   parameters:
3237   - "name"
3238   - "doc"
3239   - "level"
3240   - "parent"
3241   data-start-level: 3
3242
3243 # VPP Performance Operational Data 2n-skx
3244 - type: "file"
3245   title: "VPP Performance Operational Data 2n-skx"
3246   algorithm: "file_test_results"
3247   output-file-ext: ".rst"
3248   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
3249   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"
3250   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
3251   data: "vpp-perf-results-2n-skx"
3252   filter: "not 'CFS_OPT'"
3253   parameters:
3254   - "name"
3255   - "doc"
3256   - "level"
3257   - "parent"
3258   data-start-level: 3
3259
3260 # VPP Performance Operational Data 3n-tsh
3261 - type: "file"
3262   title: "VPP Performance Operational Data 3n-tsh"
3263   algorithm: "file_test_results"
3264   output-file-ext: ".rst"
3265   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_performance_operational_data_3n_tsh"
3266   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"
3267   dir-tables: "{DIR[DTO,PERF,VPP,3N,TSH]}"
3268   data: "vpp-perf-results-3n-tsh"
3269   filter: "not 'CFS_OPT'"
3270   parameters:
3271   - "name"
3272   - "doc"
3273   - "level"
3274   - "parent"
3275   data-start-level: 3
3276
3277 # VPP Performance Operational Data 3n-dnv
3278 - type: "file"
3279   title: "VPP Performance Operational Data 3n-dnv"
3280   algorithm: "file_test_results"
3281   output-file-ext: ".rst"
3282   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_performance_operational_data_3n_dnv"
3283   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"
3284   dir-tables: "{DIR[DTO,PERF,VPP,3N,DNV]}"
3285   data: "vpp-perf-results-3n-dnv"
3286   filter: "'NDRPDR'"
3287   parameters:
3288   - "name"
3289   - "doc"
3290   - "level"
3291   - "parent"
3292   data-start-level: 3
3293
3294 # VPP Performance Operational Data 2n-dnv
3295 - type: "file"
3296   title: "VPP Performance Operational Data 2n-dnv"
3297   algorithm: "file_test_results"
3298   output-file-ext: ".rst"
3299   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
3300   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"
3301   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
3302   data: "vpp-perf-results-2n-dnv"
3303   filter: "'NDRPDR'"
3304   parameters:
3305   - "name"
3306   - "doc"
3307   - "level"
3308   - "parent"
3309   data-start-level: 3
3310
3311 # VPP MRR Results 3n-hsw
3312 - type: "file"
3313   title: "VPP MRR Results 3n-hsw"
3314   algorithm: "file_test_results"
3315   output-file-ext: ".rst"
3316   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3317   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"
3318   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
3319   data: "vpp-mrr-results-3n-hsw"
3320   filter: "'MRR'"
3321   parameters:
3322   - "name"
3323   - "doc"
3324   - "level"
3325   - "parent"
3326   data-start-level: 3
3327
3328 # VPP MRR Results 3n-skx
3329 - type: "file"
3330   title: "VPP MRR Results 3n-skx"
3331   algorithm: "file_test_results"
3332   output-file-ext: ".rst"
3333   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3334   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"
3335   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
3336   data: "vpp-mrr-results-3n-skx"
3337   filter: "'MRR'"
3338   parameters:
3339   - "name"
3340   - "doc"
3341   - "level"
3342   - "parent"
3343   data-start-level: 3
3344
3345 # VPP MRR Results 2n-skx
3346 - type: "file"
3347   title: "VPP MRR Results 2n-skx"
3348   algorithm: "file_test_results"
3349   output-file-ext: ".rst"
3350   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3351   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"
3352   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
3353   data: "vpp-mrr-results-2n-skx"
3354   filter: "all"
3355   parameters:
3356   - "name"
3357   - "doc"
3358   - "level"
3359   - "parent"
3360   data-start-level: 3
3361
3362 # VPP MRR Results 3n-tsh
3363 - type: "file"
3364   title: "VPP MRR Results 3n-tsh"
3365   algorithm: "file_test_results"
3366   output-file-ext: ".rst"
3367   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
3368   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"
3369   dir-tables: "{DIR[DTR,MRR,VPP,3N,TSH]}"
3370   data: "vpp-mrr-results-3n-tsh"
3371   filter: "'MRR'"
3372   parameters:
3373   - "name"
3374   - "doc"
3375   - "level"
3376   - "parent"
3377   data-start-level: 3
3378
3379 # VPP MRR Results 3n-dnv
3380 - type: "file"
3381   title: "VPP MRR Results 3n-dnv"
3382   algorithm: "file_test_results"
3383   output-file-ext: ".rst"
3384   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
3385   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"
3386   dir-tables: "{DIR[DTR,MRR,VPP,3N,DNV]}"
3387   data: "vpp-mrr-results-3n-dnv"
3388   filter: "'MRR'"
3389   parameters:
3390   - "name"
3391   - "doc"
3392   - "level"
3393   - "parent"
3394   data-start-level: 3
3395
3396 # VPP MRR Results 2n-dnv
3397 - type: "file"
3398   title: "VPP MRR Results 2n-dnv"
3399   algorithm: "file_test_results"
3400   output-file-ext: ".rst"
3401   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3402   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"
3403   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
3404   data: "vpp-mrr-results-2n-dnv"
3405   filter: "'MRR'"
3406   parameters:
3407   - "name"
3408   - "doc"
3409   - "level"
3410   - "parent"
3411   data-start-level: 3
3412
3413 # VPP MRR Configuration 3n-hsw
3414 - type: "file"
3415   title: "VPP MRR Configuration 3n-hsw"
3416   algorithm: "file_test_results"
3417   output-file-ext: ".rst"
3418   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
3419   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"
3420   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
3421   data: "vpp-mrr-results-3n-hsw"
3422   filter: "'MRR'"
3423   parameters:
3424   - "name"
3425   - "doc"
3426   - "level"
3427   - "parent"
3428   data-start-level: 3
3429
3430 # VPP MRR Configuration 3n-skx
3431 - type: "file"
3432   title: "VPP MRR Configuration 3n-skx"
3433   algorithm: "file_test_results"
3434   output-file-ext: ".rst"
3435   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
3436   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"
3437   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
3438   data: "vpp-mrr-results-3n-skx"
3439   filter: "'MRR'"
3440   parameters:
3441   - "name"
3442   - "doc"
3443   - "level"
3444   - "parent"
3445   data-start-level: 3
3446
3447 # VPP MRR Configuration 2n-skx
3448 - type: "file"
3449   title: "VPP MRR Configuration 2n-skx"
3450   algorithm: "file_test_results"
3451   output-file-ext: ".rst"
3452   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
3453   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"
3454   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
3455   data: "vpp-mrr-results-2n-skx"
3456   filter: "'MRR'"
3457   parameters:
3458   - "name"
3459   - "doc"
3460   - "level"
3461   - "parent"
3462   data-start-level: 3
3463
3464 # VPP MRR Configuration 3n-tsh
3465 - type: "file"
3466   title: "VPP MRR Configuration 3n-tsh"
3467   algorithm: "file_test_results"
3468   output-file-ext: ".rst"
3469   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
3470   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"
3471   dir-tables: "{DIR[DTC,MRR,VPP,3N,TSH]}"
3472   data: "vpp-mrr-results-3n-tsh"
3473   filter: "'MRR'"
3474   parameters:
3475   - "name"
3476   - "doc"
3477   - "level"
3478   - "parent"
3479   data-start-level: 3
3480
3481 # VPP MRR Configuration 3n-dnv
3482 - type: "file"
3483   title: "VPP MRR Configuration 3n-dnv"
3484   algorithm: "file_test_results"
3485   output-file-ext: ".rst"
3486   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_configuration_3n_dnv"
3487   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"
3488   dir-tables: "{DIR[DTC,MRR,VPP,3N,DNV]}"
3489   data: "vpp-mrr-results-3n-dnv"
3490   filter: "'MRR'"
3491   parameters:
3492   - "name"
3493   - "doc"
3494   - "level"
3495   - "parent"
3496   data-start-level: 3
3497
3498 # VPP MRR Configuration 2n-dnv
3499 - type: "file"
3500   title: "VPP MRR Configuration 2n-dnv"
3501   algorithm: "file_test_results"
3502   output-file-ext: ".rst"
3503   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
3504   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
3505   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
3506   data: "vpp-mrr-results-2n-dnv"
3507   filter: "'MRR'"
3508   parameters:
3509   - "name"
3510   - "doc"
3511   - "level"
3512   - "parent"
3513   data-start-level: 3
3514
3515 # VPP Functional Results - Ubuntu
3516 - type: "file"
3517   title: "VPP Functional Results - Ubuntu"
3518   algorithm: "file_test_results"
3519   output-file-ext: ".rst"
3520   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3521   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
3522   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
3523   data: "vpp-func-results-ubuntu"
3524   filter: "all"
3525   parameters:
3526   - "name"
3527   - "doc"
3528   - "level"
3529   - "parent"
3530   data-start-level: 3
3531
3532 # VPP Functional Results - CentOS
3533 - type: "file"
3534   title: "VPP Functional Results - CentOS"
3535   algorithm: "file_test_results"
3536   output-file-ext: ".rst"
3537   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3538   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"
3539   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
3540   data:
3541     "vpp-func-results-centos"
3542   filter: "all"
3543   parameters:
3544   - "name"
3545   - "doc"
3546   - "level"
3547   - "parent"
3548   data-start-level: 3
3549
3550 # VPP Functional Configuration - Ubuntu
3551 - type: "file"
3552   title: "VPP Functional Configuration - Ubuntu"
3553   algorithm: "file_test_results"
3554   output-file-ext: ".rst"
3555   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3556   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
3557   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
3558   data: "vpp-func-results-ubuntu"
3559   filter: "all"
3560   parameters:
3561   - "name"
3562   - "doc"
3563   - "level"
3564   - "parent"
3565   data-start-level: 3
3566
3567 # VPP Functional Configuration - CentOS
3568 - type: "file"
3569   title: "VPP Functional Configuration - CentOS"
3570   algorithm: "file_test_results"
3571   output-file-ext: ".rst"
3572   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3573   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"
3574   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
3575   data:
3576     "vpp-func-results-centos"
3577   filter: "all"
3578   parameters:
3579   - "name"
3580   - "doc"
3581   - "level"
3582   - "parent"
3583   data-start-level: 3
3584
3585 # VPP Device Results - Ubuntu
3586 - type: "file"
3587   title: "VPP Device Results - Ubuntu"
3588   algorithm: "file_test_results"
3589   output-file-ext: ".rst"
3590   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3591   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"
3592   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
3593   data: "vpp-device-results-ubuntu"
3594   filter: "all"
3595   parameters:
3596   - "name"
3597   - "doc"
3598   - "level"
3599   - "parent"
3600   data-start-level: 2
3601
3602 # VPP Device Configuration - Ubuntu
3603 - type: "file"
3604   title: "VPP Device Configuration - Ubuntu"
3605   algorithm: "file_test_results"
3606   output-file-ext: ".rst"
3607   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3608   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"
3609   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
3610   data: "vpp-device-results-ubuntu"
3611   filter: "all"
3612   parameters:
3613   - "name"
3614   - "doc"
3615   - "level"
3616   - "parent"
3617   data-start-level: 2
3618
3619 ################################################################################
3620 ###                                P L O T S                                 ###
3621 ################################################################################
3622
3623 - type: "plot"
3624   title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
3625   algorithm: "plot_service_density_reconf_box_name"
3626   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
3627   data: "plot-vpp-nfv-reconf-2n-skx"
3628   include:
3629     - "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"
3630     - "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"
3631     - "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"
3632     - "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"
3633     - "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"
3634     - "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"
3635   layout:
3636     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
3637     layout: "plot-throughput"
3638
3639 - type: "plot"
3640   title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
3641   algorithm: "plot_service_density_reconf_box_name"
3642   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
3643   data: "plot-vpp-nfv-reconf-2n-skx"
3644   include:
3645     - "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"
3646     - "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"
3647     - "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"
3648     - "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"
3649     - "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"
3650     - "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"
3651   layout:
3652     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
3653     layout: "plot-throughput"
3654
3655 - type: "plot"
3656   title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
3657   algorithm: "plot_service_density_reconf_box_name"
3658   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
3659   data: "plot-vpp-nfv-reconf-2n-skx"
3660   include:
3661     - "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"
3662     - "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"
3663     - "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"
3664     - "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"
3665     - "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"
3666     - "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"
3667   layout:
3668     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
3669     layout: "plot-throughput"
3670
3671 ###############################################################################
3672
3673 # Packet Throughput
3674
3675 - type: "plot"
3676   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
3677   algorithm: "plot_performance_box_name"
3678   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
3679   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3680   include:
3681     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3682     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3683     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3684     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3685   layout:
3686     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
3687     layout: "plot-throughput"
3688
3689 - type: "plot"
3690   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
3691   algorithm: "plot_performance_box_name"
3692   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
3693   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3694   include:
3695     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3696     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3697     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3698     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3699   layout:
3700     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
3701     layout: "plot-throughput"
3702
3703 - type: "plot"
3704   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
3705   algorithm: "plot_performance_box_name"
3706   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
3707   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3708   include:
3709     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3710     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
3711     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3712     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
3713     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3714   layout:
3715     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
3716     layout: "plot-throughput"
3717
3718 - type: "plot"
3719   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
3720   algorithm: "plot_performance_box_name"
3721   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
3722   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3723   include:
3724     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3725     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
3726     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3727     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
3728     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3729   layout:
3730     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
3731     layout: "plot-throughput"
3732
3733 - type: "plot"
3734   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
3735   algorithm: "plot_performance_box_name"
3736   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
3737   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
3738   include:
3739     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
3740     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3741     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3742     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
3743     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3744   layout:
3745     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
3746     layout: "plot-throughput"
3747
3748 - type: "plot"
3749   title: "Throughput: 3n-hsw-xl710-64b-1t1c-memif-base-i40e-ndr"
3750   algorithm: "plot_performance_box_name"
3751   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-memif-base-i40e-ndr"
3752   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
3753   include:
3754     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3755     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
3756     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3757     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
3758     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3759   layout:
3760     title: "3n-hsw-xl710-64b-1t1c-memif-base-i40e-ndr"
3761     layout: "plot-throughput"
3762
3763 - type: "plot"
3764   title: "Throughput: 3n-hsw-xl710-64b-1t1c-memif-base-i40e-pdr"
3765   algorithm: "plot_performance_box_name"
3766   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-memif-base-i40e-pdr"
3767   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
3768   include:
3769     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3770     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
3771     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3772     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
3773     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3774   layout:
3775     title: "3n-hsw-xl710-64b-1t1c-memif-base-i40e-pdr"
3776     layout: "plot-throughput"
3777
3778 - type: "plot"
3779   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
3780   algorithm: "plot_performance_box_name"
3781   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
3782   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
3783   include:
3784     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
3785     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3786     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3787     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
3788     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3789   layout:
3790     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
3791     layout: "plot-throughput"
3792
3793 - type: "plot"
3794   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
3795   algorithm: "plot_performance_box_name"
3796   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
3797   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3798   include:
3799     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
3800     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3801   layout:
3802     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
3803     layout: "plot-throughput"
3804
3805 - type: "plot"
3806   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
3807   algorithm: "plot_performance_box_name"
3808   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
3809   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3810   include:
3811     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
3812     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3813   layout:
3814     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
3815     layout: "plot-throughput"
3816
3817 - type: "plot"
3818   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
3819   algorithm: "plot_performance_box_name"
3820   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
3821   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3822   include:
3823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
3824     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
3825     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
3826     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
3827     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
3828   layout:
3829     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
3830     layout: "plot-throughput"
3831
3832 - type: "plot"
3833   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
3834   algorithm: "plot_performance_box_name"
3835   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
3836   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3837   include:
3838     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
3839     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
3840     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
3841     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
3842     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
3843   layout:
3844     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
3845     layout: "plot-throughput"
3846
3847 - type: "plot"
3848   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
3849   algorithm: "plot_performance_box_name"
3850   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
3851   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3852   include:
3853     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
3854     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3855     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
3856     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
3857     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
3858   layout:
3859     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
3860     layout: "plot-throughput"
3861
3862 - type: "plot"
3863   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
3864   algorithm: "plot_performance_box_name"
3865   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
3866   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3867   include:
3868     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
3869     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3870     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
3871     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
3872     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
3873   layout:
3874     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
3875     layout: "plot-throughput"
3876
3877 - type: "plot"
3878   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
3879   algorithm: "plot_performance_box_name"
3880   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
3881   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3882   include:
3883     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3884     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
3885   layout:
3886     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
3887     layout: "plot-throughput"
3888
3889 - type: "plot"
3890   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
3891   algorithm: "plot_performance_box_name"
3892   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
3893   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3894   include:
3895     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3896     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
3897   layout:
3898     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
3899     layout: "plot-throughput"
3900
3901 - type: "plot"
3902   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
3903   algorithm: "plot_performance_box_name"
3904   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
3905   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
3906   include:
3907     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
3908     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
3909     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
3910   layout:
3911     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
3912     layout: "plot-throughput"
3913
3914 - type: "plot"
3915   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
3916   algorithm: "plot_performance_box_name"
3917   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
3918   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
3919   include:
3920     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
3921     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
3922     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
3923   layout:
3924     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
3925     layout: "plot-throughput"
3926
3927 - type: "plot"
3928   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
3929   algorithm: "plot_performance_box_name"
3930   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
3931   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3932   include:
3933     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
3934     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3935   layout:
3936     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
3937     layout: "plot-throughput"
3938
3939 - type: "plot"
3940   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
3941   algorithm: "plot_performance_box_name"
3942   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
3943   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3944   include:
3945     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
3946     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3947   layout:
3948     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
3949     layout: "plot-throughput"
3950
3951 - type: "plot"
3952   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
3953   algorithm: "plot_performance_box_name"
3954   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
3955   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3956   include:
3957     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
3958     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
3959     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
3960     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
3961   layout:
3962     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
3963     layout: "plot-throughput"
3964
3965 - type: "plot"
3966   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
3967   algorithm: "plot_performance_box_name"
3968   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
3969   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3970   include:
3971     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
3972     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
3973     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
3974     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
3975   layout:
3976     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
3977     layout: "plot-throughput"
3978
3979 - type: "plot"
3980   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
3981   algorithm: "plot_performance_box_name"
3982   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
3983   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3984   include:
3985     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
3986     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3987     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
3988     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
3989     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
3990   layout:
3991     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
3992     layout: "plot-throughput"
3993
3994 - type: "plot"
3995   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
3996   algorithm: "plot_performance_box_name"
3997   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
3998   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3999   include:
4000     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
4001     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
4002     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
4003     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
4004     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
4005   layout:
4006     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
4007     layout: "plot-throughput"
4008
4009 - type: "plot"
4010   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
4011   algorithm: "plot_performance_box_name"
4012   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
4013   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4014   include:
4015     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
4016     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
4017     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
4018     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
4019     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
4020     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
4021   layout:
4022     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
4023     layout: "plot-throughput"
4024
4025 - type: "plot"
4026   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
4027   algorithm: "plot_performance_box_name"
4028   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
4029   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4030   include:
4031     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
4032     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
4033     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
4034     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
4035     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
4036     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
4037   layout:
4038     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
4039     layout: "plot-throughput"
4040
4041 - type: "plot"
4042   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
4043   algorithm: "plot_performance_box_name"
4044   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
4045   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4046   include:
4047     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
4048     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
4049     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
4050     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
4051     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
4052   layout:
4053     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
4054     layout: "plot-throughput"
4055
4056 - type: "plot"
4057   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
4058   algorithm: "plot_performance_box_name"
4059   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
4060   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4061   include:
4062     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
4063     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
4064     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
4065     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
4066     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
4067   layout:
4068     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
4069     layout: "plot-throughput"
4070
4071 - type: "plot"
4072   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
4073   algorithm: "plot_performance_box_name"
4074   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
4075   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4076   include:
4077     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
4078     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
4079   layout:
4080     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
4081     layout: "plot-throughput"
4082
4083 - type: "plot"
4084   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
4085   algorithm: "plot_performance_box_name"
4086   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
4087   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4088   include:
4089     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
4090     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
4091   layout:
4092     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
4093     layout: "plot-throughput"
4094
4095 - type: "plot"
4096   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
4097   algorithm: "plot_performance_box_name"
4098   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
4099   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
4100   include:
4101     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
4102   layout:
4103     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-ixgbe-ndr"
4104     layout: "plot-throughput"
4105
4106 - type: "plot"
4107   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
4108   algorithm: "plot_performance_box_name"
4109   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
4110   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
4111   include:
4112     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
4113   layout:
4114     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-ixgbe-pdr"
4115     layout: "plot-throughput"
4116
4117 - type: "plot"
4118   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
4119   algorithm: "plot_performance_box_name"
4120   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
4121   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4122   include:
4123     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
4124   layout:
4125     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-ixgbe-ndr"
4126     layout: "plot-throughput"
4127
4128 - type: "plot"
4129   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
4130   algorithm: "plot_performance_box_name"
4131   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
4132   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4133   include:
4134     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
4135   layout:
4136     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-ixgbe-pdr"
4137     layout: "plot-throughput"
4138
4139 - type: "plot"
4140   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-ndr"
4141   algorithm: "plot_performance_box_name"
4142   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-ndr"
4143   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4144   include:
4145     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
4146     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
4147     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
4148     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
4149   layout:
4150     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-ndr"
4151     layout: "plot-throughput"
4152
4153 - type: "plot"
4154   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-pdr"
4155   algorithm: "plot_performance_box_name"
4156   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-pdr"
4157   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4158   include:
4159     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
4160     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
4161     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
4162     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
4163   layout:
4164     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-pdr"
4165     layout: "plot-throughput"
4166
4167 - type: "plot"
4168   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
4169   algorithm: "plot_performance_box_name"
4170   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
4171   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4172   include:
4173     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
4174     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
4175     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
4176     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
4177   layout:
4178     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
4179     layout: "plot-throughput"
4180
4181 - type: "plot"
4182   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
4183   algorithm: "plot_performance_box_name"
4184   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
4185   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4186   include:
4187     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
4188     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
4189     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
4190     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
4191   layout:
4192     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
4193     layout: "plot-throughput"
4194
4195 - type: "plot"
4196   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
4197   algorithm: "plot_performance_box_name"
4198   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
4199   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4200   include:
4201     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
4202     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
4203     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
4204     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
4205   layout:
4206     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
4207     layout: "plot-throughput"
4208
4209 - type: "plot"
4210   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
4211   algorithm: "plot_performance_box_name"
4212   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
4213   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4214   include:
4215     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
4216     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
4217     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
4218     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
4219   layout:
4220     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
4221     layout: "plot-throughput"
4222
4223 - type: "plot"
4224   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
4225   algorithm: "plot_performance_box_name"
4226   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
4227   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4228   include:
4229     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
4230     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
4231   layout:
4232     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-ixgbe-ndr"
4233     layout: "plot-throughput"
4234
4235 - type: "plot"
4236   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
4237   algorithm: "plot_performance_box_name"
4238   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
4239   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4240   include:
4241     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
4242     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
4243   layout:
4244     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-ixgbe-pdr"
4245     layout: "plot-throughput"
4246
4247 - type: "plot"
4248   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4249   algorithm: "plot_performance_box_name"
4250   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4251   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4252   include:
4253     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4254   layout:
4255     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4256     layout: "plot-throughput"
4257
4258 - type: "plot"
4259   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4260   algorithm: "plot_performance_box_name"
4261   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4262   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4263   include:
4264     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4265   layout:
4266     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4267     layout: "plot-throughput"
4268
4269 - type: "plot"
4270   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4271   algorithm: "plot_performance_box_name"
4272   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4273   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4274   include:
4275     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
4276     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4277     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
4278     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
4279     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
4280   layout:
4281     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4282     layout: "plot-throughput"
4283
4284 - type: "plot"
4285   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4286   algorithm: "plot_performance_box_name"
4287   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4288   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4289   include:
4290     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
4291     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4292     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
4293     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
4294     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
4295   layout:
4296     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4297     layout: "plot-throughput"
4298
4299 - type: "plot"
4300   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
4301   algorithm: "plot_performance_box_name"
4302   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
4303   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4304   include:
4305     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
4306     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4307     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
4308   layout:
4309     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
4310     layout: "plot-throughput"
4311
4312 - type: "plot"
4313   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
4314   algorithm: "plot_performance_box_name"
4315   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
4316   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4317   include:
4318     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
4319     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4320     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
4321   layout:
4322     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
4323     layout: "plot-throughput"
4324
4325 - type: "plot"
4326   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4327   algorithm: "plot_performance_box_name"
4328   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4329   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4330   include:
4331     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4332   layout:
4333     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4334     layout: "plot-throughput"
4335
4336 - type: "plot"
4337   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4338   algorithm: "plot_performance_box_name"
4339   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4340   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4341   include:
4342     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4343   layout:
4344     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4345     layout: "plot-throughput"
4346
4347 - type: "plot"
4348   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4349   algorithm: "plot_performance_box_name"
4350   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4351   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4352   include:
4353     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
4354     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4355     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
4356     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
4357     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
4358   layout:
4359     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4360     layout: "plot-throughput"
4361
4362 - type: "plot"
4363   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4364   algorithm: "plot_performance_box_name"
4365   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4366   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4367   include:
4368     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
4369     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4370     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
4371     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
4372     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
4373   layout:
4374     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4375     layout: "plot-throughput"
4376
4377 - type: "plot"
4378   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4379   algorithm: "plot_performance_box_name"
4380   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4381   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4382   include:
4383     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
4384     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4385     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
4386     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
4387     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
4388   layout:
4389     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4390     layout: "plot-throughput"
4391
4392 - type: "plot"
4393   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4394   algorithm: "plot_performance_box_name"
4395   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4396   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4397   include:
4398     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
4399     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4400     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
4401     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
4402     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
4403   layout:
4404     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4405     layout: "plot-throughput"
4406
4407 - type: "plot"
4408   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4409   algorithm: "plot_performance_box_name"
4410   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4411   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
4412   include:
4413     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4414   layout:
4415     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-ixgbe-ndr"
4416     layout: "plot-throughput"
4417
4418 - type: "plot"
4419   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4420   algorithm: "plot_performance_box_name"
4421   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4422   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
4423   include:
4424     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4425   layout:
4426     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-ixgbe-pdr"
4427     layout: "plot-throughput"
4428
4429 - type: "plot"
4430   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4431   algorithm: "plot_performance_box_name"
4432   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4433   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4434   include:
4435     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4436   layout:
4437     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-ixgbe-ndr"
4438     layout: "plot-throughput"
4439
4440 - type: "plot"
4441   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4442   algorithm: "plot_performance_box_name"
4443   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4444   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4445   include:
4446     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4447   layout:
4448     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-ixgbe-pdr"
4449     layout: "plot-throughput"
4450
4451 - type: "plot"
4452   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
4453   algorithm: "plot_performance_box_name"
4454   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
4455   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4456   include:
4457     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4458     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4459     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4460     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4461     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4462     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4463   layout:
4464     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
4465     layout: "plot-throughput"
4466
4467 - type: "plot"
4468   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
4469   algorithm: "plot_performance_box_name"
4470   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
4471   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4472   include:
4473     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4474     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4475     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4476     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4477     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4478     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4479   layout:
4480     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
4481     layout: "plot-throughput"
4482
4483 - type: "plot"
4484   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
4485   algorithm: "plot_performance_box_name"
4486   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
4487   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4488   include:
4489     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
4490     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4491     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
4492     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4493   layout:
4494     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
4495     layout: "plot-throughput"
4496
4497 - type: "plot"
4498   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
4499   algorithm: "plot_performance_box_name"
4500   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
4501   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4502   include:
4503     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
4504     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4505     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4506     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4507   layout:
4508     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
4509     layout: "plot-throughput"
4510
4511 - type: "plot"
4512   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
4513   algorithm: "plot_performance_box_name"
4514   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
4515   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4516   include:
4517     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4518     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4519     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4520     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4521     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4522     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4523   layout:
4524     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
4525     layout: "plot-throughput"
4526
4527 - type: "plot"
4528   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
4529   algorithm: "plot_performance_box_name"
4530   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
4531   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4532   include:
4533     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4534     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4535     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4536     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4537     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4538     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4539   layout:
4540     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
4541     layout: "plot-throughput"
4542
4543 - type: "plot"
4544   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
4545   algorithm: "plot_performance_box_name"
4546   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
4547   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4548   include:
4549     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4550     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4551     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4552     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4553     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4554     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4555   layout:
4556     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
4557     layout: "plot-throughput"
4558
4559 - type: "plot"
4560   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
4561   algorithm: "plot_performance_box_name"
4562   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
4563   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4564   include:
4565     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4566     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4567     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4568     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4569     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4570     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4571   layout:
4572     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
4573     layout: "plot-throughput"
4574
4575 - type: "plot"
4576   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
4577   algorithm: "plot_performance_box_name"
4578   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
4579   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4580   include:
4581     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4582     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4583     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4584     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4585     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4586     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4587   layout:
4588     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
4589     layout: "plot-throughput"
4590
4591 - type: "plot"
4592   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
4593   algorithm: "plot_performance_box_name"
4594   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
4595   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4596   include:
4597     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4598     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4599     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4600     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4601     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4602     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4603   layout:
4604     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
4605     layout: "plot-throughput"
4606
4607 - type: "plot"
4608   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
4609   algorithm: "plot_performance_box_name"
4610   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
4611   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4612   include:
4613     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4614     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
4615     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4616   layout:
4617     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
4618     layout: "plot-throughput"
4619
4620 - type: "plot"
4621   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
4622   algorithm: "plot_performance_box_name"
4623   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
4624   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4625   include:
4626     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4627     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
4628     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4629   layout:
4630     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
4631     layout: "plot-throughput"
4632
4633 - type: "plot"
4634   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
4635   algorithm: "plot_performance_box_name"
4636   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
4637   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4638   include:
4639     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
4640     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4641     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
4642   layout:
4643     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
4644     layout: "plot-throughput"
4645
4646 - type: "plot"
4647   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
4648   algorithm: "plot_performance_box_name"
4649   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
4650   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4651   include:
4652     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
4653     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4654     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
4655   layout:
4656     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
4657     layout: "plot-throughput"
4658
4659 - type: "plot"
4660   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
4661   algorithm: "plot_performance_box_name"
4662   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
4663   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4664   include:
4665     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
4666     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
4667     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4668     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4669     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4670   layout:
4671     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
4672     layout: "plot-throughput"
4673
4674 - type: "plot"
4675   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
4676   algorithm: "plot_performance_box_name"
4677   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
4678   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4679   include:
4680     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
4681     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
4682     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4683     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4684     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4685   layout:
4686     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
4687     layout: "plot-throughput"
4688
4689 - type: "plot"
4690   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
4691   algorithm: "plot_performance_box_name"
4692   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
4693   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4694   include:
4695     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4696     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
4697     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
4698     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4699   layout:
4700     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
4701     layout: "plot-throughput"
4702
4703 - type: "plot"
4704   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
4705   algorithm: "plot_performance_box_name"
4706   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
4707   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4708   include:
4709     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4710     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
4711     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
4712     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4713   layout:
4714     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
4715     layout: "plot-throughput"
4716
4717 - type: "plot"
4718   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
4719   algorithm: "plot_performance_box_name"
4720   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
4721   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4722   include:
4723     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4724     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
4725     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4726     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4727     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4728     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4729   layout:
4730     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
4731     layout: "plot-throughput"
4732
4733 - type: "plot"
4734   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
4735   algorithm: "plot_performance_box_name"
4736   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
4737   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4738   include:
4739     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4740     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
4741     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4742     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4743     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4744     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4745   layout:
4746     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
4747     layout: "plot-throughput"
4748
4749 - type: "plot"
4750   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
4751   algorithm: "plot_performance_box_name"
4752   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
4753   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4754   include:
4755     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4756     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4757     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4758   layout:
4759     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
4760     layout: "plot-throughput"
4761
4762 - type: "plot"
4763   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
4764   algorithm: "plot_performance_box_name"
4765   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
4766   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4767   include:
4768     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4769     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4770     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4771   layout:
4772     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
4773     layout: "plot-throughput"
4774
4775 - type: "plot"
4776   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
4777   algorithm: "plot_performance_box_name"
4778   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
4779   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4780   include:
4781     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
4782     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4783     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
4784   layout:
4785     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
4786     layout: "plot-throughput"
4787
4788 - type: "plot"
4789   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
4790   algorithm: "plot_performance_box_name"
4791   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
4792   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4793   include:
4794     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
4795     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4796     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
4797   layout:
4798     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
4799     layout: "plot-throughput"
4800
4801 - type: "plot"
4802   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
4803   algorithm: "plot_performance_box_name"
4804   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
4805   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4806   include:
4807     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
4808     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4809     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4810     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4811   layout:
4812     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
4813     layout: "plot-throughput"
4814
4815 - type: "plot"
4816   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
4817   algorithm: "plot_performance_box_name"
4818   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
4819   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4820   include:
4821     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
4822     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4823     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4824     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4825   layout:
4826     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
4827     layout: "plot-throughput"
4828
4829 - type: "plot"
4830   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
4831   algorithm: "plot_performance_box_name"
4832   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
4833   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4834   include:
4835     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
4836     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4837     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4838     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
4839     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
4840     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4841   layout:
4842     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
4843     layout: "plot-throughput"
4844
4845 - type: "plot"
4846   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
4847   algorithm: "plot_performance_box_name"
4848   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
4849   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4850   include:
4851     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
4852     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4853     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4854     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
4855     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
4856     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4857   layout:
4858     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
4859     layout: "plot-throughput"
4860
4861 - type: "plot"
4862   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
4863   algorithm: "plot_performance_box_name"
4864   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
4865   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4866   include:
4867     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
4868     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4869     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4870     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4871   layout:
4872     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
4873     layout: "plot-throughput"
4874
4875 - type: "plot"
4876   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
4877   algorithm: "plot_performance_box_name"
4878   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
4879   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4880   include:
4881     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
4882     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4883     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4884     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4885   layout:
4886     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
4887     layout: "plot-throughput"
4888
4889 - type: "plot"
4890   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
4891   algorithm: "plot_performance_box_name"
4892   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
4893   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4894   include:
4895     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4896     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4897     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4898     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
4899     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
4900     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4901   layout:
4902     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
4903     layout: "plot-throughput"
4904
4905 - type: "plot"
4906   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
4907   algorithm: "plot_performance_box_name"
4908   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
4909   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4910   include:
4911     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4912     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4913     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4914     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
4915     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
4916     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4917   layout:
4918     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
4919     layout: "plot-throughput"
4920
4921 - type: "plot"
4922   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
4923   algorithm: "plot_performance_box_name"
4924   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
4925   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
4926   include:
4927     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4928     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4929     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4930   layout:
4931     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
4932     layout: "plot-throughput"
4933
4934 - type: "plot"
4935   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
4936   algorithm: "plot_performance_box_name"
4937   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
4938   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
4939   include:
4940     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4941     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4942     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4943   layout:
4944     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
4945     layout: "plot-throughput"
4946
4947 - type: "plot"
4948   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
4949   algorithm: "plot_performance_box_name"
4950   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
4951   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4952   include:
4953     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4954     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4955     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4956   layout:
4957     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
4958     layout: "plot-throughput"
4959
4960 - type: "plot"
4961   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
4962   algorithm: "plot_performance_box_name"
4963   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
4964   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4965   include:
4966     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4967     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4968     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4969   layout:
4970     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
4971     layout: "plot-throughput"
4972
4973 - type: "plot"
4974   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
4975   algorithm: "plot_performance_box_name"
4976   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
4977   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4978   include:
4979     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
4980     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4981     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4982     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
4983   layout:
4984     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
4985     layout: "plot-throughput"
4986
4987 - type: "plot"
4988   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
4989   algorithm: "plot_performance_box_name"
4990   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
4991   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4992   include:
4993     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
4994     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4995     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4996     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
4997   layout:
4998     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
4999     layout: "plot-throughput"
5000
5001 - type: "plot"
5002   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5003   algorithm: "plot_performance_box_name"
5004   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5005   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5006   include:
5007     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5008     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5009     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5010     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
5011   layout:
5012     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5013     layout: "plot-throughput"
5014
5015 - type: "plot"
5016   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
5017   algorithm: "plot_performance_box_name"
5018   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
5019   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5020   include:
5021     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5022     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5023     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5024     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
5025   layout:
5026     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
5027     layout: "plot-throughput"
5028
5029 - type: "plot"
5030   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
5031   algorithm: "plot_performance_box_name"
5032   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
5033   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5034   include:
5035     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5036     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5037     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5038     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5039   layout:
5040     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
5041     layout: "plot-throughput"
5042
5043 - type: "plot"
5044   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
5045   algorithm: "plot_performance_box_name"
5046   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
5047   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5048   include:
5049     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5050     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5051     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5052     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5053   layout:
5054     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
5055     layout: "plot-throughput"
5056
5057 - type: "plot"
5058   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
5059   algorithm: "plot_performance_box_name"
5060   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
5061   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5062   include:
5063     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5064     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5065     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5066     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
5067   layout:
5068     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
5069     layout: "plot-throughput"
5070
5071 - type: "plot"
5072   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-pdr"
5073   algorithm: "plot_performance_box_name"
5074   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-pdr"
5075   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5076   include:
5077     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5078     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5079     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5080     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
5081   layout:
5082     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-pdr"
5083     layout: "plot-throughput"
5084
5085 - type: "plot"
5086   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
5087   algorithm: "plot_performance_box_name"
5088   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
5089   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5090   include:
5091     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5092     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5093     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5094     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5095     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5096   layout:
5097     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
5098     layout: "plot-throughput"
5099
5100 - type: "plot"
5101   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
5102   algorithm: "plot_performance_box_name"
5103   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
5104   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5105   include:
5106     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5107     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5108     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5109     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5110     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5111   layout:
5112     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
5113     layout: "plot-throughput"
5114
5115 - type: "plot"
5116   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5117   algorithm: "plot_performance_box_name"
5118   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5119   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5120   include:
5121     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5122     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5123     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5124     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5125     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
5126   layout:
5127     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5128     layout: "plot-throughput"
5129
5130 - type: "plot"
5131   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
5132   algorithm: "plot_performance_box_name"
5133   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
5134   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5135   include:
5136     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5137     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5138     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5139     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5140     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
5141   layout:
5142     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
5143     layout: "plot-throughput"
5144
5145 - type: "plot"
5146   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
5147   algorithm: "plot_performance_box_name"
5148   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
5149   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5150   include:
5151     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5152     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5153     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5154     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5155     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5156     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5157   layout:
5158     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
5159     layout: "plot-throughput"
5160
5161 - type: "plot"
5162   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
5163   algorithm: "plot_performance_box_name"
5164   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
5165   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5166   include:
5167     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5168     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5169     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5170     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5171     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5172     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5173   layout:
5174     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
5175     layout: "plot-throughput"
5176
5177 - type: "plot"
5178   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5179   algorithm: "plot_performance_box_name"
5180   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5181   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5182   include:
5183     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5184     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5185     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5186     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5187     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5188     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5189   layout:
5190     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5191     layout: "plot-throughput"
5192
5193 - type: "plot"
5194   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
5195   algorithm: "plot_performance_box_name"
5196   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
5197   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5198   include:
5199     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5200     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5201     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5202     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5203     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5204     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5205   layout:
5206     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
5207     layout: "plot-throughput"
5208
5209 - type: "plot"
5210   title: "Throughput: 3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
5211   algorithm: "plot_performance_box_name"
5212   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
5213   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5214   include:
5215     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5216     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5217     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5218     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5219     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5220     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5221   layout:
5222     title: "3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
5223     layout: "plot-throughput"
5224
5225 - type: "plot"
5226   title: "Throughput: 3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-pdr"
5227   algorithm: "plot_performance_box_name"
5228   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-pdr"
5229   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5230   include:
5231     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5232     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5233     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5234     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5235     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5236     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5237   layout:
5238     title: "3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-pdr"
5239     layout: "plot-throughput"
5240
5241 - type: "plot"
5242   title: "Throughput: 3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5243   algorithm: "plot_performance_box_name"
5244   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5245   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5246   include:
5247     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5248     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5249     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5250     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5251     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5252     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5253   layout:
5254     title: "3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5255     layout: "plot-throughput"
5256
5257 - type: "plot"
5258   title: "Throughput: 3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-pdr"
5259   algorithm: "plot_performance_box_name"
5260   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-pdr"
5261   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5262   include:
5263     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5264     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5265     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5266     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5267     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5268     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5269   layout:
5270     title: "3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-pdr"
5271     layout: "plot-throughput"
5272
5273 - type: "plot"
5274   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
5275   algorithm: "plot_performance_box_name"
5276   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
5277   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5278   include:
5279     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5280     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5281     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5282     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5283     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5284   layout:
5285     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
5286     layout: "plot-throughput"
5287
5288 - type: "plot"
5289   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
5290   algorithm: "plot_performance_box_name"
5291   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
5292   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5293   include:
5294     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5295     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5296     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5297     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5298     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5299   layout:
5300     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
5301     layout: "plot-throughput"
5302
5303 - type: "plot"
5304   title: "Throughput: 3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-ndr"
5305   algorithm: "plot_performance_box_name"
5306   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-ndr"
5307   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5308   include:
5309     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
5310     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
5311     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
5312   layout:
5313     title: "3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-ndr"
5314     layout: "plot-throughput"
5315
5316 - type: "plot"
5317   title: "Throughput: 3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-pdr"
5318   algorithm: "plot_performance_box_name"
5319   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-pdr"
5320   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5321   include:
5322     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
5323     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
5324     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
5325   layout:
5326     title: "3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-pdr"
5327     layout: "plot-throughput"
5328
5329 ################################################################################
5330
5331 # Packet Latency 1C
5332
5333 - type: "plot"
5334   title: "Latency: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
5335   algorithm: "plot_latency_error_bars_name"
5336   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
5337   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5338   include:
5339     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
5340     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5341     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5342     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
5343   layout:
5344     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
5345     layout: "plot-latency"
5346
5347 - type: "plot"
5348   title: "Latency: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
5349   algorithm: "plot_latency_error_bars_name"
5350   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
5351   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5352   include:
5353     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
5354     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
5355     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5356     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
5357     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
5358   layout:
5359     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
5360     layout: "plot-latency"
5361
5362 - type: "plot"
5363   title: "Latency: 3n-hsw-xl710-64b-1t1c-memif-base-i40e-ndr-lat"
5364   algorithm: "plot_latency_error_bars_name"
5365   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-memif-base-i40e-ndr-lat"
5366   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5367   include:
5368     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
5369     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
5370     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5371     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
5372     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
5373   layout:
5374     title: "3n-hsw-xl710-64b-1t1c-memif-base-i40e-ndr"
5375     layout: "plot-latency"
5376
5377 - type: "plot"
5378   title: "Latency: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
5379   algorithm: "plot_latency_error_bars_name"
5380   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
5381   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5382   include:
5383     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
5384     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
5385   layout:
5386     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
5387     layout: "plot-latency"
5388
5389 - type: "plot"
5390   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
5391   algorithm: "plot_latency_error_bars_name"
5392   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
5393   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5394   include:
5395     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
5396     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
5397     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
5398     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
5399     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
5400   layout:
5401     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
5402     layout: "plot-latency"
5403
5404 - type: "plot"
5405   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
5406   algorithm: "plot_latency_error_bars_name"
5407   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
5408   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5409   include:
5410     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
5411     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
5412     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
5413     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
5414     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
5415   layout:
5416     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
5417     layout: "plot-latency"
5418
5419 - type: "plot"
5420   title: "Latency: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
5421   algorithm: "plot_latency_error_bars_name"
5422   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
5423   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5424   include:
5425     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
5426     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
5427   layout:
5428     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
5429     layout: "plot-latency"
5430
5431 - type: "plot"
5432   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
5433   algorithm: "plot_latency_error_bars_name"
5434   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
5435   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5436   include:
5437     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
5438     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
5439     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
5440   layout:
5441     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
5442     layout: "plot-latency"
5443
5444 - type: "plot"
5445   title: "Latency: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
5446   algorithm: "plot_latency_error_bars_name"
5447   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
5448   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5449   include:
5450     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
5451     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
5452   layout:
5453     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
5454     layout: "plot-latency"
5455
5456 - type: "plot"
5457   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
5458   algorithm: "plot_latency_error_bars_name"
5459   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
5460   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5461   include:
5462     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
5463     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
5464     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
5465     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
5466   layout:
5467     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
5468     layout: "plot-latency"
5469
5470 - type: "plot"
5471   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
5472   algorithm: "plot_latency_error_bars_name"
5473   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
5474   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5475   include:
5476     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
5477     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
5478     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
5479     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
5480     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
5481   layout:
5482     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
5483     layout: "plot-latency"
5484
5485 - type: "plot"
5486   title: "Latency: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
5487   algorithm: "plot_latency_error_bars_name"
5488   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
5489   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5490   include:
5491     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
5492     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
5493     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
5494     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
5495     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
5496     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
5497   layout:
5498     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
5499     layout: "plot-latency"
5500
5501 - type: "plot"
5502   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-ndr-lat"
5503   algorithm: "plot_latency_error_bars_name"
5504   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-ndr-lat"
5505   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5506   include:
5507     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
5508     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
5509     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
5510     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
5511   layout:
5512     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-ndr"
5513     layout: "plot-latency"
5514
5515 - type: "plot"
5516   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-lat"
5517   algorithm: "plot_latency_error_bars_name"
5518   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-lat"
5519   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5520   include:
5521     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
5522     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
5523     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
5524     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
5525   layout:
5526     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
5527     layout: "plot-latency"
5528
5529 - type: "plot"
5530   title: "Latency: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5531   algorithm: "plot_latency_error_bars_name"
5532   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5533   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5534   include:
5535     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
5536   layout:
5537     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
5538     layout: "plot-latency"
5539
5540 - type: "plot"
5541   title: "Latency: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5542   algorithm: "plot_latency_error_bars_name"
5543   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5544   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5545   include:
5546     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
5547     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
5548     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
5549     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
5550     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
5551   layout:
5552     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
5553     layout: "plot-latency"
5554
5555 - type: "plot"
5556   title: "Latency: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
5557   algorithm: "plot_latency_error_bars_name"
5558   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
5559   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5560   include:
5561     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
5562     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
5563     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
5564   layout:
5565     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
5566     layout: "plot-latency"
5567
5568 - type: "plot"
5569   title: "Latency: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5570   algorithm: "plot_latency_error_bars_name"
5571   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5572   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5573   include:
5574     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
5575   layout:
5576     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
5577     layout: "plot-latency"
5578
5579 - type: "plot"
5580   title: "Latency: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5581   algorithm: "plot_latency_error_bars_name"
5582   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5583   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5584   include:
5585     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
5586     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
5587     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
5588     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
5589     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
5590   layout:
5591     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
5592     layout: "plot-latency"
5593
5594 #- type: "plot"
5595 #  title: "Latency: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
5596 #  algorithm: "plot_latency_error_bars_name"
5597 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
5598 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5599 #  include:
5600 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
5601 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5602 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
5603 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5604 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
5605 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5606 #  layout:
5607 #    title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
5608 #    layout: "plot-latency"
5609
5610 #- type: "plot"
5611 #  title: "Latency: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
5612 #  algorithm: "plot_latency_error_bars_name"
5613 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
5614 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5615 #  include:
5616 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
5617 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5618 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
5619 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5620 #  layout:
5621 #    title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
5622 #    layout: "plot-latency"
5623
5624 #- type: "plot"
5625 #  title: "Latency: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
5626 #  algorithm: "plot_latency_error_bars_name"
5627 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
5628 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
5629 #  include:
5630 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
5631 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5632 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
5633 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5634 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
5635 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5636 #  layout:
5637 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
5638 #    layout: "plot-latency"
5639
5640 - type: "plot"
5641   title: "Latency: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
5642   algorithm: "plot_latency_error_bars_name"
5643   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
5644   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5645   include:
5646     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
5647     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
5648     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
5649   layout:
5650     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
5651     layout: "plot-latency"
5652
5653 - type: "plot"
5654   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
5655   algorithm: "plot_latency_error_bars_name"
5656   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
5657   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5658   include:
5659     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
5660     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
5661     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
5662   layout:
5663     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
5664     layout: "plot-latency"
5665
5666 - type: "plot"
5667   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
5668   algorithm: "plot_latency_error_bars_name"
5669   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
5670   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5671   include:
5672     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
5673     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
5674     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
5675     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
5676     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
5677   layout:
5678     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
5679     layout: "plot-latency"
5680
5681 - type: "plot"
5682   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
5683   algorithm: "plot_latency_error_bars_name"
5684   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
5685   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5686   include:
5687     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
5688     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
5689     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
5690     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
5691   layout:
5692     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
5693     layout: "plot-latency"
5694
5695 - type: "plot"
5696   title: "Latency: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
5697   algorithm: "plot_latency_error_bars_name"
5698   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
5699   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5700   include:
5701     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
5702     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
5703     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
5704     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
5705     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
5706     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
5707   layout:
5708     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
5709     layout: "plot-latency"
5710
5711 - type: "plot"
5712   title: "Latency: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
5713   algorithm: "plot_latency_error_bars_name"
5714   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
5715   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5716   include:
5717     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
5718     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
5719     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
5720   layout:
5721     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
5722     layout: "plot-latency"
5723
5724 - type: "plot"
5725   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
5726   algorithm: "plot_latency_error_bars_name"
5727   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
5728   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5729   include:
5730     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
5731     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
5732     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
5733   layout:
5734     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
5735     layout: "plot-latency"
5736
5737 - type: "plot"
5738   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
5739   algorithm: "plot_latency_error_bars_name"
5740   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
5741   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5742   include:
5743     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
5744     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
5745     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
5746     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
5747   layout:
5748     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
5749     layout: "plot-latency"
5750
5751 - type: "plot"
5752   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
5753   algorithm: "plot_latency_error_bars_name"
5754   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
5755   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5756   include:
5757     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
5758     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
5759     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
5760     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
5761     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
5762     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
5763   layout:
5764     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
5765     layout: "plot-latency"
5766
5767 - type: "plot"
5768   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
5769   algorithm: "plot_latency_error_bars_name"
5770   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
5771   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5772   include:
5773     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5774     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5775     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5776     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5777   layout:
5778     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
5779     layout: "plot-latency"
5780
5781 - type: "plot"
5782   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5783   algorithm: "plot_latency_error_bars_name"
5784   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-lat"
5785   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5786   include:
5787     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5788     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5789     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5790     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
5791   layout:
5792     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5793     layout: "plot-latency"
5794
5795 - type: "plot"
5796   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
5797   algorithm: "plot_latency_error_bars_name"
5798   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr-lat"
5799   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5800   include:
5801     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5802     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5803     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5804     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5805   layout:
5806     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
5807     layout: "plot-latency"
5808
5809 - type: "plot"
5810   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
5811   algorithm: "plot_latency_error_bars_name"
5812   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr-lat"
5813   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5814   include:
5815     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5816     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5817     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5818     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
5819   layout:
5820     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
5821     layout: "plot-latency"
5822
5823 - type: "plot"
5824   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
5825   algorithm: "plot_latency_error_bars_name"
5826   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
5827   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5828   include:
5829     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5830     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5831     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5832     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5833     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5834   layout:
5835     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
5836     layout: "plot-latency"
5837
5838 - type: "plot"
5839   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5840   algorithm: "plot_latency_error_bars_name"
5841   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-lat"
5842   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5843   include:
5844     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5845     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5846     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5847     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5848     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
5849   layout:
5850     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5851     layout: "plot-latency"
5852
5853 - type: "plot"
5854   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
5855   algorithm: "plot_latency_error_bars_name"
5856   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
5857   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5858   include:
5859     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5860     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5861     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5862     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5863     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5864     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5865   layout:
5866     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
5867     layout: "plot-latency"
5868
5869 - type: "plot"
5870   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5871   algorithm: "plot_latency_error_bars_name"
5872   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
5873   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5874   include:
5875     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5876     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5877     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5878     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5879     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5880     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5881   layout:
5882     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5883     layout: "plot-latency"
5884
5885 - type: "plot"
5886   title: "Latency: 3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
5887   algorithm: "plot_latency_error_bars_name"
5888   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-ndr-lat"
5889   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5890   include:
5891     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5892     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5893     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5894     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5895     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5896     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5897   layout:
5898     title: "3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
5899     layout: "plot-latency"
5900
5901 - type: "plot"
5902   title: "Latency: 3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5903   algorithm: "plot_latency_error_bars_name"
5904   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
5905   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5906   include:
5907     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5908     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5909     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5910     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5911     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5912     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5913   layout:
5914     title: "3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5915     layout: "plot-latency"
5916
5917 - type: "plot"
5918   title: "Latency: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-lat"
5919   algorithm: "plot_latency_error_bars_name"
5920   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-lat"
5921   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5922   include:
5923     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
5924     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
5925     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5926     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
5927     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
5928   layout:
5929     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
5930     layout: "plot-latency"
5931
5932 - type: "plot"
5933   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-lat"
5934   algorithm: "plot_latency_error_bars_name"
5935   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-lat"
5936   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5937   include:
5938     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
5939     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
5940     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
5941     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
5942     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
5943   layout:
5944     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
5945     layout: "plot-latency"
5946
5947 - type: "plot"
5948   title: "Latency: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-lat"
5949   algorithm: "plot_latency_error_bars_name"
5950   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-lat"
5951   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5952   include:
5953     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
5954     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
5955   layout:
5956     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
5957     layout: "plot-latency"
5958
5959 - type: "plot"
5960   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-lat"
5961   algorithm: "plot_latency_error_bars_name"
5962   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-lat"
5963   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5964   include:
5965     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
5966     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
5967     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
5968     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
5969   layout:
5970     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-lat"
5971     layout: "plot-latency"
5972
5973 - type: "plot"
5974   title: "Latency: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-lat"
5975   algorithm: "plot_latency_error_bars_name"
5976   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-lat"
5977   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5978   include:
5979     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
5980     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
5981     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
5982     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
5983     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
5984   layout:
5985     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
5986     layout: "plot-latency"
5987
5988 - type: "plot"
5989   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-lat"
5990   algorithm: "plot_latency_error_bars_name"
5991   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-lat"
5992   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5993   include:
5994     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
5995     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
5996     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
5997     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
5998   layout:
5999     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
6000     layout: "plot-latency"
6001
6002 - type: "plot"
6003   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-lat"
6004   algorithm: "plot_latency_error_bars_name"
6005   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-lat"
6006   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6007   include:
6008     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
6009     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
6010     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
6011     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
6012     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
6013     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
6014   layout:
6015     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
6016     layout: "plot-latency"
6017
6018 - type: "plot"
6019   title: "Latency: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-lat"
6020   algorithm: "plot_latency_error_bars_name"
6021   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-lat"
6022   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6023   include:
6024     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6025     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6026     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6027     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6028     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
6029   layout:
6030     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
6031     layout: "plot-latency"
6032
6033 ################################################################################
6034
6035 # Packet Latency 2C
6036
6037 - type: "plot"
6038   title: "Latency: 2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
6039   algorithm: "plot_latency_error_bars_name"
6040   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
6041   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6042   include:
6043     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6044     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6045     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6046     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6047   layout:
6048     title: "2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
6049     layout: "plot-latency"
6050
6051 - type: "plot"
6052   title: "Latency: 3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
6053   algorithm: "plot_latency_error_bars_name"
6054   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
6055   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6056   include:
6057     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6058     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6059     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6060     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6061     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6062   layout:
6063     title: "3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
6064     layout: "plot-latency"
6065
6066 - type: "plot"
6067   title: "Latency: 3n-hsw-xl710-64b-2t2c-memif-base-i40e-ndr-lat"
6068   algorithm: "plot_latency_error_bars_name"
6069   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-memif-base-i40e-ndr-lat"
6070   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6071   include:
6072     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6073     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6074     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6075     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6076     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6077   layout:
6078     title: "3n-hsw-xl710-64b-2t2c-memif-base-i40e-ndr"
6079     layout: "plot-latency"
6080
6081 - type: "plot"
6082   title: "Latency: 2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
6083   algorithm: "plot_latency_error_bars_name"
6084   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
6085   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6086   include:
6087     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
6088     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
6089   layout:
6090     title: "2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
6091     layout: "plot-latency"
6092
6093 - type: "plot"
6094   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
6095   algorithm: "plot_latency_error_bars_name"
6096   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
6097   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6098   include:
6099     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-avf-dot1q-ip4base-ndrpdr"
6100     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
6101     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
6102     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
6103     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
6104   layout:
6105     title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
6106     layout: "plot-latency"
6107
6108 - type: "plot"
6109   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
6110   algorithm: "plot_latency_error_bars_name"
6111   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
6112   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6113   include:
6114     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
6115     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
6116     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
6117     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
6118     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
6119   layout:
6120     title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
6121     layout: "plot-latency"
6122
6123 - type: "plot"
6124   title: "Latency: 2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
6125   algorithm: "plot_latency_error_bars_name"
6126   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
6127   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6128   include:
6129     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
6130     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
6131   layout:
6132     title: "2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
6133     layout: "plot-latency"
6134
6135 - type: "plot"
6136   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
6137   algorithm: "plot_latency_error_bars_name"
6138   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
6139   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6140   include:
6141     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
6142     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
6143     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
6144   layout:
6145     title: "3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr"
6146     layout: "plot-latency"
6147
6148 - type: "plot"
6149   title: "Latency: 3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
6150   algorithm: "plot_latency_error_bars_name"
6151   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
6152   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6153   include:
6154     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
6155     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
6156   layout:
6157     title: "3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
6158     layout: "plot-latency"
6159
6160 - type: "plot"
6161   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
6162   algorithm: "plot_latency_error_bars_name"
6163   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
6164   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6165   include:
6166     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
6167     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
6168     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
6169     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
6170   layout:
6171     title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
6172     layout: "plot-latency"
6173
6174 - type: "plot"
6175   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
6176   algorithm: "plot_latency_error_bars_name"
6177   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
6178   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6179   include:
6180     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
6181     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
6182     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
6183     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
6184     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
6185   layout:
6186     title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
6187     layout: "plot-latency"
6188
6189 - type: "plot"
6190   title: "Latency: 3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
6191   algorithm: "plot_latency_error_bars_name"
6192   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
6193   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6194   include:
6195     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
6196     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6197     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6198     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6199     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6200     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
6201   layout:
6202     title: "3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
6203     layout: "plot-latency"
6204
6205 - type: "plot"
6206   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4tunnel-base-scale-i40e-ndr-lat"
6207   algorithm: "plot_latency_error_bars_name"
6208   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4tunnel-base-scale-i40e-ndr-lat"
6209   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6210   include:
6211     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6212     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
6213     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6214     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
6215   layout:
6216     title: "3n-hsw-xl710-64b-2t2c-ip4tunnel-base-scale-i40e-ndr"
6217     layout: "plot-latency"
6218
6219 - type: "plot"
6220   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-lat"
6221   algorithm: "plot_latency_error_bars_name"
6222   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-lat"
6223   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6224   include:
6225     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t2c-ethip4vxlan-l2xcbase-ndrpdr"
6226     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6227     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6228     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6229   layout:
6230     title: "3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr"
6231     layout: "plot-latency"
6232
6233 - type: "plot"
6234   title: "Latency: 2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6235   algorithm: "plot_latency_error_bars_name"
6236   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6237   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6238   include:
6239     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
6240   layout:
6241     title: "2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
6242     layout: "plot-latency"
6243
6244 - type: "plot"
6245   title: "Latency: 2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6246   algorithm: "plot_latency_error_bars_name"
6247   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6248   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6249   include:
6250     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
6251     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
6252     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
6253     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
6254     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
6255   layout:
6256     title: "2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
6257     layout: "plot-latency"
6258
6259 - type: "plot"
6260   title: "Latency: 3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
6261   algorithm: "plot_latency_error_bars_name"
6262   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
6263   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6264   include:
6265     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
6266     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
6267     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
6268   layout:
6269     title: "3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr"
6270     layout: "plot-latency"
6271
6272 - type: "plot"
6273   title: "Latency: 3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6274   algorithm: "plot_latency_error_bars_name"
6275   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6276   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6277   include:
6278     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
6279   layout:
6280     title: "3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
6281     layout: "plot-latency"
6282
6283 - type: "plot"
6284   title: "Latency: 3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6285   algorithm: "plot_latency_error_bars_name"
6286   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6287   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6288   include:
6289     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
6290     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
6291     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
6292     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
6293     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
6294   layout:
6295     title: "3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
6296     layout: "plot-latency"
6297
6298 #- type: "plot"
6299 #  title: "Latency: 3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
6300 #  algorithm: "plot_latency_error_bars_name"
6301 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
6302 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6303 #  include:
6304 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6305 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6306 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6307 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6308 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6309 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6310 #  layout:
6311 #    title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
6312 #    layout: "plot-latency"
6313
6314 #- type: "plot"
6315 #  title: "Latency: 3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
6316 #  algorithm: "plot_latency_error_bars_name"
6317 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
6318 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6319 #  include:
6320 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
6321 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6322 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
6323 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6324 #  layout:
6325 #    title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
6326 #    layout: "plot-latency"
6327
6328 #- type: "plot"
6329 #  title: "Latency: 3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
6330 #  algorithm: "plot_latency_error_bars_name"
6331 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
6332 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
6333 #  include:
6334 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6335 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6336 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6337 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6338 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6339 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6340 #  layout:
6341 #    title: "3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr"
6342 #    layout: "plot-latency"
6343
6344 - type: "plot"
6345   title: "Latency: 2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
6346   algorithm: "plot_latency_error_bars_name"
6347   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
6348   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6349   include:
6350     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
6351     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
6352     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
6353   layout:
6354     title: "2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
6355     layout: "plot-latency"
6356
6357 - type: "plot"
6358   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
6359   algorithm: "plot_latency_error_bars_name"
6360   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
6361   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6362   include:
6363     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
6364     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
6365     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
6366   layout:
6367     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
6368     layout: "plot-latency"
6369
6370 - type: "plot"
6371   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
6372   algorithm: "plot_latency_error_bars_name"
6373   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
6374   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6375   include:
6376     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
6377     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
6378     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
6379     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
6380     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
6381   layout:
6382     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
6383     layout: "plot-latency"
6384
6385 - type: "plot"
6386   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
6387   algorithm: "plot_latency_error_bars_name"
6388   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
6389   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6390   include:
6391     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
6392     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
6393     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
6394     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
6395   layout:
6396     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
6397     layout: "plot-latency"
6398
6399 - type: "plot"
6400   title: "Latency: 3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
6401   algorithm: "plot_latency_error_bars_name"
6402   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
6403   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6404   include:
6405     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
6406     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
6407     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
6408     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
6409     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
6410     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
6411   layout:
6412     title: "3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr"
6413     layout: "plot-latency"
6414
6415 - type: "plot"
6416   title: "Latency: 3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
6417   algorithm: "plot_latency_error_bars_name"
6418   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
6419   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6420   include:
6421     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
6422     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
6423     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
6424   layout:
6425     title: "3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
6426     layout: "plot-latency"
6427
6428 - type: "plot"
6429   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
6430   algorithm: "plot_latency_error_bars_name"
6431   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
6432   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6433   include:
6434     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
6435     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
6436     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
6437   layout:
6438     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
6439     layout: "plot-latency"
6440
6441 - type: "plot"
6442   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
6443   algorithm: "plot_latency_error_bars_name"
6444   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
6445   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6446   include:
6447     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
6448     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
6449     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
6450     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
6451   layout:
6452     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
6453     layout: "plot-latency"
6454
6455 - type: "plot"
6456   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
6457   algorithm: "plot_latency_error_bars_name"
6458   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
6459   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6460   include:
6461     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
6462     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
6463     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
6464     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
6465     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
6466     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
6467   layout:
6468     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
6469     layout: "plot-latency"
6470
6471 - type: "plot"
6472   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
6473   algorithm: "plot_latency_error_bars_name"
6474   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
6475   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6476   include:
6477     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6478     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6479     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6480     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
6481   layout:
6482     title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
6483     layout: "plot-latency"
6484
6485 - type: "plot"
6486   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
6487   algorithm: "plot_latency_error_bars_name"
6488   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-lat"
6489   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6490   include:
6491     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6492     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6493     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6494     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
6495   layout:
6496     title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
6497     layout: "plot-latency"
6498
6499 - type: "plot"
6500   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
6501   algorithm: "plot_latency_error_bars_name"
6502   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr-lat"
6503   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6504   include:
6505     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6506     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6507     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6508     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
6509   layout:
6510     title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
6511     layout: "plot-latency"
6512
6513 - type: "plot"
6514   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr"
6515   algorithm: "plot_latency_error_bars_name"
6516   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr-lat"
6517   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6518   include:
6519     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6520     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6521     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6522     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
6523   layout:
6524     title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr"
6525     layout: "plot-latency"
6526
6527 - type: "plot"
6528   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
6529   algorithm: "plot_latency_error_bars_name"
6530   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
6531   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6532   include:
6533     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6534     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6535     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6536     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6537     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
6538   layout:
6539     title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
6540     layout: "plot-latency"
6541
6542 - type: "plot"
6543   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
6544   algorithm: "plot_latency_error_bars_name"
6545   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-lat"
6546   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6547   include:
6548     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6549     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6550     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6551     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6552     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
6553   layout:
6554     title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
6555     layout: "plot-latency"
6556
6557 - type: "plot"
6558   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
6559   algorithm: "plot_latency_error_bars_name"
6560   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
6561   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6562   include:
6563     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6564     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6565     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6566     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6567     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6568     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6569   layout:
6570     title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
6571     layout: "plot-latency"
6572
6573 - type: "plot"
6574   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
6575   algorithm: "plot_latency_error_bars_name"
6576   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
6577   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6578   include:
6579     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6580     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6581     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6582     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6583     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6584     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6585   layout:
6586     title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
6587     layout: "plot-latency"
6588
6589 - type: "plot"
6590   title: "Latency: 3n-hsw-xl710-64b-2t2c-link-bonding-vhost-base-i40e-ndr"
6591   algorithm: "plot_latency_error_bars_name"
6592   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-link-bonding-vhost-base-i40e-ndr-lat"
6593   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6594   include:
6595     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6596     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6597     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6598     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6599     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6600     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6601   layout:
6602     title: "3n-hsw-xl710-64b-2t2c-link-bonding-vhost-base-i40e-ndr"
6603     layout: "plot-latency"
6604
6605 - type: "plot"
6606   title: "Latency: 3n-hsw-xl710-64b-2t2c-link-bonding-vhost-base-i40e-vpp-ndr"
6607   algorithm: "plot_latency_error_bars_name"
6608   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
6609   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6610   include:
6611     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6612     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6613     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6614     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6615     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6616     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6617   layout:
6618     title: "3n-hsw-xl710-64b-2t2c-link-bonding-vhost-base-i40e-vpp-ndr"
6619     layout: "plot-latency"
6620
6621 - type: "plot"
6622   title: "Latency: 3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-lat"
6623   algorithm: "plot_latency_error_bars_name"
6624   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-lat"
6625   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6626   include:
6627     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6628     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6629     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6630     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6631     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6632   layout:
6633     title: "3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr"
6634     layout: "plot-latency"
6635
6636 - type: "plot"
6637   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-lat"
6638   algorithm: "plot_latency_error_bars_name"
6639   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-lat"
6640   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6641   include:
6642     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
6643     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
6644     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t2c-ethip4-ip4scale20k-ndrpdr"
6645     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t2c-ethip4-ip4scale200k-ndrpdr"
6646     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
6647   layout:
6648     title: "3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr"
6649     layout: "plot-latency"
6650
6651 - type: "plot"
6652   title: "Latency: 3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-lat"
6653   algorithm: "plot_latency_error_bars_name"
6654   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-lat"
6655   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6656   include:
6657     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
6658     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t2c-ethip4udp-ip4base-nat44-ndrpdr"
6659   layout:
6660     title: "3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr"
6661     layout: "plot-latency"
6662
6663 - type: "plot"
6664   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-lat"
6665   algorithm: "plot_latency_error_bars_name"
6666   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-lat"
6667   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6668   include:
6669     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6670     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
6671     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6672     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
6673   layout:
6674     title: "3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-lat"
6675     layout: "plot-latency"
6676
6677 - type: "plot"
6678   title: "Latency: 3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-lat"
6679   algorithm: "plot_latency_error_bars_name"
6680   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-lat"
6681   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6682   include:
6683     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
6684     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
6685     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t2c-ethip6-ip6scale20k-ndrpdr"
6686     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t2c-ethip6-ip6scale200k-ndrpdr"
6687     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
6688   layout:
6689     title: "3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr"
6690     layout: "plot-latency"
6691
6692 - type: "plot"
6693   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-lat"
6694   algorithm: "plot_latency_error_bars_name"
6695   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-lat"
6696   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6697   include:
6698     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
6699     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
6700     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
6701     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
6702   layout:
6703     title: "3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr"
6704     layout: "plot-latency"
6705
6706 - type: "plot"
6707   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-lat"
6708   algorithm: "plot_latency_error_bars_name"
6709   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-lat"
6710   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6711   include:
6712     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
6713     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
6714     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
6715     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale10kmaclrn-ndrpdr"
6716     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale100kmaclrn-ndrpdr"
6717     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
6718   layout:
6719     title: "3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr"
6720     layout: "plot-latency"
6721
6722 - type: "plot"
6723   title: "Latency: 3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-lat"
6724   algorithm: "plot_latency_error_bars_name"
6725   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-lat"
6726   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6727   include:
6728     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6729     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6730     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6731     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6732     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
6733   layout:
6734     title: "3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr"
6735     layout: "plot-latency"
6736
6737 ################################################################################
6738
6739 # Packet Latency 4C
6740
6741 - type: "plot"
6742   title: "Latency: 2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
6743   algorithm: "plot_latency_error_bars_name"
6744   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
6745   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6746   include:
6747     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6748     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6749     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6750     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6751   layout:
6752     title: "2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
6753     layout: "plot-latency"
6754
6755 - type: "plot"
6756   title: "Latency: 3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
6757   algorithm: "plot_latency_error_bars_name"
6758   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
6759   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6760   include:
6761     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6762     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6763     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6764     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6765     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6766   layout:
6767     title: "3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
6768     layout: "plot-latency"
6769
6770 - type: "plot"
6771   title: "Latency: 3n-hsw-xl710-64b-4t4c-memif-base-i40e-ndr-lat"
6772   algorithm: "plot_latency_error_bars_name"
6773   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-memif-base-i40e-ndr-lat"
6774   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6775   include:
6776     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6777     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6778     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6779     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6780     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6781   layout:
6782     title: "3n-hsw-xl710-64b-4t4c-memif-base-i40e-ndr"
6783     layout: "plot-latency"
6784
6785 - type: "plot"
6786   title: "Latency: 2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
6787   algorithm: "plot_latency_error_bars_name"
6788   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
6789   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6790   include:
6791     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
6792     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
6793   layout:
6794     title: "2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
6795     layout: "plot-latency"
6796
6797 - type: "plot"
6798   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
6799   algorithm: "plot_latency_error_bars_name"
6800   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
6801   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6802   include:
6803     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-avf-dot1q-ip4base-ndrpdr"
6804     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
6805     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
6806     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
6807     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
6808   layout:
6809     title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
6810     layout: "plot-latency"
6811
6812 - type: "plot"
6813   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
6814   algorithm: "plot_latency_error_bars_name"
6815   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
6816   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6817   include:
6818     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
6819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
6820     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
6821     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
6822     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
6823   layout:
6824     title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
6825     layout: "plot-latency"
6826
6827 - type: "plot"
6828   title: "Latency: 2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
6829   algorithm: "plot_latency_error_bars_name"
6830   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
6831   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6832   include:
6833     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
6834     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
6835   layout:
6836     title: "2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
6837     layout: "plot-latency"
6838
6839 - type: "plot"
6840   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
6841   algorithm: "plot_latency_error_bars_name"
6842   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
6843   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6844   include:
6845     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
6846     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
6847     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
6848   layout:
6849     title: "3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr"
6850     layout: "plot-latency"
6851
6852 - type: "plot"
6853   title: "Latency: 3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
6854   algorithm: "plot_latency_error_bars_name"
6855   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
6856   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6857   include:
6858     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
6859     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
6860   layout:
6861     title: "3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
6862     layout: "plot-latency"
6863
6864 - type: "plot"
6865   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
6866   algorithm: "plot_latency_error_bars_name"
6867   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
6868   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6869   include:
6870     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
6871     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
6872     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
6873     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
6874   layout:
6875     title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
6876     layout: "plot-latency"
6877
6878 - type: "plot"
6879   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
6880   algorithm: "plot_latency_error_bars_name"
6881   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
6882   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6883   include:
6884     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
6885     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
6886     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
6887     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
6888     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
6889   layout:
6890     title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
6891     layout: "plot-latency"
6892
6893 - type: "plot"
6894   title: "Latency: 3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
6895   algorithm: "plot_latency_error_bars_name"
6896   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
6897   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6898   include:
6899     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
6900     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6901     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6902     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6903     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6904     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
6905   layout:
6906     title: "3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
6907     layout: "plot-latency"
6908
6909 - type: "plot"
6910   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4tunnel-base-scale-i40e-ndr-lat"
6911   algorithm: "plot_latency_error_bars_name"
6912   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4tunnel-base-scale-i40e-ndr-lat"
6913   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6914   include:
6915     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6916     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
6917     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6918     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
6919   layout:
6920     title: "3n-hsw-xl710-64b-4t4c-ip4tunnel-base-scale-i40e-ndr"
6921     layout: "plot-latency"
6922
6923 - type: "plot"
6924   title: "Latency: 2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6925   algorithm: "plot_latency_error_bars_name"
6926   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6927   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6928   include:
6929     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
6930   layout:
6931     title: "2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
6932     layout: "plot-latency"
6933
6934 - type: "plot"
6935   title: "Latency: 2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6936   algorithm: "plot_latency_error_bars_name"
6937   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6938   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6939   include:
6940     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
6941     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
6942     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
6943     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
6944     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
6945   layout:
6946     title: "2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
6947     layout: "plot-latency"
6948
6949 - type: "plot"
6950   title: "Latency: 3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
6951   algorithm: "plot_latency_error_bars_name"
6952   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
6953   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6954   include:
6955     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
6956     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
6957     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
6958   layout:
6959     title: "3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr"
6960     layout: "plot-latency"
6961
6962 - type: "plot"
6963   title: "Latency: 3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6964   algorithm: "plot_latency_error_bars_name"
6965   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6966   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6967   include:
6968     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
6969   layout:
6970     title: "3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
6971     layout: "plot-latency"
6972
6973 - type: "plot"
6974   title: "Latency: 3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6975   algorithm: "plot_latency_error_bars_name"
6976   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6977   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6978   include:
6979     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
6980     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
6981     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
6982     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
6983     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
6984   layout:
6985     title: "3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
6986     layout: "plot-latency"
6987
6988 #- type: "plot"
6989 #  title: "Latency: 3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
6990 #  algorithm: "plot_latency_error_bars_name"
6991 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
6992 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6993 #  include:
6994 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6995 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6996 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6997 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6998 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6999 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7000 #  layout:
7001 #    title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
7002 #    layout: "plot-latency"
7003
7004 #- type: "plot"
7005 #  title: "Latency: 3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
7006 #  algorithm: "plot_latency_error_bars_name"
7007 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
7008 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7009 #  include:
7010 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
7011 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7012 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
7013 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7014 #  layout:
7015 #    title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
7016 #    layout: "plot-latency"
7017
7018 #- type: "plot"
7019 #  title: "Latency: 3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
7020 #  algorithm: "plot_latency_error_bars_name"
7021 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
7022 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
7023 #  include:
7024 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7025 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7026 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7027 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7028 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7029 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7030 #  layout:
7031 #    title: "3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr"
7032 #    layout: "plot-latency"
7033
7034 - type: "plot"
7035   title: "Latency: 2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
7036   algorithm: "plot_latency_error_bars_name"
7037   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
7038   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7039   include:
7040     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
7041     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
7042     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
7043   layout:
7044     title: "2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
7045     layout: "plot-latency"
7046
7047 - type: "plot"
7048   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
7049   algorithm: "plot_latency_error_bars_name"
7050   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
7051   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7052   include:
7053     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
7054     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
7055     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
7056   layout:
7057     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
7058     layout: "plot-latency"
7059
7060 - type: "plot"
7061   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
7062   algorithm: "plot_latency_error_bars_name"
7063   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
7064   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7065   include:
7066     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
7067     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
7068     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
7069     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
7070     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
7071   layout:
7072     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
7073     layout: "plot-latency"
7074
7075 - type: "plot"
7076   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
7077   algorithm: "plot_latency_error_bars_name"
7078   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
7079   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7080   include:
7081     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
7082     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
7083     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
7084     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
7085   layout:
7086     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
7087     layout: "plot-latency"
7088
7089 - type: "plot"
7090   title: "Latency: 3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
7091   algorithm: "plot_latency_error_bars_name"
7092   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
7093   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7094   include:
7095     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
7096     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
7097     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
7098     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
7099     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
7100     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
7101   layout:
7102     title: "3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr"
7103     layout: "plot-latency"
7104
7105 - type: "plot"
7106   title: "Latency: 3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
7107   algorithm: "plot_latency_error_bars_name"
7108   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
7109   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7110   include:
7111     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
7112     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
7113     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
7114   layout:
7115     title: "3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
7116     layout: "plot-latency"
7117
7118 - type: "plot"
7119   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
7120   algorithm: "plot_latency_error_bars_name"
7121   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
7122   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7123   include:
7124     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
7125     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
7126     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
7127   layout:
7128     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
7129     layout: "plot-latency"
7130
7131 - type: "plot"
7132   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
7133   algorithm: "plot_latency_error_bars_name"
7134   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
7135   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7136   include:
7137     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
7138     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
7139     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
7140     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
7141   layout:
7142     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
7143     layout: "plot-latency"
7144
7145 - type: "plot"
7146   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
7147   algorithm: "plot_latency_error_bars_name"
7148   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
7149   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7150   include:
7151     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
7152     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
7153     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
7154     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
7155     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
7156     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
7157   layout:
7158     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
7159     layout: "plot-latency"
7160
7161 - type: "plot"
7162   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
7163   algorithm: "plot_latency_error_bars_name"
7164   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
7165   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7166   include:
7167     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7168     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7169     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7170     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7171   layout:
7172     title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
7173     layout: "plot-latency"
7174
7175 - type: "plot"
7176   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
7177   algorithm: "plot_latency_error_bars_name"
7178   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-lat"
7179   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7180   include:
7181     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7182     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7183     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7184     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
7185   layout:
7186     title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
7187     layout: "plot-latency"
7188
7189 - type: "plot"
7190   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
7191   algorithm: "plot_latency_error_bars_name"
7192   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr-lat"
7193   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7194   include:
7195     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7196     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7197     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7198     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7199   layout:
7200     title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
7201     layout: "plot-latency"
7202
7203 - type: "plot"
7204   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr"
7205   algorithm: "plot_latency_error_bars_name"
7206   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr-lat"
7207   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7208   include:
7209     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7210     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7211     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7212     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
7213   layout:
7214     title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr"
7215     layout: "plot-latency"
7216
7217 - type: "plot"
7218   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
7219   algorithm: "plot_latency_error_bars_name"
7220   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
7221   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7222   include:
7223     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7224     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7225     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7226     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7227     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7228   layout:
7229     title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
7230     layout: "plot-latency"
7231
7232 - type: "plot"
7233   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
7234   algorithm: "plot_latency_error_bars_name"
7235   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-lat"
7236   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7237   include:
7238     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7239     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7240     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7241     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7242     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
7243   layout:
7244     title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
7245     layout: "plot-latency"
7246
7247 - type: "plot"
7248   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
7249   algorithm: "plot_latency_error_bars_name"
7250   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
7251   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7252   include:
7253     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7254     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7255     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7256     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7257     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7258     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7259   layout:
7260     title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
7261     layout: "plot-latency"
7262
7263 - type: "plot"
7264   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
7265   algorithm: "plot_latency_error_bars_name"
7266   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
7267   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7268   include:
7269     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7270     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7271     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7272     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7273     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7274     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7275   layout:
7276     title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
7277     layout: "plot-latency"
7278
7279 - type: "plot"
7280   title: "Latency: 3n-hsw-xl710-64b-4t4c-link-bonding-vhost-base-i40e-ndr"
7281   algorithm: "plot_latency_error_bars_name"
7282   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-link-bonding-vhost-base-i40e-ndr-lat"
7283   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7284   include:
7285     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7286     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7287     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7288     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7289     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7290     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7291   layout:
7292     title: "3n-hsw-xl710-64b-4t4c-link-bonding-vhost-base-i40e-ndr"
7293     layout: "plot-latency"
7294
7295 - type: "plot"
7296   title: "Latency: 3n-hsw-xl710-64b-4t4c-link-bonding-vhost-base-i40e-vpp-ndr"
7297   algorithm: "plot_latency_error_bars_name"
7298   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
7299   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7300   include:
7301     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7302     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7303     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7304     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7305     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7306     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7307   layout:
7308     title: "3n-hsw-xl710-64b-4t4c-link-bonding-vhost-base-i40e-vpp-ndr"
7309     layout: "plot-latency"
7310
7311 - type: "plot"
7312   title: "Latency: 3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-lat"
7313   algorithm: "plot_latency_error_bars_name"
7314   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-lat"
7315   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7316   include:
7317     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7318     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7319     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7320     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7321     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7322   layout:
7323     title: "3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr"
7324     layout: "plot-latency"
7325
7326 - type: "plot"
7327   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-lat"
7328   algorithm: "plot_latency_error_bars_name"
7329   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-lat"
7330   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7331   include:
7332     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
7333     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
7334     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t4c-ethip4-ip4scale20k-ndrpdr"
7335     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t4c-ethip4-ip4scale200k-ndrpdr"
7336     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
7337   layout:
7338     title: "3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr"
7339     layout: "plot-latency"
7340
7341 - type: "plot"
7342   title: "Latency: 3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-lat"
7343   algorithm: "plot_latency_error_bars_name"
7344   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-lat"
7345   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7346   include:
7347     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
7348     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t4c-ethip4udp-ip4base-nat44-ndrpdr"
7349   layout:
7350     title: "3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr"
7351     layout: "plot-latency"
7352
7353 - type: "plot"
7354   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-lat"
7355   algorithm: "plot_latency_error_bars_name"
7356   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-lat"
7357   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7358   include:
7359     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
7360     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
7361     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
7362     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
7363   layout:
7364     title: "3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-lat"
7365     layout: "plot-latency"
7366
7367 - type: "plot"
7368   title: "Latency: 3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-lat"
7369   algorithm: "plot_latency_error_bars_name"
7370   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-lat"
7371   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7372   include:
7373     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
7374     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
7375     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t4c-ethip6-ip6scale20k-ndrpdr"
7376     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t4c-ethip6-ip6scale200k-ndrpdr"
7377     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
7378   layout:
7379     title: "3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr"
7380     layout: "plot-latency"
7381
7382 - type: "plot"
7383   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-lat"
7384   algorithm: "plot_latency_error_bars_name"
7385   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-lat"
7386   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7387   include:
7388     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
7389     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
7390     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
7391     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
7392   layout:
7393     title: "3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr"
7394     layout: "plot-latency"
7395
7396 - type: "plot"
7397   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-lat"
7398   algorithm: "plot_latency_error_bars_name"
7399   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-lat"
7400   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7401   include:
7402     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
7403     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
7404     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
7405     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale10kmaclrn-ndrpdr"
7406     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale100kmaclrn-ndrpdr"
7407     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
7408   layout:
7409     title: "3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr"
7410     layout: "plot-latency"
7411
7412 - type: "plot"
7413   title: "Latency: 3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-lat"
7414   algorithm: "plot_latency_error_bars_name"
7415   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-lat"
7416   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7417   include:
7418     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7419     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7420     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7421     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7422     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7423   layout:
7424     title: "3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr"
7425     layout: "plot-latency"
7426
7427 ################################################################################
7428
7429 # Packet Speedup
7430
7431 - type: "plot"
7432   title: "Speedup: 2n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
7433   algorithm: "plot_throughput_speedup_analysis_name"
7434   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
7435   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7436   include:
7437     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7438     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7439     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7440     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7441   layout:
7442     title: "2n-skx-xxv710-64b-memif-base-i40e-ndr"
7443     layout: "plot-throughput-speedup-analysis"
7444
7445 - type: "plot"
7446   title: "Speedup: 2n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
7447   algorithm: "plot_throughput_speedup_analysis_name"
7448   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
7449   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7450   include:
7451     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7452     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7453     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7454     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7455   layout:
7456     title: "2n-skx-xxv710-64b-memif-base-i40e-pdr"
7457     layout: "plot-throughput-speedup-analysis"
7458
7459 - type: "plot"
7460   title: "Speedup: 3n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
7461   algorithm: "plot_throughput_speedup_analysis_name"
7462   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
7463   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7464   include:
7465     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7466     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7467     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7468     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7469     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7470   layout:
7471     title: "3n-skx-xxv710-64b-memif-base-i40e-ndr"
7472     layout: "plot-throughput-speedup-analysis"
7473
7474 - type: "plot"
7475   title: "Speedup: 3n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
7476   algorithm: "plot_throughput_speedup_analysis_name"
7477   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
7478   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7479   include:
7480     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7481     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7482     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7483     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7484     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7485   layout:
7486     title: "3n-skx-xxv710-64b-memif-base-i40e-pdr"
7487     layout: "plot-throughput-speedup-analysis"
7488
7489 - type: "plot"
7490   title: "Speedup: 3n-hsw-xl710-64b-memif-base-i40e-ndr-tsa"
7491   algorithm: "plot_throughput_speedup_analysis_name"
7492   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-memif-base-i40e-ndr-tsa"
7493   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7494   include:
7495     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7496     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7497     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7498     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7499     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7500   layout:
7501     title: "3n-hsw-xl710-64b-memif-base-i40e-ndr"
7502     layout: "plot-throughput-speedup-analysis"
7503
7504 - type: "plot"
7505   title: "Speedup: 3n-hsw-xl710-64b-memif-base-i40e-pdr-tsa"
7506   algorithm: "plot_throughput_speedup_analysis_name"
7507   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-memif-base-i40e-pdr-tsa"
7508   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7509   include:
7510     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7511     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7512     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7513     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7514     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7515   layout:
7516     title: "3n-hsw-xl710-64b-memif-base-i40e-pdr"
7517     layout: "plot-throughput-speedup-analysis"
7518
7519 - type: "plot"
7520   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
7521   algorithm: "plot_throughput_speedup_analysis_name"
7522   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
7523   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7524   include:
7525     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
7526     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7527   layout:
7528     title: "2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
7529     layout: "plot-throughput-speedup-analysis"
7530
7531 - type: "plot"
7532   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
7533   algorithm: "plot_throughput_speedup_analysis_name"
7534   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
7535   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7536   include:
7537     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
7538     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7539   layout:
7540     title: "2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
7541     layout: "plot-throughput-speedup-analysis"
7542
7543 - type: "plot"
7544   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
7545   algorithm: "plot_throughput_speedup_analysis_name"
7546   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
7547   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7548   include:
7549     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
7550     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
7551     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
7552     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
7553     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
7554   layout:
7555     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
7556     layout: "plot-throughput-speedup-analysis"
7557
7558 - type: "plot"
7559   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
7560   algorithm: "plot_throughput_speedup_analysis_name"
7561   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
7562   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7563   include:
7564     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
7565     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
7566     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
7567     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
7568     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
7569   layout:
7570     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
7571     layout: "plot-throughput-speedup-analysis"
7572
7573 - type: "plot"
7574   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
7575   algorithm: "plot_throughput_speedup_analysis_name"
7576   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
7577   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7578   include:
7579     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7580     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7581     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
7582     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
7583     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7584   layout:
7585     title: "2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
7586     layout: "plot-throughput-speedup-analysis"
7587
7588 - type: "plot"
7589   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
7590   algorithm: "plot_throughput_speedup_analysis_name"
7591   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
7592   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7593   include:
7594     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7595     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7596     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
7597     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
7598     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7599   layout:
7600     title: "2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
7601     layout: "plot-throughput-speedup-analysis"
7602
7603 - type: "plot"
7604   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
7605   algorithm: "plot_throughput_speedup_analysis_name"
7606   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
7607   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7608   include:
7609     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7610     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
7611   layout:
7612     title: "2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr"
7613     layout: "plot-throughput-speedup-analysis"
7614
7615 - type: "plot"
7616   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
7617   algorithm: "plot_throughput_speedup_analysis_name"
7618   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
7619   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7620   include:
7621     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7622     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
7623   layout:
7624     title: "2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr"
7625     layout: "plot-throughput-speedup-analysis"
7626
7627 - type: "plot"
7628   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr-tsa"
7629   algorithm: "plot_throughput_speedup_analysis_name"
7630   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr-tsa"
7631   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7632   include:
7633     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7634     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7635     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7636   layout:
7637     title: "3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr"
7638     layout: "plot-throughput-speedup-analysis"
7639
7640 - type: "plot"
7641   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr-tsa"
7642   algorithm: "plot_throughput_speedup_analysis_name"
7643   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr-tsa"
7644   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7645   include:
7646     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7647     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7648     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7649   layout:
7650     title: "3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr"
7651     layout: "plot-throughput-speedup-analysis"
7652
7653 - type: "plot"
7654   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
7655   algorithm: "plot_throughput_speedup_analysis_name"
7656   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
7657   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7658   include:
7659     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
7660     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7661   layout:
7662     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
7663     layout: "plot-throughput-speedup-analysis"
7664
7665 - type: "plot"
7666   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
7667   algorithm: "plot_throughput_speedup_analysis_name"
7668   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
7669   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7670   include:
7671     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
7672     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
7673     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7674     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7675     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7676   layout:
7677     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
7678     layout: "plot-throughput-speedup-analysis"
7679
7680 - type: "plot"
7681   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
7682   algorithm: "plot_throughput_speedup_analysis_name"
7683   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
7684   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7685   include:
7686     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
7687     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
7688     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
7689     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
7690   layout:
7691     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
7692     layout: "plot-throughput-speedup-analysis"
7693
7694 - type: "plot"
7695   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
7696   algorithm: "plot_throughput_speedup_analysis_name"
7697   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
7698   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7699   include:
7700     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
7701     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
7702     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
7703     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
7704   layout:
7705     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
7706     layout: "plot-throughput-speedup-analysis"
7707
7708 - type: "plot"
7709   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
7710   algorithm: "plot_throughput_speedup_analysis_name"
7711   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
7712   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7713   include:
7714     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7715     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7716     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
7717     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
7718     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7719   layout:
7720     title: "3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
7721     layout: "plot-throughput-speedup-analysis"
7722
7723 - type: "plot"
7724   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
7725   algorithm: "plot_throughput_speedup_analysis_name"
7726   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
7727   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7728   include:
7729     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7730     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7731     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
7732     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
7733     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7734   layout:
7735     title: "3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
7736     layout: "plot-throughput-speedup-analysis"
7737
7738 - type: "plot"
7739   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
7740   algorithm: "plot_throughput_speedup_analysis_name"
7741   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
7742   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7743   include:
7744     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7745     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
7746     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
7747     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
7748     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
7749     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
7750   layout:
7751     title: "3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr"
7752     layout: "plot-throughput-speedup-analysis"
7753
7754 - type: "plot"
7755   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
7756   algorithm: "plot_throughput_speedup_analysis_name"
7757   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
7758   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7759   include:
7760     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7761     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
7762     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
7763     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
7764     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
7765     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
7766   layout:
7767     title: "3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr"
7768     layout: "plot-throughput-speedup-analysis"
7769
7770 - type: "plot"
7771   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7772   algorithm: "plot_throughput_speedup_analysis_name"
7773   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7774   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7775   include:
7776     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7777   layout:
7778     title: "2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr"
7779     layout: "plot-throughput-speedup-analysis"
7780
7781 - type: "plot"
7782   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7783   algorithm: "plot_throughput_speedup_analysis_name"
7784   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7785   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7786   include:
7787     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7788   layout:
7789     title: "2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr"
7790     layout: "plot-throughput-speedup-analysis"
7791
7792 - type: "plot"
7793   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7794   algorithm: "plot_throughput_speedup_analysis_name"
7795   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7796   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7797   include:
7798     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
7799     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7800     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
7801     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
7802     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
7803   layout:
7804     title: "2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
7805     layout: "plot-throughput-speedup-analysis"
7806
7807 - type: "plot"
7808   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7809   algorithm: "plot_throughput_speedup_analysis_name"
7810   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7811   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7812   include:
7813     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
7814     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7815     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
7816     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
7817     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
7818   layout:
7819     title: "2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
7820     layout: "plot-throughput-speedup-analysis"
7821
7822 - type: "plot"
7823   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7824   algorithm: "plot_throughput_speedup_analysis_name"
7825   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7826   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7827   include:
7828     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
7829     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7830     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
7831   layout:
7832     title: "3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr"
7833     layout: "plot-throughput-speedup-analysis"
7834
7835 - type: "plot"
7836   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7837   algorithm: "plot_throughput_speedup_analysis_name"
7838   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7839   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7840   include:
7841     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
7842     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7843     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
7844   layout:
7845     title: "3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr"
7846     layout: "plot-throughput-speedup-analysis"
7847
7848 - type: "plot"
7849   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7850   algorithm: "plot_throughput_speedup_analysis_name"
7851   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7852   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7853   include:
7854     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7855   layout:
7856     title: "3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr"
7857     layout: "plot-throughput-speedup-analysis"
7858
7859 - type: "plot"
7860   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7861   algorithm: "plot_throughput_speedup_analysis_name"
7862   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7863   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7864   include:
7865     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7866   layout:
7867     title: "3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr"
7868     layout: "plot-throughput-speedup-analysis"
7869
7870 - type: "plot"
7871   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7872   algorithm: "plot_throughput_speedup_analysis_name"
7873   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7874   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7875   include:
7876     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
7877     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7878     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
7879     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
7880     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
7881   layout:
7882     title: "3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
7883     layout: "plot-throughput-speedup-analysis"
7884
7885 - type: "plot"
7886   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7887   algorithm: "plot_throughput_speedup_analysis_name"
7888   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7889   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7890   include:
7891     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
7892     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7893     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
7894     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
7895     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
7896   layout:
7897     title: "3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
7898     layout: "plot-throughput-speedup-analysis"
7899
7900 - type: "plot"
7901   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
7902   algorithm: "plot_throughput_speedup_analysis_name"
7903   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
7904   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7905   include:
7906     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7907     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7908     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7909     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7910     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7911     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7912   layout:
7913     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr"
7914     layout: "plot-throughput-speedup-analysis"
7915
7916 - type: "plot"
7917   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
7918   algorithm: "plot_throughput_speedup_analysis_name"
7919   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
7920   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7921   include:
7922     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7923     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7924     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7925     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7926     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
7927     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7928   layout:
7929     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr"
7930     layout: "plot-throughput-speedup-analysis"
7931
7932 - type: "plot"
7933   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr-tsa"
7934   algorithm: "plot_throughput_speedup_analysis_name"
7935   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr-tsa"
7936   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7937   include:
7938     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
7939     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7940     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
7941     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7942   layout:
7943     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr"
7944     layout: "plot-throughput-speedup-analysis"
7945
7946 - type: "plot"
7947   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr-tsa"
7948   algorithm: "plot_throughput_speedup_analysis_name"
7949   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr-tsa"
7950   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7951   include:
7952     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
7953     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7954     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7955     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7956   layout:
7957     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr"
7958     layout: "plot-throughput-speedup-analysis"
7959
7960 - type: "plot"
7961   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr-tsa"
7962   algorithm: "plot_throughput_speedup_analysis_name"
7963   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr-tsa"
7964   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7965   include:
7966     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7967     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7968     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7969     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7970     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7971     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7972   layout:
7973     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr"
7974     layout: "plot-throughput-speedup-analysis"
7975
7976 - type: "plot"
7977   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr-tsa"
7978   algorithm: "plot_throughput_speedup_analysis_name"
7979   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr-tsa"
7980   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7981   include:
7982     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7983     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7984     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7985     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7986     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7987     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7988   layout:
7989     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr"
7990     layout: "plot-throughput-speedup-analysis"
7991
7992 - type: "plot"
7993   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
7994   algorithm: "plot_throughput_speedup_analysis_name"
7995   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
7996   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7997   include:
7998     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
7999     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
8000     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8001   layout:
8002     title: "2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
8003     layout: "plot-throughput-speedup-analysis"
8004
8005 - type: "plot"
8006   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
8007   algorithm: "plot_throughput_speedup_analysis_name"
8008   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
8009   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8010   include:
8011     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
8012     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
8013     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8014   layout:
8015     title: "2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
8016     layout: "plot-throughput-speedup-analysis"
8017
8018 - type: "plot"
8019   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
8020   algorithm: "plot_throughput_speedup_analysis_name"
8021   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
8022   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8023   include:
8024     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
8025     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
8026     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
8027   layout:
8028     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
8029     layout: "plot-throughput-speedup-analysis"
8030
8031 - type: "plot"
8032   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
8033   algorithm: "plot_throughput_speedup_analysis_name"
8034   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
8035   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8036   include:
8037     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
8038     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
8039     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
8040   layout:
8041     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
8042     layout: "plot-throughput-speedup-analysis"
8043
8044 - type: "plot"
8045   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
8046   algorithm: "plot_throughput_speedup_analysis_name"
8047   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
8048   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8049   include:
8050     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8051     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8052     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8053     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8054     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8055   layout:
8056     title: "2n-skx-xxv710-64b-l2switching-base-i40e-ndr"
8057     layout: "plot-throughput-speedup-analysis"
8058
8059 - type: "plot"
8060   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
8061   algorithm: "plot_throughput_speedup_analysis_name"
8062   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
8063   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8064   include:
8065     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8066     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8067     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8068     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8069     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8070   layout:
8071     title: "2n-skx-xxv710-64b-l2switching-base-i40e-pdr"
8072     layout: "plot-throughput-speedup-analysis"
8073
8074 - type: "plot"
8075   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
8076   algorithm: "plot_throughput_speedup_analysis_name"
8077   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
8078   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8079   include:
8080     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8081     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
8082     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
8083     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8084   layout:
8085     title: "2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr"
8086     layout: "plot-throughput-speedup-analysis"
8087
8088 - type: "plot"
8089   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
8090   algorithm: "plot_throughput_speedup_analysis_name"
8091   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
8092   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8093   include:
8094     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8095     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
8096     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
8097     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8098   layout:
8099     title: "2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr"
8100     layout: "plot-throughput-speedup-analysis"
8101
8102 - type: "plot"
8103   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr-tsa"
8104   algorithm: "plot_throughput_speedup_analysis_name"
8105   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr-tsa"
8106   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8107   include:
8108     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8109     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8110     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8111     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8112     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8113     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8114   layout:
8115     title: "3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr"
8116     layout: "plot-throughput-speedup-analysis"
8117
8118 - type: "plot"
8119   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr-tsa"
8120   algorithm: "plot_throughput_speedup_analysis_name"
8121   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr-tsa"
8122   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8123   include:
8124     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8125     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8126     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8127     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8128     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8129     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8130   layout:
8131     title: "3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr"
8132     layout: "plot-throughput-speedup-analysis"
8133
8134 - type: "plot"
8135   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
8136   algorithm: "plot_throughput_speedup_analysis_name"
8137   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
8138   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8139   include:
8140     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
8141     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8142     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8143   layout:
8144     title: "3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
8145     layout: "plot-throughput-speedup-analysis"
8146
8147 - type: "plot"
8148   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
8149   algorithm: "plot_throughput_speedup_analysis_name"
8150   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
8151   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8152   include:
8153     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
8154     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8155     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8156   layout:
8157     title: "3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
8158     layout: "plot-throughput-speedup-analysis"
8159
8160 - type: "plot"
8161   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
8162   algorithm: "plot_throughput_speedup_analysis_name"
8163   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
8164   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8165   include:
8166     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
8167     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
8168     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
8169   layout:
8170     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
8171     layout: "plot-throughput-speedup-analysis"
8172
8173 - type: "plot"
8174   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
8175   algorithm: "plot_throughput_speedup_analysis_name"
8176   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
8177   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8178   include:
8179     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
8180     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
8181     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
8182   layout:
8183     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
8184     layout: "plot-throughput-speedup-analysis"
8185
8186 - type: "plot"
8187   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
8188   algorithm: "plot_throughput_speedup_analysis_name"
8189   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
8190   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8191   include:
8192     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8193     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8194     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8195     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8196   layout:
8197     title: "3n-skx-xxv710-64b-l2switching-base-i40e-ndr"
8198     layout: "plot-throughput-speedup-analysis"
8199
8200 - type: "plot"
8201   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
8202   algorithm: "plot_throughput_speedup_analysis_name"
8203   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
8204   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8205   include:
8206     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8207     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8208     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8209     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8210   layout:
8211     title: "3n-skx-xxv710-64b-l2switching-base-i40e-pdr"
8212     layout: "plot-throughput-speedup-analysis"
8213
8214 - type: "plot"
8215   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
8216   algorithm: "plot_throughput_speedup_analysis_name"
8217   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
8218   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8219   include:
8220     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8221     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8222     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8223     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
8224     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
8225     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8226   layout:
8227     title: "3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr"
8228     layout: "plot-throughput-speedup-analysis"
8229
8230 - type: "plot"
8231   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
8232   algorithm: "plot_throughput_speedup_analysis_name"
8233   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
8234   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8235   include:
8236     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8237     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8238     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8239     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
8240     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
8241     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8242   layout:
8243     title: "3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr"
8244     layout: "plot-throughput-speedup-analysis"
8245
8246 - type: "plot"
8247   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-ndr"
8248   algorithm: "plot_throughput_speedup_analysis_name"
8249   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
8250   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8251   include:
8252     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8253     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8254     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8255     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8256   layout:
8257     title: "2n-skx-xxv710-64b-vhost-base-i40e-ndr"
8258     layout: "plot-throughput-speedup-analysis"
8259
8260 - type: "plot"
8261   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-pdr"
8262   algorithm: "plot_throughput_speedup_analysis_name"
8263   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
8264   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8265   include:
8266     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8267     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8268     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8269     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8270   layout:
8271     title: "2n-skx-xxv710-64b-vhost-base-i40e-pdr"
8272     layout: "plot-throughput-speedup-analysis"
8273
8274 - type: "plot"
8275   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
8276   algorithm: "plot_throughput_speedup_analysis_name"
8277   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr-tsa"
8278   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8279   include:
8280     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8281     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8282     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8283     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8284   layout:
8285     title: "2n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
8286     layout: "plot-throughput-speedup-analysis"
8287
8288 - type: "plot"
8289   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
8290   algorithm: "plot_throughput_speedup_analysis_name"
8291   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr-tsa"
8292   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8293   include:
8294     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8295     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8296     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8297     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8298   layout:
8299     title: "2n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
8300     layout: "plot-throughput-speedup-analysis"
8301
8302 - type: "plot"
8303   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-ndr"
8304   algorithm: "plot_throughput_speedup_analysis_name"
8305   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-ndr-tsa"
8306   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8307   include:
8308     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8309     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8310     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8311     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8312   layout:
8313     title: "3n-hsw-xl710-64b-vhost-base-i40e-ndr"
8314     layout: "plot-throughput-speedup-analysis"
8315
8316 - type: "plot"
8317   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-pdr"
8318   algorithm: "plot_throughput_speedup_analysis_name"
8319   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-pdr-tsa"
8320   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8321   include:
8322     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8323     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8324     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8325     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8326   layout:
8327     title: "3n-hsw-xl710-64b-vhost-base-i40e-pdr"
8328     layout: "plot-throughput-speedup-analysis"
8329
8330 - type: "plot"
8331   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-vpp-ndr"
8332   algorithm: "plot_throughput_speedup_analysis_name"
8333   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-vpp-ndr-tsa"
8334   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8335   include:
8336     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8337     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8338     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8339     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8340   layout:
8341     title: "3n-hsw-xl710-64b-vhost-base-i40e-vpp-ndr"
8342     layout: "plot-throughput-speedup-analysis"
8343
8344 - type: "plot"
8345   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-vpp-pdr"
8346   algorithm: "plot_throughput_speedup_analysis_name"
8347   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-vpp-pdr-tsa"
8348   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8349   include:
8350     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8351     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8352     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8353     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8354   layout:
8355     title: "3n-hsw-xl710-64b-vhost-base-i40e-vpp-pdr"
8356     layout: "plot-throughput-speedup-analysis"
8357
8358 - type: "plot"
8359   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-ndr"
8360   algorithm: "plot_throughput_speedup_analysis_name"
8361   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
8362   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8363   include:
8364     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8365     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8366     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8367     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8368     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8369   layout:
8370     title: "3n-skx-xxv710-64b-vhost-base-i40e-ndr"
8371     layout: "plot-throughput-speedup-analysis"
8372
8373 - type: "plot"
8374   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-pdr"
8375   algorithm: "plot_throughput_speedup_analysis_name"
8376   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
8377   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8378   include:
8379     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8380     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8381     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8382     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8383     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8384   layout:
8385     title: "3n-skx-xxv710-64b-vhost-base-i40e-pdr"
8386     layout: "plot-throughput-speedup-analysis"
8387
8388 - type: "plot"
8389   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
8390   algorithm: "plot_throughput_speedup_analysis_name"
8391   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr-tsa"
8392   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8393   include:
8394     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8395     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8396     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8397     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8398     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8399   layout:
8400     title: "3n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
8401     layout: "plot-throughput-speedup-analysis"
8402
8403 - type: "plot"
8404   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
8405   algorithm: "plot_throughput_speedup_analysis_name"
8406   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr-tsa"
8407   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8408   include:
8409     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8410     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8411     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8412     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8413     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8414   layout:
8415     title: "3n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
8416     layout: "plot-throughput-speedup-analysis"
8417
8418 - type: "plot"
8419   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr"
8420   algorithm: "plot_throughput_speedup_analysis_name"
8421   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
8422   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8423   include:
8424     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8425     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8426     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8427     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8428     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8429     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8430   layout:
8431     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr"
8432     layout: "plot-throughput-speedup-analysis"
8433
8434 - type: "plot"
8435   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr"
8436   algorithm: "plot_throughput_speedup_analysis_name"
8437   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
8438   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8439   include:
8440     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8441     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8442     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8443     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8444     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8445     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8446   layout:
8447     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr"
8448     layout: "plot-throughput-speedup-analysis"
8449
8450 - type: "plot"
8451   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
8452   algorithm: "plot_throughput_speedup_analysis_name"
8453   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-ndr-tsa"
8454   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8455   include:
8456     - "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"
8457     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8458     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8459     - "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"
8460     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8461     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8462   layout:
8463     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
8464     layout: "plot-throughput-speedup-analysis"
8465
8466 - type: "plot"
8467   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
8468   algorithm: "plot_throughput_speedup_analysis_name"
8469   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-pdr-tsa"
8470   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8471   include:
8472     - "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"
8473     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8474     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8475     - "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"
8476     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8477     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8478   layout:
8479     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
8480     layout: "plot-throughput-speedup-analysis"
8481
8482 - type: "plot"
8483   title: "Speedup: 3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-ndr"
8484   algorithm: "plot_throughput_speedup_analysis_name"
8485   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
8486   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8487   include:
8488     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8489     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8490     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8491     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8492     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8493     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8494   layout:
8495     title: "3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-ndr"
8496     layout: "plot-throughput-speedup-analysis"
8497
8498 - type: "plot"
8499   title: "Speedup: 3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-pdr"
8500   algorithm: "plot_throughput_speedup_analysis_name"
8501   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
8502   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8503   include:
8504     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8505     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8506     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8507     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8508     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8509     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8510   layout:
8511     title: "3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-pdr"
8512     layout: "plot-throughput-speedup-analysis"
8513
8514 - type: "plot"
8515   title: "Speedup: 3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
8516   algorithm: "plot_throughput_speedup_analysis_name"
8517   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-vpp-ndr-tsa"
8518   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8519   include:
8520     - "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"
8521     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8522     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8523     - "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"
8524     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8525     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8526   layout:
8527     title: "3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
8528     layout: "plot-throughput-speedup-analysis"
8529
8530 - type: "plot"
8531   title: "Speedup: 3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
8532   algorithm: "plot_throughput_speedup_analysis_name"
8533   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-vpp-pdr-tsa"
8534   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8535   include:
8536     - "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"
8537     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8538     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8539     - "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"
8540     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8541     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8542   layout:
8543     title: "3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
8544     layout: "plot-throughput-speedup-analysis"
8545
8546 - type: "plot"
8547   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
8548   algorithm: "plot_throughput_speedup_analysis_name"
8549   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
8550   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8551   include:
8552     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
8553     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8554     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8555     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
8556     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8557   layout:
8558     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
8559     layout: "plot-throughput-speedup-analysis"
8560
8561 - type: "plot"
8562   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
8563   algorithm: "plot_throughput_speedup_analysis_name"
8564   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
8565   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8566   include:
8567     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
8568     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8569     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8570     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
8571     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8572   layout:
8573     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
8574     layout: "plot-throughput-speedup-analysis"
8575
8576 - type: "plot"
8577   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
8578   algorithm: "plot_throughput_speedup_analysis_name"
8579   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
8580   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8581   include:
8582     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
8583     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8584     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
8585     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
8586     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
8587   layout:
8588     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
8589     layout: "plot-throughput-speedup-analysis"
8590
8591 - type: "plot"
8592   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
8593   algorithm: "plot_throughput_speedup_analysis_name"
8594   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
8595   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8596   include:
8597     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
8598     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8599     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
8600     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
8601     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
8602   layout:
8603     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
8604     layout: "plot-throughput-speedup-analysis"
8605
8606 - type: "plot"
8607   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
8608   algorithm: "plot_throughput_speedup_analysis_name"
8609   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
8610   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8611   include:
8612     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8613     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
8614   layout:
8615     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
8616     layout: "plot-throughput-speedup-analysis"
8617
8618 - type: "plot"
8619   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
8620   algorithm: "plot_throughput_speedup_analysis_name"
8621   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
8622   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8623   include:
8624     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8625     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
8626   layout:
8627     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
8628     layout: "plot-throughput-speedup-analysis"
8629
8630 - type: "plot"
8631   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
8632   algorithm: "plot_throughput_speedup_analysis_name"
8633   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
8634   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8635   include:
8636     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
8637     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
8638     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
8639     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
8640   layout:
8641     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
8642     layout: "plot-throughput-speedup-analysis"
8643
8644 - type: "plot"
8645   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
8646   algorithm: "plot_throughput_speedup_analysis_name"
8647   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
8648   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8649   include:
8650     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
8651     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
8652     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
8653     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
8654   layout:
8655     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
8656     layout: "plot-throughput-speedup-analysis"
8657
8658 - type: "plot"
8659   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
8660   algorithm: "plot_throughput_speedup_analysis_name"
8661   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
8662   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8663   include:
8664     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
8665     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
8666     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
8667     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
8668     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
8669   layout:
8670     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
8671     layout: "plot-throughput-speedup-analysis"
8672
8673 - type: "plot"
8674   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
8675   algorithm: "plot_throughput_speedup_analysis_name"
8676   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
8677   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8678   include:
8679     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
8680     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
8681     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
8682     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
8683     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
8684   layout:
8685     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
8686     layout: "plot-throughput-speedup-analysis"
8687
8688 - type: "plot"
8689   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
8690   algorithm: "plot_throughput_speedup_analysis_name"
8691   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
8692   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8693   include:
8694     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8695     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8696     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8697     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8698     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8699     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8700   layout:
8701     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
8702     layout: "plot-throughput-speedup-analysis"
8703
8704 - type: "plot"
8705   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
8706   algorithm: "plot_throughput_speedup_analysis_name"
8707   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
8708   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8709   include:
8710     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8711     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8712     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8713     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8714     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8715     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8716   layout:
8717     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
8718     layout: "plot-throughput-speedup-analysis"
8719
8720 - type: "plot"
8721   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
8722   algorithm: "plot_throughput_speedup_analysis_name"
8723   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
8724   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8725   include:
8726     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8727     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8728     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8729     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8730   layout:
8731     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
8732     layout: "plot-throughput-speedup-analysis"
8733
8734 - type: "plot"
8735   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
8736   algorithm: "plot_throughput_speedup_analysis_name"
8737   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
8738   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8739   include:
8740     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8741     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8742     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8743     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8744   layout:
8745     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
8746     layout: "plot-throughput-speedup-analysis"
8747
8748 - type: "plot"
8749   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
8750   algorithm: "plot_throughput_speedup_analysis_name"
8751   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
8752   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8753   include:
8754     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8755     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8756     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8757     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
8758     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
8759     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8760   layout:
8761     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
8762     layout: "plot-throughput-speedup-analysis"
8763
8764 - type: "plot"
8765   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
8766   algorithm: "plot_throughput_speedup_analysis_name"
8767   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
8768   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8769   include:
8770     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8771     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8772     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8773     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
8774     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
8775     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8776   layout:
8777     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
8778     layout: "plot-throughput-speedup-analysis"
8779
8780 - type: "plot"
8781   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
8782   algorithm: "plot_throughput_speedup_analysis_name"
8783   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
8784   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8785   include:
8786     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8787     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8788     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8789     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8790     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8791   layout:
8792     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
8793     layout: "plot-throughput-speedup-analysis"
8794
8795 - type: "plot"
8796   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
8797   algorithm: "plot_throughput_speedup_analysis_name"
8798   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
8799   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8800   include:
8801     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8802     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8803     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8804     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8805     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8806   layout:
8807     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
8808     layout: "plot-throughput-speedup-analysis"
8809
8810 - type: "plot"
8811   title: "Speedup: 3n-tsh-x520-114b-vts-l2switching-base-ixgbe-ndr-tsa"
8812   algorithm: "plot_throughput_speedup_analysis_name"
8813   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-vts-l2switching-base-ixgbe-ndr-tsa"
8814   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8815   include:
8816     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8817     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8818     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8819   layout:
8820     title: "3n-tsh-x520-114b-vts-l2switching-base-ixgbe-ndr"
8821     layout: "plot-throughput-speedup-analysis"
8822
8823 - type: "plot"
8824   title: "Speedup: 3n-tsh-x520-114b-vts-l2switching-base-ixgbe-pdr-tsa"
8825   algorithm: "plot_throughput_speedup_analysis_name"
8826   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-vts-l2switching-base-ixgbe-pdr-tsa"
8827   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8828   include:
8829     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8830     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8831     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8832   layout:
8833     title: "3n-tsh-x520-114b-vts-l2switching-base-ixgbe-pdr"
8834     layout: "plot-throughput-speedup-analysis"
8835
8836 - type: "plot"
8837   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
8838   algorithm: "plot_throughput_speedup_analysis_name"
8839   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
8840   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8841   include:
8842     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8843   layout:
8844     title: "2n-dnv-x553-64b-ip4routing-base-ixgbe-ndr-tsa"
8845     layout: "plot-throughput-speedup-analysis"
8846
8847 - type: "plot"
8848   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
8849   algorithm: "plot_throughput_speedup_analysis_name"
8850   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
8851   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8852   include:
8853     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8854   layout:
8855     title: "2n-dnv-x553-64b-ip4routing-base-ixgbe-pdr-tsa"
8856     layout: "plot-throughput-speedup-analysis"
8857
8858 - type: "plot"
8859   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
8860   algorithm: "plot_throughput_speedup_analysis_name"
8861   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
8862   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8863   include:
8864     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
8865   layout:
8866     title: "2n-dnv-x553-78b-ip6routing-base-ixgbe-ndr-tsa"
8867     layout: "plot-throughput-speedup-analysis"
8868
8869 - type: "plot"
8870   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
8871   algorithm: "plot_throughput_speedup_analysis_name"
8872   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
8873   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8874   include:
8875     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
8876   layout:
8877     title: "2n-dnv-x553-78b-ip6routing-base-ixgbe-pdr-tsa"
8878     layout: "plot-throughput-speedup-analysis"
8879
8880 - type: "plot"
8881   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
8882   algorithm: "plot_throughput_speedup_analysis_name"
8883   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
8884   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8885   include:
8886     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8887     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8888     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8889   layout:
8890     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
8891     layout: "plot-throughput-speedup-analysis"
8892
8893 - type: "plot"
8894   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
8895   algorithm: "plot_throughput_speedup_analysis_name"
8896   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
8897   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8898   include:
8899     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8900     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8901     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8902   layout:
8903     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
8904     layout: "plot-throughput-speedup-analysis"
8905
8906 - type: "plot"
8907   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
8908   algorithm: "plot_throughput_speedup_analysis_name"
8909   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
8910   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8911   include:
8912     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8913   layout:
8914     title: "3n-dnv-x553-64b-ip4routing-base-ixgbe-ndr-tsa"
8915     layout: "plot-throughput-speedup-analysis"
8916
8917 - type: "plot"
8918   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
8919   algorithm: "plot_throughput_speedup_analysis_name"
8920   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
8921   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8922   include:
8923     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8924   layout:
8925     title: "3n-dnv-x553-64b-ip4routing-base-ixgbe-pdr-tsa"
8926     layout: "plot-throughput-speedup-analysis"
8927
8928 - type: "plot"
8929   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
8930   algorithm: "plot_throughput_speedup_analysis_name"
8931   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
8932   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8933   include:
8934     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
8935     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8936   layout:
8937     title: "3n-dnv-x553-64b-ip4tunnel-base-ixgbe-ndr-tsa"
8938     layout: "plot-throughput-speedup-analysis"
8939
8940 - type: "plot"
8941   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
8942   algorithm: "plot_throughput_speedup_analysis_name"
8943   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
8944   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8945   include:
8946     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
8947     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8948   layout:
8949     title: "3n-dnv-x553-64b-ip4tunnel-base-ixgbe-pdr-tsa"
8950     layout: "plot-throughput-speedup-analysis"
8951
8952 - type: "plot"
8953   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
8954   algorithm: "plot_throughput_speedup_analysis_name"
8955   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
8956   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8957   include:
8958     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
8959   layout:
8960     title: "3n-dnv-x553-78b-ip6routing-base-ixgbe-ndr-tsa"
8961     layout: "plot-throughput-speedup-analysis"
8962
8963 - type: "plot"
8964   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
8965   algorithm: "plot_throughput_speedup_analysis_name"
8966   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
8967   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8968   include:
8969     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
8970   layout:
8971     title: "3n-dnv-x553-78b-ip6routing-base-ixgbe-pdr-tsa"
8972     layout: "plot-throughput-speedup-analysis"
8973
8974 - type: "plot"
8975   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
8976   algorithm: "plot_throughput_speedup_analysis_name"
8977   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
8978   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8979   include:
8980     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8981     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8982     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8983     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8984     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8985     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8986   layout:
8987     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
8988     layout: "plot-throughput-speedup-analysis"
8989
8990 - type: "plot"
8991   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
8992   algorithm: "plot_throughput_speedup_analysis_name"
8993   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
8994   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8995   include:
8996     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8997     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8998     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8999     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9000     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9001     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9002   layout:
9003     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
9004     layout: "plot-throughput-speedup-analysis"
9005
9006 - type: "plot"
9007   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
9008   algorithm: "plot_throughput_speedup_analysis_name"
9009   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
9010   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
9011   include:
9012     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
9013     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
9014     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
9015   layout:
9016     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
9017     layout: "plot-throughput-speedup-analysis"
9018
9019 - type: "plot"
9020   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
9021   algorithm: "plot_throughput_speedup_analysis_name"
9022   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
9023   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
9024   include:
9025     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
9026     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
9027     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
9028   layout:
9029     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
9030     layout: "plot-throughput-speedup-analysis"