5ab3c71d8a3b59f86f9870742b05c660c6bf4c67
[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
147     # 3n-skx
148
149     plot-vpp-throughput-lat-tsa-3n-skx:
150       csit-vpp-perf-verify-1908_1-3n-skx:
151         - 3   # NDRPDR sel
152         - 4   # NDRPDR sel
153         - 7   # NDRPDR sel
154
155     # 2n-skx
156
157     plot-vpp-throughput-lat-tsa-2n-skx:
158       csit-vpp-perf-verify-1908_1-2n-skx:
159         - 3   # NDRPDR sel
160         - 4   # NDRPDR sel
161         - 6   # NDRPDR sel
162         - 10  # NDRPDR sel
163         - 14  # NDRPDR sel
164
165     plot-vpp-nfv-reconf-2n-skx:
166       csit-vpp-perf-verify-1908_1-2n-skx:
167         - 8   # Reconf
168         - 9   # Reconf
169         - 11  # Reconf
170         - 12  # Reconf
171         - 13  # Reconf
172         - 15  # Reconf
173
174     # 3n-tsh
175
176     plot-vpp-throughput-lat-tsa-3n-tsh:
177       csit-vpp-perf-verify-1908_1-3n-tsh:
178         - 5   # NDRPDR sel
179
180     # 3n-dnv
181
182     plot-vpp-throughput-lat-tsa-3n-dnv:
183       csit-vpp-perf-verify-1908_1-3n-dnv:
184         - 2   # NDRPDR sel
185         - 3   # NDRPDR sel
186         - 5   # NDRPDR sel
187         - 6   # NDRPDR sel
188         - 7   # NDRPDR sel
189         - 8   # NDRPDR sel
190         - 9   # NDRPDR sel
191
192     # 2n-dnv
193
194     plot-vpp-throughput-lat-tsa-2n-dnv:
195       csit-vpp-perf-verify-1908_1-2n-dnv:
196         - 2   # NDRPDR sel
197         - 3   # NDRPDR sel
198         - 4   # NDRPDR sel
199         - 5   # NDRPDR sel
200         - 7   # NDRPDR sel
201         - 8   # NDRPDR sel
202         - 9   # NDRPDR sel
203         - 10  # NDRPDR sel
204         - 11  # NDRPDR sel
205
206     ###########################################################################
207     # Simple tables (only one data set):
208
209     # NIC Comparisons
210
211     vpp-nic-comparison-3n-skx:
212       csit-vpp-perf-verify-1908_1-3n-skx:
213         - 3   # NDRPDR sel
214         - 4   # NDRPDR sel
215         - 7   # NDRPDR sel
216
217     vpp-nic-comparison-2n-skx:
218       csit-vpp-perf-verify-1908_1-2n-skx:
219         - 3   # NDRPDR sel
220         - 4   # NDRPDR sel
221         - 6   # NDRPDR sel
222         - 10  # NDRPDR sel
223         - 14  # NDRPDR sel
224
225     vpp-nic-comparison-3n-skx-mrr:
226       csit-vpp-perf-verify-1908_1-3n-skx:
227         - 5   # MRR sel
228
229     vpp-nic-comparison-2n-skx-mrr:
230       csit-vpp-perf-verify-1908_1-2n-skx:
231         - 5   # MRR sel
232
233     # Results
234
235     vpp-perf-results-3n-hsw:
236       csit-vpp-perf-verify-1908_1-3n-hsw:
237         - 3   # NDRPDR sel
238
239     vpp-perf-results-3n-skx:
240       csit-vpp-perf-verify-1908_1-3n-skx:
241         - 7   # NDRPDR sel
242
243     vpp-perf-results-2n-skx:
244       csit-vpp-perf-verify-1908_1-2n-skx:
245         - 3   # NDRPDR sel
246         - 8   # Reconf
247
248     vpp-perf-results-3n-tsh:
249       csit-vpp-perf-verify-1908_1-3n-tsh:
250         - 5   # NDRPDR sel
251
252     vpp-perf-results-3n-dnv:
253       csit-vpp-perf-verify-1908_1-3n-dnv:
254         - 2   # NDRPDR sel
255
256     vpp-perf-results-2n-dnv:
257       csit-vpp-perf-verify-1908_1-2n-dnv:
258         - 2   # NDRPDR sel
259
260     vpp-mrr-results-3n-hsw:
261       csit-vpp-perf-verify-1908_1-3n-hsw:
262         - 5   # MRR sel
263
264     vpp-mrr-results-3n-skx:
265       csit-vpp-perf-verify-1908_1-3n-skx:
266         - 5   # MRR sel
267
268     vpp-mrr-results-2n-skx:
269       csit-vpp-perf-verify-1908_1-2n-skx:
270         - 5   # MRR sel
271
272     vpp-mrr-results-3n-tsh:
273       csit-vpp-perf-verify-1908_1-3n-tsh:
274         - 4   # MRR sel
275
276     vpp-mrr-results-3n-dnv:
277       csit-vpp-perf-verify-1908_1-3n-dnv:
278         - 4   # MRR sel
279
280     vpp-mrr-results-2n-dnv:
281       csit-vpp-perf-verify-1908_1-2n-dnv:
282         - 6   # MRR sel
283
284     vpp-func-results-ubuntu:
285       csit-vpp-functional-1908_1-ubuntu1604-virl:
286         - 1
287
288     vpp-func-results-centos:
289       csit-vpp-functional-1908_1-centos7-virl:
290         - 1
291
292     vpp-device-results-ubuntu:
293       csit-vpp-device-1908-ubuntu1804-1n-skx:
294         - 286
295
296 ###########################################################################
297     # Tables (more than one data set)
298
299     # Performance changes
300
301     vpp-performance-changes-3n-hsw-h1:
302       csit-vpp-perf-verify-1901-3n-hsw:
303         - 10  # NDRPDR sel
304         - 19  # NDRPDR sel
305         - 31  # NDRPDR sel
306         - 36  # NDRPDR sel
307         - 40  # NDRPDR sel
308         - 42  # NDRPDR sel
309         - 44  # NDRPDR sel
310         - 46  # NDRPDR sel
311         - 47  # NDRPDR sel
312         - 48  # NDRPDR sel
313         - 61  # NDRPDR LB
314         - 62  # NDRPDR LB
315         - 63  # NDRPDR LB
316         - 64  # NDRPDR LB
317         - 65  # NDRPDR LB
318         - 66  # NDRPDR LB
319         - 67  # NDRPDR LB
320         - 69  # NDRPDR LB
321         - 70  # NDRPDR LB
322         - 71  # NDRPDR LB
323     vpp-performance-changes-3n-hsw-ref:
324       csit-vpp-perf-verify-1904-3n-hsw:
325         - 11  # NDRPDR sel
326         - 12  # NDRPDR sel
327         - 20  # NDRPDR sel
328         - 21  # NDRPDR sel
329         - 23  # NDRPDR sel
330         - 24  # NDRPDR sel
331         - 25  # NDRPDR sel
332         - 26  # NDRPDR sel
333         - 29  # NDRPDR sel
334         - 30  # NDRPDR sel
335     vpp-performance-changes-3n-hsw-cmp:
336       csit-vpp-perf-verify-1908_1-3n-hsw:
337         - 3   # NDRPDR sel
338         - 4   # NDRPDR sel
339         - 8   # NDRPDR sel
340     vpp-performance-changes-3n-hsw:
341       - "vpp-performance-changes-3n-hsw-h1"
342       - "vpp-performance-changes-3n-hsw-ref"
343       - "vpp-performance-changes-3n-hsw-cmp"
344
345     vpp-performance-changes-3n-skx-h1:
346       csit-vpp-perf-verify-1901-3n-skx:
347         - 18  # NDRPDR sel
348         - 19  # NDRPDR sel
349         - 20  # NDRPDR sel
350         - 28  # NDRPDR sel
351         - 31  # NDRPDR sel
352         - 33  # NDRPDR sel
353         - 36  # NDRPDR sel
354         - 38  # NDRPDR sel
355         - 47  # NDRPDR sel
356         - 48  # NDRPDR sel
357         - 54  # NDRPDR LB
358         - 57  # NDRPDR LB
359         - 58  # NDRPDR LB
360         - 59  # NDRPDR LB
361         - 60  # NDRPDR LB
362         - 63  # NDRPDR LB
363         - 64  # NDRPDR LB
364         - 65  # NDRPDR LB
365         - 66  # NDRPDR LB
366         - 67  # NDRPDR LB
367     vpp-performance-changes-3n-skx-ref:
368       csit-vpp-perf-verify-1904-3n-skx:
369         - 8   # NDRPDR sel
370         - 9   # NDRPDR sel
371         - 10  # NDRPDR sel
372         - 11  # NDRPDR sel
373         - 12  # NDRPDR sel
374         - 14  # NDRPDR sel
375         - 16  # NDRPDR sel
376         - 21  # NDRPDR sel
377         - 23  # NDRPDR sel
378         - 25  # NDRPDR sel
379     vpp-performance-changes-3n-skx-cmp:
380       csit-vpp-perf-verify-1908_1-3n-skx:
381         - 3   # NDRPDR sel
382         - 4   # NDRPDR sel
383         - 7   # NDRPDR sel
384     vpp-performance-changes-3n-skx:
385       - "vpp-performance-changes-3n-skx-h1"
386       - "vpp-performance-changes-3n-skx-ref"
387       - "vpp-performance-changes-3n-skx-cmp"
388
389     vpp-performance-changes-2n-skx-h1:
390       csit-vpp-perf-verify-1901-2n-skx:
391         - 5   # NDRPDR sel
392         - 12  # NDRPDR sel
393         - 13  # NDRPDR sel
394         - 21  # NDRPDR sel
395         - 23  # NDRPDR sel
396         - 31  # NDRPDR sel
397         - 34  # NDRPDR sel
398         - 40  # NDRPDR sel
399         - 42  # NDRPDR sel
400         - 43  # NDRPDR sel
401     vpp-performance-changes-2n-skx-ref:
402       csit-vpp-perf-verify-1904-2n-skx:
403         - 12  # NDRPDR sel
404         - 14  # NDRPDR sel
405         - 16  # NDRPDR sel
406         - 17  # NDRPDR sel
407         - 18  # NDRPDR sel
408         - 21  # NDRPDR sel
409         - 27  # NDRPDR sel
410         - 30  # NDRPDR sel
411         - 31  # NDRPDR sel
412         - 32  # NDRPDR sel
413     vpp-performance-changes-2n-skx-cmp:
414       csit-vpp-perf-verify-1908_1-2n-skx:
415         - 3   # NDRPDR sel
416         - 4   # NDRPDR sel
417         - 6   # NDRPDR sel
418         - 10  # NDRPDR sel
419         - 14  # NDRPDR sel
420     vpp-performance-changes-2n-skx:
421       - "vpp-performance-changes-2n-skx-h1"
422       - "vpp-performance-changes-2n-skx-ref"
423       - "vpp-performance-changes-2n-skx-cmp"
424
425     vpp-performance-changes-3n-hsw-mrr-h1:
426       csit-vpp-perf-verify-1901-3n-hsw:
427         - 35  # MRR sel
428     vpp-performance-changes-3n-hsw-mrr-ref:
429       csit-vpp-perf-verify-1904-3n-hsw:
430         - 9   # MRR sel
431     vpp-performance-changes-3n-hsw-mrr-cmp:
432       csit-vpp-perf-verify-1908_1-3n-hsw:
433         - 5   # MRR sel
434     vpp-performance-changes-3n-hsw-mrr:
435       - "vpp-performance-changes-3n-hsw-mrr-h1"
436       - "vpp-performance-changes-3n-hsw-mrr-ref"
437       - "vpp-performance-changes-3n-hsw-mrr-cmp"
438
439     vpp-performance-changes-3n-skx-mrr-h1:
440       csit-vpp-perf-verify-1901-3n-skx:
441         - 32  # MRR sel
442     vpp-performance-changes-3n-skx-mrr-ref:
443       csit-vpp-perf-verify-1904-3n-skx:
444         - 7   # MRR sel
445     vpp-performance-changes-3n-skx-mrr-cmp:
446       csit-vpp-perf-verify-1908_1-3n-skx:
447         - 5   # MRR sel
448     vpp-performance-changes-3n-skx-mrr:
449       - "vpp-performance-changes-3n-skx-mrr-h1"
450       - "vpp-performance-changes-3n-skx-mrr-ref"
451       - "vpp-performance-changes-3n-skx-mrr-cmp"
452
453     vpp-performance-changes-2n-skx-mrr-h1:
454       csit-vpp-perf-verify-1901-2n-skx:
455         - 22  # MRR sel
456     vpp-performance-changes-2n-skx-mrr-ref:
457       csit-vpp-perf-verify-1904-2n-skx:
458         - 11  # MRR sel
459     vpp-performance-changes-2n-skx-mrr-cmp:
460       csit-vpp-perf-verify-1908_1-2n-skx:
461         - 5   # MRR sel
462     vpp-performance-changes-2n-skx-mrr:
463       - "vpp-performance-changes-2n-skx-mrr-h1"
464       - "vpp-performance-changes-2n-skx-mrr-ref"
465       - "vpp-performance-changes-2n-skx-mrr-cmp"
466
467     # Compare testbeds
468
469     vpp-compare-testbeds-ref:
470       csit-vpp-perf-verify-1908_1-3n-hsw:
471         - 3   # NDRPDR sel
472         - 4   # NDRPDR sel
473         - 8   # NDRPDR sel
474     vpp-compare-testbeds-cmp:
475       csit-vpp-perf-verify-1908_1-3n-skx:
476         - 3   # NDRPDR sel
477         - 4   # NDRPDR sel
478         - 7   # NDRPDR sel
479     vpp-compare-testbeds:
480       - "vpp-compare-testbeds-ref"
481       - "vpp-compare-testbeds-cmp"
482
483     vpp-compare-testbeds-mrr-ref:
484       csit-vpp-perf-verify-1908_1-3n-hsw:
485         - 5   # MRR sel
486     vpp-compare-testbeds-mrr-cmp:
487       csit-vpp-perf-verify-1908_1-3n-skx:
488         - 5   # MRR sel
489     vpp-compare-testbeds-mrr:
490       - "vpp-compare-testbeds-mrr-ref"
491       - "vpp-compare-testbeds-mrr-cmp"
492
493     # Compare topologies
494
495     vpp-compare-topologies-ref:
496       csit-vpp-perf-verify-1908_1-3n-skx:
497         - 3   # NDRPDR sel
498         - 4   # NDRPDR sel
499         - 7   # NDRPDR sel
500     vpp-compare-topologies-cmp:
501       csit-vpp-perf-verify-1908_1-2n-skx:
502         - 3   # NDRPDR sel
503         - 4   # NDRPDR sel
504         - 6   # NDRPDR sel
505         - 10  # NDRPDR sel
506         - 14  # NDRPDR sel
507     vpp-compare-topologies:
508       - "vpp-compare-topologies-ref"
509       - "vpp-compare-topologies-cmp"
510
511     vpp-compare-topologies-mrr-ref:
512       csit-vpp-perf-verify-1908_1-3n-skx:
513         - 5   # MRR sel
514     vpp-compare-topologies-mrr-cmp:
515       csit-vpp-perf-verify-1908_1-2n-skx:
516         - 5   # MRR sel
517     vpp-compare-topologies-mrr:
518       - "vpp-compare-topologies-mrr-ref"
519       - "vpp-compare-topologies-mrr-cmp"
520
521   plot-layouts:
522
523     plot-soak-throughput:
524       titlefont:
525         size: 18
526       xaxis:
527         title: "<b>Test Cases [Index]</b>"
528         titlefont:
529           size: 16
530         autorange: True
531         fixedrange: False
532         gridcolor: "rgb(230, 230, 230)"
533         linecolor: "rgb(220, 220, 220)"
534         linewidth: 1
535         showgrid: True
536         showline: True
537         showticklabels: True
538         tickcolor: "rgb(220, 220, 220)"
539         tickmode: "linear"
540         tickfont:
541           size: 16
542         zeroline: False
543       yaxis:
544         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
545         titlefont:
546           size: 16
547         gridcolor: "rgb(230, 230, 230)"
548         hoverformat: ".4r"
549         tickformat: ".3r"
550         linecolor: "rgb(220, 220, 220)"
551         linewidth: 1
552         showgrid: True
553         showline: True
554         showticklabels: True
555         tickcolor: "rgb(220, 220, 220)"
556         tickfont:
557           size: 16
558         zeroline: False
559         range: [0,50]
560       autosize: False
561       margin:
562         t: 50
563         b: 0
564         l: 80
565         r: 20
566       showlegend: True
567       legend:
568         orientation: "h"
569         font:
570           size: 16
571       width: 700
572       height: 900
573
574     plot-service-density:
575       titlefont:
576         size: 18
577       xaxis:
578         side: "top"
579         autorange: True
580         fixedrange: False
581         showgrid: False
582         showline: False
583         showticklabels: False
584         ticks: ""
585         ticklen: 0
586         tickwidth: 0
587         zeroline: False
588       yaxis:
589         autorange: "reversed"
590         showgrid: False
591         showline: False
592         showticklabels: False
593         ticks: ""
594         ticklen: 0
595         tickwidth: 0
596         zeroline: False
597       autosize: True
598       showlegend: False
599       width: 700
600       height: 700
601
602     plot-cps:
603       titlefont:
604         size: 18
605       xaxis:
606         title: "<b>Test Cases [Index]</b>"
607         titlefont:
608           size: 16
609         autorange: True
610         fixedrange: False
611         gridcolor: "rgb(230, 230, 230)"
612         linecolor: "rgb(220, 220, 220)"
613         linewidth: 1
614         showgrid: True
615         showline: True
616         showticklabels: True
617         tickcolor: "rgb(220, 220, 220)"
618         tickmode: "linear"
619         tickfont:
620           size: 16
621         zeroline: False
622       yaxis:
623         title: "<b>Connections Per Second [cps]</b>"
624         titlefont:
625           size: 16
626         gridcolor: "rgb(230, 230, 230)"
627         hoverformat: ".4s"
628         linecolor: "rgb(220, 220, 220)"
629         linewidth: 1
630         rangemode: "tozero"
631         showgrid: True
632         showline: True
633         showticklabels: True
634         tickcolor: "rgb(220, 220, 220)"
635         tickformat: ".3s"
636         tickfont:
637           size: 16
638         zeroline: False
639       boxmode: "group"
640       boxgroupgap: 0.5
641       autosize: False
642       margin:
643         t: 50
644         b: 20
645         l: 80
646         r: 20
647       showlegend: True
648       legend:
649         orientation: "h"
650         font:
651           size: 16
652       width: 700
653       height: 800
654
655     plot-rps:
656       titlefont:
657         size: 18
658       xaxis:
659         title: "<b>Test Cases [Index]</b>"
660         titlefont:
661           size: 16
662         autorange: True
663         fixedrange: False
664         gridcolor: "rgb(230, 230, 230)"
665         linecolor: "rgb(220, 220, 220)"
666         linewidth: 1
667         showgrid: True
668         showline: True
669         showticklabels: True
670         tickcolor: "rgb(220, 220, 220)"
671         tickmode: "linear"
672         tickfont:
673           size: 16
674         zeroline: False
675       yaxis:
676         title: "<b>Requests Per Second [rps]</b>"
677         titlefont:
678           size: 16
679         gridcolor: "rgb(230, 230, 230)"
680         hoverformat: ".4s"
681         linecolor: "rgb(220, 220, 220)"
682         linewidth: 1
683         rangemode: "tozero"
684         showgrid: True
685         showline: True
686         showticklabels: True
687         tickcolor: "rgb(230, 230, 230)"
688         tickformat: ".3s"
689         tickfont:
690           size: 16
691         zeroline: False
692       boxmode: "group"
693       boxgroupgap: 0.5
694       autosize: False
695       margin:
696         t: 50
697         b: 20
698         l: 80
699         r: 20
700       showlegend: True
701       legend:
702         orientation: "h"
703         font:
704           size: 16
705       width: 700
706       height: 800
707
708     plot-throughput:
709       titlefont:
710         size: 18
711       xaxis:
712         title: "<b>Test Cases [Index]</b>"
713         titlefont:
714           size: 16
715         autorange: True
716         fixedrange: False
717         gridcolor: "rgb(230, 230, 230)"
718         linecolor: "rgb(220, 220, 220)"
719         linewidth: 1
720         showgrid: True
721         showline: True
722         showticklabels: True
723         tickcolor: "rgb(220, 220, 220)"
724         tickmode: "linear"
725         tickfont:
726           size: 16
727         zeroline: False
728       yaxis:
729         title: "<b>Packet Throughput [Mpps]</b>"
730         titlefont:
731           size: 16
732         gridcolor: "rgb(230, 230, 230)"
733         hoverformat: ".4r"
734         tickformat: ".3r"
735         linecolor: "rgb(220, 220, 220)"
736         linewidth: 1
737         showgrid: True
738         showline: True
739         showticklabels: True
740         tickcolor: "rgb(220, 220, 220)"
741         tickfont:
742           size: 16
743         zeroline: False
744         range: [0,50]
745       boxmode: "group"
746       boxgroupgap: 0.5
747       autosize: False
748       margin:
749         t: 50
750         b: 0
751         l: 80
752         r: 20
753       showlegend: True
754       legend:
755         orientation: "h"
756         font:
757           size: 16
758       width: 700
759       height: 900
760
761     plot-throughput-speedup-analysis:
762       titlefont:
763         size: 18
764       xaxis:
765         title: "<b>Number of Cores [Qty]</b>"
766         titlefont:
767           size: 16
768         autorange: True
769         fixedrange: False
770         gridcolor: "rgb(230, 230, 230)"
771         linecolor: "rgb(220, 220, 220)"
772         linewidth: 1
773         showgrid: True
774         showline: True
775         showticklabels: True
776         tickcolor: "rgb(238, 238, 238)"
777         tickmode: "linear"
778         tickfont:
779           size: 16
780         zeroline: False
781       yaxis:
782         title: "<b>Packet Throughput [Mpps]</b>"
783         titlefont:
784           size: 16
785         type: "linear"
786         gridcolor: "rgb(230, 230, 230)"
787         hoverformat: ".4s"
788         linecolor: "rgb(220, 220, 220)"
789         linewidth: 1
790         showgrid: True
791         showline: True
792         showticklabels: True
793         tickcolor: "rgb(220, 220, 220)"
794         tickformat: ".4s"
795         tickfont:
796           size: 16
797         zeroline: True
798         rangemode: "tozero"
799         range: [0,100]
800       legend:
801         orientation: "h"
802         font:
803           size: 16
804         xanchor: "left"
805         yanchor: "top"
806         x: 0
807         y: -0.2
808         bgcolor: "rgba(255, 255, 255, 0)"
809         bordercolor: "rgba(255, 255, 255, 0)"
810         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
811       autosize: False
812       margin:
813           't': 50
814           'b': 150
815           'l': 85
816           'r': 10
817       showlegend: True
818       width: 700
819       height: 700
820       hoverlabel:
821         namelength: -1
822       annotations: [
823         {
824           text: "_ _          __          ...",
825           align: "left",
826           showarrow: False,
827           xref: "paper",
828           yref: "paper",
829           xanchor: "left",
830           yanchor: "top",
831           x: 0,
832           y: -0.13,
833           font: {
834             family: "Consolas, Courier New",
835             size: 15
836           },
837         },
838         {
839           text: "    Perfect     Measured     Limit",
840           align: "left",
841           showarrow: False,
842           xref: "paper",
843           yref: "paper",
844           xanchor: "left",
845           yanchor: "top",
846           x: 0,
847           y: -0.15,
848           font: {
849             family: "Consolas, Courier New",
850             size: 15
851           },
852         },
853       ]
854
855     plot-latency:
856       titlefont:
857         size: 18
858       xaxis:
859         title: "<b>Direction</b>"
860         titlefont:
861           size: 16
862         autorange: True
863         fixedrange: False
864         gridcolor: "rgb(230, 230, 230)"
865         linecolor: "rgb(220, 220, 220)"
866         linewidth: 1
867         showgrid: True
868         showline: True
869         showticklabels: False
870         tickcolor: "rgb(220, 220, 220)"
871         tickmode: "linear"
872         tickfont:
873           size: 16
874         zeroline: False
875       yaxis:
876         title: "<b>Packet Latency [uSec]</b>"
877         titlefont:
878           size: 16
879         type: "linear"
880         gridcolor: "rgb(230, 230, 230)"
881         hoverformat: ".4s"
882         linecolor: "rgb(220, 220, 220)"
883         linewidth: 1
884         showgrid: True
885         showline: True
886         showticklabels: True
887         tickcolor: "rgb(220, 220, 220)"
888         tickformat: ".4s"
889         tickfont:
890           size: 16
891         zeroline: True
892         rangemode: "tozero"
893       legend:
894         orientation: "h"
895         font:
896           size: 16
897         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
898       autosize: False
899       margin:
900           't': 50
901           'b': 150
902           'l': 80
903           'r': 10
904       showlegend: True
905       width: 700
906       height: 700
907       hoverlabel:
908         namelength: -1
909
910 - type: "static"
911   src-path: "{DIR[RST]}"
912   dst-path: "{DIR[WORKING,SRC]}"
913
914 - type: "input"
915   general:
916     file-name: "output_info.xml.gz"
917     file-format: ".gz"
918     arch-file-format:
919       - ".gz"
920       - ".zip"
921     download-path: "{job}/{build}/archives/{filename}"
922     extract: "output.xml"
923
924     zip-file-name: "robot-plugin.zip"
925     zip-file-format: ".zip"
926     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
927     zip-extract: "robot-plugin/output.xml"
928
929   builds:
930
931     csit-vpp-perf-verify-1901-3n-hsw:
932       - 35  # MRR sel
933       - 10  # NDRPDR sel
934       - 19  # NDRPDR sel
935       - 31  # NDRPDR sel
936       - 36  # NDRPDR sel
937       - 40  # NDRPDR sel
938       - 42  # NDRPDR sel
939       - 44  # NDRPDR sel
940       - 46  # NDRPDR sel
941       - 47  # NDRPDR sel
942       - 48  # NDRPDR sel
943       - 61  # NDRPDR LB
944       - 62  # NDRPDR LB
945       - 63  # NDRPDR LB
946       - 64  # NDRPDR LB
947       - 65  # NDRPDR LB
948       - 66  # NDRPDR LB
949       - 67  # NDRPDR LB
950       - 69  # NDRPDR LB
951       - 70  # NDRPDR LB
952       - 71  # NDRPDR LB
953     csit-vpp-perf-verify-1904-3n-hsw:
954       - 9   # MRR sel
955       - 11  # NDRPDR sel
956       - 12  # NDRPDR sel
957       - 20  # NDRPDR sel
958       - 21  # NDRPDR sel
959       - 23  # NDRPDR sel
960       - 24  # NDRPDR sel
961       - 25  # NDRPDR sel
962       - 26  # NDRPDR sel
963       - 29  # NDRPDR sel
964       - 30  # NDRPDR sel
965     csit-vpp-perf-verify-1908_1-3n-hsw:
966       - 5   # MRR sel
967       - 3   # NDRPDR sel
968       - 4   # NDRPDR sel
969       - 8   # NDRPDR sel
970
971     csit-vpp-perf-verify-1901-3n-skx:
972       - 32  # MRR sel
973       - 18  # NDRPDR sel
974       - 19  # NDRPDR sel
975       - 20  # NDRPDR sel
976       - 28  # NDRPDR sel
977       - 31  # NDRPDR sel
978       - 33  # NDRPDR sel
979       - 36  # NDRPDR sel
980       - 38  # NDRPDR sel
981       - 47  # NDRPDR sel
982       - 48  # NDRPDR sel
983       - 54  # NDRPDR LB
984       - 57  # NDRPDR LB
985       - 58  # NDRPDR LB
986       - 59  # NDRPDR LB
987       - 60  # NDRPDR LB
988       - 63  # NDRPDR LB
989       - 64  # NDRPDR LB
990       - 65  # NDRPDR LB
991       - 66  # NDRPDR LB
992       - 67  # NDRPDR LB
993     csit-vpp-perf-verify-1904-3n-skx:
994       - 7   # MRR sel
995       - 8   # NDRPDR sel
996       - 9   # NDRPDR sel
997       - 10  # NDRPDR sel
998       - 11  # NDRPDR sel
999       - 12  # NDRPDR sel
1000       - 14  # NDRPDR sel
1001       - 16  # NDRPDR sel
1002       - 21  # NDRPDR sel
1003       - 23  # NDRPDR sel
1004       - 25  # NDRPDR sel
1005     csit-vpp-perf-verify-1908_1-3n-skx:
1006       - 5   # MRR sel
1007       - 3   # NDRPDR sel
1008       - 4   # NDRPDR sel
1009       - 7   # NDRPDR sel
1010
1011     csit-vpp-perf-verify-1901-2n-skx:
1012       - 22  # MRR sel
1013       - 5   # NDRPDR sel
1014       - 12  # NDRPDR sel
1015       - 13  # NDRPDR sel
1016       - 21  # NDRPDR sel
1017       - 23  # NDRPDR sel
1018       - 31  # NDRPDR sel
1019       - 34  # NDRPDR sel
1020       - 40  # NDRPDR sel
1021       - 42  # NDRPDR sel
1022       - 43  # NDRPDR sel
1023     csit-vpp-perf-verify-1904-2n-skx:
1024       - 11  # MRR sel
1025       - 12  # NDRPDR sel
1026       - 14  # NDRPDR sel
1027       - 16  # NDRPDR sel
1028       - 17  # NDRPDR sel
1029       - 18  # NDRPDR sel
1030       - 21  # NDRPDR sel
1031       - 27  # NDRPDR sel
1032       - 30  # NDRPDR sel
1033       - 31  # NDRPDR sel
1034       - 32  # NDRPDR sel
1035     csit-vpp-perf-verify-1908_1-2n-skx:
1036       - 5   # MRR sel
1037       - 3   # NDRPDR sel
1038       - 4   # NDRPDR sel
1039       - 6   # NDRPDR sel
1040       - 10  # NDRPDR sel
1041       - 14  # NDRPDR sel
1042       - 8   # Reconf
1043       - 9   # Reconf
1044       - 11  # Reconf
1045       - 12  # Reconf
1046       - 13  # Reconf
1047       - 15  # Reconf
1048
1049     csit-vpp-perf-verify-1908_1-3n-tsh:
1050       - 4   # MRR sel
1051       - 5   # NDRPDR sel
1052
1053     csit-vpp-perf-verify-1908_1-3n-dnv:
1054       - 4   # MRR sel
1055       - 2   # NDRPDR sel
1056       - 3   # NDRPDR sel
1057       - 5   # NDRPDR sel
1058       - 6   # NDRPDR sel
1059       - 7   # NDRPDR sel
1060       - 8   # NDRPDR sel
1061       - 9   # NDRPDR sel
1062
1063     csit-vpp-perf-verify-1908_1-2n-dnv:
1064       - 6   # MRR sel
1065       - 2   # NDRPDR sel
1066       - 3   # NDRPDR sel
1067       - 4   # NDRPDR sel
1068       - 5   # NDRPDR sel
1069       - 7   # NDRPDR sel
1070       - 8   # NDRPDR sel
1071       - 9   # NDRPDR sel
1072       - 10  # NDRPDR sel
1073       - 11  # NDRPDR sel
1074
1075     csit-vpp-functional-1908_1-ubuntu1604-virl:
1076       - 1
1077     csit-vpp-functional-1908_1-centos7-virl:
1078       - 1
1079     csit-vpp-device-1908-ubuntu1804-1n-skx:
1080       - 286
1081
1082 - type: "output"
1083   output: "report"
1084   format:
1085     html:
1086     - full
1087     pdf:
1088     - minimal
1089
1090 ################################################################################
1091 ###                               T A B L E S                                ###
1092 ################################################################################
1093
1094 # VPP Compare NICs 3n-skx 2t1c ndr
1095 - type: "table"
1096   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1097   algorithm: "table_nics_comparison"
1098   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1099   reference:
1100     title: "x710"
1101     nic: "NIC_Intel-X710"
1102   compare:
1103     title: "xxv710"
1104     nic: "NIC_Intel-XXV710"
1105   data: "vpp-nic-comparison-3n-skx"
1106   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1107   filter: "'2T1C' and 'NDRPDR'"
1108   parameters:
1109   - "name"
1110   - "parent"
1111   - "throughput"
1112   - "tags"
1113
1114 # VPP Compare NICs 3n-skx 4t2c ndr
1115 - type: "table"
1116   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1117   algorithm: "table_nics_comparison"
1118   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1119   reference:
1120     title: "x710"
1121     nic: "NIC_Intel-X710"
1122   compare:
1123     title: "xxv710"
1124     nic: "NIC_Intel-XXV710"
1125   data: "vpp-nic-comparison-3n-skx"
1126   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1127   filter: "'4T2C' and 'NDRPDR'"
1128   parameters:
1129   - "name"
1130   - "parent"
1131   - "throughput"
1132   - "tags"
1133
1134 # VPP Compare NICs 3n-skx 2t1c pdr
1135 - type: "table"
1136   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1137   algorithm: "table_nics_comparison"
1138   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1139   reference:
1140     title: "x710"
1141     nic: "NIC_Intel-X710"
1142   compare:
1143     title: "xxv710"
1144     nic: "NIC_Intel-XXV710"
1145   data: "vpp-nic-comparison-3n-skx"
1146   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1147   filter: "'2T1C' and 'NDRPDR'"
1148   parameters:
1149   - "name"
1150   - "parent"
1151   - "throughput"
1152   - "tags"
1153
1154  # VPP Compare NICs 3n-skx 4t2c pdr
1155 - type: "table"
1156   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1157   algorithm: "table_nics_comparison"
1158   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1159   reference:
1160     title: "x710"
1161     nic: "NIC_Intel-X710"
1162   compare:
1163     title: "xxv710"
1164     nic: "NIC_Intel-XXV710"
1165   data: "vpp-nic-comparison-3n-skx"
1166   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1167   filter: "'4T2C' and 'NDRPDR'"
1168   parameters:
1169   - "name"
1170   - "parent"
1171   - "throughput"
1172   - "tags"
1173
1174 # VPP Compare NICs 3n-skx 2t1c mrr
1175 - type: "table"
1176   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1177   algorithm: "table_nics_comparison"
1178   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1179   reference:
1180     title: "x710"
1181     nic: "NIC_Intel-X710"
1182   compare:
1183     title: "xxv710"
1184     nic: "NIC_Intel-XXV710"
1185   data: "vpp-nic-comparison-3n-skx-mrr"
1186   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1187   filter: "'2T1C' and 'MRR'"
1188   parameters:
1189   - "name"
1190   - "parent"
1191   - "result"
1192   - "tags"
1193
1194 # VPP Compare NICs 3n-skx 4t2c mrr
1195 - type: "table"
1196   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1197   algorithm: "table_nics_comparison"
1198   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1199   reference:
1200     title: "x710"
1201     nic: "NIC_Intel-X710"
1202   compare:
1203     title: "xxv710"
1204     nic: "NIC_Intel-XXV710"
1205   data: "vpp-nic-comparison-3n-skx-mrr"
1206   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1207   filter: "'4T2C' and 'MRR'"
1208   parameters:
1209   - "name"
1210   - "parent"
1211   - "result"
1212   - "tags"
1213
1214  # VPP Compare NICs 3n-skx 8t4c mrr
1215 - type: "table"
1216   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1217   algorithm: "table_nics_comparison"
1218   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1219   reference:
1220     title: "x710"
1221     nic: "NIC_Intel-X710"
1222   compare:
1223     title: "xxv710"
1224     nic: "NIC_Intel-XXV710"
1225   data: "vpp-nic-comparison-3n-skx-mrr"
1226   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1227   filter: "'8T4C' and 'MRR'"
1228   parameters:
1229   - "name"
1230   - "parent"
1231   - "result"
1232   - "tags"
1233
1234 # VPP Compare NICs 2n-skx 2t1c ndr
1235 - type: "table"
1236   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1237   algorithm: "table_nics_comparison"
1238   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1239   reference:
1240     title: "x710"
1241     nic: "NIC_Intel-X710"
1242   compare:
1243     title: "xxv710"
1244     nic: "NIC_Intel-XXV710"
1245   data: "vpp-nic-comparison-2n-skx"
1246   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1247   filter: "'2T1C' and 'NDRPDR'"
1248   parameters:
1249   - "name"
1250   - "parent"
1251   - "throughput"
1252   - "tags"
1253
1254 # VPP Compare NICs 2n-skx 4t2c ndr
1255 - type: "table"
1256   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1257   algorithm: "table_nics_comparison"
1258   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1259   reference:
1260     title: "x710"
1261     nic: "NIC_Intel-X710"
1262   compare:
1263     title: "xxv710"
1264     nic: "NIC_Intel-XXV710"
1265   data: "vpp-nic-comparison-2n-skx"
1266   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1267   filter: "'4T2C' and 'NDRPDR'"
1268   parameters:
1269   - "name"
1270   - "parent"
1271   - "throughput"
1272   - "tags"
1273
1274  # VPP Compare NICs 2n-skx 2t1c pdr
1275 - type: "table"
1276   title: "VPP Compare NICs 2n-skx 2t1c pdr"
1277   algorithm: "table_nics_comparison"
1278   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1279   reference:
1280     title: "x710"
1281     nic: "NIC_Intel-X710"
1282   compare:
1283     title: "xxv710"
1284     nic: "NIC_Intel-XXV710"
1285   data: "vpp-nic-comparison-2n-skx"
1286   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1287   filter: "'2T1C' and 'NDRPDR'"
1288   parameters:
1289   - "name"
1290   - "parent"
1291   - "throughput"
1292   - "tags"
1293
1294 # VPP Compare NICs 2n-skx 4t2c pdr
1295 - type: "table"
1296   title: "VPP Compare NICs 2n-skx 4t2c pdr"
1297   algorithm: "table_nics_comparison"
1298   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
1299   reference:
1300     title: "x710"
1301     nic: "NIC_Intel-X710"
1302   compare:
1303     title: "xxv710"
1304     nic: "NIC_Intel-XXV710"
1305   data: "vpp-nic-comparison-2n-skx"
1306   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1307   filter: "'4T2C' and 'NDRPDR'"
1308   parameters:
1309   - "name"
1310   - "parent"
1311   - "throughput"
1312   - "tags"
1313
1314 # VPP Compare NICs 2n-skx 2t1c mrr
1315 - type: "table"
1316   title: "VPP Compare NICs 2n-skx 2t1c mrr"
1317   algorithm: "table_nics_comparison"
1318   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
1319   reference:
1320     title: "x710"
1321     nic: "NIC_Intel-X710"
1322   compare:
1323     title: "xxv710"
1324     nic: "NIC_Intel-XXV710"
1325   data: "vpp-nic-comparison-2n-skx-mrr"
1326   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1327   filter: "'2T1C' and 'MRR'"
1328   parameters:
1329   - "name"
1330   - "parent"
1331   - "result"
1332   - "tags"
1333
1334 # VPP Compare NICs 2n-skx 4t2c mrr
1335 - type: "table"
1336   title: "VPP Compare NICs 2n-skx 4t2c mrr"
1337   algorithm: "table_nics_comparison"
1338   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
1339   reference:
1340     title: "x710"
1341     nic: "NIC_Intel-X710"
1342   compare:
1343     title: "xxv710"
1344     nic: "NIC_Intel-XXV710"
1345   data: "vpp-nic-comparison-2n-skx-mrr"
1346   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1347   filter: "'4T2C' and 'MRR'"
1348   parameters:
1349   - "name"
1350   - "parent"
1351   - "result"
1352   - "tags"
1353
1354 # VPP Compare NICs 2n-skx 8t4c mrr
1355 - type: "table"
1356   title: "VPP Compare NICs 2n-skx 8t4c mrr"
1357   algorithm: "table_nics_comparison"
1358   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
1359   reference:
1360     title: "x710"
1361     nic: "NIC_Intel-X710"
1362   compare:
1363     title: "xxv710"
1364     nic: "NIC_Intel-XXV710"
1365   data: "vpp-nic-comparison-2n-skx-mrr"
1366   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1367   filter: "'8T4C' and 'MRR'"
1368   parameters:
1369   - "name"
1370   - "parent"
1371   - "result"
1372   - "tags"
1373
1374 ################################################################################
1375 # VPP
1376
1377 # VPP Performance Changes 3n-hsw 1t1c pdr
1378 - type: "table"
1379   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
1380   algorithm: "table_performance_comparison"
1381   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
1382   history:
1383     - title: "rls1901"
1384       data: "vpp-performance-changes-3n-hsw-h1"
1385   reference:
1386     title: "rls1904"
1387     data: "vpp-performance-changes-3n-hsw-ref"
1388   compare:
1389     title: "rls1908.1"
1390     data: "vpp-performance-changes-3n-hsw-cmp"
1391   data: "vpp-performance-changes-3n-hsw"
1392   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1393   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1394   parameters:
1395   - "name"
1396   - "parent"
1397   - "throughput"
1398
1399 # VPP Performance Changes 3n-hsw 2t2c pdr
1400 - type: "table"
1401   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
1402   algorithm: "table_performance_comparison"
1403   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
1404   history:
1405     - title: "rls1901"
1406       data: "vpp-performance-changes-3n-hsw-h1"
1407   reference:
1408     title: "rls1904"
1409     data: "vpp-performance-changes-3n-hsw-ref"
1410   compare:
1411     title: "rls1908.1"
1412     data: "vpp-performance-changes-3n-hsw-cmp"
1413   data: "vpp-performance-changes-3n-hsw"
1414   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1415   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1416   parameters:
1417   - "name"
1418   - "parent"
1419   - "throughput"
1420
1421 # VPP Performance Changes 3n-hsw 1t1c ndr
1422 - type: "table"
1423   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
1424   algorithm: "table_performance_comparison"
1425   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
1426   history:
1427     - title: "rls1901"
1428       data: "vpp-performance-changes-3n-hsw-h1"
1429   reference:
1430     title: "rls1904"
1431     data: "vpp-performance-changes-3n-hsw-ref"
1432   compare:
1433     title: "rls1908.1"
1434     data: "vpp-performance-changes-3n-hsw-cmp"
1435   data: "vpp-performance-changes-3n-hsw"
1436   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1437   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1438   parameters:
1439   - "name"
1440   - "parent"
1441   - "throughput"
1442
1443 # VPP Performance Changes 3n-hsw 2t2c ndr
1444 - type: "table"
1445   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
1446   algorithm: "table_performance_comparison"
1447   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
1448   history:
1449     - title: "rls1901"
1450       data: "vpp-performance-changes-3n-hsw-h1"
1451   reference:
1452     title: "rls1904"
1453     data: "vpp-performance-changes-3n-hsw-ref"
1454   compare:
1455     title: "rls1908.1"
1456     data: "vpp-performance-changes-3n-hsw-cmp"
1457   data: "vpp-performance-changes-3n-hsw"
1458   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1459   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1460   parameters:
1461   - "name"
1462   - "parent"
1463   - "throughput"
1464
1465 # VPP Performance Changes 3n-skx 2t1c pdr
1466 - type: "table"
1467   title: "VPP Performance Changes 3n-skx 2t1c pdr"
1468   algorithm: "table_performance_comparison_nic"
1469   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
1470   history:
1471     - title: "rls1901 x710"
1472       data: "vpp-performance-changes-3n-skx-h1"
1473       nic: "NIC_Intel-X710"
1474   reference:
1475     title: "rls1904 x710"
1476     data: "vpp-performance-changes-3n-skx-ref"
1477     nic: "NIC_Intel-X710"
1478   compare:
1479     title: "rls1908.1 xxv710"
1480     data: "vpp-performance-changes-3n-skx-cmp"
1481     nic: "NIC_Intel-XXV710"
1482   data: "vpp-performance-changes-3n-skx"
1483   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1484   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1485   parameters:
1486   - "name"
1487   - "parent"
1488   - "throughput"
1489   - "tags"
1490
1491 # VPP Performance Changes 3n-skx 4t2c pdr
1492 - type: "table"
1493   title: "VPP Performance Changes 3n-skx 4t2c pdr"
1494   algorithm: "table_performance_comparison_nic"
1495   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
1496   history:
1497     - title: "rls1901 x710"
1498       data: "vpp-performance-changes-3n-skx-h1"
1499       nic: "NIC_Intel-X710"
1500   reference:
1501     title: "rls1904 x710"
1502     data: "vpp-performance-changes-3n-skx-ref"
1503     nic: "NIC_Intel-X710"
1504   compare:
1505     title: "rls1908.1 xxv710"
1506     data: "vpp-performance-changes-3n-skx-cmp"
1507     nic: "NIC_Intel-XXV710"
1508   data: "vpp-performance-changes-3n-skx"
1509   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1510   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1511   parameters:
1512   - "name"
1513   - "parent"
1514   - "throughput"
1515   - "tags"
1516
1517 # VPP Performance Changes 3n-skx 2t1c ndr
1518 - type: "table"
1519   title: "VPP Performance Changes 3n-skx 2t1c ndr"
1520   algorithm: "table_performance_comparison_nic"
1521   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
1522   history:
1523     - title: "rls1901 x710"
1524       data: "vpp-performance-changes-3n-skx-h1"
1525       nic: "NIC_Intel-X710"
1526   reference:
1527     title: "rls1904 x710"
1528     data: "vpp-performance-changes-3n-skx-ref"
1529     nic: "NIC_Intel-X710"
1530   compare:
1531     title: "rls1908.1 xxv710"
1532     data: "vpp-performance-changes-3n-skx-cmp"
1533     nic: "NIC_Intel-XXV710"
1534   data: "vpp-performance-changes-3n-skx"
1535   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1536   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1537   parameters:
1538   - "name"
1539   - "parent"
1540   - "throughput"
1541   - "tags"
1542
1543 # VPP Performance Changes 3n-skx 4t2c ndr
1544 - type: "table"
1545   title: "VPP Performance Changes 3n-skx 4t2c ndr"
1546   algorithm: "table_performance_comparison_nic"
1547   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
1548   history:
1549     - title: "rls1901 x710"
1550       data: "vpp-performance-changes-3n-skx-h1"
1551       nic: "NIC_Intel-X710"
1552   reference:
1553     title: "rls1904 x710"
1554     data: "vpp-performance-changes-3n-skx-ref"
1555     nic: "NIC_Intel-X710"
1556   compare:
1557     title: "rls1908.1 xxv710"
1558     data: "vpp-performance-changes-3n-skx-cmp"
1559     nic: "NIC_Intel-XXV710"
1560   data: "vpp-performance-changes-3n-skx"
1561   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1562   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1563   parameters:
1564   - "name"
1565   - "parent"
1566   - "throughput"
1567   - "tags"
1568
1569 # VPP Performance Changes 2n-skx 2t1c pdr
1570 - type: "table"
1571   title: "VPP Performance Changes 2n-skx 2t1c pdr"
1572   algorithm: "table_performance_comparison_nic"
1573   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
1574   history:
1575     - title: "rls1901 x710"
1576       data: "vpp-performance-changes-2n-skx-h1"
1577       nic: "NIC_Intel-X710"
1578   reference:
1579     title: "rls1904 x710"
1580     data: "vpp-performance-changes-2n-skx-ref"
1581     nic: "NIC_Intel-X710"
1582   compare:
1583     title: "rls1908.1 xxv710"
1584     data: "vpp-performance-changes-2n-skx-cmp"
1585     nic: "NIC_Intel-XXV710"
1586   data: "vpp-performance-changes-2n-skx"
1587   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1588   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1589   parameters:
1590   - "name"
1591   - "parent"
1592   - "throughput"
1593   - "tags"
1594
1595 # VPP Performance Changes 2n-skx 4t2c pdr
1596 - type: "table"
1597   title: "VPP Performance Changes 2n-skx 4t2c pdr"
1598   algorithm: "table_performance_comparison_nic"
1599   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
1600   history:
1601     - title: "rls1901 x710"
1602       data: "vpp-performance-changes-2n-skx-h1"
1603       nic: "NIC_Intel-X710"
1604   reference:
1605     title: "rls1904 x710"
1606     data: "vpp-performance-changes-2n-skx-ref"
1607     nic: "NIC_Intel-X710"
1608   compare:
1609     title: "rls1908.1 xxv710"
1610     data: "vpp-performance-changes-2n-skx-cmp"
1611     nic: "NIC_Intel-XXV710"
1612   data: "vpp-performance-changes-2n-skx"
1613   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1614   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1615   parameters:
1616   - "name"
1617   - "parent"
1618   - "throughput"
1619   - "tags"
1620
1621 # VPP Performance Changes 2n-skx 2t1c ndr
1622 - type: "table"
1623   title: "VPP Performance Changes 2n-skx 2t1c ndr"
1624   algorithm: "table_performance_comparison_nic"
1625   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
1626   history:
1627     - title: "rls1901 x710"
1628       data: "vpp-performance-changes-2n-skx-h1"
1629       nic: "NIC_Intel-X710"
1630   reference:
1631     title: "rls1904 x710"
1632     data: "vpp-performance-changes-2n-skx-ref"
1633     nic: "NIC_Intel-X710"
1634   compare:
1635     title: "rls1908.1 xxv710"
1636     data: "vpp-performance-changes-2n-skx-cmp"
1637     nic: "NIC_Intel-XXV710"
1638   data: "vpp-performance-changes-2n-skx"
1639   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1640   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1641   parameters:
1642   - "name"
1643   - "parent"
1644   - "throughput"
1645   - "tags"
1646
1647 # VPP Performance Changes 2n-skx 4t2c ndr
1648 - type: "table"
1649   title: "VPP Performance Changes 2n-skx 4t2c ndr"
1650   algorithm: "table_performance_comparison_nic"
1651   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
1652   history:
1653     - title: "rls1901 x710"
1654       data: "vpp-performance-changes-2n-skx-h1"
1655       nic: "NIC_Intel-X710"
1656   reference:
1657     title: "rls1904 x710"
1658     data: "vpp-performance-changes-2n-skx-ref"
1659     nic: "NIC_Intel-X710"
1660   compare:
1661     title: "rls1908.1 xxv710"
1662     data: "vpp-performance-changes-2n-skx-cmp"
1663     nic: "NIC_Intel-XXV710"
1664   data: "vpp-performance-changes-2n-skx"
1665   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1666   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1667   parameters:
1668   - "name"
1669   - "parent"
1670   - "throughput"
1671   - "tags"
1672
1673 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
1674 - type: "table"
1675   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
1676   algorithm: "table_performance_comparison_nic"
1677   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
1678   reference:
1679     title: "3n-hsw xl710"
1680     data: "vpp-compare-testbeds-ref"
1681     nic: "NIC_Intel-XL710"
1682   compare:
1683     title: "3n-skx xxv710"
1684     data: "vpp-compare-testbeds-cmp"
1685     nic: "NIC_Intel-XXV710"
1686   data: "vpp-compare-testbeds"
1687   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1688   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
1689   parameters:
1690   - "name"
1691   - "parent"
1692   - "throughput"
1693   - "tags"
1694
1695 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
1696 - type: "table"
1697   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
1698   algorithm: "table_performance_comparison_nic"
1699   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
1700   reference:
1701     title: "3n-hsw xl710"
1702     data: "vpp-compare-testbeds-ref"
1703     nic: "NIC_Intel-XL710"
1704   compare:
1705     title: "3n-skx xxv710"
1706     data: "vpp-compare-testbeds-cmp"
1707     nic: "NIC_Intel-XXV710"
1708   data: "vpp-compare-testbeds"
1709   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1710   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
1711   parameters:
1712   - "name"
1713   - "parent"
1714   - "throughput"
1715   - "tags"
1716
1717 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
1718 - type: "table"
1719   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
1720   algorithm: "table_performance_comparison_nic"
1721   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
1722   reference:
1723     title: "3n-hsw xl710"
1724     data: "vpp-compare-testbeds-ref"
1725     nic: "NIC_Intel-XL710"
1726   compare:
1727     title: "3n-skx xxv710"
1728     data: "vpp-compare-testbeds-cmp"
1729     nic: "NIC_Intel-XXV710"
1730   data: "vpp-compare-testbeds"
1731   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1732   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
1733   parameters:
1734   - "name"
1735   - "parent"
1736   - "throughput"
1737   - "tags"
1738
1739 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
1740 - type: "table"
1741   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
1742   algorithm: "table_performance_comparison_nic"
1743   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
1744   reference:
1745     title: "3n-hsw xl710"
1746     data: "vpp-compare-testbeds-ref"
1747     nic: "NIC_Intel-XL710"
1748   compare:
1749     title: "3n-skx xxv710"
1750     data: "vpp-compare-testbeds-cmp"
1751     nic: "NIC_Intel-XXV710"
1752   data: "vpp-compare-testbeds"
1753   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1754   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
1755   parameters:
1756   - "name"
1757   - "parent"
1758   - "throughput"
1759   - "tags"
1760
1761 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
1762 - type: "table"
1763   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
1764   algorithm: "table_performance_comparison"
1765   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
1766   reference:
1767     title: "3-Node Skx"
1768     data: "vpp-compare-topologies-ref"
1769   compare:
1770     title: "2-Node Skx"
1771     data: "vpp-compare-topologies-cmp"
1772   data: "vpp-compare-topologies"
1773   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1774   filter: "'NDRPDR' and '1C'"
1775   parameters:
1776   - "name"
1777   - "parent"
1778   - "throughput"
1779
1780 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
1781 - type: "table"
1782   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
1783   algorithm: "table_performance_comparison"
1784   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
1785   reference:
1786     title: "3-Node Skx"
1787     data: "vpp-compare-topologies-ref"
1788   compare:
1789     title: "2-Node Skx"
1790     data: "vpp-compare-topologies-cmp"
1791   data: "vpp-compare-topologies"
1792   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1793   filter: "'NDRPDR' and '2C'"
1794   parameters:
1795   - "name"
1796   - "parent"
1797   - "throughput"
1798
1799 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
1800 - type: "table"
1801   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
1802   algorithm: "table_performance_comparison"
1803   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
1804   reference:
1805     title: "3-Node Skx"
1806     data: "vpp-compare-topologies-ref"
1807   compare:
1808     title: "2-Node Skx"
1809     data: "vpp-compare-topologies-cmp"
1810   data: "vpp-compare-topologies"
1811   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1812   filter: "'NDRPDR' and '1C'"
1813   parameters:
1814   - "name"
1815   - "parent"
1816   - "throughput"
1817
1818 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
1819 - type: "table"
1820   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
1821   algorithm: "table_performance_comparison"
1822   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
1823   reference:
1824     title: "3-Node Skx"
1825     data: "vpp-compare-topologies-ref"
1826   compare:
1827     title: "2-Node Skx"
1828     data: "vpp-compare-topologies-cmp"
1829   data: "vpp-compare-topologies"
1830   include-tests: "PDR"
1831   filter: "'NDRPDR' and '2C'"
1832   parameters:
1833   - "name"
1834   - "parent"
1835   - "throughput"
1836
1837 # VPP Performance Changes 3n-hsw 1t1c MRR
1838 - type: "table"
1839   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
1840   algorithm: "table_performance_comparison"
1841   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
1842   history:
1843     - title: "rls1901"
1844       data: "vpp-performance-changes-3n-hsw-mrr-h1"
1845   reference:
1846     title: "rls1904"
1847     data: "vpp-performance-changes-3n-hsw-mrr-ref"
1848   compare:
1849     title: "rls1908.1"
1850     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
1851   data: "vpp-performance-changes-3n-hsw-mrr"
1852   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1853   filter: "'1T1C' and 'MRR'"
1854   parameters:
1855   - "name"
1856   - "parent"
1857   - "result"
1858
1859 # VPP Performance Changes 3n-hsw 2t2c MRR
1860 - type: "table"
1861   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
1862   algorithm: "table_performance_comparison"
1863   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
1864   history:
1865     - title: "rls1901"
1866       data: "vpp-performance-changes-3n-hsw-mrr-h1"
1867   reference:
1868     title: "rls1904"
1869     data: "vpp-performance-changes-3n-hsw-mrr-ref"
1870   compare:
1871     title: "rls1908.1"
1872     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
1873   data: "vpp-performance-changes-3n-hsw-mrr"
1874   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1875   filter: "'2T2C' and 'MRR'"
1876   parameters:
1877   - "name"
1878   - "parent"
1879   - "result"
1880
1881 # VPP Performance Changes 3n-hsw 4t4c MRR
1882 - type: "table"
1883   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
1884   algorithm: "table_performance_comparison"
1885   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
1886   history:
1887     - title: "rls1901"
1888       data: "vpp-performance-changes-3n-hsw-mrr-h1"
1889   reference:
1890     title: "rls1904"
1891     data: "vpp-performance-changes-3n-hsw-mrr-ref"
1892   compare:
1893     title: "rls1908.1"
1894     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
1895   data: "vpp-performance-changes-3n-hsw-mrr"
1896   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1897   filter: "'4T4C' and 'MRR'"
1898   parameters:
1899   - "name"
1900   - "parent"
1901   - "result"
1902
1903 # VPP Performance Changes 3n-skx 2t1c MRR
1904 - type: "table"
1905   title: "VPP Performance Changes 3n-skx 2t1c MRR"
1906   algorithm: "table_performance_comparison"
1907   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
1908   history:
1909     - title: "rls1901"
1910       data: "vpp-performance-changes-3n-skx-mrr-h1"
1911   reference:
1912     title: "rls1904"
1913     data: "vpp-performance-changes-3n-skx-mrr-ref"
1914   compare:
1915     title: "rls1908.1"
1916     data: "vpp-performance-changes-3n-skx-mrr-cmp"
1917   data: "vpp-performance-changes-3n-skx-mrr"
1918   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1919   filter: "'2T1C' and 'MRR'"
1920   parameters:
1921   - "name"
1922   - "parent"
1923   - "result"
1924
1925 # VPP Performance Changes 3n-skx 4t2c MRR
1926 - type: "table"
1927   title: "VPP Performance Changes 3n-skx 4t2c MRR"
1928   algorithm: "table_performance_comparison"
1929   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
1930   history:
1931     - title: "rls1901"
1932       data: "vpp-performance-changes-3n-skx-mrr-h1"
1933   reference:
1934     title: "rls1904"
1935     data: "vpp-performance-changes-3n-skx-mrr-ref"
1936   compare:
1937     title: "rls1908.1"
1938     data: "vpp-performance-changes-3n-skx-mrr-cmp"
1939   data: "vpp-performance-changes-3n-skx-mrr"
1940   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1941   filter: "'4T2C' and 'MRR'"
1942   parameters:
1943   - "name"
1944   - "parent"
1945   - "result"
1946
1947 # VPP Performance Changes 3n-skx 8t4c MRR
1948 - type: "table"
1949   title: "VPP Performance Changes 3n-skx 8t4c MRR"
1950   algorithm: "table_performance_comparison"
1951   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
1952   history:
1953     - title: "rls1901"
1954       data: "vpp-performance-changes-3n-skx-mrr-h1"
1955   reference:
1956     title: "rls1904"
1957     data: "vpp-performance-changes-3n-skx-mrr-ref"
1958   compare:
1959     title: "rls1908.1"
1960     data: "vpp-performance-changes-3n-skx-mrr-cmp"
1961   data: "vpp-performance-changes-3n-skx-mrr"
1962   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1963   filter: "'8T4C' and 'MRR'"
1964   parameters:
1965   - "name"
1966   - "parent"
1967   - "result"
1968
1969 # VPP Performance Changes 2n-skx 2t1c MRR
1970 - type: "table"
1971   title: "VPP Performance Changes 2n-skx 2t1c MRR"
1972   algorithm: "table_performance_comparison"
1973   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
1974   history:
1975     - title: "rls1901"
1976       data: "vpp-performance-changes-2n-skx-mrr-h1"
1977   reference:
1978     title: "rls1904"
1979     data: "vpp-performance-changes-2n-skx-mrr-ref"
1980   compare:
1981     title: "rls1908.1"
1982     data: "vpp-performance-changes-2n-skx-mrr-cmp"
1983   data: "vpp-performance-changes-2n-skx-mrr"
1984   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1985   filter: "'2T1C' and 'MRR'"
1986   parameters:
1987   - "name"
1988   - "parent"
1989   - "result"
1990
1991 # VPP Performance Changes 2n-skx 4t2c MRR
1992 - type: "table"
1993   title: "VPP Performance Changes 2n-skx 4t2c MRR"
1994   algorithm: "table_performance_comparison"
1995   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
1996   history:
1997     - title: "rls1901"
1998       data: "vpp-performance-changes-2n-skx-mrr-h1"
1999   reference:
2000     title: "rls1904"
2001     data: "vpp-performance-changes-2n-skx-mrr-ref"
2002   compare:
2003     title: "rls1908.1"
2004     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2005   data: "vpp-performance-changes-2n-skx-mrr"
2006   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2007   filter: "'4T2C' and 'MRR'"
2008   parameters:
2009   - "name"
2010   - "parent"
2011   - "result"
2012
2013 # VPP Performance Changes 2n-skx 8t4c MRR
2014 - type: "table"
2015   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2016   algorithm: "table_performance_comparison"
2017   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2018   history:
2019     - title: "rls1901"
2020       data: "vpp-performance-changes-2n-skx-mrr-h1"
2021   reference:
2022     title: "rls1904"
2023     data: "vpp-performance-changes-2n-skx-mrr-ref"
2024   compare:
2025     title: "rls1908.1"
2026     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2027   data: "vpp-performance-changes-2n-skx-mrr"
2028   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2029   filter: "'8T4C' and 'MRR'"
2030   parameters:
2031   - "name"
2032   - "parent"
2033   - "result"
2034
2035 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2036 - type: "table"
2037   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2038   algorithm: "table_performance_comparison_nic"
2039   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2040   reference:
2041     title: "3n-hsw xl710"
2042     data: "vpp-compare-testbeds-mrr-ref"
2043     nic: "NIC_Intel-XL710"
2044   compare:
2045     title: "3n-skx xxv710"
2046     data: "vpp-compare-testbeds-mrr-cmp"
2047     nic: "NIC_Intel-XXV710"
2048   data: "vpp-compare-testbeds-mrr"
2049   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2050   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
2051   parameters:
2052   - "name"
2053   - "parent"
2054   - "result"
2055   - "tags"
2056
2057 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2058 - type: "table"
2059   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2060   algorithm: "table_performance_comparison_nic"
2061   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2062   reference:
2063     title: "3n-hsw xl710"
2064     data: "vpp-compare-testbeds-mrr-ref"
2065     nic: "NIC_Intel-XL710"
2066   compare:
2067     title: "3n-skx xxv710"
2068     data: "vpp-compare-testbeds-mrr-cmp"
2069     nic: "NIC_Intel-XXV710"
2070   data: "vpp-compare-testbeds-mrr"
2071   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2072   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
2073   parameters:
2074   - "name"
2075   - "parent"
2076   - "result"
2077   - "tags"
2078
2079 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2080 - type: "table"
2081   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2082   algorithm: "table_performance_comparison_nic"
2083   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2084   reference:
2085     title: "3n-hsw xl710"
2086     data: "vpp-compare-testbeds-mrr-ref"
2087     nic: "NIC_Intel-XL710"
2088   compare:
2089     title: "3n-skx xxv710"
2090     data: "vpp-compare-testbeds-mrr-cmp"
2091     nic: "NIC_Intel-XXV710"
2092   data: "vpp-compare-testbeds-mrr"
2093   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2094   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
2095   parameters:
2096   - "name"
2097   - "parent"
2098   - "result"
2099   - "tags"
2100
2101 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2102 - type: "table"
2103   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2104   algorithm: "table_performance_comparison"
2105   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2106   reference:
2107     title: "3-Node Skx"
2108     data: "vpp-compare-topologies-mrr-ref"
2109   compare:
2110     title: "2-Node Skx"
2111     data: "vpp-compare-topologies-mrr-cmp"
2112   data: "vpp-compare-topologies-mrr"
2113   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2114   filter: "'MRR' and '1C'"
2115   parameters:
2116   - "name"
2117   - "parent"
2118   - "result"
2119
2120 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2121 - type: "table"
2122   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2123   algorithm: "table_performance_comparison"
2124   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2125   reference:
2126     title: "3-Node Skx"
2127     data: "vpp-compare-topologies-mrr-ref"
2128   compare:
2129     title: "2-Node Skx"
2130     data: "vpp-compare-topologies-mrr-cmp"
2131   data: "vpp-compare-topologies-mrr"
2132   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2133   filter: "'MRR' and '2C'"
2134   parameters:
2135   - "name"
2136   - "parent"
2137   - "result"
2138
2139 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2140 - type: "table"
2141   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2142   algorithm: "table_performance_comparison"
2143   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2144   reference:
2145     title: "3-Node Skx"
2146     data: "vpp-compare-topologies-mrr-ref"
2147   compare:
2148     title: "2-Node Skx"
2149     data: "vpp-compare-topologies-mrr-cmp"
2150   data: "vpp-compare-topologies-mrr"
2151   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2152   filter: "'MRR' and '4C'"
2153   parameters:
2154   - "name"
2155   - "parent"
2156   - "result"
2157
2158 # Detailed Test Results - VPP Performance Results 3n-hsw
2159 - type: "table"
2160   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2161   algorithm: "table_merged_details"
2162   output-file-ext: ".csv"
2163   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2164   columns:
2165   - title: "Name"
2166     data: "data name"
2167   - title: "Status"
2168     data: "data msg"
2169   rows: "generated"
2170   data: "vpp-perf-results-3n-hsw"
2171   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2172   parameters:
2173   - "name"
2174   - "parent"
2175   - "msg"
2176
2177 # Detailed Test Results - VPP Performance Results 3n-skx
2178 - type: "table"
2179   title: "Detailed Test Results - VPP Performance Results 3n-skx"
2180   algorithm: "table_merged_details"
2181   output-file-ext: ".csv"
2182   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2183   columns:
2184   - title: "Name"
2185     data: "data name"
2186   - title: "Status"
2187     data: "data msg"
2188   rows: "generated"
2189   data: "vpp-perf-results-3n-skx"
2190   filter: "not 'CFS_OPT'"
2191   parameters:
2192   - "name"
2193   - "parent"
2194   - "msg"
2195
2196 # Detailed Test Results - VPP Performance Results 2n-skx
2197 - type: "table"
2198   title: "Detailed Test Results - VPP Performance Results 2n-skx"
2199   algorithm: "table_merged_details"
2200   output-file-ext: ".csv"
2201   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2202   columns:
2203   - title: "Name"
2204     data: "data name"
2205   - title: "Status"
2206     data: "data msg"
2207   rows: "generated"
2208   data: "vpp-perf-results-2n-skx"
2209   filter: "not 'CFS_OPT'"
2210   parameters:
2211   - "name"
2212   - "parent"
2213   - "msg"
2214
2215 # Detailed Test Results - VPP Performance Results 3n-tsh
2216 - type: "table"
2217   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
2218   algorithm: "table_merged_details"
2219   output-file-ext: ".csv"
2220   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
2221   columns:
2222   - title: "Name"
2223     data: "data name"
2224   - title: "Status"
2225     data: "data msg"
2226   rows: "generated"
2227   data: "vpp-perf-results-3n-tsh"
2228   filter: "not 'CFS_OPT'"
2229   parameters:
2230   - "name"
2231   - "parent"
2232   - "msg"
2233
2234 # Detailed Test Results - VPP Performance Results 3n-dnv
2235 - type: "table"
2236   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
2237   algorithm: "table_details"
2238   output-file-ext: ".csv"
2239   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
2240   columns:
2241   - title: "Name"
2242     data: "data name"
2243   - title: "Status"
2244     data: "data msg"
2245   rows: "generated"
2246   data: "vpp-perf-results-3n-dnv"
2247   filter: "'NDRPDR'"
2248   parameters:
2249   - "name"
2250   - "parent"
2251   - "msg"
2252
2253 # Detailed Test Results - VPP Performance Results 2n-dnv
2254 - type: "table"
2255   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
2256   algorithm: "table_details"
2257   output-file-ext: ".csv"
2258   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
2259   columns:
2260   - title: "Name"
2261     data: "data name"
2262   - title: "Status"
2263     data: "data msg"
2264   rows: "generated"
2265   data: "vpp-perf-results-2n-dnv"
2266   filter: "'NDRPDR'"
2267   parameters:
2268   - "name"
2269   - "parent"
2270   - "msg"
2271
2272 # Test configuration - VPP Performance Test Configs 3n-hsw
2273 - type: "table"
2274   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
2275   algorithm: "table_merged_details"
2276   output-file-ext: ".csv"
2277   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
2278   columns:
2279   - title: "Name"
2280     data: "data name"
2281   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2282     data: "data conf-history"
2283   rows: "generated"
2284   data: "vpp-perf-results-3n-hsw"
2285   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2286   parameters:
2287   - "parent"
2288   - "name"
2289   - "conf-history"
2290
2291 # Test configuration - VPP Performance Test Configs 3n-skx
2292 - type: "table"
2293   title: "Test configuration - VPP Performance Test Configs 3n-skx"
2294   algorithm: "table_merged_details"
2295   output-file-ext: ".csv"
2296   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
2297   columns:
2298   - title: "Name"
2299     data: "data name"
2300   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2301     data: "data conf-history"
2302   rows: "generated"
2303   data: "vpp-perf-results-3n-skx"
2304   filter: "not 'CFS_OPT'"
2305   parameters:
2306   - "parent"
2307   - "name"
2308   - "conf-history"
2309
2310 # Test configuration - VPP Performance Test Configs 2n-skx
2311 - type: "table"
2312   title: "Test configuration - VPP Performance Test Configs 2n-skx"
2313   algorithm: "table_merged_details"
2314   output-file-ext: ".csv"
2315   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
2316   columns:
2317   - title: "Name"
2318     data: "data name"
2319   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2320     data: "data conf-history"
2321   rows: "generated"
2322   data: "vpp-perf-results-2n-skx"
2323   filter: "not 'CFS_OPT'"
2324   parameters:
2325   - "parent"
2326   - "name"
2327   - "conf-history"
2328
2329 # Test configuration - VPP Performance Test Configs 3n-tsh
2330 - type: "table"
2331   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
2332   algorithm: "table_merged_details"
2333   output-file-ext: ".csv"
2334   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_test_configuration_3n_tsh"
2335   columns:
2336   - title: "Name"
2337     data: "data name"
2338   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2339     data: "data conf-history"
2340   rows: "generated"
2341   data: "vpp-perf-results-3n-tsh"
2342   filter: "not 'CFS_OPT'"
2343   parameters:
2344   - "parent"
2345   - "name"
2346   - "conf-history"
2347
2348 # Test configuration - VPP Performance Test Configs 3n-dnv
2349 - type: "table"
2350   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
2351   algorithm: "table_details"
2352   output-file-ext: ".csv"
2353   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_test_configuration_3n_dnv"
2354   columns:
2355   - title: "Name"
2356     data: "data name"
2357   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2358     data: "data conf-history"
2359   rows: "generated"
2360   data: "vpp-perf-results-3n-dnv"
2361   filter: "'NDRPDR'"
2362   parameters:
2363   - "parent"
2364   - "name"
2365   - "conf-history"
2366
2367 # Test configuration - VPP Performance Test Configs 2n-dnv
2368 - type: "table"
2369   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
2370   algorithm: "table_details"
2371   output-file-ext: ".csv"
2372   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
2373   columns:
2374   - title: "Name"
2375     data: "data name"
2376   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2377     data: "data conf-history"
2378   rows: "generated"
2379   data: "vpp-perf-results-2n-dnv"
2380   filter: "'NDRPDR'"
2381   parameters:
2382   - "parent"
2383   - "name"
2384   - "conf-history"
2385
2386 # Test Operational Data - VPP Performance Operational Data 3n-hsw
2387 - type: "table"
2388   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
2389   algorithm: "table_merged_details"
2390   output-file-ext: ".csv"
2391   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
2392   columns:
2393   - title: "Name"
2394     data: "data name"
2395   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2396     data: "data show-run"
2397   rows: "generated"
2398   data: "vpp-perf-results-3n-hsw"
2399   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2400   parameters:
2401   - "parent"
2402   - "name"
2403   - "show-run"
2404
2405 # Test Operational Data - VPP Performance Operational Data 3n-skx
2406 - type: "table"
2407   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
2408   algorithm: "table_merged_details"
2409   output-file-ext: ".csv"
2410   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
2411   columns:
2412   - title: "Name"
2413     data: "data name"
2414   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2415     data: "data show-run"
2416   rows: "generated"
2417   data: "vpp-perf-results-3n-skx"
2418   filter: "not 'CFS_OPT'"
2419   parameters:
2420   - "parent"
2421   - "name"
2422   - "show-run"
2423
2424 # Test Operational Data - VPP Performance Operational Data 2n-skx
2425 - type: "table"
2426   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
2427   algorithm: "table_merged_details"
2428   output-file-ext: ".csv"
2429   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
2430   columns:
2431   - title: "Name"
2432     data: "data name"
2433   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2434     data: "data show-run"
2435   rows: "generated"
2436   data: "vpp-perf-results-2n-skx"
2437   filter: "not 'CFS_OPT'"
2438   parameters:
2439   - "parent"
2440   - "name"
2441   - "show-run"
2442
2443 # Test Operational Data - VPP Performance Operational Data 3n-tsh
2444 - type: "table"
2445   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
2446   algorithm: "table_merged_details"
2447   output-file-ext: ".csv"
2448   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_test_operational_3n_tsh"
2449   columns:
2450   - title: "Name"
2451     data: "data name"
2452   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2453     data: "data show-run"
2454   rows: "generated"
2455   data: "vpp-perf-results-3n-tsh"
2456   filter: "not 'CFS_OPT'"
2457   parameters:
2458   - "parent"
2459   - "name"
2460   - "show-run"
2461
2462 # Test Operational Data - VPP Performance Operational Data 3n-dnv
2463 - type: "table"
2464   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
2465   algorithm: "table_details"
2466   output-file-ext: ".csv"
2467   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_test_operational_3n_dnv"
2468   columns:
2469   - title: "Name"
2470     data: "data name"
2471   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2472     data: "data show-run"
2473   rows: "generated"
2474   data: "vpp-perf-results-3n-dnv"
2475   filter: "'NDRPDR'"
2476   parameters:
2477   - "parent"
2478   - "name"
2479   - "show-run"
2480
2481 # Test Operational Data - VPP Performance Operational Data 2n-dnv
2482 - type: "table"
2483   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
2484   algorithm: "table_details"
2485   output-file-ext: ".csv"
2486   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
2487   columns:
2488   - title: "Name"
2489     data: "data name"
2490   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2491     data: "data show-run"
2492   rows: "generated"
2493   data: "vpp-perf-results-2n-dnv"
2494   filter: "'NDRPDR'"
2495   parameters:
2496   - "parent"
2497   - "name"
2498   - "show-run"
2499
2500 # Detailed Test Results - VPP MRR Results 3n-hsw
2501 - type: "table"
2502   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
2503   algorithm: "table_details"
2504   output-file-ext: ".csv"
2505   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
2506   columns:
2507   - title: "Name"
2508     data: "data name"
2509   - title: "Status"
2510     data: "data msg"
2511   rows: "generated"
2512   data: "vpp-mrr-results-3n-hsw"
2513   filter: "'MRR'"
2514   parameters:
2515   - "name"
2516   - "parent"
2517   - "msg"
2518
2519 # Detailed Test Results - VPP MRR Results 3n-skx
2520 - type: "table"
2521   title: "Detailed Test Results - VPP MRR Results 3n-skx"
2522   algorithm: "table_details"
2523   output-file-ext: ".csv"
2524   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
2525   columns:
2526   - title: "Name"
2527     data: "data name"
2528   - title: "Status"
2529     data: "data msg"
2530   rows: "generated"
2531   data: "vpp-mrr-results-3n-skx"
2532   filter: "'MRR'"
2533   parameters:
2534   - "name"
2535   - "parent"
2536   - "msg"
2537
2538 # Detailed Test Results - VPP MRR Results 2n-skx
2539 - type: "table"
2540   title: "Detailed Test Results - VPP MRR Results 2n-skx"
2541   algorithm: "table_details"
2542   output-file-ext: ".csv"
2543   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
2544   columns:
2545   - title: "Name"
2546     data: "data name"
2547   - title: "Status"
2548     data: "data msg"
2549   rows: "generated"
2550   data: "vpp-mrr-results-2n-skx"
2551   filter: "'MRR'"
2552   parameters:
2553   - "name"
2554   - "parent"
2555   - "msg"
2556
2557 # Detailed Test Results - VPP MRR Results 3n-tsh
2558 - type: "table"
2559   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
2560   algorithm: "table_details"
2561   output-file-ext: ".csv"
2562   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
2563   columns:
2564   - title: "Name"
2565     data: "data name"
2566   - title: "Status"
2567     data: "data msg"
2568   rows: "generated"
2569   data: "vpp-mrr-results-3n-tsh"
2570   filter: "'MRR'"
2571   parameters:
2572   - "name"
2573   - "parent"
2574   - "msg"
2575
2576 # Detailed Test Results - VPP MRR Results 3n-dnv
2577 - type: "table"
2578   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
2579   algorithm: "table_details"
2580   output-file-ext: ".csv"
2581   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
2582   columns:
2583   - title: "Name"
2584     data: "data name"
2585   - title: "Status"
2586     data: "data msg"
2587   rows: "generated"
2588   data: "vpp-mrr-results-3n-dnv"
2589   filter: "'MRR'"
2590   parameters:
2591   - "name"
2592   - "parent"
2593   - "msg"
2594
2595 # Detailed Test Results - VPP MRR Results 2n-dnv
2596 - type: "table"
2597   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
2598   algorithm: "table_details"
2599   output-file-ext: ".csv"
2600   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
2601   columns:
2602   - title: "Name"
2603     data: "data name"
2604   - title: "Status"
2605     data: "data msg"
2606   rows: "generated"
2607   data: "vpp-mrr-results-2n-dnv"
2608   filter: "'MRR'"
2609   parameters:
2610   - "name"
2611   - "parent"
2612   - "msg"
2613
2614 # Test configuration - VPP MRR Test Configs 3n-hsw
2615 - type: "table"
2616   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
2617   algorithm: "table_details"
2618   output-file-ext: ".csv"
2619   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
2620   columns:
2621   - title: "Name"
2622     data: "data name"
2623   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2624     data: "data conf-history"
2625   rows: "generated"
2626   data: "vpp-mrr-results-3n-hsw"
2627   filter: "'MRR'"
2628   parameters:
2629   - "parent"
2630   - "name"
2631   - "conf-history"
2632
2633 # Test configuration - VPP MRR Test Configs 3n-skx
2634 - type: "table"
2635   title: "Test configuration - VPP MRR Test Configs 3n-skx"
2636   algorithm: "table_details"
2637   output-file-ext: ".csv"
2638   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
2639   columns:
2640   - title: "Name"
2641     data: "data name"
2642   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2643     data: "data conf-history"
2644   rows: "generated"
2645   data: "vpp-mrr-results-3n-skx"
2646   filter: "'MRR'"
2647   parameters:
2648   - "parent"
2649   - "name"
2650   - "conf-history"
2651
2652 # Test configuration - VPP MRR Test Configs 2n-skx
2653 - type: "table"
2654   title: "Test configuration - VPP MRR Test Configs 2n-skx"
2655   algorithm: "table_details"
2656   output-file-ext: ".csv"
2657   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
2658   columns:
2659   - title: "Name"
2660     data: "data name"
2661   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2662     data: "data conf-history"
2663   rows: "generated"
2664   data: "vpp-mrr-results-2n-skx"
2665   filter: "'MRR'"
2666   parameters:
2667   - "parent"
2668   - "name"
2669   - "conf-history"
2670
2671 # Test configuration - VPP MRR Test Configs 3n-tsh
2672 - type: "table"
2673   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
2674   algorithm: "table_details"
2675   output-file-ext: ".csv"
2676   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
2677   columns:
2678   - title: "Name"
2679     data: "data name"
2680   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2681     data: "data conf-history"
2682   rows: "generated"
2683   data: "vpp-mrr-results-3n-tsh"
2684   filter: "'MRR'"
2685   parameters:
2686   - "parent"
2687   - "name"
2688   - "conf-history"
2689
2690 # Test configuration - VPP MRR Test Configs 3n-dnv
2691 - type: "table"
2692   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
2693   algorithm: "table_details"
2694   output-file-ext: ".csv"
2695   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_test_configuration_3n_dnv"
2696   columns:
2697   - title: "Name"
2698     data: "data name"
2699   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2700     data: "data conf-history"
2701   rows: "generated"
2702   data: "vpp-mrr-results-3n-dnv"
2703   filter: "'MRR'"
2704   parameters:
2705   - "parent"
2706   - "name"
2707   - "conf-history"
2708
2709 # Test configuration - VPP MRR Test Configs 2n-dnv
2710 - type: "table"
2711   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
2712   algorithm: "table_details"
2713   output-file-ext: ".csv"
2714   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
2715   columns:
2716   - title: "Name"
2717     data: "data name"
2718   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2719     data: "data conf-history"
2720   rows: "generated"
2721   data: "vpp-mrr-results-2n-dnv"
2722   filter: "'MRR'"
2723   parameters:
2724   - "parent"
2725   - "name"
2726   - "conf-history"
2727
2728 # Detailed Test Results - VPP Functional Results - Ubuntu
2729 - type: "table"
2730   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
2731   algorithm: "table_details"
2732   output-file-ext: ".csv"
2733   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
2734   columns:
2735   - title: "Name"
2736     data: "data name"
2737   - title: "Documentation"
2738     data: "data doc"
2739   - title: "Status"
2740     data: "data status"
2741   rows: "generated"
2742   data: "vpp-func-results-ubuntu"
2743   filter: "all"
2744   parameters:
2745   - "name"
2746   - "parent"
2747   - "doc"
2748   - "status"
2749
2750 # Detailed Test Results - VPP Functional Results - CentOS
2751 - type: "table"
2752   title: "Detailed Test Results - VPP Functional Results - CentOS"
2753   algorithm: "table_details"
2754   output-file-ext: ".csv"
2755   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
2756   columns:
2757   - title: "Name"
2758     data: "data name"
2759   - title: "Documentation"
2760     data: "data doc"
2761   -
2762     title: "Status"
2763     data: "data status"
2764   rows: "generated"
2765   data:
2766     "vpp-func-results-centos"
2767   filter: "all"
2768   parameters:
2769   - "name"
2770   - "parent"
2771   - "doc"
2772   - "status"
2773
2774 # Test configuration - VPP Functional Test Configs - Ubuntu
2775 - type: "table"
2776   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
2777   algorithm: "table_details"
2778   output-file-ext: ".csv"
2779   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
2780   columns:
2781   - title: "Name"
2782     data: "data name"
2783   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2784     data: "data conf-history"
2785   rows: "generated"
2786   data: "vpp-func-results-ubuntu"
2787   filter: "all"
2788   parameters:
2789   - "parent"
2790   - "name"
2791   - "conf-history"
2792
2793 # Test configuration - VPP Functional Test Configs - CentOS
2794 - type: "table"
2795   title: "Test configuration - VPP Functional Test Configs - CentOS"
2796   algorithm: "table_details"
2797   output-file-ext: ".csv"
2798   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
2799   columns:
2800   - title: "Name"
2801     data: "data name"
2802   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2803     data: "data conf-history"
2804   rows: "generated"
2805   data: "vpp-func-results-centos"
2806   filter: "all"
2807   parameters:
2808   - "parent"
2809   - "name"
2810   - "conf-history"
2811
2812 ## Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
2813 #- type: "table"
2814 #  title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
2815 #  algorithm: "table_details"
2816 #  output-file-ext: ".csv"
2817 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
2818 #  columns:
2819 #  - title: "Name"
2820 #    data: "data name"
2821 #  - title: "Status"
2822 #    data: "data msg"
2823 #  rows: "generated"
2824 #  data: "ligato-perf-results-3n-hsw"
2825 #  filter: "all"
2826 #  parameters:
2827 #  - "name"
2828 #  - "parent"
2829 #  - "msg"
2830
2831 # Detailed Test Results - VPP Device Results - Ubuntu
2832 - type: "table"
2833   title: "Detailed Test Results - VPP Device Results - Ubuntu"
2834   algorithm: "table_details"
2835   output-file-ext: ".csv"
2836   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
2837   columns:
2838   - title: "Name"
2839     data: "data name"
2840   - title: "Documentation"
2841     data: "data doc"
2842   - title: "Status"
2843     data: "data status"
2844   rows: "generated"
2845   data: "vpp-device-results-ubuntu"
2846   filter: "all"
2847   parameters:
2848   - "name"
2849   - "parent"
2850   - "doc"
2851   - "status"
2852
2853 # Test configuration - VPP Device Test Configs - Ubuntu
2854 - type: "table"
2855   title: "Test configuration - VPP Device Test Configs - Ubuntu"
2856   algorithm: "table_details"
2857   output-file-ext: ".csv"
2858   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
2859   columns:
2860   - title: "Name"
2861     data: "data name"
2862   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2863     data: "data conf-history"
2864   rows: "generated"
2865   data: "vpp-device-results-ubuntu"
2866   filter: "all"
2867   parameters:
2868   - "parent"
2869   - "name"
2870   - "conf-history"
2871
2872 ################################################################################
2873 ###                                F I L E S                                 ###
2874 ################################################################################
2875
2876 # VPP Performance Results 3n-hsw
2877 - type: "file"
2878   title: "VPP Performance Results 3n-hsw"
2879   algorithm: "file_test_results"
2880   output-file-ext: ".rst"
2881   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2882   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"
2883   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
2884   data: "vpp-perf-results-3n-hsw"
2885   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2886   parameters:
2887   - "name"
2888   - "doc"
2889   - "level"
2890   - "parent"
2891   data-start-level: 3
2892
2893 # VPP Performance Results 3n-skx
2894 - type: "file"
2895   title: "VPP Performance Results 3n-skx"
2896   algorithm: "file_test_results"
2897   output-file-ext: ".rst"
2898   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2899   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"
2900   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
2901   data: "vpp-perf-results-3n-skx"
2902   filter: "not 'CFS_OPT'"
2903   parameters:
2904   - "name"
2905   - "doc"
2906   - "level"
2907   - "parent"
2908   data-start-level: 3
2909
2910 # VPP Performance Results 2n-skx
2911 - type: "file"
2912   title: "VPP Performance Results 2n-skx"
2913   algorithm: "file_test_results"
2914   output-file-ext: ".rst"
2915   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2916   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"
2917   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
2918   data: "vpp-perf-results-2n-skx"
2919   filter: "not 'CFS_OPT'"
2920   parameters:
2921   - "name"
2922   - "doc"
2923   - "level"
2924   - "parent"
2925   data-start-level: 3
2926
2927 # VPP Performance Results 3n-tsh
2928 - type: "file"
2929   title: "VPP Performance Results 3n-tsh"
2930   algorithm: "file_test_results"
2931   output-file-ext: ".rst"
2932   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
2933   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"
2934   dir-tables: "{DIR[DTR,PERF,VPP,3N,TSH]}"
2935   data: "vpp-perf-results-3n-tsh"
2936   filter: "not 'CFS_OPT'"
2937   parameters:
2938   - "name"
2939   - "doc"
2940   - "level"
2941   - "parent"
2942   data-start-level: 3
2943
2944 # VPP Performance Results 3n-dnv
2945 - type: "file"
2946   title: "VPP Performance Results 3n-dnv"
2947   algorithm: "file_test_results"
2948   output-file-ext: ".rst"
2949   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
2950   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"
2951   dir-tables: "{DIR[DTR,PERF,VPP,3N,DNV]}"
2952   data: "vpp-perf-results-3n-dnv"
2953   filter: "'NDRPDR'"
2954   parameters:
2955   - "name"
2956   - "doc"
2957   - "level"
2958   - "parent"
2959   data-start-level: 3
2960
2961 # VPP Performance Results 2n-dnv
2962 - type: "file"
2963   title: "VPP Performance Results 2n-dnv"
2964   algorithm: "file_test_results"
2965   output-file-ext: ".rst"
2966   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
2967   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"
2968   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
2969   data: "vpp-perf-results-2n-dnv"
2970   filter: "'NDRPDR'"
2971   parameters:
2972   - "name"
2973   - "doc"
2974   - "level"
2975   - "parent"
2976   data-start-level: 3
2977
2978 # VPP Performance Configuration 3n-hsw
2979 - type: "file"
2980   title: "VPP Performance Configuration 3n-hsw"
2981   algorithm: "file_test_results"
2982   output-file-ext: ".rst"
2983   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
2984   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"
2985   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
2986   data: "vpp-perf-results-3n-hsw"
2987   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2988   parameters:
2989   - "name"
2990   - "doc"
2991   - "level"
2992   - "parent"
2993   data-start-level: 3
2994
2995 # VPP Performance Configuration 3n-skx
2996 - type: "file"
2997   title: "VPP Performance Configuration 3n-skx"
2998   algorithm: "file_test_results"
2999   output-file-ext: ".rst"
3000   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
3001   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"
3002   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
3003   data: "vpp-perf-results-3n-skx"
3004   filter: "not 'CFS_OPT'"
3005   parameters:
3006   - "name"
3007   - "doc"
3008   - "level"
3009   - "parent"
3010   data-start-level: 3
3011
3012 # VPP Performance Configuration 2n-skx
3013 - type: "file"
3014   title: "VPP Performance Configuration 2n-skx"
3015   algorithm: "file_test_results"
3016   output-file-ext: ".rst"
3017   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
3018   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"
3019   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
3020   data: "vpp-perf-results-2n-skx"
3021   filter: "not 'CFS_OPT'"
3022   parameters:
3023   - "name"
3024   - "doc"
3025   - "level"
3026   - "parent"
3027   data-start-level: 3
3028
3029 # VPP Performance Configuration 3n-tsh
3030 - type: "file"
3031   title: "VPP Performance Configuration 3n-tsh"
3032   algorithm: "file_test_results"
3033   output-file-ext: ".rst"
3034   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_performance_configuration_3n_tsh"
3035   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"
3036   dir-tables: "{DIR[DTC,PERF,VPP,3N,TSH]}"
3037   data: "vpp-perf-results-3n-tsh"
3038   filter: "not 'CFS_OPT'"
3039   parameters:
3040   - "name"
3041   - "doc"
3042   - "level"
3043   - "parent"
3044   data-start-level: 3
3045
3046 # VPP Performance Configuration 3n-dnv
3047 - type: "file"
3048   title: "VPP Performance Configuration 3n-dnv"
3049   algorithm: "file_test_results"
3050   output-file-ext: ".rst"
3051   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_performance_configuration_3n_dnv"
3052   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"
3053   dir-tables: "{DIR[DTC,PERF,VPP,3N,DNV]}"
3054   data: "vpp-perf-results-3n-dnv"
3055   filter: "'NDRPDR'"
3056   parameters:
3057   - "name"
3058   - "doc"
3059   - "level"
3060   - "parent"
3061   data-start-level: 3
3062
3063 # VPP Performance Configuration 2n-dnv
3064 - type: "file"
3065   title: "VPP Performance Configuration 2n-dnv"
3066   algorithm: "file_test_results"
3067   output-file-ext: ".rst"
3068   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
3069   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"
3070   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
3071   data: "vpp-perf-results-2n-dnv"
3072   filter: "'NDRPDR'"
3073   parameters:
3074   - "name"
3075   - "doc"
3076   - "level"
3077   - "parent"
3078   data-start-level: 3
3079
3080 # VPP Performance Operational Data 3n-hsw
3081 - type: "file"
3082   title: "VPP Performance Operational Data 3n-hsw"
3083   algorithm: "file_test_results"
3084   output-file-ext: ".rst"
3085   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
3086   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"
3087   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
3088   data: "vpp-perf-results-3n-hsw"
3089   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3090   parameters:
3091   - "name"
3092   - "doc"
3093   - "level"
3094   - "parent"
3095   data-start-level: 3
3096
3097 # VPP Performance Operational Data 3n-skx
3098 - type: "file"
3099   title: "VPP Performance Operational Data 3n-skx"
3100   algorithm: "file_test_results"
3101   output-file-ext: ".rst"
3102   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
3103   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"
3104   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
3105   data: "vpp-perf-results-3n-skx"
3106   filter: "not 'CFS_OPT'"
3107   parameters:
3108   - "name"
3109   - "doc"
3110   - "level"
3111   - "parent"
3112   data-start-level: 3
3113
3114 # VPP Performance Operational Data 2n-skx
3115 - type: "file"
3116   title: "VPP Performance Operational Data 2n-skx"
3117   algorithm: "file_test_results"
3118   output-file-ext: ".rst"
3119   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
3120   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"
3121   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
3122   data: "vpp-perf-results-2n-skx"
3123   filter: "not 'CFS_OPT'"
3124   parameters:
3125   - "name"
3126   - "doc"
3127   - "level"
3128   - "parent"
3129   data-start-level: 3
3130
3131 # VPP Performance Operational Data 3n-tsh
3132 - type: "file"
3133   title: "VPP Performance Operational Data 3n-tsh"
3134   algorithm: "file_test_results"
3135   output-file-ext: ".rst"
3136   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_performance_operational_data_3n_tsh"
3137   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"
3138   dir-tables: "{DIR[DTO,PERF,VPP,3N,TSH]}"
3139   data: "vpp-perf-results-3n-tsh"
3140   filter: "not 'CFS_OPT'"
3141   parameters:
3142   - "name"
3143   - "doc"
3144   - "level"
3145   - "parent"
3146   data-start-level: 3
3147
3148 # VPP Performance Operational Data 3n-dnv
3149 - type: "file"
3150   title: "VPP Performance Operational Data 3n-dnv"
3151   algorithm: "file_test_results"
3152   output-file-ext: ".rst"
3153   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_performance_operational_data_3n_dnv"
3154   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"
3155   dir-tables: "{DIR[DTO,PERF,VPP,3N,DNV]}"
3156   data: "vpp-perf-results-3n-dnv"
3157   filter: "'NDRPDR'"
3158   parameters:
3159   - "name"
3160   - "doc"
3161   - "level"
3162   - "parent"
3163   data-start-level: 3
3164
3165 # VPP Performance Operational Data 2n-dnv
3166 - type: "file"
3167   title: "VPP Performance Operational Data 2n-dnv"
3168   algorithm: "file_test_results"
3169   output-file-ext: ".rst"
3170   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
3171   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"
3172   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
3173   data: "vpp-perf-results-2n-dnv"
3174   filter: "'NDRPDR'"
3175   parameters:
3176   - "name"
3177   - "doc"
3178   - "level"
3179   - "parent"
3180   data-start-level: 3
3181
3182 # VPP MRR Results 3n-hsw
3183 - type: "file"
3184   title: "VPP MRR Results 3n-hsw"
3185   algorithm: "file_test_results"
3186   output-file-ext: ".rst"
3187   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3188   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"
3189   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
3190   data: "vpp-mrr-results-3n-hsw"
3191   filter: "'MRR'"
3192   parameters:
3193   - "name"
3194   - "doc"
3195   - "level"
3196   - "parent"
3197   data-start-level: 3
3198
3199 # VPP MRR Results 3n-skx
3200 - type: "file"
3201   title: "VPP MRR Results 3n-skx"
3202   algorithm: "file_test_results"
3203   output-file-ext: ".rst"
3204   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3205   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"
3206   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
3207   data: "vpp-mrr-results-3n-skx"
3208   filter: "'MRR'"
3209   parameters:
3210   - "name"
3211   - "doc"
3212   - "level"
3213   - "parent"
3214   data-start-level: 3
3215
3216 # VPP MRR Results 2n-skx
3217 - type: "file"
3218   title: "VPP MRR Results 2n-skx"
3219   algorithm: "file_test_results"
3220   output-file-ext: ".rst"
3221   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3222   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"
3223   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
3224   data: "vpp-mrr-results-2n-skx"
3225   filter: "all"
3226   parameters:
3227   - "name"
3228   - "doc"
3229   - "level"
3230   - "parent"
3231   data-start-level: 3
3232
3233 # VPP MRR Results 3n-tsh
3234 - type: "file"
3235   title: "VPP MRR Results 3n-tsh"
3236   algorithm: "file_test_results"
3237   output-file-ext: ".rst"
3238   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
3239   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"
3240   dir-tables: "{DIR[DTR,MRR,VPP,3N,TSH]}"
3241   data: "vpp-mrr-results-3n-tsh"
3242   filter: "'MRR'"
3243   parameters:
3244   - "name"
3245   - "doc"
3246   - "level"
3247   - "parent"
3248   data-start-level: 3
3249
3250 # VPP MRR Results 3n-dnv
3251 - type: "file"
3252   title: "VPP MRR Results 3n-dnv"
3253   algorithm: "file_test_results"
3254   output-file-ext: ".rst"
3255   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
3256   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"
3257   dir-tables: "{DIR[DTR,MRR,VPP,3N,DNV]}"
3258   data: "vpp-mrr-results-3n-dnv"
3259   filter: "'MRR'"
3260   parameters:
3261   - "name"
3262   - "doc"
3263   - "level"
3264   - "parent"
3265   data-start-level: 3
3266
3267 # VPP MRR Results 2n-dnv
3268 - type: "file"
3269   title: "VPP MRR Results 2n-dnv"
3270   algorithm: "file_test_results"
3271   output-file-ext: ".rst"
3272   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3273   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"
3274   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
3275   data: "vpp-mrr-results-2n-dnv"
3276   filter: "'MRR'"
3277   parameters:
3278   - "name"
3279   - "doc"
3280   - "level"
3281   - "parent"
3282   data-start-level: 3
3283
3284 # VPP MRR Configuration 3n-hsw
3285 - type: "file"
3286   title: "VPP MRR Configuration 3n-hsw"
3287   algorithm: "file_test_results"
3288   output-file-ext: ".rst"
3289   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
3290   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"
3291   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
3292   data: "vpp-mrr-results-3n-hsw"
3293   filter: "'MRR'"
3294   parameters:
3295   - "name"
3296   - "doc"
3297   - "level"
3298   - "parent"
3299   data-start-level: 3
3300
3301 # VPP MRR Configuration 3n-skx
3302 - type: "file"
3303   title: "VPP MRR Configuration 3n-skx"
3304   algorithm: "file_test_results"
3305   output-file-ext: ".rst"
3306   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
3307   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"
3308   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
3309   data: "vpp-mrr-results-3n-skx"
3310   filter: "'MRR'"
3311   parameters:
3312   - "name"
3313   - "doc"
3314   - "level"
3315   - "parent"
3316   data-start-level: 3
3317
3318 # VPP MRR Configuration 2n-skx
3319 - type: "file"
3320   title: "VPP MRR Configuration 2n-skx"
3321   algorithm: "file_test_results"
3322   output-file-ext: ".rst"
3323   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
3324   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"
3325   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
3326   data: "vpp-mrr-results-2n-skx"
3327   filter: "'MRR'"
3328   parameters:
3329   - "name"
3330   - "doc"
3331   - "level"
3332   - "parent"
3333   data-start-level: 3
3334
3335 # VPP MRR Configuration 3n-tsh
3336 - type: "file"
3337   title: "VPP MRR Configuration 3n-tsh"
3338   algorithm: "file_test_results"
3339   output-file-ext: ".rst"
3340   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
3341   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"
3342   dir-tables: "{DIR[DTC,MRR,VPP,3N,TSH]}"
3343   data: "vpp-mrr-results-3n-tsh"
3344   filter: "'MRR'"
3345   parameters:
3346   - "name"
3347   - "doc"
3348   - "level"
3349   - "parent"
3350   data-start-level: 3
3351
3352 # VPP MRR Configuration 3n-dnv
3353 - type: "file"
3354   title: "VPP MRR Configuration 3n-dnv"
3355   algorithm: "file_test_results"
3356   output-file-ext: ".rst"
3357   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_configuration_3n_dnv"
3358   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"
3359   dir-tables: "{DIR[DTC,MRR,VPP,3N,DNV]}"
3360   data: "vpp-mrr-results-3n-dnv"
3361   filter: "'MRR'"
3362   parameters:
3363   - "name"
3364   - "doc"
3365   - "level"
3366   - "parent"
3367   data-start-level: 3
3368
3369 # VPP MRR Configuration 2n-dnv
3370 - type: "file"
3371   title: "VPP MRR Configuration 2n-dnv"
3372   algorithm: "file_test_results"
3373   output-file-ext: ".rst"
3374   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
3375   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"
3376   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
3377   data: "vpp-mrr-results-2n-dnv"
3378   filter: "'MRR'"
3379   parameters:
3380   - "name"
3381   - "doc"
3382   - "level"
3383   - "parent"
3384   data-start-level: 3
3385
3386 # VPP Functional Results - Ubuntu
3387 - type: "file"
3388   title: "VPP Functional Results - Ubuntu"
3389   algorithm: "file_test_results"
3390   output-file-ext: ".rst"
3391   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3392   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"
3393   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
3394   data: "vpp-func-results-ubuntu"
3395   filter: "all"
3396   parameters:
3397   - "name"
3398   - "doc"
3399   - "level"
3400   - "parent"
3401   data-start-level: 3
3402
3403 # VPP Functional Results - CentOS
3404 - type: "file"
3405   title: "VPP Functional Results - CentOS"
3406   algorithm: "file_test_results"
3407   output-file-ext: ".rst"
3408   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3409   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"
3410   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
3411   data:
3412     "vpp-func-results-centos"
3413   filter: "all"
3414   parameters:
3415   - "name"
3416   - "doc"
3417   - "level"
3418   - "parent"
3419   data-start-level: 3
3420
3421 # VPP Functional Configuration - Ubuntu
3422 - type: "file"
3423   title: "VPP Functional Configuration - Ubuntu"
3424   algorithm: "file_test_results"
3425   output-file-ext: ".rst"
3426   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3427   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"
3428   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
3429   data: "vpp-func-results-ubuntu"
3430   filter: "all"
3431   parameters:
3432   - "name"
3433   - "doc"
3434   - "level"
3435   - "parent"
3436   data-start-level: 3
3437
3438 # VPP Functional Configuration - CentOS
3439 - type: "file"
3440   title: "VPP Functional Configuration - CentOS"
3441   algorithm: "file_test_results"
3442   output-file-ext: ".rst"
3443   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3444   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"
3445   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
3446   data:
3447     "vpp-func-results-centos"
3448   filter: "all"
3449   parameters:
3450   - "name"
3451   - "doc"
3452   - "level"
3453   - "parent"
3454   data-start-level: 3
3455
3456 # VPP Device Results - Ubuntu
3457 - type: "file"
3458   title: "VPP Device Results - Ubuntu"
3459   algorithm: "file_test_results"
3460   output-file-ext: ".rst"
3461   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3462   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
3463   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
3464   data: "vpp-device-results-ubuntu"
3465   filter: "all"
3466   parameters:
3467   - "name"
3468   - "doc"
3469   - "level"
3470   - "parent"
3471   data-start-level: 2
3472
3473 # VPP Device Configuration - Ubuntu
3474 - type: "file"
3475   title: "VPP Device Configuration - Ubuntu"
3476   algorithm: "file_test_results"
3477   output-file-ext: ".rst"
3478   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3479   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
3480   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
3481   data: "vpp-device-results-ubuntu"
3482   filter: "all"
3483   parameters:
3484   - "name"
3485   - "doc"
3486   - "level"
3487   - "parent"
3488   data-start-level: 2
3489
3490 ################################################################################
3491 ###                                P L O T S                                 ###
3492 ################################################################################
3493
3494 - type: "plot"
3495   title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
3496   algorithm: "plot_service_density_reconf_box_name"
3497   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
3498   data: "plot-vpp-nfv-reconf-2n-skx"
3499   include:
3500     - "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"
3501     - "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"
3502     - "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"
3503     - "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"
3504     - "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"
3505     - "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"
3506   layout:
3507     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
3508     layout: "plot-throughput"
3509
3510 - type: "plot"
3511   title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
3512   algorithm: "plot_service_density_reconf_box_name"
3513   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
3514   data: "plot-vpp-nfv-reconf-2n-skx"
3515   include:
3516     - "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"
3517     - "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"
3518     - "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"
3519     - "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"
3520     - "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"
3521     - "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"
3522   layout:
3523     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
3524     layout: "plot-throughput"
3525
3526 - type: "plot"
3527   title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
3528   algorithm: "plot_service_density_reconf_box_name"
3529   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
3530   data: "plot-vpp-nfv-reconf-2n-skx"
3531   include:
3532     - "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"
3533     - "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"
3534     - "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"
3535     - "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"
3536     - "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"
3537     - "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"
3538   layout:
3539     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
3540     layout: "plot-throughput"
3541
3542 ###############################################################################
3543
3544 # Packet Throughput
3545
3546 - type: "plot"
3547   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
3548   algorithm: "plot_performance_box_name"
3549   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
3550   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3551   include:
3552     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3553     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3554     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3555     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3556   layout:
3557     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
3558     layout: "plot-throughput"
3559
3560 - type: "plot"
3561   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
3562   algorithm: "plot_performance_box_name"
3563   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
3564   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3565   include:
3566     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3567     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3568     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3569     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3570   layout:
3571     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
3572     layout: "plot-throughput"
3573
3574 - type: "plot"
3575   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
3576   algorithm: "plot_performance_box_name"
3577   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
3578   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3579   include:
3580     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3581     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
3582     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3583     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
3584     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3585   layout:
3586     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
3587     layout: "plot-throughput"
3588
3589 - type: "plot"
3590   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
3591   algorithm: "plot_performance_box_name"
3592   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
3593   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3594   include:
3595     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3596     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
3597     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3598     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
3599     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3600   layout:
3601     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
3602     layout: "plot-throughput"
3603
3604 - type: "plot"
3605   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
3606   algorithm: "plot_performance_box_name"
3607   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
3608   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
3609   include:
3610     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
3611     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3612     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3613     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
3614     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3615   layout:
3616     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
3617     layout: "plot-throughput"
3618
3619 - type: "plot"
3620   title: "Throughput: 3n-hsw-xl710-64b-1t1c-memif-base-i40e-ndr"
3621   algorithm: "plot_performance_box_name"
3622   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-memif-base-i40e-ndr"
3623   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
3624   include:
3625     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3626     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
3627     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3628     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
3629     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3630   layout:
3631     title: "3n-hsw-xl710-64b-1t1c-memif-base-i40e-ndr"
3632     layout: "plot-throughput"
3633
3634 - type: "plot"
3635   title: "Throughput: 3n-hsw-xl710-64b-1t1c-memif-base-i40e-pdr"
3636   algorithm: "plot_performance_box_name"
3637   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-memif-base-i40e-pdr"
3638   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
3639   include:
3640     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3641     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
3642     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3643     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
3644     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3645   layout:
3646     title: "3n-hsw-xl710-64b-1t1c-memif-base-i40e-pdr"
3647     layout: "plot-throughput"
3648
3649 - type: "plot"
3650   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
3651   algorithm: "plot_performance_box_name"
3652   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
3653   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
3654   include:
3655     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
3656     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3657     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3658     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
3659     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3660   layout:
3661     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
3662     layout: "plot-throughput"
3663
3664 - type: "plot"
3665   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
3666   algorithm: "plot_performance_box_name"
3667   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
3668   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3669   include:
3670     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
3671     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3672   layout:
3673     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
3674     layout: "plot-throughput"
3675
3676 - type: "plot"
3677   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
3678   algorithm: "plot_performance_box_name"
3679   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
3680   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3681   include:
3682     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
3683     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3684   layout:
3685     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
3686     layout: "plot-throughput"
3687
3688 - type: "plot"
3689   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
3690   algorithm: "plot_performance_box_name"
3691   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
3692   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3693   include:
3694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
3695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
3696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
3697     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
3698     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
3699   layout:
3700     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
3701     layout: "plot-throughput"
3702
3703 - type: "plot"
3704   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
3705   algorithm: "plot_performance_box_name"
3706   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
3707   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3708   include:
3709     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
3710     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
3711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
3712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
3713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
3714   layout:
3715     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
3716     layout: "plot-throughput"
3717
3718 - type: "plot"
3719   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
3720   algorithm: "plot_performance_box_name"
3721   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
3722   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3723   include:
3724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
3725     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3726     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
3727     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
3728     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
3729   layout:
3730     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
3731     layout: "plot-throughput"
3732
3733 - type: "plot"
3734   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
3735   algorithm: "plot_performance_box_name"
3736   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
3737   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3738   include:
3739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
3740     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
3742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
3743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
3744   layout:
3745     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
3746     layout: "plot-throughput"
3747
3748 - type: "plot"
3749   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
3750   algorithm: "plot_performance_box_name"
3751   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
3752   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3753   include:
3754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
3756   layout:
3757     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
3758     layout: "plot-throughput"
3759
3760 - type: "plot"
3761   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
3762   algorithm: "plot_performance_box_name"
3763   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
3764   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3765   include:
3766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
3768   layout:
3769     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
3770     layout: "plot-throughput"
3771
3772 - type: "plot"
3773   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
3774   algorithm: "plot_performance_box_name"
3775   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
3776   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
3777   include:
3778     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
3779     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
3780     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
3781   layout:
3782     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
3783     layout: "plot-throughput"
3784
3785 - type: "plot"
3786   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
3787   algorithm: "plot_performance_box_name"
3788   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
3789   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
3790   include:
3791     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
3792     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
3793     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
3794   layout:
3795     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
3796     layout: "plot-throughput"
3797
3798 - type: "plot"
3799   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
3800   algorithm: "plot_performance_box_name"
3801   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
3802   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3803   include:
3804     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
3805     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3806   layout:
3807     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
3808     layout: "plot-throughput"
3809
3810 - type: "plot"
3811   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
3812   algorithm: "plot_performance_box_name"
3813   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
3814   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3815   include:
3816     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
3817     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3818   layout:
3819     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
3820     layout: "plot-throughput"
3821
3822 - type: "plot"
3823   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
3824   algorithm: "plot_performance_box_name"
3825   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
3826   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3827   include:
3828     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
3829     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
3830     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
3831     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
3832   layout:
3833     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
3834     layout: "plot-throughput"
3835
3836 - type: "plot"
3837   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
3838   algorithm: "plot_performance_box_name"
3839   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
3840   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3841   include:
3842     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
3843     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
3844     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
3845     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
3846   layout:
3847     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
3848     layout: "plot-throughput"
3849
3850 - type: "plot"
3851   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
3852   algorithm: "plot_performance_box_name"
3853   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
3854   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3855   include:
3856     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
3857     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3858     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
3859     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
3860     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
3861   layout:
3862     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
3863     layout: "plot-throughput"
3864
3865 - type: "plot"
3866   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
3867   algorithm: "plot_performance_box_name"
3868   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
3869   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3870   include:
3871     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
3872     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3873     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
3874     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
3875     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
3876   layout:
3877     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
3878     layout: "plot-throughput"
3879
3880 - type: "plot"
3881   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
3882   algorithm: "plot_performance_box_name"
3883   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
3884   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3885   include:
3886     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3887     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
3888     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
3889     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
3890     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
3891     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
3892   layout:
3893     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
3894     layout: "plot-throughput"
3895
3896 - type: "plot"
3897   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
3898   algorithm: "plot_performance_box_name"
3899   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
3900   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3901   include:
3902     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3903     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
3904     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
3905     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
3906     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
3907     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
3908   layout:
3909     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
3910     layout: "plot-throughput"
3911
3912 - type: "plot"
3913   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
3914   algorithm: "plot_performance_box_name"
3915   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
3916   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
3917   include:
3918     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
3919     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
3920     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
3921     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
3922     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
3923   layout:
3924     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
3925     layout: "plot-throughput"
3926
3927 - type: "plot"
3928   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
3929   algorithm: "plot_performance_box_name"
3930   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
3931   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
3932   include:
3933     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
3934     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
3935     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
3936     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
3937     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
3938   layout:
3939     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
3940     layout: "plot-throughput"
3941
3942 - type: "plot"
3943   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
3944   algorithm: "plot_performance_box_name"
3945   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
3946   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
3947   include:
3948     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
3949     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
3950   layout:
3951     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
3952     layout: "plot-throughput"
3953
3954 - type: "plot"
3955   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
3956   algorithm: "plot_performance_box_name"
3957   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
3958   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
3959   include:
3960     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
3961     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
3962   layout:
3963     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
3964     layout: "plot-throughput"
3965
3966 - type: "plot"
3967   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
3968   algorithm: "plot_performance_box_name"
3969   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
3970   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
3971   include:
3972     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
3973   layout:
3974     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-ixgbe-ndr"
3975     layout: "plot-throughput"
3976
3977 - type: "plot"
3978   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
3979   algorithm: "plot_performance_box_name"
3980   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
3981   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
3982   include:
3983     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
3984   layout:
3985     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-ixgbe-pdr"
3986     layout: "plot-throughput"
3987
3988 - type: "plot"
3989   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
3990   algorithm: "plot_performance_box_name"
3991   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
3992   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
3993   include:
3994     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
3995   layout:
3996     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-ixgbe-ndr"
3997     layout: "plot-throughput"
3998
3999 - type: "plot"
4000   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
4001   algorithm: "plot_performance_box_name"
4002   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
4003   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4004   include:
4005     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
4006   layout:
4007     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-ixgbe-pdr"
4008     layout: "plot-throughput"
4009
4010 - type: "plot"
4011   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-ndr"
4012   algorithm: "plot_performance_box_name"
4013   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-ndr"
4014   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4015   include:
4016     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
4017     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
4018     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
4019     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
4020   layout:
4021     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-ndr"
4022     layout: "plot-throughput"
4023
4024 - type: "plot"
4025   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-pdr"
4026   algorithm: "plot_performance_box_name"
4027   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-pdr"
4028   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4029   include:
4030     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
4031     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
4032     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
4033     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
4034   layout:
4035     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-pdr"
4036     layout: "plot-throughput"
4037
4038 - type: "plot"
4039   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
4040   algorithm: "plot_performance_box_name"
4041   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
4042   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4043   include:
4044     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
4045     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
4046     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
4047     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
4048   layout:
4049     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
4050     layout: "plot-throughput"
4051
4052 - type: "plot"
4053   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
4054   algorithm: "plot_performance_box_name"
4055   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
4056   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4057   include:
4058     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
4059     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
4060     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
4061     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
4062   layout:
4063     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
4064     layout: "plot-throughput"
4065
4066 - type: "plot"
4067   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
4068   algorithm: "plot_performance_box_name"
4069   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
4070   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4071   include:
4072     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
4073     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
4074     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
4075     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
4076   layout:
4077     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
4078     layout: "plot-throughput"
4079
4080 - type: "plot"
4081   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
4082   algorithm: "plot_performance_box_name"
4083   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
4084   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4085   include:
4086     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
4087     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
4088     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
4089     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
4090   layout:
4091     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
4092     layout: "plot-throughput"
4093
4094 - type: "plot"
4095   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
4096   algorithm: "plot_performance_box_name"
4097   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
4098   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4099   include:
4100     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
4101     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
4102   layout:
4103     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-ixgbe-ndr"
4104     layout: "plot-throughput"
4105
4106 - type: "plot"
4107   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
4108   algorithm: "plot_performance_box_name"
4109   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
4110   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4111   include:
4112     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
4113     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
4114   layout:
4115     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-ixgbe-pdr"
4116     layout: "plot-throughput"
4117
4118 - type: "plot"
4119   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4120   algorithm: "plot_performance_box_name"
4121   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4122   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4123   include:
4124     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4125   layout:
4126     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4127     layout: "plot-throughput"
4128
4129 - type: "plot"
4130   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4131   algorithm: "plot_performance_box_name"
4132   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4133   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4134   include:
4135     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4136   layout:
4137     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4138     layout: "plot-throughput"
4139
4140 - type: "plot"
4141   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4142   algorithm: "plot_performance_box_name"
4143   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4144   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4145   include:
4146     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
4147     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4148     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
4149     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
4150     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
4151   layout:
4152     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4153     layout: "plot-throughput"
4154
4155 - type: "plot"
4156   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4157   algorithm: "plot_performance_box_name"
4158   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4159   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4160   include:
4161     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
4162     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4163     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
4164     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
4165     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
4166   layout:
4167     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4168     layout: "plot-throughput"
4169
4170 - type: "plot"
4171   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
4172   algorithm: "plot_performance_box_name"
4173   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
4174   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4175   include:
4176     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
4177     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4178     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
4179   layout:
4180     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
4181     layout: "plot-throughput"
4182
4183 - type: "plot"
4184   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
4185   algorithm: "plot_performance_box_name"
4186   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
4187   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4188   include:
4189     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
4190     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4191     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
4192   layout:
4193     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
4194     layout: "plot-throughput"
4195
4196 - type: "plot"
4197   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4198   algorithm: "plot_performance_box_name"
4199   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4200   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4201   include:
4202     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4203   layout:
4204     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4205     layout: "plot-throughput"
4206
4207 - type: "plot"
4208   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4209   algorithm: "plot_performance_box_name"
4210   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4211   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4212   include:
4213     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4214   layout:
4215     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4216     layout: "plot-throughput"
4217
4218 - type: "plot"
4219   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4220   algorithm: "plot_performance_box_name"
4221   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4222   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4223   include:
4224     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
4225     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4226     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
4227     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
4228     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
4229   layout:
4230     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4231     layout: "plot-throughput"
4232
4233 - type: "plot"
4234   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4235   algorithm: "plot_performance_box_name"
4236   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4237   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4238   include:
4239     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
4240     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4241     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
4242     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
4243     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
4244   layout:
4245     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4246     layout: "plot-throughput"
4247
4248 - type: "plot"
4249   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4250   algorithm: "plot_performance_box_name"
4251   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4252   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4253   include:
4254     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
4255     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4256     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
4257     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
4258     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
4259   layout:
4260     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4261     layout: "plot-throughput"
4262
4263 - type: "plot"
4264   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4265   algorithm: "plot_performance_box_name"
4266   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4267   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4268   include:
4269     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
4270     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4271     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
4272     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
4273     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
4274   layout:
4275     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4276     layout: "plot-throughput"
4277
4278 - type: "plot"
4279   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4280   algorithm: "plot_performance_box_name"
4281   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4282   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
4283   include:
4284     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4285   layout:
4286     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-ixgbe-ndr"
4287     layout: "plot-throughput"
4288
4289 - type: "plot"
4290   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4291   algorithm: "plot_performance_box_name"
4292   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4293   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
4294   include:
4295     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4296   layout:
4297     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-ixgbe-pdr"
4298     layout: "plot-throughput"
4299
4300 - type: "plot"
4301   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4302   algorithm: "plot_performance_box_name"
4303   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4304   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4305   include:
4306     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4307   layout:
4308     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-ixgbe-ndr"
4309     layout: "plot-throughput"
4310
4311 - type: "plot"
4312   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4313   algorithm: "plot_performance_box_name"
4314   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4315   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4316   include:
4317     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4318   layout:
4319     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-ixgbe-pdr"
4320     layout: "plot-throughput"
4321
4322 - type: "plot"
4323   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
4324   algorithm: "plot_performance_box_name"
4325   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
4326   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4327   include:
4328     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4329     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4330     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4331     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4332     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4333     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4334   layout:
4335     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
4336     layout: "plot-throughput"
4337
4338 - type: "plot"
4339   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
4340   algorithm: "plot_performance_box_name"
4341   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
4342   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4343   include:
4344     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4345     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4346     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4347     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4348     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4349     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4350   layout:
4351     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
4352     layout: "plot-throughput"
4353
4354 - type: "plot"
4355   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
4356   algorithm: "plot_performance_box_name"
4357   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
4358   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4359   include:
4360     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
4361     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4362     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
4363     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4364   layout:
4365     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
4366     layout: "plot-throughput"
4367
4368 - type: "plot"
4369   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
4370   algorithm: "plot_performance_box_name"
4371   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
4372   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4373   include:
4374     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
4375     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4376     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4377     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4378   layout:
4379     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
4380     layout: "plot-throughput"
4381
4382 - type: "plot"
4383   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
4384   algorithm: "plot_performance_box_name"
4385   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
4386   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4387   include:
4388     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4389     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4390     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4391     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4392     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4393     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4394   layout:
4395     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
4396     layout: "plot-throughput"
4397
4398 - type: "plot"
4399   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
4400   algorithm: "plot_performance_box_name"
4401   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
4402   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4403   include:
4404     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4405     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4406     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4407     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4408     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4409     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4410   layout:
4411     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
4412     layout: "plot-throughput"
4413
4414 - type: "plot"
4415   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
4416   algorithm: "plot_performance_box_name"
4417   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
4418   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4419   include:
4420     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4421     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4422     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4423     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4424     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4425     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4426   layout:
4427     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
4428     layout: "plot-throughput"
4429
4430 - type: "plot"
4431   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
4432   algorithm: "plot_performance_box_name"
4433   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
4434   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4435   include:
4436     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4437     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4438     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4439     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4440     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4441     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4442   layout:
4443     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
4444     layout: "plot-throughput"
4445
4446 - type: "plot"
4447   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
4448   algorithm: "plot_performance_box_name"
4449   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
4450   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4451   include:
4452     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4453     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4454     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4455     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4456     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4457     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4458   layout:
4459     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
4460     layout: "plot-throughput"
4461
4462 - type: "plot"
4463   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
4464   algorithm: "plot_performance_box_name"
4465   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
4466   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4467   include:
4468     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4469     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4470     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4471     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4472     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4473     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4474   layout:
4475     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
4476     layout: "plot-throughput"
4477
4478 - type: "plot"
4479   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
4480   algorithm: "plot_performance_box_name"
4481   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
4482   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4483   include:
4484     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4485     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
4486     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4487   layout:
4488     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
4489     layout: "plot-throughput"
4490
4491 - type: "plot"
4492   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
4493   algorithm: "plot_performance_box_name"
4494   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
4495   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4496   include:
4497     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4498     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
4499     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4500   layout:
4501     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
4502     layout: "plot-throughput"
4503
4504 - type: "plot"
4505   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
4506   algorithm: "plot_performance_box_name"
4507   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
4508   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4509   include:
4510     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
4511     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4512     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
4513   layout:
4514     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
4515     layout: "plot-throughput"
4516
4517 - type: "plot"
4518   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
4519   algorithm: "plot_performance_box_name"
4520   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
4521   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4522   include:
4523     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
4524     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4525     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
4526   layout:
4527     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
4528     layout: "plot-throughput"
4529
4530 - type: "plot"
4531   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
4532   algorithm: "plot_performance_box_name"
4533   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
4534   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4535   include:
4536     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
4537     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
4538     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4539     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4540     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4541   layout:
4542     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
4543     layout: "plot-throughput"
4544
4545 - type: "plot"
4546   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
4547   algorithm: "plot_performance_box_name"
4548   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
4549   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4550   include:
4551     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
4552     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
4553     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4554     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4555     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4556   layout:
4557     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
4558     layout: "plot-throughput"
4559
4560 - type: "plot"
4561   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
4562   algorithm: "plot_performance_box_name"
4563   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
4564   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4565   include:
4566     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4567     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
4568     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
4569     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4570   layout:
4571     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
4572     layout: "plot-throughput"
4573
4574 - type: "plot"
4575   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
4576   algorithm: "plot_performance_box_name"
4577   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
4578   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4579   include:
4580     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4581     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
4582     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
4583     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4584   layout:
4585     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
4586     layout: "plot-throughput"
4587
4588 - type: "plot"
4589   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
4590   algorithm: "plot_performance_box_name"
4591   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
4592   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4593   include:
4594     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4595     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
4596     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4597     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4598     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4599     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4600   layout:
4601     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
4602     layout: "plot-throughput"
4603
4604 - type: "plot"
4605   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
4606   algorithm: "plot_performance_box_name"
4607   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
4608   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4609   include:
4610     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4611     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
4612     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4613     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4614     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4615     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4616   layout:
4617     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
4618     layout: "plot-throughput"
4619
4620 - type: "plot"
4621   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
4622   algorithm: "plot_performance_box_name"
4623   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
4624   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4625   include:
4626     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4627     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4628     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4629   layout:
4630     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
4631     layout: "plot-throughput"
4632
4633 - type: "plot"
4634   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
4635   algorithm: "plot_performance_box_name"
4636   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
4637   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4638   include:
4639     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4640     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4641     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4642   layout:
4643     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
4644     layout: "plot-throughput"
4645
4646 - type: "plot"
4647   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
4648   algorithm: "plot_performance_box_name"
4649   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
4650   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4651   include:
4652     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
4653     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4654     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
4655   layout:
4656     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
4657     layout: "plot-throughput"
4658
4659 - type: "plot"
4660   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
4661   algorithm: "plot_performance_box_name"
4662   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
4663   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4664   include:
4665     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
4666     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4667     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
4668   layout:
4669     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
4670     layout: "plot-throughput"
4671
4672 - type: "plot"
4673   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
4674   algorithm: "plot_performance_box_name"
4675   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
4676   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4677   include:
4678     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
4679     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4680     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4681     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4682   layout:
4683     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
4684     layout: "plot-throughput"
4685
4686 - type: "plot"
4687   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
4688   algorithm: "plot_performance_box_name"
4689   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
4690   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4691   include:
4692     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
4693     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4694     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4695     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4696   layout:
4697     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
4698     layout: "plot-throughput"
4699
4700 - type: "plot"
4701   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
4702   algorithm: "plot_performance_box_name"
4703   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
4704   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4705   include:
4706     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
4707     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4708     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4709     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
4710     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
4711     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4712   layout:
4713     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
4714     layout: "plot-throughput"
4715
4716 - type: "plot"
4717   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
4718   algorithm: "plot_performance_box_name"
4719   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
4720   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4721   include:
4722     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
4723     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4724     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4725     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
4726     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
4727     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4728   layout:
4729     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
4730     layout: "plot-throughput"
4731
4732 - type: "plot"
4733   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
4734   algorithm: "plot_performance_box_name"
4735   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
4736   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4737   include:
4738     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
4739     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4740     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4741     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4742   layout:
4743     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
4744     layout: "plot-throughput"
4745
4746 - type: "plot"
4747   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
4748   algorithm: "plot_performance_box_name"
4749   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
4750   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4751   include:
4752     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
4753     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4754     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4755     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4756   layout:
4757     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
4758     layout: "plot-throughput"
4759
4760 - type: "plot"
4761   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
4762   algorithm: "plot_performance_box_name"
4763   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
4764   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4765   include:
4766     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4767     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4768     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4769     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
4770     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
4771     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4772   layout:
4773     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
4774     layout: "plot-throughput"
4775
4776 - type: "plot"
4777   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
4778   algorithm: "plot_performance_box_name"
4779   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
4780   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4781   include:
4782     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4783     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4784     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4785     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
4786     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
4787     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4788   layout:
4789     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
4790     layout: "plot-throughput"
4791
4792 - type: "plot"
4793   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
4794   algorithm: "plot_performance_box_name"
4795   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
4796   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
4797   include:
4798     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4799     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4800     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4801   layout:
4802     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
4803     layout: "plot-throughput"
4804
4805 - type: "plot"
4806   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
4807   algorithm: "plot_performance_box_name"
4808   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
4809   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
4810   include:
4811     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4812     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4813     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4814   layout:
4815     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
4816     layout: "plot-throughput"
4817
4818 - type: "plot"
4819   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
4820   algorithm: "plot_performance_box_name"
4821   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
4822   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4823   include:
4824     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4825     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4826     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4827   layout:
4828     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
4829     layout: "plot-throughput"
4830
4831 - type: "plot"
4832   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
4833   algorithm: "plot_performance_box_name"
4834   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
4835   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4836   include:
4837     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4838     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4839     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4840   layout:
4841     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
4842     layout: "plot-throughput"
4843
4844 - type: "plot"
4845   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
4846   algorithm: "plot_performance_box_name"
4847   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
4848   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4849   include:
4850     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
4851     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4852     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4853     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
4854   layout:
4855     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
4856     layout: "plot-throughput"
4857
4858 - type: "plot"
4859   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
4860   algorithm: "plot_performance_box_name"
4861   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
4862   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4863   include:
4864     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
4865     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4866     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4867     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
4868   layout:
4869     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
4870     layout: "plot-throughput"
4871
4872 - type: "plot"
4873   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
4874   algorithm: "plot_performance_box_name"
4875   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
4876   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4877   include:
4878     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4879     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4880     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4881     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
4882   layout:
4883     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
4884     layout: "plot-throughput"
4885
4886 - type: "plot"
4887   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
4888   algorithm: "plot_performance_box_name"
4889   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
4890   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4891   include:
4892     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4893     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4894     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4895     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
4896   layout:
4897     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
4898     layout: "plot-throughput"
4899
4900 - type: "plot"
4901   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
4902   algorithm: "plot_performance_box_name"
4903   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
4904   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4905   include:
4906     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
4907     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4908     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4909     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
4910   layout:
4911     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
4912     layout: "plot-throughput"
4913
4914 - type: "plot"
4915   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
4916   algorithm: "plot_performance_box_name"
4917   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
4918   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4919   include:
4920     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
4921     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4922     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4923     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
4924   layout:
4925     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
4926     layout: "plot-throughput"
4927
4928 - type: "plot"
4929   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
4930   algorithm: "plot_performance_box_name"
4931   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
4932   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4933   include:
4934     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4935     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4936     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4937     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
4938   layout:
4939     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
4940     layout: "plot-throughput"
4941
4942 - type: "plot"
4943   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-pdr"
4944   algorithm: "plot_performance_box_name"
4945   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-pdr"
4946   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4947   include:
4948     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4949     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4950     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4951     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
4952   layout:
4953     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-pdr"
4954     layout: "plot-throughput"
4955
4956 - type: "plot"
4957   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
4958   algorithm: "plot_performance_box_name"
4959   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
4960   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4961   include:
4962     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
4963     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
4964     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4965     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4966     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
4967   layout:
4968     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
4969     layout: "plot-throughput"
4970
4971 - type: "plot"
4972   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
4973   algorithm: "plot_performance_box_name"
4974   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
4975   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4976   include:
4977     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
4978     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
4979     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4980     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4981     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
4982   layout:
4983     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
4984     layout: "plot-throughput"
4985
4986 - type: "plot"
4987   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
4988   algorithm: "plot_performance_box_name"
4989   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
4990   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4991   include:
4992     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4993     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4994     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4995     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4996     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
4997   layout:
4998     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
4999     layout: "plot-throughput"
5000
5001 - type: "plot"
5002   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
5003   algorithm: "plot_performance_box_name"
5004   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
5005   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5006   include:
5007     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5008     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5009     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5010     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5011     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
5012   layout:
5013     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
5014     layout: "plot-throughput"
5015
5016 - type: "plot"
5017   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
5018   algorithm: "plot_performance_box_name"
5019   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
5020   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5021   include:
5022     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5023     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5024     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5025     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5026     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5027     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5028   layout:
5029     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
5030     layout: "plot-throughput"
5031
5032 - type: "plot"
5033   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
5034   algorithm: "plot_performance_box_name"
5035   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
5036   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5037   include:
5038     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5039     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5040     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5041     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5042     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5043     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5044   layout:
5045     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
5046     layout: "plot-throughput"
5047
5048 - type: "plot"
5049   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5050   algorithm: "plot_performance_box_name"
5051   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5052   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5053   include:
5054     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5055     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5056     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5057     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5058     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5059     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5060   layout:
5061     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5062     layout: "plot-throughput"
5063
5064 - type: "plot"
5065   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
5066   algorithm: "plot_performance_box_name"
5067   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
5068   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5069   include:
5070     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5071     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5072     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5073     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5074     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5075     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5076   layout:
5077     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
5078     layout: "plot-throughput"
5079
5080 - type: "plot"
5081   title: "Throughput: 3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
5082   algorithm: "plot_performance_box_name"
5083   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
5084   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5085   include:
5086     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5087     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5088     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5089     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5090     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5091     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5092   layout:
5093     title: "3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
5094     layout: "plot-throughput"
5095
5096 - type: "plot"
5097   title: "Throughput: 3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-pdr"
5098   algorithm: "plot_performance_box_name"
5099   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-pdr"
5100   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5101   include:
5102     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5103     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5104     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5105     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5106     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5107     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5108   layout:
5109     title: "3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-pdr"
5110     layout: "plot-throughput"
5111
5112 - type: "plot"
5113   title: "Throughput: 3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5114   algorithm: "plot_performance_box_name"
5115   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5116   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5117   include:
5118     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5119     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5120     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5121     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5122     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5123     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5124   layout:
5125     title: "3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5126     layout: "plot-throughput"
5127
5128 - type: "plot"
5129   title: "Throughput: 3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-pdr"
5130   algorithm: "plot_performance_box_name"
5131   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-pdr"
5132   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5133   include:
5134     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5135     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5136     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5137     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5138     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5139     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5140   layout:
5141     title: "3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-pdr"
5142     layout: "plot-throughput"
5143
5144 - type: "plot"
5145   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
5146   algorithm: "plot_performance_box_name"
5147   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
5148   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5149   include:
5150     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5151     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5152     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5153     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5154     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5155   layout:
5156     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
5157     layout: "plot-throughput"
5158
5159 - type: "plot"
5160   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
5161   algorithm: "plot_performance_box_name"
5162   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
5163   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5164   include:
5165     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5166     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5167     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5168     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5169     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5170   layout:
5171     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
5172     layout: "plot-throughput"
5173
5174 - type: "plot"
5175   title: "Throughput: 3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-ndr"
5176   algorithm: "plot_performance_box_name"
5177   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-ndr"
5178   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5179   include:
5180     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
5181     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
5182     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
5183   layout:
5184     title: "3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-ndr"
5185     layout: "plot-throughput"
5186
5187 - type: "plot"
5188   title: "Throughput: 3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-pdr"
5189   algorithm: "plot_performance_box_name"
5190   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-pdr"
5191   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5192   include:
5193     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
5194     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
5195     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
5196   layout:
5197     title: "3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-pdr"
5198     layout: "plot-throughput"
5199
5200 ################################################################################
5201
5202 # Packet Latency 1C
5203
5204 - type: "plot"
5205   title: "Latency: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
5206   algorithm: "plot_latency_error_bars_name"
5207   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
5208   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5209   include:
5210     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
5211     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5212     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5213     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
5214   layout:
5215     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
5216     layout: "plot-latency"
5217
5218 - type: "plot"
5219   title: "Latency: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
5220   algorithm: "plot_latency_error_bars_name"
5221   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
5222   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5223   include:
5224     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
5225     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
5226     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5227     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
5228     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
5229   layout:
5230     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
5231     layout: "plot-latency"
5232
5233 - type: "plot"
5234   title: "Latency: 3n-hsw-xl710-64b-1t1c-memif-base-i40e-ndr-lat"
5235   algorithm: "plot_latency_error_bars_name"
5236   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-memif-base-i40e-ndr-lat"
5237   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5238   include:
5239     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
5240     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
5241     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5242     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
5243     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
5244   layout:
5245     title: "3n-hsw-xl710-64b-1t1c-memif-base-i40e-ndr"
5246     layout: "plot-latency"
5247
5248 - type: "plot"
5249   title: "Latency: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
5250   algorithm: "plot_latency_error_bars_name"
5251   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
5252   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5253   include:
5254     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
5255     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
5256   layout:
5257     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
5258     layout: "plot-latency"
5259
5260 - type: "plot"
5261   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
5262   algorithm: "plot_latency_error_bars_name"
5263   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
5264   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5265   include:
5266     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
5267     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
5268     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
5269     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
5270     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
5271   layout:
5272     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
5273     layout: "plot-latency"
5274
5275 - type: "plot"
5276   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
5277   algorithm: "plot_latency_error_bars_name"
5278   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
5279   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5280   include:
5281     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
5282     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
5283     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
5284     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
5285     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
5286   layout:
5287     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
5288     layout: "plot-latency"
5289
5290 - type: "plot"
5291   title: "Latency: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
5292   algorithm: "plot_latency_error_bars_name"
5293   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
5294   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5295   include:
5296     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
5297     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
5298   layout:
5299     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
5300     layout: "plot-latency"
5301
5302 - type: "plot"
5303   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
5304   algorithm: "plot_latency_error_bars_name"
5305   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
5306   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5307   include:
5308     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
5309     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
5310     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
5311   layout:
5312     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
5313     layout: "plot-latency"
5314
5315 - type: "plot"
5316   title: "Latency: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
5317   algorithm: "plot_latency_error_bars_name"
5318   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
5319   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5320   include:
5321     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
5322     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
5323   layout:
5324     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
5325     layout: "plot-latency"
5326
5327 - type: "plot"
5328   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
5329   algorithm: "plot_latency_error_bars_name"
5330   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
5331   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5332   include:
5333     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
5334     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
5335     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
5336     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
5337   layout:
5338     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
5339     layout: "plot-latency"
5340
5341 - type: "plot"
5342   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
5343   algorithm: "plot_latency_error_bars_name"
5344   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
5345   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5346   include:
5347     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
5348     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
5349     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
5350     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
5351     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
5352   layout:
5353     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
5354     layout: "plot-latency"
5355
5356 - type: "plot"
5357   title: "Latency: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
5358   algorithm: "plot_latency_error_bars_name"
5359   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
5360   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5361   include:
5362     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
5363     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
5364     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
5365     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
5366     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
5367     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
5368   layout:
5369     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
5370     layout: "plot-latency"
5371
5372 - type: "plot"
5373   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-ndr-lat"
5374   algorithm: "plot_latency_error_bars_name"
5375   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-ndr-lat"
5376   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5377   include:
5378     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
5379     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
5380     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
5381     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
5382   layout:
5383     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-ndr"
5384     layout: "plot-latency"
5385
5386 - type: "plot"
5387   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-lat"
5388   algorithm: "plot_latency_error_bars_name"
5389   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-lat"
5390   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5391   include:
5392     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
5393     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
5394     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
5395     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
5396   layout:
5397     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
5398     layout: "plot-latency"
5399
5400 - type: "plot"
5401   title: "Latency: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5402   algorithm: "plot_latency_error_bars_name"
5403   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5404   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5405   include:
5406     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
5407   layout:
5408     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
5409     layout: "plot-latency"
5410
5411 - type: "plot"
5412   title: "Latency: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5413   algorithm: "plot_latency_error_bars_name"
5414   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5415   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5416   include:
5417     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
5418     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
5419     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
5420     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
5421     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
5422   layout:
5423     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
5424     layout: "plot-latency"
5425
5426 - type: "plot"
5427   title: "Latency: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
5428   algorithm: "plot_latency_error_bars_name"
5429   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
5430   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5431   include:
5432     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
5433     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
5434     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
5435   layout:
5436     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
5437     layout: "plot-latency"
5438
5439 - type: "plot"
5440   title: "Latency: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5441   algorithm: "plot_latency_error_bars_name"
5442   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5443   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5444   include:
5445     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
5446   layout:
5447     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
5448     layout: "plot-latency"
5449
5450 - type: "plot"
5451   title: "Latency: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5452   algorithm: "plot_latency_error_bars_name"
5453   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5454   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5455   include:
5456     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
5457     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
5458     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
5459     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
5460     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
5461   layout:
5462     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
5463     layout: "plot-latency"
5464
5465 #- type: "plot"
5466 #  title: "Latency: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
5467 #  algorithm: "plot_latency_error_bars_name"
5468 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
5469 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5470 #  include:
5471 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
5472 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5473 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
5474 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5475 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
5476 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5477 #  layout:
5478 #    title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
5479 #    layout: "plot-latency"
5480
5481 #- type: "plot"
5482 #  title: "Latency: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
5483 #  algorithm: "plot_latency_error_bars_name"
5484 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
5485 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5486 #  include:
5487 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
5488 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5489 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
5490 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5491 #  layout:
5492 #    title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
5493 #    layout: "plot-latency"
5494
5495 #- type: "plot"
5496 #  title: "Latency: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
5497 #  algorithm: "plot_latency_error_bars_name"
5498 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
5499 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
5500 #  include:
5501 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
5502 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5503 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
5504 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5505 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
5506 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5507 #  layout:
5508 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
5509 #    layout: "plot-latency"
5510
5511 - type: "plot"
5512   title: "Latency: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
5513   algorithm: "plot_latency_error_bars_name"
5514   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
5515   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5516   include:
5517     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
5518     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
5519     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
5520   layout:
5521     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
5522     layout: "plot-latency"
5523
5524 - type: "plot"
5525   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
5526   algorithm: "plot_latency_error_bars_name"
5527   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
5528   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5529   include:
5530     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
5531     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
5532     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
5533   layout:
5534     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
5535     layout: "plot-latency"
5536
5537 - type: "plot"
5538   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
5539   algorithm: "plot_latency_error_bars_name"
5540   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
5541   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5542   include:
5543     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
5544     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
5545     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
5546     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
5547     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
5548   layout:
5549     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
5550     layout: "plot-latency"
5551
5552 - type: "plot"
5553   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
5554   algorithm: "plot_latency_error_bars_name"
5555   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
5556   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5557   include:
5558     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
5559     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
5560     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
5561     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
5562   layout:
5563     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
5564     layout: "plot-latency"
5565
5566 - type: "plot"
5567   title: "Latency: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
5568   algorithm: "plot_latency_error_bars_name"
5569   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
5570   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5571   include:
5572     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
5573     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
5574     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
5575     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
5576     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
5577     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
5578   layout:
5579     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
5580     layout: "plot-latency"
5581
5582 - type: "plot"
5583   title: "Latency: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
5584   algorithm: "plot_latency_error_bars_name"
5585   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
5586   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5587   include:
5588     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
5589     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
5590     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
5591   layout:
5592     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
5593     layout: "plot-latency"
5594
5595 - type: "plot"
5596   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
5597   algorithm: "plot_latency_error_bars_name"
5598   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
5599   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5600   include:
5601     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
5602     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
5603     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
5604   layout:
5605     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
5606     layout: "plot-latency"
5607
5608 - type: "plot"
5609   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
5610   algorithm: "plot_latency_error_bars_name"
5611   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
5612   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5613   include:
5614     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
5615     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
5616     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
5617     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
5618   layout:
5619     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
5620     layout: "plot-latency"
5621
5622 - type: "plot"
5623   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
5624   algorithm: "plot_latency_error_bars_name"
5625   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
5626   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5627   include:
5628     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
5629     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
5630     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
5631     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
5632     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
5633     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
5634   layout:
5635     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
5636     layout: "plot-latency"
5637
5638 - type: "plot"
5639   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
5640   algorithm: "plot_latency_error_bars_name"
5641   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
5642   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5643   include:
5644     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5645     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5646     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5647     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5648   layout:
5649     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
5650     layout: "plot-latency"
5651
5652 - type: "plot"
5653   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5654   algorithm: "plot_latency_error_bars_name"
5655   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-lat"
5656   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5657   include:
5658     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5659     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5660     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5661     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
5662   layout:
5663     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5664     layout: "plot-latency"
5665
5666 - type: "plot"
5667   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
5668   algorithm: "plot_latency_error_bars_name"
5669   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr-lat"
5670   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5671   include:
5672     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5673     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5674     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5675     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5676   layout:
5677     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
5678     layout: "plot-latency"
5679
5680 - type: "plot"
5681   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
5682   algorithm: "plot_latency_error_bars_name"
5683   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr-lat"
5684   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5685   include:
5686     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5687     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5688     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5689     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
5690   layout:
5691     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
5692     layout: "plot-latency"
5693
5694 - type: "plot"
5695   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
5696   algorithm: "plot_latency_error_bars_name"
5697   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
5698   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5699   include:
5700     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5701     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5702     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5703     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5704     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5705   layout:
5706     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
5707     layout: "plot-latency"
5708
5709 - type: "plot"
5710   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5711   algorithm: "plot_latency_error_bars_name"
5712   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-lat"
5713   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5714   include:
5715     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5716     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5717     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5718     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5719     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
5720   layout:
5721     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5722     layout: "plot-latency"
5723
5724 - type: "plot"
5725   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
5726   algorithm: "plot_latency_error_bars_name"
5727   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
5728   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5729   include:
5730     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5731     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5732     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5733     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5734     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5735     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5736   layout:
5737     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
5738     layout: "plot-latency"
5739
5740 - type: "plot"
5741   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5742   algorithm: "plot_latency_error_bars_name"
5743   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
5744   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5745   include:
5746     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5747     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5748     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5749     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5750     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5751     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5752   layout:
5753     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5754     layout: "plot-latency"
5755
5756 - type: "plot"
5757   title: "Latency: 3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
5758   algorithm: "plot_latency_error_bars_name"
5759   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-ndr-lat"
5760   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5761   include:
5762     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5763     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5764     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5765     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5766     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5767     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5768   layout:
5769     title: "3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
5770     layout: "plot-latency"
5771
5772 - type: "plot"
5773   title: "Latency: 3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5774   algorithm: "plot_latency_error_bars_name"
5775   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
5776   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5777   include:
5778     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5779     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5780     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5781     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5782     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5783     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5784   layout:
5785     title: "3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5786     layout: "plot-latency"
5787
5788 - type: "plot"
5789   title: "Latency: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-lat"
5790   algorithm: "plot_latency_error_bars_name"
5791   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-lat"
5792   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5793   include:
5794     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
5795     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
5796     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5797     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
5798     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
5799   layout:
5800     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
5801     layout: "plot-latency"
5802
5803 - type: "plot"
5804   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-lat"
5805   algorithm: "plot_latency_error_bars_name"
5806   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-lat"
5807   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5808   include:
5809     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
5810     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
5811     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
5812     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
5813     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
5814   layout:
5815     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
5816     layout: "plot-latency"
5817
5818 - type: "plot"
5819   title: "Latency: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-lat"
5820   algorithm: "plot_latency_error_bars_name"
5821   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-lat"
5822   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5823   include:
5824     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
5825     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
5826   layout:
5827     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
5828     layout: "plot-latency"
5829
5830 - type: "plot"
5831   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-lat"
5832   algorithm: "plot_latency_error_bars_name"
5833   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-lat"
5834   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5835   include:
5836     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
5837     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
5838     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
5839     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
5840   layout:
5841     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-lat"
5842     layout: "plot-latency"
5843
5844 - type: "plot"
5845   title: "Latency: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-lat"
5846   algorithm: "plot_latency_error_bars_name"
5847   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-lat"
5848   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5849   include:
5850     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
5851     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
5852     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
5853     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
5854     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
5855   layout:
5856     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
5857     layout: "plot-latency"
5858
5859 - type: "plot"
5860   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-lat"
5861   algorithm: "plot_latency_error_bars_name"
5862   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-lat"
5863   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5864   include:
5865     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
5866     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
5867     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
5868     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
5869   layout:
5870     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
5871     layout: "plot-latency"
5872
5873 - type: "plot"
5874   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-lat"
5875   algorithm: "plot_latency_error_bars_name"
5876   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-lat"
5877   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5878   include:
5879     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
5880     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
5881     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
5882     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
5883     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
5884     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
5885   layout:
5886     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
5887     layout: "plot-latency"
5888
5889 - type: "plot"
5890   title: "Latency: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-lat"
5891   algorithm: "plot_latency_error_bars_name"
5892   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-lat"
5893   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5894   include:
5895     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5896     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5897     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5898     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5899     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5900   layout:
5901     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
5902     layout: "plot-latency"
5903
5904 ################################################################################
5905
5906 # Packet Latency 2C
5907
5908 - type: "plot"
5909   title: "Latency: 2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
5910   algorithm: "plot_latency_error_bars_name"
5911   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
5912   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5913   include:
5914     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
5915     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5916     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5917     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
5918   layout:
5919     title: "2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
5920     layout: "plot-latency"
5921
5922 - type: "plot"
5923   title: "Latency: 3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
5924   algorithm: "plot_latency_error_bars_name"
5925   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
5926   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5927   include:
5928     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
5929     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
5930     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5931     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
5932     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
5933   layout:
5934     title: "3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
5935     layout: "plot-latency"
5936
5937 - type: "plot"
5938   title: "Latency: 3n-hsw-xl710-64b-2t2c-memif-base-i40e-ndr-lat"
5939   algorithm: "plot_latency_error_bars_name"
5940   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-memif-base-i40e-ndr-lat"
5941   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5942   include:
5943     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
5944     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
5945     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5946     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
5947     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
5948   layout:
5949     title: "3n-hsw-xl710-64b-2t2c-memif-base-i40e-ndr"
5950     layout: "plot-latency"
5951
5952 - type: "plot"
5953   title: "Latency: 2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
5954   algorithm: "plot_latency_error_bars_name"
5955   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
5956   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5957   include:
5958     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
5959     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
5960   layout:
5961     title: "2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
5962     layout: "plot-latency"
5963
5964 - type: "plot"
5965   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
5966   algorithm: "plot_latency_error_bars_name"
5967   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
5968   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5969   include:
5970     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-avf-dot1q-ip4base-ndrpdr"
5971     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
5972     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
5973     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
5974     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
5975   layout:
5976     title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
5977     layout: "plot-latency"
5978
5979 - type: "plot"
5980   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
5981   algorithm: "plot_latency_error_bars_name"
5982   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
5983   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5984   include:
5985     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
5986     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
5987     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
5988     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
5989     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
5990   layout:
5991     title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
5992     layout: "plot-latency"
5993
5994 - type: "plot"
5995   title: "Latency: 2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
5996   algorithm: "plot_latency_error_bars_name"
5997   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
5998   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5999   include:
6000     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
6001     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
6002   layout:
6003     title: "2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
6004     layout: "plot-latency"
6005
6006 - type: "plot"
6007   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
6008   algorithm: "plot_latency_error_bars_name"
6009   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
6010   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6011   include:
6012     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
6013     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
6014     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
6015   layout:
6016     title: "3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr"
6017     layout: "plot-latency"
6018
6019 - type: "plot"
6020   title: "Latency: 3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
6021   algorithm: "plot_latency_error_bars_name"
6022   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
6023   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6024   include:
6025     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
6026     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
6027   layout:
6028     title: "3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
6029     layout: "plot-latency"
6030
6031 - type: "plot"
6032   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
6033   algorithm: "plot_latency_error_bars_name"
6034   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
6035   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6036   include:
6037     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
6038     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
6039     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
6040     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
6041   layout:
6042     title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
6043     layout: "plot-latency"
6044
6045 - type: "plot"
6046   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
6047   algorithm: "plot_latency_error_bars_name"
6048   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
6049   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6050   include:
6051     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
6052     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
6053     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
6054     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
6055     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
6056   layout:
6057     title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
6058     layout: "plot-latency"
6059
6060 - type: "plot"
6061   title: "Latency: 3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
6062   algorithm: "plot_latency_error_bars_name"
6063   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
6064   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6065   include:
6066     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
6067     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6068     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6069     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6070     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6071     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
6072   layout:
6073     title: "3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
6074     layout: "plot-latency"
6075
6076 - type: "plot"
6077   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4tunnel-base-scale-i40e-ndr-lat"
6078   algorithm: "plot_latency_error_bars_name"
6079   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4tunnel-base-scale-i40e-ndr-lat"
6080   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6081   include:
6082     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6083     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
6084     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6085     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
6086   layout:
6087     title: "3n-hsw-xl710-64b-2t2c-ip4tunnel-base-scale-i40e-ndr"
6088     layout: "plot-latency"
6089
6090 - type: "plot"
6091   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-lat"
6092   algorithm: "plot_latency_error_bars_name"
6093   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-lat"
6094   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6095   include:
6096     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t2c-ethip4vxlan-l2xcbase-ndrpdr"
6097     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6098     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6099     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6100   layout:
6101     title: "3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr"
6102     layout: "plot-latency"
6103
6104 - type: "plot"
6105   title: "Latency: 2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6106   algorithm: "plot_latency_error_bars_name"
6107   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6108   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6109   include:
6110     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
6111   layout:
6112     title: "2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
6113     layout: "plot-latency"
6114
6115 - type: "plot"
6116   title: "Latency: 2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6117   algorithm: "plot_latency_error_bars_name"
6118   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6119   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6120   include:
6121     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
6122     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
6123     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
6124     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
6125     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
6126   layout:
6127     title: "2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
6128     layout: "plot-latency"
6129
6130 - type: "plot"
6131   title: "Latency: 3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
6132   algorithm: "plot_latency_error_bars_name"
6133   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
6134   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6135   include:
6136     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
6137     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
6138     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
6139   layout:
6140     title: "3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr"
6141     layout: "plot-latency"
6142
6143 - type: "plot"
6144   title: "Latency: 3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6145   algorithm: "plot_latency_error_bars_name"
6146   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6147   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6148   include:
6149     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
6150   layout:
6151     title: "3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
6152     layout: "plot-latency"
6153
6154 - type: "plot"
6155   title: "Latency: 3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6156   algorithm: "plot_latency_error_bars_name"
6157   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6158   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6159   include:
6160     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
6161     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
6162     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
6163     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
6164     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
6165   layout:
6166     title: "3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
6167     layout: "plot-latency"
6168
6169 #- type: "plot"
6170 #  title: "Latency: 3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
6171 #  algorithm: "plot_latency_error_bars_name"
6172 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
6173 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6174 #  include:
6175 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6176 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6177 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6178 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6179 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6180 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6181 #  layout:
6182 #    title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
6183 #    layout: "plot-latency"
6184
6185 #- type: "plot"
6186 #  title: "Latency: 3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
6187 #  algorithm: "plot_latency_error_bars_name"
6188 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
6189 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6190 #  include:
6191 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
6192 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6193 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
6194 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6195 #  layout:
6196 #    title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
6197 #    layout: "plot-latency"
6198
6199 #- type: "plot"
6200 #  title: "Latency: 3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
6201 #  algorithm: "plot_latency_error_bars_name"
6202 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
6203 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
6204 #  include:
6205 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6206 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6207 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6208 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6209 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6210 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6211 #  layout:
6212 #    title: "3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr"
6213 #    layout: "plot-latency"
6214
6215 - type: "plot"
6216   title: "Latency: 2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
6217   algorithm: "plot_latency_error_bars_name"
6218   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
6219   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6220   include:
6221     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
6222     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
6223     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
6224   layout:
6225     title: "2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
6226     layout: "plot-latency"
6227
6228 - type: "plot"
6229   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
6230   algorithm: "plot_latency_error_bars_name"
6231   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
6232   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6233   include:
6234     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
6235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
6236     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
6237   layout:
6238     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
6239     layout: "plot-latency"
6240
6241 - type: "plot"
6242   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
6243   algorithm: "plot_latency_error_bars_name"
6244   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
6245   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6246   include:
6247     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
6248     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
6249     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
6250     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
6251     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
6252   layout:
6253     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
6254     layout: "plot-latency"
6255
6256 - type: "plot"
6257   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
6258   algorithm: "plot_latency_error_bars_name"
6259   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
6260   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6261   include:
6262     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
6263     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
6264     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
6265     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
6266   layout:
6267     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
6268     layout: "plot-latency"
6269
6270 - type: "plot"
6271   title: "Latency: 3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
6272   algorithm: "plot_latency_error_bars_name"
6273   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
6274   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6275   include:
6276     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
6277     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
6278     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
6279     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
6280     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
6281     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
6282   layout:
6283     title: "3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr"
6284     layout: "plot-latency"
6285
6286 - type: "plot"
6287   title: "Latency: 3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
6288   algorithm: "plot_latency_error_bars_name"
6289   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
6290   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6291   include:
6292     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
6293     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
6294     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
6295   layout:
6296     title: "3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
6297     layout: "plot-latency"
6298
6299 - type: "plot"
6300   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
6301   algorithm: "plot_latency_error_bars_name"
6302   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
6303   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6304   include:
6305     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
6306     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
6307     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
6308   layout:
6309     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
6310     layout: "plot-latency"
6311
6312 - type: "plot"
6313   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
6314   algorithm: "plot_latency_error_bars_name"
6315   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
6316   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6317   include:
6318     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
6319     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
6320     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
6321     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
6322   layout:
6323     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
6324     layout: "plot-latency"
6325
6326 - type: "plot"
6327   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
6328   algorithm: "plot_latency_error_bars_name"
6329   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
6330   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6331   include:
6332     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
6333     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
6334     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
6335     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
6336     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
6337     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
6338   layout:
6339     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
6340     layout: "plot-latency"
6341
6342 - type: "plot"
6343   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
6344   algorithm: "plot_latency_error_bars_name"
6345   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
6346   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6347   include:
6348     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6349     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6350     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6351     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
6352   layout:
6353     title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
6354     layout: "plot-latency"
6355
6356 - type: "plot"
6357   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
6358   algorithm: "plot_latency_error_bars_name"
6359   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-lat"
6360   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6361   include:
6362     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6363     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6364     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6365     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
6366   layout:
6367     title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
6368     layout: "plot-latency"
6369
6370 - type: "plot"
6371   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
6372   algorithm: "plot_latency_error_bars_name"
6373   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr-lat"
6374   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6375   include:
6376     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6377     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6378     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6379     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
6380   layout:
6381     title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
6382     layout: "plot-latency"
6383
6384 - type: "plot"
6385   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr"
6386   algorithm: "plot_latency_error_bars_name"
6387   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr-lat"
6388   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6389   include:
6390     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6391     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6392     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6393     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
6394   layout:
6395     title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr"
6396     layout: "plot-latency"
6397
6398 - type: "plot"
6399   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
6400   algorithm: "plot_latency_error_bars_name"
6401   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
6402   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6403   include:
6404     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6405     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6406     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6407     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6408     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
6409   layout:
6410     title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
6411     layout: "plot-latency"
6412
6413 - type: "plot"
6414   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
6415   algorithm: "plot_latency_error_bars_name"
6416   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-lat"
6417   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6418   include:
6419     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6420     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6421     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6422     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6423     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
6424   layout:
6425     title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
6426     layout: "plot-latency"
6427
6428 - type: "plot"
6429   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
6430   algorithm: "plot_latency_error_bars_name"
6431   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
6432   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6433   include:
6434     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6435     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6436     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6437     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6438     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6439     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6440   layout:
6441     title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
6442     layout: "plot-latency"
6443
6444 - type: "plot"
6445   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
6446   algorithm: "plot_latency_error_bars_name"
6447   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
6448   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6449   include:
6450     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6451     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6452     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6453     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6454     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6455     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6456   layout:
6457     title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
6458     layout: "plot-latency"
6459
6460 - type: "plot"
6461   title: "Latency: 3n-hsw-xl710-64b-2t2c-link-bonding-vhost-base-i40e-ndr"
6462   algorithm: "plot_latency_error_bars_name"
6463   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-link-bonding-vhost-base-i40e-ndr-lat"
6464   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6465   include:
6466     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6467     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6468     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6469     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6470     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6471     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6472   layout:
6473     title: "3n-hsw-xl710-64b-2t2c-link-bonding-vhost-base-i40e-ndr"
6474     layout: "plot-latency"
6475
6476 - type: "plot"
6477   title: "Latency: 3n-hsw-xl710-64b-2t2c-link-bonding-vhost-base-i40e-vpp-ndr"
6478   algorithm: "plot_latency_error_bars_name"
6479   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
6480   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6481   include:
6482     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6483     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6484     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6485     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6486     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6487     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6488   layout:
6489     title: "3n-hsw-xl710-64b-2t2c-link-bonding-vhost-base-i40e-vpp-ndr"
6490     layout: "plot-latency"
6491
6492 - type: "plot"
6493   title: "Latency: 3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-lat"
6494   algorithm: "plot_latency_error_bars_name"
6495   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-lat"
6496   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6497   include:
6498     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6499     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6500     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6501     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6502     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6503   layout:
6504     title: "3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr"
6505     layout: "plot-latency"
6506
6507 - type: "plot"
6508   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-lat"
6509   algorithm: "plot_latency_error_bars_name"
6510   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-lat"
6511   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6512   include:
6513     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
6514     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
6515     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t2c-ethip4-ip4scale20k-ndrpdr"
6516     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t2c-ethip4-ip4scale200k-ndrpdr"
6517     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
6518   layout:
6519     title: "3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr"
6520     layout: "plot-latency"
6521
6522 - type: "plot"
6523   title: "Latency: 3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-lat"
6524   algorithm: "plot_latency_error_bars_name"
6525   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-lat"
6526   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6527   include:
6528     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
6529     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t2c-ethip4udp-ip4base-nat44-ndrpdr"
6530   layout:
6531     title: "3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr"
6532     layout: "plot-latency"
6533
6534 - type: "plot"
6535   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-lat"
6536   algorithm: "plot_latency_error_bars_name"
6537   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-lat"
6538   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6539   include:
6540     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6541     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
6542     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6543     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
6544   layout:
6545     title: "3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-lat"
6546     layout: "plot-latency"
6547
6548 - type: "plot"
6549   title: "Latency: 3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-lat"
6550   algorithm: "plot_latency_error_bars_name"
6551   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-lat"
6552   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6553   include:
6554     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
6555     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
6556     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t2c-ethip6-ip6scale20k-ndrpdr"
6557     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t2c-ethip6-ip6scale200k-ndrpdr"
6558     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
6559   layout:
6560     title: "3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr"
6561     layout: "plot-latency"
6562
6563 - type: "plot"
6564   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-lat"
6565   algorithm: "plot_latency_error_bars_name"
6566   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-lat"
6567   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6568   include:
6569     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
6570     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
6571     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
6572     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
6573   layout:
6574     title: "3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr"
6575     layout: "plot-latency"
6576
6577 - type: "plot"
6578   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-lat"
6579   algorithm: "plot_latency_error_bars_name"
6580   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-lat"
6581   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6582   include:
6583     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
6584     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
6585     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
6586     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale10kmaclrn-ndrpdr"
6587     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale100kmaclrn-ndrpdr"
6588     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
6589   layout:
6590     title: "3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr"
6591     layout: "plot-latency"
6592
6593 - type: "plot"
6594   title: "Latency: 3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-lat"
6595   algorithm: "plot_latency_error_bars_name"
6596   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-lat"
6597   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6598   include:
6599     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6600     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6601     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6602     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6603     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
6604   layout:
6605     title: "3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr"
6606     layout: "plot-latency"
6607
6608 ################################################################################
6609
6610 # Packet Latency 4C
6611
6612 - type: "plot"
6613   title: "Latency: 2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
6614   algorithm: "plot_latency_error_bars_name"
6615   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
6616   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6617   include:
6618     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6619     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6620     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6621     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6622   layout:
6623     title: "2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
6624     layout: "plot-latency"
6625
6626 - type: "plot"
6627   title: "Latency: 3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
6628   algorithm: "plot_latency_error_bars_name"
6629   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
6630   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6631   include:
6632     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6633     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6634     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6635     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6636     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6637   layout:
6638     title: "3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
6639     layout: "plot-latency"
6640
6641 - type: "plot"
6642   title: "Latency: 3n-hsw-xl710-64b-4t4c-memif-base-i40e-ndr-lat"
6643   algorithm: "plot_latency_error_bars_name"
6644   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-memif-base-i40e-ndr-lat"
6645   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6646   include:
6647     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6648     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6649     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6650     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6651     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6652   layout:
6653     title: "3n-hsw-xl710-64b-4t4c-memif-base-i40e-ndr"
6654     layout: "plot-latency"
6655
6656 - type: "plot"
6657   title: "Latency: 2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
6658   algorithm: "plot_latency_error_bars_name"
6659   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
6660   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6661   include:
6662     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
6663     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
6664   layout:
6665     title: "2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
6666     layout: "plot-latency"
6667
6668 - type: "plot"
6669   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
6670   algorithm: "plot_latency_error_bars_name"
6671   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
6672   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6673   include:
6674     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-avf-dot1q-ip4base-ndrpdr"
6675     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
6676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
6677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
6678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
6679   layout:
6680     title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
6681     layout: "plot-latency"
6682
6683 - type: "plot"
6684   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
6685   algorithm: "plot_latency_error_bars_name"
6686   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
6687   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6688   include:
6689     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
6690     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
6691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
6692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
6693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
6694   layout:
6695     title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
6696     layout: "plot-latency"
6697
6698 - type: "plot"
6699   title: "Latency: 2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
6700   algorithm: "plot_latency_error_bars_name"
6701   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
6702   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6703   include:
6704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
6705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
6706   layout:
6707     title: "2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
6708     layout: "plot-latency"
6709
6710 - type: "plot"
6711   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
6712   algorithm: "plot_latency_error_bars_name"
6713   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
6714   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6715   include:
6716     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
6717     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
6718     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
6719   layout:
6720     title: "3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr"
6721     layout: "plot-latency"
6722
6723 - type: "plot"
6724   title: "Latency: 3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
6725   algorithm: "plot_latency_error_bars_name"
6726   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
6727   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6728   include:
6729     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
6730     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
6731   layout:
6732     title: "3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
6733     layout: "plot-latency"
6734
6735 - type: "plot"
6736   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
6737   algorithm: "plot_latency_error_bars_name"
6738   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
6739   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6740   include:
6741     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
6742     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
6743     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
6744     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
6745   layout:
6746     title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
6747     layout: "plot-latency"
6748
6749 - type: "plot"
6750   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
6751   algorithm: "plot_latency_error_bars_name"
6752   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
6753   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6754   include:
6755     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
6756     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
6757     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
6758     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
6759     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
6760   layout:
6761     title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
6762     layout: "plot-latency"
6763
6764 - type: "plot"
6765   title: "Latency: 3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
6766   algorithm: "plot_latency_error_bars_name"
6767   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
6768   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6769   include:
6770     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
6771     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6772     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6773     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6774     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6775     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
6776   layout:
6777     title: "3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
6778     layout: "plot-latency"
6779
6780 - type: "plot"
6781   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4tunnel-base-scale-i40e-ndr-lat"
6782   algorithm: "plot_latency_error_bars_name"
6783   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4tunnel-base-scale-i40e-ndr-lat"
6784   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6785   include:
6786     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6787     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
6788     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6789     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
6790   layout:
6791     title: "3n-hsw-xl710-64b-4t4c-ip4tunnel-base-scale-i40e-ndr"
6792     layout: "plot-latency"
6793
6794 - type: "plot"
6795   title: "Latency: 2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6796   algorithm: "plot_latency_error_bars_name"
6797   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6798   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6799   include:
6800     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
6801   layout:
6802     title: "2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
6803     layout: "plot-latency"
6804
6805 - type: "plot"
6806   title: "Latency: 2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6807   algorithm: "plot_latency_error_bars_name"
6808   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6809   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6810   include:
6811     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
6812     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
6813     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
6814     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
6815     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
6816   layout:
6817     title: "2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
6818     layout: "plot-latency"
6819
6820 - type: "plot"
6821   title: "Latency: 3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
6822   algorithm: "plot_latency_error_bars_name"
6823   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
6824   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6825   include:
6826     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
6827     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
6828     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
6829   layout:
6830     title: "3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr"
6831     layout: "plot-latency"
6832
6833 - type: "plot"
6834   title: "Latency: 3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6835   algorithm: "plot_latency_error_bars_name"
6836   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6837   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6838   include:
6839     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
6840   layout:
6841     title: "3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
6842     layout: "plot-latency"
6843
6844 - type: "plot"
6845   title: "Latency: 3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6846   algorithm: "plot_latency_error_bars_name"
6847   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6848   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6849   include:
6850     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
6851     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
6852     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
6853     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
6854     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
6855   layout:
6856     title: "3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
6857     layout: "plot-latency"
6858
6859 #- type: "plot"
6860 #  title: "Latency: 3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
6861 #  algorithm: "plot_latency_error_bars_name"
6862 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
6863 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6864 #  include:
6865 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6866 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6867 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6868 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6869 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6870 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6871 #  layout:
6872 #    title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
6873 #    layout: "plot-latency"
6874
6875 #- type: "plot"
6876 #  title: "Latency: 3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
6877 #  algorithm: "plot_latency_error_bars_name"
6878 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
6879 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6880 #  include:
6881 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
6882 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6883 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
6884 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6885 #  layout:
6886 #    title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
6887 #    layout: "plot-latency"
6888
6889 #- type: "plot"
6890 #  title: "Latency: 3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
6891 #  algorithm: "plot_latency_error_bars_name"
6892 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
6893 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
6894 #  include:
6895 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6896 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6897 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6898 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6899 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6900 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6901 #  layout:
6902 #    title: "3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr"
6903 #    layout: "plot-latency"
6904
6905 - type: "plot"
6906   title: "Latency: 2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
6907   algorithm: "plot_latency_error_bars_name"
6908   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
6909   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6910   include:
6911     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
6912     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
6913     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
6914   layout:
6915     title: "2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
6916     layout: "plot-latency"
6917
6918 - type: "plot"
6919   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
6920   algorithm: "plot_latency_error_bars_name"
6921   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
6922   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6923   include:
6924     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
6925     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
6926     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
6927   layout:
6928     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
6929     layout: "plot-latency"
6930
6931 - type: "plot"
6932   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
6933   algorithm: "plot_latency_error_bars_name"
6934   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
6935   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6936   include:
6937     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
6938     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
6939     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
6940     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
6941     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
6942   layout:
6943     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
6944     layout: "plot-latency"
6945
6946 - type: "plot"
6947   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
6948   algorithm: "plot_latency_error_bars_name"
6949   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
6950   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6951   include:
6952     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
6953     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
6954     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
6955     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
6956   layout:
6957     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
6958     layout: "plot-latency"
6959
6960 - type: "plot"
6961   title: "Latency: 3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
6962   algorithm: "plot_latency_error_bars_name"
6963   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
6964   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6965   include:
6966     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
6967     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
6968     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
6969     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
6970     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
6971     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
6972   layout:
6973     title: "3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr"
6974     layout: "plot-latency"
6975
6976 - type: "plot"
6977   title: "Latency: 3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
6978   algorithm: "plot_latency_error_bars_name"
6979   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
6980   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6981   include:
6982     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
6983     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
6984     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
6985   layout:
6986     title: "3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
6987     layout: "plot-latency"
6988
6989 - type: "plot"
6990   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
6991   algorithm: "plot_latency_error_bars_name"
6992   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
6993   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6994   include:
6995     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
6996     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
6997     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
6998   layout:
6999     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
7000     layout: "plot-latency"
7001
7002 - type: "plot"
7003   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
7004   algorithm: "plot_latency_error_bars_name"
7005   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
7006   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7007   include:
7008     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
7009     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
7010     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
7011     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
7012   layout:
7013     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
7014     layout: "plot-latency"
7015
7016 - type: "plot"
7017   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
7018   algorithm: "plot_latency_error_bars_name"
7019   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
7020   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7021   include:
7022     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
7023     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
7024     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
7025     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
7026     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
7027     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
7028   layout:
7029     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
7030     layout: "plot-latency"
7031
7032 - type: "plot"
7033   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
7034   algorithm: "plot_latency_error_bars_name"
7035   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
7036   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7037   include:
7038     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7039     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7040     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7041     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7042   layout:
7043     title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
7044     layout: "plot-latency"
7045
7046 - type: "plot"
7047   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
7048   algorithm: "plot_latency_error_bars_name"
7049   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-lat"
7050   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7051   include:
7052     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7053     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7054     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7055     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
7056   layout:
7057     title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
7058     layout: "plot-latency"
7059
7060 - type: "plot"
7061   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
7062   algorithm: "plot_latency_error_bars_name"
7063   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr-lat"
7064   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7065   include:
7066     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7067     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7068     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7069     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7070   layout:
7071     title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
7072     layout: "plot-latency"
7073
7074 - type: "plot"
7075   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr"
7076   algorithm: "plot_latency_error_bars_name"
7077   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr-lat"
7078   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7079   include:
7080     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7081     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7082     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7083     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
7084   layout:
7085     title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr"
7086     layout: "plot-latency"
7087
7088 - type: "plot"
7089   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
7090   algorithm: "plot_latency_error_bars_name"
7091   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
7092   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7093   include:
7094     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7095     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7096     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7097     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7098     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7099   layout:
7100     title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
7101     layout: "plot-latency"
7102
7103 - type: "plot"
7104   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
7105   algorithm: "plot_latency_error_bars_name"
7106   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-lat"
7107   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7108   include:
7109     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7110     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7111     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7112     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7113     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
7114   layout:
7115     title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
7116     layout: "plot-latency"
7117
7118 - type: "plot"
7119   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
7120   algorithm: "plot_latency_error_bars_name"
7121   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
7122   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7123   include:
7124     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7125     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7126     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7127     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7128     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7129     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7130   layout:
7131     title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
7132     layout: "plot-latency"
7133
7134 - type: "plot"
7135   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
7136   algorithm: "plot_latency_error_bars_name"
7137   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
7138   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7139   include:
7140     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7141     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7142     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7143     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7144     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7145     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7146   layout:
7147     title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
7148     layout: "plot-latency"
7149
7150 - type: "plot"
7151   title: "Latency: 3n-hsw-xl710-64b-4t4c-link-bonding-vhost-base-i40e-ndr"
7152   algorithm: "plot_latency_error_bars_name"
7153   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-link-bonding-vhost-base-i40e-ndr-lat"
7154   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7155   include:
7156     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7157     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7158     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7159     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7160     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7161     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7162   layout:
7163     title: "3n-hsw-xl710-64b-4t4c-link-bonding-vhost-base-i40e-ndr"
7164     layout: "plot-latency"
7165
7166 - type: "plot"
7167   title: "Latency: 3n-hsw-xl710-64b-4t4c-link-bonding-vhost-base-i40e-vpp-ndr"
7168   algorithm: "plot_latency_error_bars_name"
7169   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
7170   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7171   include:
7172     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7173     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7174     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7175     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7176     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7177     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7178   layout:
7179     title: "3n-hsw-xl710-64b-4t4c-link-bonding-vhost-base-i40e-vpp-ndr"
7180     layout: "plot-latency"
7181
7182 - type: "plot"
7183   title: "Latency: 3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-lat"
7184   algorithm: "plot_latency_error_bars_name"
7185   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-lat"
7186   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7187   include:
7188     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7189     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7190     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7191     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7192     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7193   layout:
7194     title: "3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr"
7195     layout: "plot-latency"
7196
7197 - type: "plot"
7198   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-lat"
7199   algorithm: "plot_latency_error_bars_name"
7200   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-lat"
7201   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7202   include:
7203     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
7204     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
7205     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t4c-ethip4-ip4scale20k-ndrpdr"
7206     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t4c-ethip4-ip4scale200k-ndrpdr"
7207     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
7208   layout:
7209     title: "3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr"
7210     layout: "plot-latency"
7211
7212 - type: "plot"
7213   title: "Latency: 3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-lat"
7214   algorithm: "plot_latency_error_bars_name"
7215   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-lat"
7216   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7217   include:
7218     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
7219     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t4c-ethip4udp-ip4base-nat44-ndrpdr"
7220   layout:
7221     title: "3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr"
7222     layout: "plot-latency"
7223
7224 - type: "plot"
7225   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-lat"
7226   algorithm: "plot_latency_error_bars_name"
7227   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-lat"
7228   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7229   include:
7230     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
7231     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
7232     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
7233     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
7234   layout:
7235     title: "3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-lat"
7236     layout: "plot-latency"
7237
7238 - type: "plot"
7239   title: "Latency: 3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-lat"
7240   algorithm: "plot_latency_error_bars_name"
7241   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-lat"
7242   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7243   include:
7244     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
7245     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
7246     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t4c-ethip6-ip6scale20k-ndrpdr"
7247     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t4c-ethip6-ip6scale200k-ndrpdr"
7248     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
7249   layout:
7250     title: "3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr"
7251     layout: "plot-latency"
7252
7253 - type: "plot"
7254   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-lat"
7255   algorithm: "plot_latency_error_bars_name"
7256   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-lat"
7257   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7258   include:
7259     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
7260     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
7261     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
7262     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
7263   layout:
7264     title: "3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr"
7265     layout: "plot-latency"
7266
7267 - type: "plot"
7268   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-lat"
7269   algorithm: "plot_latency_error_bars_name"
7270   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-lat"
7271   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7272   include:
7273     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
7274     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
7275     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
7276     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale10kmaclrn-ndrpdr"
7277     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale100kmaclrn-ndrpdr"
7278     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
7279   layout:
7280     title: "3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr"
7281     layout: "plot-latency"
7282
7283 - type: "plot"
7284   title: "Latency: 3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-lat"
7285   algorithm: "plot_latency_error_bars_name"
7286   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-lat"
7287   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7288   include:
7289     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7290     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7291     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7292     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7293     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7294   layout:
7295     title: "3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr"
7296     layout: "plot-latency"
7297
7298 ################################################################################
7299
7300 # Packet Speedup
7301
7302 - type: "plot"
7303   title: "Speedup: 2n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
7304   algorithm: "plot_throughput_speedup_analysis_name"
7305   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
7306   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7307   include:
7308     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7309     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7310     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7311     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7312   layout:
7313     title: "2n-skx-xxv710-64b-memif-base-i40e-ndr"
7314     layout: "plot-throughput-speedup-analysis"
7315
7316 - type: "plot"
7317   title: "Speedup: 2n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
7318   algorithm: "plot_throughput_speedup_analysis_name"
7319   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
7320   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7321   include:
7322     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7323     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7324     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7325     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7326   layout:
7327     title: "2n-skx-xxv710-64b-memif-base-i40e-pdr"
7328     layout: "plot-throughput-speedup-analysis"
7329
7330 - type: "plot"
7331   title: "Speedup: 3n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
7332   algorithm: "plot_throughput_speedup_analysis_name"
7333   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
7334   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7335   include:
7336     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7337     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7338     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7339     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7340     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7341   layout:
7342     title: "3n-skx-xxv710-64b-memif-base-i40e-ndr"
7343     layout: "plot-throughput-speedup-analysis"
7344
7345 - type: "plot"
7346   title: "Speedup: 3n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
7347   algorithm: "plot_throughput_speedup_analysis_name"
7348   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
7349   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7350   include:
7351     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7352     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7353     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7354     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7355     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7356   layout:
7357     title: "3n-skx-xxv710-64b-memif-base-i40e-pdr"
7358     layout: "plot-throughput-speedup-analysis"
7359
7360 - type: "plot"
7361   title: "Speedup: 3n-hsw-xl710-64b-memif-base-i40e-ndr-tsa"
7362   algorithm: "plot_throughput_speedup_analysis_name"
7363   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-memif-base-i40e-ndr-tsa"
7364   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7365   include:
7366     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7367     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7368     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7369     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7370     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7371   layout:
7372     title: "3n-hsw-xl710-64b-memif-base-i40e-ndr"
7373     layout: "plot-throughput-speedup-analysis"
7374
7375 - type: "plot"
7376   title: "Speedup: 3n-hsw-xl710-64b-memif-base-i40e-pdr-tsa"
7377   algorithm: "plot_throughput_speedup_analysis_name"
7378   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-memif-base-i40e-pdr-tsa"
7379   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7380   include:
7381     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7382     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7383     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7384     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7385     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7386   layout:
7387     title: "3n-hsw-xl710-64b-memif-base-i40e-pdr"
7388     layout: "plot-throughput-speedup-analysis"
7389
7390 - type: "plot"
7391   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
7392   algorithm: "plot_throughput_speedup_analysis_name"
7393   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
7394   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7395   include:
7396     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
7397     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7398   layout:
7399     title: "2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
7400     layout: "plot-throughput-speedup-analysis"
7401
7402 - type: "plot"
7403   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
7404   algorithm: "plot_throughput_speedup_analysis_name"
7405   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
7406   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7407   include:
7408     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
7409     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7410   layout:
7411     title: "2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
7412     layout: "plot-throughput-speedup-analysis"
7413
7414 - type: "plot"
7415   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
7416   algorithm: "plot_throughput_speedup_analysis_name"
7417   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
7418   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7419   include:
7420     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
7421     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
7422     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
7423     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
7424     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
7425   layout:
7426     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
7427     layout: "plot-throughput-speedup-analysis"
7428
7429 - type: "plot"
7430   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
7431   algorithm: "plot_throughput_speedup_analysis_name"
7432   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
7433   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7434   include:
7435     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
7436     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
7437     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
7438     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
7439     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
7440   layout:
7441     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
7442     layout: "plot-throughput-speedup-analysis"
7443
7444 - type: "plot"
7445   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
7446   algorithm: "plot_throughput_speedup_analysis_name"
7447   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
7448   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7449   include:
7450     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7451     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7452     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
7453     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
7454     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7455   layout:
7456     title: "2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
7457     layout: "plot-throughput-speedup-analysis"
7458
7459 - type: "plot"
7460   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
7461   algorithm: "plot_throughput_speedup_analysis_name"
7462   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
7463   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7464   include:
7465     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7466     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7467     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
7468     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
7469     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7470   layout:
7471     title: "2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
7472     layout: "plot-throughput-speedup-analysis"
7473
7474 - type: "plot"
7475   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
7476   algorithm: "plot_throughput_speedup_analysis_name"
7477   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
7478   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7479   include:
7480     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7481     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
7482   layout:
7483     title: "2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr"
7484     layout: "plot-throughput-speedup-analysis"
7485
7486 - type: "plot"
7487   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
7488   algorithm: "plot_throughput_speedup_analysis_name"
7489   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
7490   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7491   include:
7492     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7493     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
7494   layout:
7495     title: "2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr"
7496     layout: "plot-throughput-speedup-analysis"
7497
7498 - type: "plot"
7499   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr-tsa"
7500   algorithm: "plot_throughput_speedup_analysis_name"
7501   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr-tsa"
7502   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7503   include:
7504     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7505     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7506     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7507   layout:
7508     title: "3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr"
7509     layout: "plot-throughput-speedup-analysis"
7510
7511 - type: "plot"
7512   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr-tsa"
7513   algorithm: "plot_throughput_speedup_analysis_name"
7514   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr-tsa"
7515   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7516   include:
7517     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7518     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7519     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7520   layout:
7521     title: "3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr"
7522     layout: "plot-throughput-speedup-analysis"
7523
7524 - type: "plot"
7525   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
7526   algorithm: "plot_throughput_speedup_analysis_name"
7527   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
7528   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7529   include:
7530     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
7531     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7532   layout:
7533     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
7534     layout: "plot-throughput-speedup-analysis"
7535
7536 - type: "plot"
7537   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
7538   algorithm: "plot_throughput_speedup_analysis_name"
7539   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
7540   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7541   include:
7542     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
7543     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
7544     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7545     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7546     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7547   layout:
7548     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
7549     layout: "plot-throughput-speedup-analysis"
7550
7551 - type: "plot"
7552   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
7553   algorithm: "plot_throughput_speedup_analysis_name"
7554   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
7555   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7556   include:
7557     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
7558     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
7559     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
7560     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
7561   layout:
7562     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
7563     layout: "plot-throughput-speedup-analysis"
7564
7565 - type: "plot"
7566   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
7567   algorithm: "plot_throughput_speedup_analysis_name"
7568   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
7569   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7570   include:
7571     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
7572     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
7573     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
7574     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
7575   layout:
7576     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
7577     layout: "plot-throughput-speedup-analysis"
7578
7579 - type: "plot"
7580   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
7581   algorithm: "plot_throughput_speedup_analysis_name"
7582   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
7583   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7584   include:
7585     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7586     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7587     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
7588     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
7589     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7590   layout:
7591     title: "3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
7592     layout: "plot-throughput-speedup-analysis"
7593
7594 - type: "plot"
7595   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
7596   algorithm: "plot_throughput_speedup_analysis_name"
7597   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
7598   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7599   include:
7600     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7601     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7602     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
7603     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
7604     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7605   layout:
7606     title: "3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
7607     layout: "plot-throughput-speedup-analysis"
7608
7609 - type: "plot"
7610   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
7611   algorithm: "plot_throughput_speedup_analysis_name"
7612   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
7613   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7614   include:
7615     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7616     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
7617     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
7618     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
7619     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
7620     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
7621   layout:
7622     title: "3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr"
7623     layout: "plot-throughput-speedup-analysis"
7624
7625 - type: "plot"
7626   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
7627   algorithm: "plot_throughput_speedup_analysis_name"
7628   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
7629   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7630   include:
7631     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7632     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
7633     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
7634     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
7635     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
7636     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
7637   layout:
7638     title: "3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr"
7639     layout: "plot-throughput-speedup-analysis"
7640
7641 - type: "plot"
7642   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7643   algorithm: "plot_throughput_speedup_analysis_name"
7644   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7645   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7646   include:
7647     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7648   layout:
7649     title: "2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr"
7650     layout: "plot-throughput-speedup-analysis"
7651
7652 - type: "plot"
7653   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7654   algorithm: "plot_throughput_speedup_analysis_name"
7655   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7656   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7657   include:
7658     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7659   layout:
7660     title: "2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr"
7661     layout: "plot-throughput-speedup-analysis"
7662
7663 - type: "plot"
7664   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7665   algorithm: "plot_throughput_speedup_analysis_name"
7666   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7667   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7668   include:
7669     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
7670     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7671     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
7672     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
7673     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
7674   layout:
7675     title: "2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
7676     layout: "plot-throughput-speedup-analysis"
7677
7678 - type: "plot"
7679   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7680   algorithm: "plot_throughput_speedup_analysis_name"
7681   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7682   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7683   include:
7684     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
7685     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7686     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
7687     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
7688     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
7689   layout:
7690     title: "2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
7691     layout: "plot-throughput-speedup-analysis"
7692
7693 - type: "plot"
7694   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7695   algorithm: "plot_throughput_speedup_analysis_name"
7696   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7697   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7698   include:
7699     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
7700     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7701     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
7702   layout:
7703     title: "3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr"
7704     layout: "plot-throughput-speedup-analysis"
7705
7706 - type: "plot"
7707   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7708   algorithm: "plot_throughput_speedup_analysis_name"
7709   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7710   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7711   include:
7712     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
7713     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7714     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
7715   layout:
7716     title: "3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr"
7717     layout: "plot-throughput-speedup-analysis"
7718
7719 - type: "plot"
7720   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7721   algorithm: "plot_throughput_speedup_analysis_name"
7722   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7723   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7724   include:
7725     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7726   layout:
7727     title: "3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr"
7728     layout: "plot-throughput-speedup-analysis"
7729
7730 - type: "plot"
7731   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7732   algorithm: "plot_throughput_speedup_analysis_name"
7733   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7734   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7735   include:
7736     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7737   layout:
7738     title: "3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr"
7739     layout: "plot-throughput-speedup-analysis"
7740
7741 - type: "plot"
7742   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7743   algorithm: "plot_throughput_speedup_analysis_name"
7744   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7745   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7746   include:
7747     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
7748     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7749     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
7750     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
7751     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
7752   layout:
7753     title: "3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
7754     layout: "plot-throughput-speedup-analysis"
7755
7756 - type: "plot"
7757   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7758   algorithm: "plot_throughput_speedup_analysis_name"
7759   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7760   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7761   include:
7762     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
7763     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7764     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
7765     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
7766     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
7767   layout:
7768     title: "3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
7769     layout: "plot-throughput-speedup-analysis"
7770
7771 - type: "plot"
7772   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
7773   algorithm: "plot_throughput_speedup_analysis_name"
7774   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
7775   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7776   include:
7777     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7778     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7779     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7780     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7781     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7782     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7783   layout:
7784     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr"
7785     layout: "plot-throughput-speedup-analysis"
7786
7787 - type: "plot"
7788   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
7789   algorithm: "plot_throughput_speedup_analysis_name"
7790   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
7791   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7792   include:
7793     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7794     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7795     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7796     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7797     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
7798     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7799   layout:
7800     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr"
7801     layout: "plot-throughput-speedup-analysis"
7802
7803 - type: "plot"
7804   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr-tsa"
7805   algorithm: "plot_throughput_speedup_analysis_name"
7806   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr-tsa"
7807   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7808   include:
7809     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
7810     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7811     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
7812     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7813   layout:
7814     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr"
7815     layout: "plot-throughput-speedup-analysis"
7816
7817 - type: "plot"
7818   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr-tsa"
7819   algorithm: "plot_throughput_speedup_analysis_name"
7820   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr-tsa"
7821   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7822   include:
7823     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
7824     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7825     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7826     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7827   layout:
7828     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr"
7829     layout: "plot-throughput-speedup-analysis"
7830
7831 - type: "plot"
7832   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr-tsa"
7833   algorithm: "plot_throughput_speedup_analysis_name"
7834   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr-tsa"
7835   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7836   include:
7837     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7838     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7839     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7840     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7841     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7842     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7843   layout:
7844     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr"
7845     layout: "plot-throughput-speedup-analysis"
7846
7847 - type: "plot"
7848   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr-tsa"
7849   algorithm: "plot_throughput_speedup_analysis_name"
7850   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr-tsa"
7851   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7852   include:
7853     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7854     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7855     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7856     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7857     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7858     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7859   layout:
7860     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr"
7861     layout: "plot-throughput-speedup-analysis"
7862
7863 - type: "plot"
7864   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
7865   algorithm: "plot_throughput_speedup_analysis_name"
7866   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
7867   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7868   include:
7869     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
7870     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
7871     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
7872   layout:
7873     title: "2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
7874     layout: "plot-throughput-speedup-analysis"
7875
7876 - type: "plot"
7877   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
7878   algorithm: "plot_throughput_speedup_analysis_name"
7879   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
7880   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7881   include:
7882     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
7883     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
7884     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
7885   layout:
7886     title: "2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
7887     layout: "plot-throughput-speedup-analysis"
7888
7889 - type: "plot"
7890   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
7891   algorithm: "plot_throughput_speedup_analysis_name"
7892   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
7893   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7894   include:
7895     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
7896     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
7897     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
7898   layout:
7899     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
7900     layout: "plot-throughput-speedup-analysis"
7901
7902 - type: "plot"
7903   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
7904   algorithm: "plot_throughput_speedup_analysis_name"
7905   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
7906   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7907   include:
7908     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
7909     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
7910     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
7911   layout:
7912     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
7913     layout: "plot-throughput-speedup-analysis"
7914
7915 - type: "plot"
7916   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
7917   algorithm: "plot_throughput_speedup_analysis_name"
7918   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
7919   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7920   include:
7921     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
7922     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
7923     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
7924     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
7925     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
7926   layout:
7927     title: "2n-skx-xxv710-64b-l2switching-base-i40e-ndr"
7928     layout: "plot-throughput-speedup-analysis"
7929
7930 - type: "plot"
7931   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
7932   algorithm: "plot_throughput_speedup_analysis_name"
7933   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
7934   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7935   include:
7936     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
7937     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
7938     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
7939     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
7940     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
7941   layout:
7942     title: "2n-skx-xxv710-64b-l2switching-base-i40e-pdr"
7943     layout: "plot-throughput-speedup-analysis"
7944
7945 - type: "plot"
7946   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
7947   algorithm: "plot_throughput_speedup_analysis_name"
7948   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
7949   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7950   include:
7951     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
7952     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
7953     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
7954     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
7955   layout:
7956     title: "2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr"
7957     layout: "plot-throughput-speedup-analysis"
7958
7959 - type: "plot"
7960   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
7961   algorithm: "plot_throughput_speedup_analysis_name"
7962   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
7963   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7964   include:
7965     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
7966     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
7967     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
7968     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
7969   layout:
7970     title: "2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr"
7971     layout: "plot-throughput-speedup-analysis"
7972
7973 - type: "plot"
7974   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr-tsa"
7975   algorithm: "plot_throughput_speedup_analysis_name"
7976   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr-tsa"
7977   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7978   include:
7979     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
7980     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
7981     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
7982     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
7983     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
7984     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
7985   layout:
7986     title: "3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr"
7987     layout: "plot-throughput-speedup-analysis"
7988
7989 - type: "plot"
7990   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr-tsa"
7991   algorithm: "plot_throughput_speedup_analysis_name"
7992   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr-tsa"
7993   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7994   include:
7995     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
7996     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
7997     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
7998     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
7999     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8000     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8001   layout:
8002     title: "3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr"
8003     layout: "plot-throughput-speedup-analysis"
8004
8005 - type: "plot"
8006   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
8007   algorithm: "plot_throughput_speedup_analysis_name"
8008   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
8009   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8010   include:
8011     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
8012     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8013     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8014   layout:
8015     title: "3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
8016     layout: "plot-throughput-speedup-analysis"
8017
8018 - type: "plot"
8019   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
8020   algorithm: "plot_throughput_speedup_analysis_name"
8021   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
8022   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8023   include:
8024     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
8025     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8026     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8027   layout:
8028     title: "3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
8029     layout: "plot-throughput-speedup-analysis"
8030
8031 - type: "plot"
8032   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
8033   algorithm: "plot_throughput_speedup_analysis_name"
8034   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
8035   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8036   include:
8037     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
8038     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
8039     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
8040   layout:
8041     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
8042     layout: "plot-throughput-speedup-analysis"
8043
8044 - type: "plot"
8045   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
8046   algorithm: "plot_throughput_speedup_analysis_name"
8047   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
8048   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8049   include:
8050     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
8051     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
8052     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
8053   layout:
8054     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
8055     layout: "plot-throughput-speedup-analysis"
8056
8057 - type: "plot"
8058   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
8059   algorithm: "plot_throughput_speedup_analysis_name"
8060   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
8061   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8062   include:
8063     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8064     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8065     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8066     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8067   layout:
8068     title: "3n-skx-xxv710-64b-l2switching-base-i40e-ndr"
8069     layout: "plot-throughput-speedup-analysis"
8070
8071 - type: "plot"
8072   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
8073   algorithm: "plot_throughput_speedup_analysis_name"
8074   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
8075   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8076   include:
8077     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8078     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8079     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8080     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8081   layout:
8082     title: "3n-skx-xxv710-64b-l2switching-base-i40e-pdr"
8083     layout: "plot-throughput-speedup-analysis"
8084
8085 - type: "plot"
8086   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
8087   algorithm: "plot_throughput_speedup_analysis_name"
8088   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
8089   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8090   include:
8091     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8092     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8093     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8094     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
8095     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
8096     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8097   layout:
8098     title: "3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr"
8099     layout: "plot-throughput-speedup-analysis"
8100
8101 - type: "plot"
8102   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
8103   algorithm: "plot_throughput_speedup_analysis_name"
8104   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
8105   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8106   include:
8107     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8108     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8109     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8110     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
8111     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
8112     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8113   layout:
8114     title: "3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr"
8115     layout: "plot-throughput-speedup-analysis"
8116
8117 - type: "plot"
8118   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-ndr"
8119   algorithm: "plot_throughput_speedup_analysis_name"
8120   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
8121   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8122   include:
8123     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8124     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8125     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8126     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8127   layout:
8128     title: "2n-skx-xxv710-64b-vhost-base-i40e-ndr"
8129     layout: "plot-throughput-speedup-analysis"
8130
8131 - type: "plot"
8132   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-pdr"
8133   algorithm: "plot_throughput_speedup_analysis_name"
8134   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
8135   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8136   include:
8137     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8138     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8139     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8140     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8141   layout:
8142     title: "2n-skx-xxv710-64b-vhost-base-i40e-pdr"
8143     layout: "plot-throughput-speedup-analysis"
8144
8145 - type: "plot"
8146   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
8147   algorithm: "plot_throughput_speedup_analysis_name"
8148   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr-tsa"
8149   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8150   include:
8151     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8152     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8153     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8154     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8155   layout:
8156     title: "2n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
8157     layout: "plot-throughput-speedup-analysis"
8158
8159 - type: "plot"
8160   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
8161   algorithm: "plot_throughput_speedup_analysis_name"
8162   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr-tsa"
8163   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8164   include:
8165     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8166     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8167     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8168     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8169   layout:
8170     title: "2n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
8171     layout: "plot-throughput-speedup-analysis"
8172
8173 - type: "plot"
8174   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-ndr"
8175   algorithm: "plot_throughput_speedup_analysis_name"
8176   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-ndr-tsa"
8177   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8178   include:
8179     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8180     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8181     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8182     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8183   layout:
8184     title: "3n-hsw-xl710-64b-vhost-base-i40e-ndr"
8185     layout: "plot-throughput-speedup-analysis"
8186
8187 - type: "plot"
8188   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-pdr"
8189   algorithm: "plot_throughput_speedup_analysis_name"
8190   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-pdr-tsa"
8191   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8192   include:
8193     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8194     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8195     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8196     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8197   layout:
8198     title: "3n-hsw-xl710-64b-vhost-base-i40e-pdr"
8199     layout: "plot-throughput-speedup-analysis"
8200
8201 - type: "plot"
8202   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-vpp-ndr"
8203   algorithm: "plot_throughput_speedup_analysis_name"
8204   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-vpp-ndr-tsa"
8205   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8206   include:
8207     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8208     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8209     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8210     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8211   layout:
8212     title: "3n-hsw-xl710-64b-vhost-base-i40e-vpp-ndr"
8213     layout: "plot-throughput-speedup-analysis"
8214
8215 - type: "plot"
8216   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-vpp-pdr"
8217   algorithm: "plot_throughput_speedup_analysis_name"
8218   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-vpp-pdr-tsa"
8219   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8220   include:
8221     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8222     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8223     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8224     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8225   layout:
8226     title: "3n-hsw-xl710-64b-vhost-base-i40e-vpp-pdr"
8227     layout: "plot-throughput-speedup-analysis"
8228
8229 - type: "plot"
8230   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-ndr"
8231   algorithm: "plot_throughput_speedup_analysis_name"
8232   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
8233   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8234   include:
8235     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8236     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8237     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8238     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8239     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8240   layout:
8241     title: "3n-skx-xxv710-64b-vhost-base-i40e-ndr"
8242     layout: "plot-throughput-speedup-analysis"
8243
8244 - type: "plot"
8245   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-pdr"
8246   algorithm: "plot_throughput_speedup_analysis_name"
8247   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
8248   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8249   include:
8250     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8251     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8252     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8253     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8254     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8255   layout:
8256     title: "3n-skx-xxv710-64b-vhost-base-i40e-pdr"
8257     layout: "plot-throughput-speedup-analysis"
8258
8259 - type: "plot"
8260   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
8261   algorithm: "plot_throughput_speedup_analysis_name"
8262   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr-tsa"
8263   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8264   include:
8265     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8266     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8267     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8268     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8269     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8270   layout:
8271     title: "3n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
8272     layout: "plot-throughput-speedup-analysis"
8273
8274 - type: "plot"
8275   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
8276   algorithm: "plot_throughput_speedup_analysis_name"
8277   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr-tsa"
8278   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8279   include:
8280     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8281     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8282     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8283     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8284     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8285   layout:
8286     title: "3n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
8287     layout: "plot-throughput-speedup-analysis"
8288
8289 - type: "plot"
8290   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr"
8291   algorithm: "plot_throughput_speedup_analysis_name"
8292   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
8293   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8294   include:
8295     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8296     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8297     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8298     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8299     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8300     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8301   layout:
8302     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr"
8303     layout: "plot-throughput-speedup-analysis"
8304
8305 - type: "plot"
8306   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr"
8307   algorithm: "plot_throughput_speedup_analysis_name"
8308   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
8309   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8310   include:
8311     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8312     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8313     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8314     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8315     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8316     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8317   layout:
8318     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr"
8319     layout: "plot-throughput-speedup-analysis"
8320
8321 - type: "plot"
8322   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
8323   algorithm: "plot_throughput_speedup_analysis_name"
8324   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-ndr-tsa"
8325   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8326   include:
8327     - "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"
8328     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8329     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8330     - "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"
8331     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8332     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8333   layout:
8334     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
8335     layout: "plot-throughput-speedup-analysis"
8336
8337 - type: "plot"
8338   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
8339   algorithm: "plot_throughput_speedup_analysis_name"
8340   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-pdr-tsa"
8341   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8342   include:
8343     - "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"
8344     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8345     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8346     - "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"
8347     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8348     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8349   layout:
8350     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
8351     layout: "plot-throughput-speedup-analysis"
8352
8353 - type: "plot"
8354   title: "Speedup: 3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-ndr"
8355   algorithm: "plot_throughput_speedup_analysis_name"
8356   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
8357   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8358   include:
8359     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8360     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8361     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8362     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8363     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8364     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8365   layout:
8366     title: "3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-ndr"
8367     layout: "plot-throughput-speedup-analysis"
8368
8369 - type: "plot"
8370   title: "Speedup: 3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-pdr"
8371   algorithm: "plot_throughput_speedup_analysis_name"
8372   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
8373   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8374   include:
8375     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8376     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8377     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8378     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8379     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8380     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8381   layout:
8382     title: "3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-pdr"
8383     layout: "plot-throughput-speedup-analysis"
8384
8385 - type: "plot"
8386   title: "Speedup: 3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
8387   algorithm: "plot_throughput_speedup_analysis_name"
8388   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-vpp-ndr-tsa"
8389   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8390   include:
8391     - "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"
8392     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8393     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8394     - "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"
8395     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8396     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8397   layout:
8398     title: "3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
8399     layout: "plot-throughput-speedup-analysis"
8400
8401 - type: "plot"
8402   title: "Speedup: 3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
8403   algorithm: "plot_throughput_speedup_analysis_name"
8404   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-vpp-pdr-tsa"
8405   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8406   include:
8407     - "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"
8408     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8409     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8410     - "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"
8411     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8412     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8413   layout:
8414     title: "3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
8415     layout: "plot-throughput-speedup-analysis"
8416
8417 - type: "plot"
8418   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
8419   algorithm: "plot_throughput_speedup_analysis_name"
8420   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
8421   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8422   include:
8423     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
8424     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8425     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8426     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
8427     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8428   layout:
8429     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
8430     layout: "plot-throughput-speedup-analysis"
8431
8432 - type: "plot"
8433   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
8434   algorithm: "plot_throughput_speedup_analysis_name"
8435   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
8436   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8437   include:
8438     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
8439     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8440     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8441     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
8442     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8443   layout:
8444     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
8445     layout: "plot-throughput-speedup-analysis"
8446
8447 - type: "plot"
8448   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
8449   algorithm: "plot_throughput_speedup_analysis_name"
8450   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
8451   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8452   include:
8453     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
8454     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8455     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
8456     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
8457     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
8458   layout:
8459     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
8460     layout: "plot-throughput-speedup-analysis"
8461
8462 - type: "plot"
8463   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
8464   algorithm: "plot_throughput_speedup_analysis_name"
8465   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
8466   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8467   include:
8468     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
8469     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8470     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
8471     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
8472     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
8473   layout:
8474     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
8475     layout: "plot-throughput-speedup-analysis"
8476
8477 - type: "plot"
8478   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
8479   algorithm: "plot_throughput_speedup_analysis_name"
8480   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
8481   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8482   include:
8483     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8484     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
8485   layout:
8486     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
8487     layout: "plot-throughput-speedup-analysis"
8488
8489 - type: "plot"
8490   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
8491   algorithm: "plot_throughput_speedup_analysis_name"
8492   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
8493   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8494   include:
8495     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8496     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
8497   layout:
8498     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
8499     layout: "plot-throughput-speedup-analysis"
8500
8501 - type: "plot"
8502   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
8503   algorithm: "plot_throughput_speedup_analysis_name"
8504   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
8505   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8506   include:
8507     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
8508     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
8509     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
8510     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
8511   layout:
8512     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
8513     layout: "plot-throughput-speedup-analysis"
8514
8515 - type: "plot"
8516   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
8517   algorithm: "plot_throughput_speedup_analysis_name"
8518   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
8519   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8520   include:
8521     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
8522     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
8523     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
8524     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
8525   layout:
8526     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
8527     layout: "plot-throughput-speedup-analysis"
8528
8529 - type: "plot"
8530   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
8531   algorithm: "plot_throughput_speedup_analysis_name"
8532   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
8533   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8534   include:
8535     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
8536     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
8537     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
8538     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
8539     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
8540   layout:
8541     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
8542     layout: "plot-throughput-speedup-analysis"
8543
8544 - type: "plot"
8545   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
8546   algorithm: "plot_throughput_speedup_analysis_name"
8547   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
8548   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8549   include:
8550     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
8551     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
8552     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
8553     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
8554     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
8555   layout:
8556     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
8557     layout: "plot-throughput-speedup-analysis"
8558
8559 - type: "plot"
8560   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
8561   algorithm: "plot_throughput_speedup_analysis_name"
8562   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
8563   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8564   include:
8565     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8566     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8567     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8568     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8569     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8570     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8571   layout:
8572     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
8573     layout: "plot-throughput-speedup-analysis"
8574
8575 - type: "plot"
8576   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
8577   algorithm: "plot_throughput_speedup_analysis_name"
8578   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
8579   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8580   include:
8581     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8582     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8583     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8584     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8585     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8586     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8587   layout:
8588     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
8589     layout: "plot-throughput-speedup-analysis"
8590
8591 - type: "plot"
8592   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
8593   algorithm: "plot_throughput_speedup_analysis_name"
8594   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
8595   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8596   include:
8597     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8598     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8599     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8600     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8601   layout:
8602     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
8603     layout: "plot-throughput-speedup-analysis"
8604
8605 - type: "plot"
8606   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
8607   algorithm: "plot_throughput_speedup_analysis_name"
8608   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
8609   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8610   include:
8611     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8612     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8613     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8614     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8615   layout:
8616     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
8617     layout: "plot-throughput-speedup-analysis"
8618
8619 - type: "plot"
8620   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
8621   algorithm: "plot_throughput_speedup_analysis_name"
8622   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
8623   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8624   include:
8625     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8626     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8627     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8628     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
8629     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
8630     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8631   layout:
8632     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
8633     layout: "plot-throughput-speedup-analysis"
8634
8635 - type: "plot"
8636   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
8637   algorithm: "plot_throughput_speedup_analysis_name"
8638   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
8639   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8640   include:
8641     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8642     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8643     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8644     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
8645     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
8646     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8647   layout:
8648     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
8649     layout: "plot-throughput-speedup-analysis"
8650
8651 - type: "plot"
8652   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
8653   algorithm: "plot_throughput_speedup_analysis_name"
8654   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
8655   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8656   include:
8657     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8658     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8659     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8660     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8661     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8662   layout:
8663     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
8664     layout: "plot-throughput-speedup-analysis"
8665
8666 - type: "plot"
8667   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
8668   algorithm: "plot_throughput_speedup_analysis_name"
8669   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
8670   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8671   include:
8672     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8673     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8674     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8675     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8676     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8677   layout:
8678     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
8679     layout: "plot-throughput-speedup-analysis"
8680
8681 - type: "plot"
8682   title: "Speedup: 3n-tsh-x520-114b-vts-l2switching-base-ixgbe-ndr-tsa"
8683   algorithm: "plot_throughput_speedup_analysis_name"
8684   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-vts-l2switching-base-ixgbe-ndr-tsa"
8685   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8686   include:
8687     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8688     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8689     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8690   layout:
8691     title: "3n-tsh-x520-114b-vts-l2switching-base-ixgbe-ndr"
8692     layout: "plot-throughput-speedup-analysis"
8693
8694 - type: "plot"
8695   title: "Speedup: 3n-tsh-x520-114b-vts-l2switching-base-ixgbe-pdr-tsa"
8696   algorithm: "plot_throughput_speedup_analysis_name"
8697   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-vts-l2switching-base-ixgbe-pdr-tsa"
8698   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8699   include:
8700     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8701     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8702     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8703   layout:
8704     title: "3n-tsh-x520-114b-vts-l2switching-base-ixgbe-pdr"
8705     layout: "plot-throughput-speedup-analysis"
8706
8707 - type: "plot"
8708   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
8709   algorithm: "plot_throughput_speedup_analysis_name"
8710   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
8711   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8712   include:
8713     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8714   layout:
8715     title: "2n-dnv-x553-64b-ip4routing-base-ixgbe-ndr-tsa"
8716     layout: "plot-throughput-speedup-analysis"
8717
8718 - type: "plot"
8719   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
8720   algorithm: "plot_throughput_speedup_analysis_name"
8721   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
8722   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8723   include:
8724     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8725   layout:
8726     title: "2n-dnv-x553-64b-ip4routing-base-ixgbe-pdr-tsa"
8727     layout: "plot-throughput-speedup-analysis"
8728
8729 - type: "plot"
8730   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
8731   algorithm: "plot_throughput_speedup_analysis_name"
8732   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
8733   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8734   include:
8735     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
8736   layout:
8737     title: "2n-dnv-x553-78b-ip6routing-base-ixgbe-ndr-tsa"
8738     layout: "plot-throughput-speedup-analysis"
8739
8740 - type: "plot"
8741   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
8742   algorithm: "plot_throughput_speedup_analysis_name"
8743   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
8744   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8745   include:
8746     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
8747   layout:
8748     title: "2n-dnv-x553-78b-ip6routing-base-ixgbe-pdr-tsa"
8749     layout: "plot-throughput-speedup-analysis"
8750
8751 - type: "plot"
8752   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
8753   algorithm: "plot_throughput_speedup_analysis_name"
8754   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
8755   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8756   include:
8757     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8758     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8759     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8760   layout:
8761     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
8762     layout: "plot-throughput-speedup-analysis"
8763
8764 - type: "plot"
8765   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
8766   algorithm: "plot_throughput_speedup_analysis_name"
8767   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
8768   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8769   include:
8770     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8771     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8772     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8773   layout:
8774     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
8775     layout: "plot-throughput-speedup-analysis"
8776
8777 - type: "plot"
8778   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
8779   algorithm: "plot_throughput_speedup_analysis_name"
8780   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
8781   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8782   include:
8783     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8784   layout:
8785     title: "3n-dnv-x553-64b-ip4routing-base-ixgbe-ndr-tsa"
8786     layout: "plot-throughput-speedup-analysis"
8787
8788 - type: "plot"
8789   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
8790   algorithm: "plot_throughput_speedup_analysis_name"
8791   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
8792   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8793   include:
8794     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8795   layout:
8796     title: "3n-dnv-x553-64b-ip4routing-base-ixgbe-pdr-tsa"
8797     layout: "plot-throughput-speedup-analysis"
8798
8799 - type: "plot"
8800   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
8801   algorithm: "plot_throughput_speedup_analysis_name"
8802   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
8803   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8804   include:
8805     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
8806     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8807   layout:
8808     title: "3n-dnv-x553-64b-ip4tunnel-base-ixgbe-ndr-tsa"
8809     layout: "plot-throughput-speedup-analysis"
8810
8811 - type: "plot"
8812   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
8813   algorithm: "plot_throughput_speedup_analysis_name"
8814   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
8815   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8816   include:
8817     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
8818     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8819   layout:
8820     title: "3n-dnv-x553-64b-ip4tunnel-base-ixgbe-pdr-tsa"
8821     layout: "plot-throughput-speedup-analysis"
8822
8823 - type: "plot"
8824   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
8825   algorithm: "plot_throughput_speedup_analysis_name"
8826   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
8827   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8828   include:
8829     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
8830   layout:
8831     title: "3n-dnv-x553-78b-ip6routing-base-ixgbe-ndr-tsa"
8832     layout: "plot-throughput-speedup-analysis"
8833
8834 - type: "plot"
8835   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
8836   algorithm: "plot_throughput_speedup_analysis_name"
8837   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
8838   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8839   include:
8840     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
8841   layout:
8842     title: "3n-dnv-x553-78b-ip6routing-base-ixgbe-pdr-tsa"
8843     layout: "plot-throughput-speedup-analysis"
8844
8845 - type: "plot"
8846   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
8847   algorithm: "plot_throughput_speedup_analysis_name"
8848   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
8849   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8850   include:
8851     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8852     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8853     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8854     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8855     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8856     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8857   layout:
8858     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
8859     layout: "plot-throughput-speedup-analysis"
8860
8861 - type: "plot"
8862   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
8863   algorithm: "plot_throughput_speedup_analysis_name"
8864   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
8865   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8866   include:
8867     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8868     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8869     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8870     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8871     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8872     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8873   layout:
8874     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
8875     layout: "plot-throughput-speedup-analysis"
8876
8877 - type: "plot"
8878   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
8879   algorithm: "plot_throughput_speedup_analysis_name"
8880   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
8881   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8882   include:
8883     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8884     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8885     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8886   layout:
8887     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
8888     layout: "plot-throughput-speedup-analysis"
8889
8890 - type: "plot"
8891   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
8892   algorithm: "plot_throughput_speedup_analysis_name"
8893   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
8894   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8895   include:
8896     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8897     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8898     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8899   layout:
8900     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
8901     layout: "plot-throughput-speedup-analysis"