c1754cbd08a03fa117d2eaeb6c52c5189cf5217b
[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
146     # 3n-skx
147
148     plot-vpp-throughput-lat-tsa-3n-skx:
149       csit-vpp-perf-verify-1908_1-3n-skx:
150         - 3   # NDRPDR sel
151         - 4   # NDRPDR sel
152
153     # 2n-skx
154
155     plot-vpp-throughput-lat-tsa-2n-skx:
156       csit-vpp-perf-verify-1908_1-2n-skx:
157         - 3   # NDRPDR sel
158         - 4   # NDRPDR sel
159         - 6   # NDRPDR sel
160
161     plot-vpp-nfv-reconf-2n-skx:
162       csit-vpp-perf-verify-1908_1-2n-skx:
163         - 8   # Reconf
164
165     # 3n-tsh
166
167 #    plot-vpp-throughput-lat-tsa-3n-tsh:
168 #      csit-vpp-perf-verify-1908_1-3n-tsh:
169 #        - # TODO: Add data
170
171     # 3n-dnv
172
173     plot-vpp-throughput-lat-tsa-3n-dnv:
174       csit-vpp-perf-verify-1908_1-3n-dnv:
175         - 2   # NDRPDR sel
176         - 3   # NDRPDR sel
177         - 5   # NDRPDR sel
178         - 6   # NDRPDR sel
179
180     # 2n-dnv
181
182     plot-vpp-throughput-lat-tsa-2n-dnv:
183       csit-vpp-perf-verify-1908_1-2n-dnv:
184         - 2   # NDRPDR sel
185         - 3   # NDRPDR sel
186         - 4   # NDRPDR sel
187         - 5   # NDRPDR sel
188         - 7   # NDRPDR sel
189         - 8   # NDRPDR sel
190
191     ###########################################################################
192     # Simple tables (only one data set):
193
194     # NIC Comparisons
195
196     vpp-nic-comparison-3n-skx:
197       csit-vpp-perf-verify-1908_1-3n-skx:
198         - 3   # NDRPDR sel
199         - 4   # NDRPDR sel
200
201     vpp-nic-comparison-2n-skx:
202       csit-vpp-perf-verify-1908_1-2n-skx:
203         - 3   # NDRPDR sel
204         - 4   # NDRPDR sel
205         - 6   # NDRPDR sel
206
207     vpp-nic-comparison-3n-skx-mrr:
208       csit-vpp-perf-verify-1908_1-3n-skx:
209         - 5   # MRR sel
210
211     vpp-nic-comparison-2n-skx-mrr:
212       csit-vpp-perf-verify-1908_1-2n-skx:
213         - 5   # MRR sel
214
215     # Results
216
217     vpp-perf-results-3n-hsw:
218       csit-vpp-perf-verify-1908_1-3n-hsw:
219         - 3   # NDRPDR sel
220
221     vpp-perf-results-3n-skx:
222       csit-vpp-perf-verify-1908_1-3n-skx:
223         - 3   # NDRPDR sel
224
225     vpp-perf-results-2n-skx:
226       csit-vpp-perf-verify-1908_1-2n-skx:
227         - 3   # NDRPDR sel
228         - 8   # Reconf
229
230 #    vpp-perf-results-3n-tsh:
231 #      csit-vpp-perf-verify-1908_1-3n-tsh:
232 #        - # TODO: Add data
233
234     vpp-perf-results-3n-dnv:
235       csit-vpp-perf-verify-1908_1-3n-dnv:
236         - 2   # NDRPDR sel
237
238     vpp-perf-results-2n-dnv:
239       csit-vpp-perf-verify-1908_1-2n-dnv:
240         - 2   # NDRPDR sel
241
242     vpp-mrr-results-3n-hsw:
243       csit-vpp-perf-verify-1908_1-3n-hsw:
244         - 5   # MRR sel
245
246     vpp-mrr-results-3n-skx:
247       csit-vpp-perf-verify-1908_1-3n-skx:
248         - 5   # MRR sel
249
250     vpp-mrr-results-2n-skx:
251       csit-vpp-perf-verify-1908_1-2n-skx:
252         - 5   # MRR sel
253
254     vpp-mrr-results-3n-tsh:
255       csit-vpp-perf-verify-1908_1-3n-tsh:
256         - 4   # MRR sel
257
258     vpp-mrr-results-3n-dnv:
259       csit-vpp-perf-verify-1908_1-3n-dnv:
260         - 4   # MRR sel
261
262     vpp-mrr-results-2n-dnv:
263       csit-vpp-perf-verify-1908_1-2n-dnv:
264         - 6   # MRR sel
265
266     vpp-func-results-ubuntu:
267       csit-vpp-functional-1908_1-ubuntu1604-virl:
268         - 1
269
270     vpp-func-results-centos:
271       csit-vpp-functional-1908_1-centos7-virl:
272         - 1
273
274     vpp-device-results-ubuntu:
275       csit-vpp-device-1908-ubuntu1804-1n-skx:
276         - 286
277
278 ###########################################################################
279     # Tables (more than one data set)
280
281     # Performance changes
282
283     vpp-performance-changes-3n-hsw-h1:
284       csit-vpp-perf-verify-1901-3n-hsw:
285         - 10  # NDRPDR sel
286         - 19  # NDRPDR sel
287         - 31  # NDRPDR sel
288         - 36  # NDRPDR sel
289         - 40  # NDRPDR sel
290         - 42  # NDRPDR sel
291         - 44  # NDRPDR sel
292         - 46  # NDRPDR sel
293         - 47  # NDRPDR sel
294         - 48  # NDRPDR sel
295         - 61  # NDRPDR LB
296         - 62  # NDRPDR LB
297         - 63  # NDRPDR LB
298         - 64  # NDRPDR LB
299         - 65  # NDRPDR LB
300         - 66  # NDRPDR LB
301         - 67  # NDRPDR LB
302         - 69  # NDRPDR LB
303         - 70  # NDRPDR LB
304         - 71  # NDRPDR LB
305     vpp-performance-changes-3n-hsw-ref:
306       csit-vpp-perf-verify-1904-3n-hsw:
307         - 11  # NDRPDR sel
308         - 12  # NDRPDR sel
309         - 20  # NDRPDR sel
310         - 21  # NDRPDR sel
311         - 23  # NDRPDR sel
312         - 24  # NDRPDR sel
313         - 25  # NDRPDR sel
314         - 26  # NDRPDR sel
315         - 29  # NDRPDR sel
316         - 30  # NDRPDR sel
317     vpp-performance-changes-3n-hsw-cmp:
318       csit-vpp-perf-verify-1908_1-3n-hsw:
319         - 3   # NDRPDR sel
320         - 4   # NDRPDR sel
321     vpp-performance-changes-3n-hsw:
322       - "vpp-performance-changes-3n-hsw-h1"
323       - "vpp-performance-changes-3n-hsw-ref"
324       - "vpp-performance-changes-3n-hsw-cmp"
325
326     vpp-performance-changes-3n-skx-h1:
327       csit-vpp-perf-verify-1901-3n-skx:
328         - 18  # NDRPDR sel
329         - 19  # NDRPDR sel
330         - 20  # NDRPDR sel
331         - 28  # NDRPDR sel
332         - 31  # NDRPDR sel
333         - 33  # NDRPDR sel
334         - 36  # NDRPDR sel
335         - 38  # NDRPDR sel
336         - 47  # NDRPDR sel
337         - 48  # NDRPDR sel
338         - 54  # NDRPDR LB
339         - 57  # NDRPDR LB
340         - 58  # NDRPDR LB
341         - 59  # NDRPDR LB
342         - 60  # NDRPDR LB
343         - 63  # NDRPDR LB
344         - 64  # NDRPDR LB
345         - 65  # NDRPDR LB
346         - 66  # NDRPDR LB
347         - 67  # NDRPDR LB
348     vpp-performance-changes-3n-skx-ref:
349       csit-vpp-perf-verify-1904-3n-skx:
350         - 8   # NDRPDR sel
351         - 9   # NDRPDR sel
352         - 10  # NDRPDR sel
353         - 11  # NDRPDR sel
354         - 12  # NDRPDR sel
355         - 14  # NDRPDR sel
356         - 16  # NDRPDR sel
357         - 21  # NDRPDR sel
358         - 23  # NDRPDR sel
359         - 25  # NDRPDR sel
360     vpp-performance-changes-3n-skx-cmp:
361       csit-vpp-perf-verify-1908_1-3n-skx:
362         - 3   # NDRPDR sel
363         - 4   # NDRPDR sel
364     vpp-performance-changes-3n-skx:
365       - "vpp-performance-changes-3n-skx-h1"
366       - "vpp-performance-changes-3n-skx-ref"
367       - "vpp-performance-changes-3n-skx-cmp"
368
369     vpp-performance-changes-2n-skx-h1:
370       csit-vpp-perf-verify-1901-2n-skx:
371         - 5   # NDRPDR sel
372         - 12  # NDRPDR sel
373         - 13  # NDRPDR sel
374         - 21  # NDRPDR sel
375         - 23  # NDRPDR sel
376         - 31  # NDRPDR sel
377         - 34  # NDRPDR sel
378         - 40  # NDRPDR sel
379         - 42  # NDRPDR sel
380         - 43  # NDRPDR sel
381     vpp-performance-changes-2n-skx-ref:
382       csit-vpp-perf-verify-1904-2n-skx:
383         - 12  # NDRPDR sel
384         - 14  # NDRPDR sel
385         - 16  # NDRPDR sel
386         - 17  # NDRPDR sel
387         - 18  # NDRPDR sel
388         - 21  # NDRPDR sel
389         - 27  # NDRPDR sel
390         - 30  # NDRPDR sel
391         - 31  # NDRPDR sel
392         - 32  # NDRPDR sel
393     vpp-performance-changes-2n-skx-cmp:
394       csit-vpp-perf-verify-1908_1-2n-skx:
395         - 3   # NDRPDR sel
396         - 4   # NDRPDR sel
397         - 6   # NDRPDR sel
398     vpp-performance-changes-2n-skx:
399       - "vpp-performance-changes-2n-skx-h1"
400       - "vpp-performance-changes-2n-skx-ref"
401       - "vpp-performance-changes-2n-skx-cmp"
402
403     vpp-performance-changes-3n-hsw-mrr-h1:
404       csit-vpp-perf-verify-1901-3n-hsw:
405         - 35  # MRR sel
406     vpp-performance-changes-3n-hsw-mrr-ref:
407       csit-vpp-perf-verify-1904-3n-hsw:
408         - 9   # MRR sel
409     vpp-performance-changes-3n-hsw-mrr-cmp:
410       csit-vpp-perf-verify-1908_1-3n-hsw:
411         - 5   # MRR sel
412     vpp-performance-changes-3n-hsw-mrr:
413       - "vpp-performance-changes-3n-hsw-mrr-h1"
414       - "vpp-performance-changes-3n-hsw-mrr-ref"
415       - "vpp-performance-changes-3n-hsw-mrr-cmp"
416
417     vpp-performance-changes-3n-skx-mrr-h1:
418       csit-vpp-perf-verify-1901-3n-skx:
419         - 32  # MRR sel
420     vpp-performance-changes-3n-skx-mrr-ref:
421       csit-vpp-perf-verify-1904-3n-skx:
422         - 7   # MRR sel
423     vpp-performance-changes-3n-skx-mrr-cmp:
424       csit-vpp-perf-verify-1908_1-3n-skx:
425         - 5   # MRR sel
426     vpp-performance-changes-3n-skx-mrr:
427       - "vpp-performance-changes-3n-skx-mrr-h1"
428       - "vpp-performance-changes-3n-skx-mrr-ref"
429       - "vpp-performance-changes-3n-skx-mrr-cmp"
430
431     vpp-performance-changes-2n-skx-mrr-h1:
432       csit-vpp-perf-verify-1901-2n-skx:
433         - 22  # MRR sel
434     vpp-performance-changes-2n-skx-mrr-ref:
435       csit-vpp-perf-verify-1904-2n-skx:
436         - 11  # MRR sel
437     vpp-performance-changes-2n-skx-mrr-cmp:
438       csit-vpp-perf-verify-1908_1-2n-skx:
439         - 5   # MRR sel
440     vpp-performance-changes-2n-skx-mrr:
441       - "vpp-performance-changes-2n-skx-mrr-h1"
442       - "vpp-performance-changes-2n-skx-mrr-ref"
443       - "vpp-performance-changes-2n-skx-mrr-cmp"
444
445     # Compare testbeds
446
447     vpp-compare-testbeds-ref:
448       csit-vpp-perf-verify-1908_1-3n-hsw:
449         - 3   # NDRPDR sel
450         - 4   # NDRPDR sel
451     vpp-compare-testbeds-cmp:
452       csit-vpp-perf-verify-1908_1-3n-skx:
453         - 3   # NDRPDR sel
454         - 4   # NDRPDR sel
455     vpp-compare-testbeds:
456       - "vpp-compare-testbeds-ref"
457       - "vpp-compare-testbeds-cmp"
458
459     vpp-compare-testbeds-mrr-ref:
460       csit-vpp-perf-verify-1908_1-3n-hsw:
461         - 5   # MRR sel
462     vpp-compare-testbeds-mrr-cmp:
463       csit-vpp-perf-verify-1908_1-3n-skx:
464         - 5   # MRR sel
465     vpp-compare-testbeds-mrr:
466       - "vpp-compare-testbeds-mrr-ref"
467       - "vpp-compare-testbeds-mrr-cmp"
468
469     # Compare topologies
470
471     vpp-compare-topologies-ref:
472       csit-vpp-perf-verify-1908_1-3n-skx:
473         - 3   # NDRPDR sel
474         - 4   # NDRPDR sel
475     vpp-compare-topologies-cmp:
476       csit-vpp-perf-verify-1908_1-2n-skx:
477         - 3   # NDRPDR sel
478         - 4   # NDRPDR sel
479         - 6   # NDRPDR sel
480     vpp-compare-topologies:
481       - "vpp-compare-topologies-ref"
482       - "vpp-compare-topologies-cmp"
483
484     vpp-compare-topologies-mrr-ref:
485       csit-vpp-perf-verify-1908_1-3n-skx:
486         - 5   # MRR sel
487     vpp-compare-topologies-mrr-cmp:
488       csit-vpp-perf-verify-1908_1-2n-skx:
489         - 5   # MRR sel
490     vpp-compare-topologies-mrr:
491       - "vpp-compare-topologies-mrr-ref"
492       - "vpp-compare-topologies-mrr-cmp"
493
494   plot-layouts:
495
496     plot-soak-throughput:
497       titlefont:
498         size: 18
499       xaxis:
500         title: "<b>Test Cases [Index]</b>"
501         titlefont:
502           size: 16
503         autorange: True
504         fixedrange: False
505         gridcolor: "rgb(230, 230, 230)"
506         linecolor: "rgb(220, 220, 220)"
507         linewidth: 1
508         showgrid: True
509         showline: True
510         showticklabels: True
511         tickcolor: "rgb(220, 220, 220)"
512         tickmode: "linear"
513         tickfont:
514           size: 16
515         zeroline: False
516       yaxis:
517         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
518         titlefont:
519           size: 16
520         gridcolor: "rgb(230, 230, 230)"
521         hoverformat: ".4r"
522         tickformat: ".3r"
523         linecolor: "rgb(220, 220, 220)"
524         linewidth: 1
525         showgrid: True
526         showline: True
527         showticklabels: True
528         tickcolor: "rgb(220, 220, 220)"
529         tickfont:
530           size: 16
531         zeroline: False
532         range: [0,50]
533       autosize: False
534       margin:
535         t: 50
536         b: 0
537         l: 80
538         r: 20
539       showlegend: True
540       legend:
541         orientation: "h"
542         font:
543           size: 16
544       width: 700
545       height: 900
546
547     plot-service-density:
548       titlefont:
549         size: 18
550       xaxis:
551         side: "top"
552         autorange: True
553         fixedrange: False
554         showgrid: False
555         showline: False
556         showticklabels: False
557         ticks: ""
558         ticklen: 0
559         tickwidth: 0
560         zeroline: False
561       yaxis:
562         autorange: "reversed"
563         showgrid: False
564         showline: False
565         showticklabels: False
566         ticks: ""
567         ticklen: 0
568         tickwidth: 0
569         zeroline: False
570       autosize: True
571       showlegend: False
572       width: 700
573       height: 700
574
575     plot-cps:
576       titlefont:
577         size: 18
578       xaxis:
579         title: "<b>Test Cases [Index]</b>"
580         titlefont:
581           size: 16
582         autorange: True
583         fixedrange: False
584         gridcolor: "rgb(230, 230, 230)"
585         linecolor: "rgb(220, 220, 220)"
586         linewidth: 1
587         showgrid: True
588         showline: True
589         showticklabels: True
590         tickcolor: "rgb(220, 220, 220)"
591         tickmode: "linear"
592         tickfont:
593           size: 16
594         zeroline: False
595       yaxis:
596         title: "<b>Connections Per Second [cps]</b>"
597         titlefont:
598           size: 16
599         gridcolor: "rgb(230, 230, 230)"
600         hoverformat: ".4s"
601         linecolor: "rgb(220, 220, 220)"
602         linewidth: 1
603         rangemode: "tozero"
604         showgrid: True
605         showline: True
606         showticklabels: True
607         tickcolor: "rgb(220, 220, 220)"
608         tickformat: ".3s"
609         tickfont:
610           size: 16
611         zeroline: False
612       boxmode: "group"
613       boxgroupgap: 0.5
614       autosize: False
615       margin:
616         t: 50
617         b: 20
618         l: 80
619         r: 20
620       showlegend: True
621       legend:
622         orientation: "h"
623         font:
624           size: 16
625       width: 700
626       height: 800
627
628     plot-rps:
629       titlefont:
630         size: 18
631       xaxis:
632         title: "<b>Test Cases [Index]</b>"
633         titlefont:
634           size: 16
635         autorange: True
636         fixedrange: False
637         gridcolor: "rgb(230, 230, 230)"
638         linecolor: "rgb(220, 220, 220)"
639         linewidth: 1
640         showgrid: True
641         showline: True
642         showticklabels: True
643         tickcolor: "rgb(220, 220, 220)"
644         tickmode: "linear"
645         tickfont:
646           size: 16
647         zeroline: False
648       yaxis:
649         title: "<b>Requests Per Second [rps]</b>"
650         titlefont:
651           size: 16
652         gridcolor: "rgb(230, 230, 230)"
653         hoverformat: ".4s"
654         linecolor: "rgb(220, 220, 220)"
655         linewidth: 1
656         rangemode: "tozero"
657         showgrid: True
658         showline: True
659         showticklabels: True
660         tickcolor: "rgb(230, 230, 230)"
661         tickformat: ".3s"
662         tickfont:
663           size: 16
664         zeroline: False
665       boxmode: "group"
666       boxgroupgap: 0.5
667       autosize: False
668       margin:
669         t: 50
670         b: 20
671         l: 80
672         r: 20
673       showlegend: True
674       legend:
675         orientation: "h"
676         font:
677           size: 16
678       width: 700
679       height: 800
680
681     plot-throughput:
682       titlefont:
683         size: 18
684       xaxis:
685         title: "<b>Test Cases [Index]</b>"
686         titlefont:
687           size: 16
688         autorange: True
689         fixedrange: False
690         gridcolor: "rgb(230, 230, 230)"
691         linecolor: "rgb(220, 220, 220)"
692         linewidth: 1
693         showgrid: True
694         showline: True
695         showticklabels: True
696         tickcolor: "rgb(220, 220, 220)"
697         tickmode: "linear"
698         tickfont:
699           size: 16
700         zeroline: False
701       yaxis:
702         title: "<b>Packet Throughput [Mpps]</b>"
703         titlefont:
704           size: 16
705         gridcolor: "rgb(230, 230, 230)"
706         hoverformat: ".4r"
707         tickformat: ".3r"
708         linecolor: "rgb(220, 220, 220)"
709         linewidth: 1
710         showgrid: True
711         showline: True
712         showticklabels: True
713         tickcolor: "rgb(220, 220, 220)"
714         tickfont:
715           size: 16
716         zeroline: False
717         range: [0,50]
718       boxmode: "group"
719       boxgroupgap: 0.5
720       autosize: False
721       margin:
722         t: 50
723         b: 0
724         l: 80
725         r: 20
726       showlegend: True
727       legend:
728         orientation: "h"
729         font:
730           size: 16
731       width: 700
732       height: 900
733
734     plot-throughput-speedup-analysis:
735       titlefont:
736         size: 18
737       xaxis:
738         title: "<b>Number of Cores [Qty]</b>"
739         titlefont:
740           size: 16
741         autorange: True
742         fixedrange: False
743         gridcolor: "rgb(230, 230, 230)"
744         linecolor: "rgb(220, 220, 220)"
745         linewidth: 1
746         showgrid: True
747         showline: True
748         showticklabels: True
749         tickcolor: "rgb(238, 238, 238)"
750         tickmode: "linear"
751         tickfont:
752           size: 16
753         zeroline: False
754       yaxis:
755         title: "<b>Packet Throughput [Mpps]</b>"
756         titlefont:
757           size: 16
758         type: "linear"
759         gridcolor: "rgb(230, 230, 230)"
760         hoverformat: ".4s"
761         linecolor: "rgb(220, 220, 220)"
762         linewidth: 1
763         showgrid: True
764         showline: True
765         showticklabels: True
766         tickcolor: "rgb(220, 220, 220)"
767         tickformat: ".4s"
768         tickfont:
769           size: 16
770         zeroline: True
771         rangemode: "tozero"
772         range: [0,100]
773       legend:
774         orientation: "h"
775         font:
776           size: 16
777         xanchor: "left"
778         yanchor: "top"
779         x: 0
780         y: -0.2
781         bgcolor: "rgba(255, 255, 255, 0)"
782         bordercolor: "rgba(255, 255, 255, 0)"
783         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
784       autosize: False
785       margin:
786           't': 50
787           'b': 150
788           'l': 85
789           'r': 10
790       showlegend: True
791       width: 700
792       height: 700
793       hoverlabel:
794         namelength: -1
795       annotations: [
796         {
797           text: "_ _          __          ...",
798           align: "left",
799           showarrow: False,
800           xref: "paper",
801           yref: "paper",
802           xanchor: "left",
803           yanchor: "top",
804           x: 0,
805           y: -0.13,
806           font: {
807             family: "Consolas, Courier New",
808             size: 15
809           },
810         },
811         {
812           text: "    Perfect     Measured     Limit",
813           align: "left",
814           showarrow: False,
815           xref: "paper",
816           yref: "paper",
817           xanchor: "left",
818           yanchor: "top",
819           x: 0,
820           y: -0.15,
821           font: {
822             family: "Consolas, Courier New",
823             size: 15
824           },
825         },
826       ]
827
828     plot-latency:
829       titlefont:
830         size: 18
831       xaxis:
832         title: "<b>Direction</b>"
833         titlefont:
834           size: 16
835         autorange: True
836         fixedrange: False
837         gridcolor: "rgb(230, 230, 230)"
838         linecolor: "rgb(220, 220, 220)"
839         linewidth: 1
840         showgrid: True
841         showline: True
842         showticklabels: False
843         tickcolor: "rgb(220, 220, 220)"
844         tickmode: "linear"
845         tickfont:
846           size: 16
847         zeroline: False
848       yaxis:
849         title: "<b>Packet Latency [uSec]</b>"
850         titlefont:
851           size: 16
852         type: "linear"
853         gridcolor: "rgb(230, 230, 230)"
854         hoverformat: ".4s"
855         linecolor: "rgb(220, 220, 220)"
856         linewidth: 1
857         showgrid: True
858         showline: True
859         showticklabels: True
860         tickcolor: "rgb(220, 220, 220)"
861         tickformat: ".4s"
862         tickfont:
863           size: 16
864         zeroline: True
865         rangemode: "tozero"
866       legend:
867         orientation: "h"
868         font:
869           size: 16
870         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
871       autosize: False
872       margin:
873           't': 50
874           'b': 150
875           'l': 80
876           'r': 10
877       showlegend: True
878       width: 700
879       height: 700
880       hoverlabel:
881         namelength: -1
882
883 - type: "static"
884   src-path: "{DIR[RST]}"
885   dst-path: "{DIR[WORKING,SRC]}"
886
887 - type: "input"
888   general:
889     file-name: "output_info.xml.gz"
890     file-format: ".gz"
891     arch-file-format:
892       - ".gz"
893       - ".zip"
894     download-path: "{job}/{build}/archives/{filename}"
895     extract: "output.xml"
896
897     zip-file-name: "robot-plugin.zip"
898     zip-file-format: ".zip"
899     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
900     zip-extract: "robot-plugin/output.xml"
901
902   builds:
903
904     csit-vpp-perf-verify-1901-3n-hsw:
905       - 35  # MRR sel
906       - 10  # NDRPDR sel
907       - 19  # NDRPDR sel
908       - 31  # NDRPDR sel
909       - 36  # NDRPDR sel
910       - 40  # NDRPDR sel
911       - 42  # NDRPDR sel
912       - 44  # NDRPDR sel
913       - 46  # NDRPDR sel
914       - 47  # NDRPDR sel
915       - 48  # NDRPDR sel
916       - 61  # NDRPDR LB
917       - 62  # NDRPDR LB
918       - 63  # NDRPDR LB
919       - 64  # NDRPDR LB
920       - 65  # NDRPDR LB
921       - 66  # NDRPDR LB
922       - 67  # NDRPDR LB
923       - 69  # NDRPDR LB
924       - 70  # NDRPDR LB
925       - 71  # NDRPDR LB
926     csit-vpp-perf-verify-1904-3n-hsw:
927       - 9   # MRR sel
928       - 11  # NDRPDR sel
929       - 12  # NDRPDR sel
930       - 20  # NDRPDR sel
931       - 21  # NDRPDR sel
932       - 23  # NDRPDR sel
933       - 24  # NDRPDR sel
934       - 25  # NDRPDR sel
935       - 26  # NDRPDR sel
936       - 29  # NDRPDR sel
937       - 30  # NDRPDR sel
938     csit-vpp-perf-verify-1908_1-3n-hsw:
939       - 5   # MRR sel
940       - 3   # NDRPDR sel
941       - 4   # NDRPDR sel
942
943     csit-vpp-perf-verify-1901-3n-skx:
944       - 32  # MRR sel
945       - 18  # NDRPDR sel
946       - 19  # NDRPDR sel
947       - 20  # NDRPDR sel
948       - 28  # NDRPDR sel
949       - 31  # NDRPDR sel
950       - 33  # NDRPDR sel
951       - 36  # NDRPDR sel
952       - 38  # NDRPDR sel
953       - 47  # NDRPDR sel
954       - 48  # NDRPDR sel
955       - 54  # NDRPDR LB
956       - 57  # NDRPDR LB
957       - 58  # NDRPDR LB
958       - 59  # NDRPDR LB
959       - 60  # NDRPDR LB
960       - 63  # NDRPDR LB
961       - 64  # NDRPDR LB
962       - 65  # NDRPDR LB
963       - 66  # NDRPDR LB
964       - 67  # NDRPDR LB
965     csit-vpp-perf-verify-1904-3n-skx:
966       - 7   # MRR sel
967       - 8   # NDRPDR sel
968       - 9   # NDRPDR sel
969       - 10  # NDRPDR sel
970       - 11  # NDRPDR sel
971       - 12  # NDRPDR sel
972       - 14  # NDRPDR sel
973       - 16  # NDRPDR sel
974       - 21  # NDRPDR sel
975       - 23  # NDRPDR sel
976       - 25  # NDRPDR sel
977     csit-vpp-perf-verify-1908_1-3n-skx:
978       - 5   # MRR sel
979       - 3   # NDRPDR sel
980       - 4   # NDRPDR sel
981
982     csit-vpp-perf-verify-1901-2n-skx:
983       - 22  # MRR sel
984       - 5   # NDRPDR sel
985       - 12  # NDRPDR sel
986       - 13  # NDRPDR sel
987       - 21  # NDRPDR sel
988       - 23  # NDRPDR sel
989       - 31  # NDRPDR sel
990       - 34  # NDRPDR sel
991       - 40  # NDRPDR sel
992       - 42  # NDRPDR sel
993       - 43  # NDRPDR sel
994     csit-vpp-perf-verify-1904-2n-skx:
995       - 11  # MRR sel
996       - 12  # NDRPDR sel
997       - 14  # NDRPDR sel
998       - 16  # NDRPDR sel
999       - 17  # NDRPDR sel
1000       - 18  # NDRPDR sel
1001       - 21  # NDRPDR sel
1002       - 27  # NDRPDR sel
1003       - 30  # NDRPDR sel
1004       - 31  # NDRPDR sel
1005       - 32  # NDRPDR sel
1006     csit-vpp-perf-verify-1908_1-2n-skx:
1007       - 5   # MRR sel
1008       - 3   # NDRPDR sel
1009       - 4   # NDRPDR sel
1010       - 6   # NDRPDR sel
1011       - 8   # Reconf
1012
1013     csit-vpp-perf-verify-1908_1-3n-tsh:
1014       - 4   # MRR sel
1015
1016     csit-vpp-perf-verify-1908_1-3n-dnv:
1017       - 4   # MRR sel
1018       - 2   # NDRPDR sel
1019       - 3   # NDRPDR sel
1020       - 5   # NDRPDR sel
1021       - 6   # NDRPDR sel
1022
1023     csit-vpp-perf-verify-1908_1-2n-dnv:
1024       - 6   # MRR sel
1025       - 2   # NDRPDR sel
1026       - 3   # NDRPDR sel
1027       - 4   # NDRPDR sel
1028       - 5   # NDRPDR sel
1029       - 7   # NDRPDR sel
1030       - 8   # NDRPDR sel
1031
1032     csit-vpp-functional-1908_1-ubuntu1604-virl:
1033       - 1
1034     csit-vpp-functional-1908_1-centos7-virl:
1035       - 1
1036     csit-vpp-device-1908-ubuntu1804-1n-skx:
1037       - 286
1038
1039 - type: "output"
1040   output: "report"
1041   format:
1042     html:
1043     - full
1044     pdf:
1045     - minimal
1046
1047 ################################################################################
1048 ###                               T A B L E S                                ###
1049 ################################################################################
1050
1051 # VPP Compare NICs 3n-skx 2t1c ndr
1052 - type: "table"
1053   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1054   algorithm: "table_nics_comparison"
1055   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1056   reference:
1057     title: "x710"
1058     nic: "NIC_Intel-X710"
1059   compare:
1060     title: "xxv710"
1061     nic: "NIC_Intel-XXV710"
1062   data: "vpp-nic-comparison-3n-skx"
1063   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1064   filter: "'2T1C' and 'NDRPDR'"
1065   parameters:
1066   - "name"
1067   - "parent"
1068   - "throughput"
1069   - "tags"
1070
1071 # VPP Compare NICs 3n-skx 4t2c ndr
1072 - type: "table"
1073   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1074   algorithm: "table_nics_comparison"
1075   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1076   reference:
1077     title: "x710"
1078     nic: "NIC_Intel-X710"
1079   compare:
1080     title: "xxv710"
1081     nic: "NIC_Intel-XXV710"
1082   data: "vpp-nic-comparison-3n-skx"
1083   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1084   filter: "'4T2C' and 'NDRPDR'"
1085   parameters:
1086   - "name"
1087   - "parent"
1088   - "throughput"
1089   - "tags"
1090
1091 # VPP Compare NICs 3n-skx 2t1c pdr
1092 - type: "table"
1093   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1094   algorithm: "table_nics_comparison"
1095   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1096   reference:
1097     title: "x710"
1098     nic: "NIC_Intel-X710"
1099   compare:
1100     title: "xxv710"
1101     nic: "NIC_Intel-XXV710"
1102   data: "vpp-nic-comparison-3n-skx"
1103   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1104   filter: "'2T1C' and 'NDRPDR'"
1105   parameters:
1106   - "name"
1107   - "parent"
1108   - "throughput"
1109   - "tags"
1110
1111  # VPP Compare NICs 3n-skx 4t2c pdr
1112 - type: "table"
1113   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1114   algorithm: "table_nics_comparison"
1115   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1116   reference:
1117     title: "x710"
1118     nic: "NIC_Intel-X710"
1119   compare:
1120     title: "xxv710"
1121     nic: "NIC_Intel-XXV710"
1122   data: "vpp-nic-comparison-3n-skx"
1123   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1124   filter: "'4T2C' and 'NDRPDR'"
1125   parameters:
1126   - "name"
1127   - "parent"
1128   - "throughput"
1129   - "tags"
1130
1131 # VPP Compare NICs 3n-skx 2t1c mrr
1132 - type: "table"
1133   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1134   algorithm: "table_nics_comparison"
1135   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1136   reference:
1137     title: "x710"
1138     nic: "NIC_Intel-X710"
1139   compare:
1140     title: "xxv710"
1141     nic: "NIC_Intel-XXV710"
1142   data: "vpp-nic-comparison-3n-skx-mrr"
1143   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1144   filter: "'2T1C' and 'MRR'"
1145   parameters:
1146   - "name"
1147   - "parent"
1148   - "result"
1149   - "tags"
1150
1151 # VPP Compare NICs 3n-skx 4t2c mrr
1152 - type: "table"
1153   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1154   algorithm: "table_nics_comparison"
1155   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1156   reference:
1157     title: "x710"
1158     nic: "NIC_Intel-X710"
1159   compare:
1160     title: "xxv710"
1161     nic: "NIC_Intel-XXV710"
1162   data: "vpp-nic-comparison-3n-skx-mrr"
1163   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1164   filter: "'4T2C' and 'MRR'"
1165   parameters:
1166   - "name"
1167   - "parent"
1168   - "result"
1169   - "tags"
1170
1171  # VPP Compare NICs 3n-skx 8t4c mrr
1172 - type: "table"
1173   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1174   algorithm: "table_nics_comparison"
1175   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1176   reference:
1177     title: "x710"
1178     nic: "NIC_Intel-X710"
1179   compare:
1180     title: "xxv710"
1181     nic: "NIC_Intel-XXV710"
1182   data: "vpp-nic-comparison-3n-skx-mrr"
1183   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1184   filter: "'8T4C' and 'MRR'"
1185   parameters:
1186   - "name"
1187   - "parent"
1188   - "result"
1189   - "tags"
1190
1191 # VPP Compare NICs 2n-skx 2t1c ndr
1192 - type: "table"
1193   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1194   algorithm: "table_nics_comparison"
1195   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1196   reference:
1197     title: "x710"
1198     nic: "NIC_Intel-X710"
1199   compare:
1200     title: "xxv710"
1201     nic: "NIC_Intel-XXV710"
1202   data: "vpp-nic-comparison-2n-skx"
1203   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1204   filter: "'2T1C' and 'NDRPDR'"
1205   parameters:
1206   - "name"
1207   - "parent"
1208   - "throughput"
1209   - "tags"
1210
1211 # VPP Compare NICs 2n-skx 4t2c ndr
1212 - type: "table"
1213   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1214   algorithm: "table_nics_comparison"
1215   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1216   reference:
1217     title: "x710"
1218     nic: "NIC_Intel-X710"
1219   compare:
1220     title: "xxv710"
1221     nic: "NIC_Intel-XXV710"
1222   data: "vpp-nic-comparison-2n-skx"
1223   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1224   filter: "'4T2C' and 'NDRPDR'"
1225   parameters:
1226   - "name"
1227   - "parent"
1228   - "throughput"
1229   - "tags"
1230
1231  # VPP Compare NICs 2n-skx 2t1c pdr
1232 - type: "table"
1233   title: "VPP Compare NICs 2n-skx 2t1c pdr"
1234   algorithm: "table_nics_comparison"
1235   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1236   reference:
1237     title: "x710"
1238     nic: "NIC_Intel-X710"
1239   compare:
1240     title: "xxv710"
1241     nic: "NIC_Intel-XXV710"
1242   data: "vpp-nic-comparison-2n-skx"
1243   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1244   filter: "'2T1C' and 'NDRPDR'"
1245   parameters:
1246   - "name"
1247   - "parent"
1248   - "throughput"
1249   - "tags"
1250
1251 # VPP Compare NICs 2n-skx 4t2c pdr
1252 - type: "table"
1253   title: "VPP Compare NICs 2n-skx 4t2c pdr"
1254   algorithm: "table_nics_comparison"
1255   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
1256   reference:
1257     title: "x710"
1258     nic: "NIC_Intel-X710"
1259   compare:
1260     title: "xxv710"
1261     nic: "NIC_Intel-XXV710"
1262   data: "vpp-nic-comparison-2n-skx"
1263   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1264   filter: "'4T2C' and 'NDRPDR'"
1265   parameters:
1266   - "name"
1267   - "parent"
1268   - "throughput"
1269   - "tags"
1270
1271 # VPP Compare NICs 2n-skx 2t1c mrr
1272 - type: "table"
1273   title: "VPP Compare NICs 2n-skx 2t1c mrr"
1274   algorithm: "table_nics_comparison"
1275   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
1276   reference:
1277     title: "x710"
1278     nic: "NIC_Intel-X710"
1279   compare:
1280     title: "xxv710"
1281     nic: "NIC_Intel-XXV710"
1282   data: "vpp-nic-comparison-2n-skx-mrr"
1283   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1284   filter: "'2T1C' and 'MRR'"
1285   parameters:
1286   - "name"
1287   - "parent"
1288   - "result"
1289   - "tags"
1290
1291 # VPP Compare NICs 2n-skx 4t2c mrr
1292 - type: "table"
1293   title: "VPP Compare NICs 2n-skx 4t2c mrr"
1294   algorithm: "table_nics_comparison"
1295   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
1296   reference:
1297     title: "x710"
1298     nic: "NIC_Intel-X710"
1299   compare:
1300     title: "xxv710"
1301     nic: "NIC_Intel-XXV710"
1302   data: "vpp-nic-comparison-2n-skx-mrr"
1303   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1304   filter: "'4T2C' and 'MRR'"
1305   parameters:
1306   - "name"
1307   - "parent"
1308   - "result"
1309   - "tags"
1310
1311 # VPP Compare NICs 2n-skx 8t4c mrr
1312 - type: "table"
1313   title: "VPP Compare NICs 2n-skx 8t4c mrr"
1314   algorithm: "table_nics_comparison"
1315   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
1316   reference:
1317     title: "x710"
1318     nic: "NIC_Intel-X710"
1319   compare:
1320     title: "xxv710"
1321     nic: "NIC_Intel-XXV710"
1322   data: "vpp-nic-comparison-2n-skx-mrr"
1323   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1324   filter: "'8T4C' and 'MRR'"
1325   parameters:
1326   - "name"
1327   - "parent"
1328   - "result"
1329   - "tags"
1330
1331 ################################################################################
1332 # VPP
1333
1334 # VPP Performance Changes 3n-hsw 1t1c pdr
1335 - type: "table"
1336   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
1337   algorithm: "table_performance_comparison"
1338   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
1339   history:
1340     - title: "rls1901"
1341       data: "vpp-performance-changes-3n-hsw-h1"
1342   reference:
1343     title: "rls1904"
1344     data: "vpp-performance-changes-3n-hsw-ref"
1345   compare:
1346     title: "rls1908.1"
1347     data: "vpp-performance-changes-3n-hsw-cmp"
1348   data: "vpp-performance-changes-3n-hsw"
1349   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1350   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1351   parameters:
1352   - "name"
1353   - "parent"
1354   - "throughput"
1355
1356 # VPP Performance Changes 3n-hsw 2t2c pdr
1357 - type: "table"
1358   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
1359   algorithm: "table_performance_comparison"
1360   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
1361   history:
1362     - title: "rls1901"
1363       data: "vpp-performance-changes-3n-hsw-h1"
1364   reference:
1365     title: "rls1904"
1366     data: "vpp-performance-changes-3n-hsw-ref"
1367   compare:
1368     title: "rls1908.1"
1369     data: "vpp-performance-changes-3n-hsw-cmp"
1370   data: "vpp-performance-changes-3n-hsw"
1371   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1372   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1373   parameters:
1374   - "name"
1375   - "parent"
1376   - "throughput"
1377
1378 # VPP Performance Changes 3n-hsw 1t1c ndr
1379 - type: "table"
1380   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
1381   algorithm: "table_performance_comparison"
1382   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
1383   history:
1384     - title: "rls1901"
1385       data: "vpp-performance-changes-3n-hsw-h1"
1386   reference:
1387     title: "rls1904"
1388     data: "vpp-performance-changes-3n-hsw-ref"
1389   compare:
1390     title: "rls1908.1"
1391     data: "vpp-performance-changes-3n-hsw-cmp"
1392   data: "vpp-performance-changes-3n-hsw"
1393   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1394   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1395   parameters:
1396   - "name"
1397   - "parent"
1398   - "throughput"
1399
1400 # VPP Performance Changes 3n-hsw 2t2c ndr
1401 - type: "table"
1402   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
1403   algorithm: "table_performance_comparison"
1404   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
1405   history:
1406     - title: "rls1901"
1407       data: "vpp-performance-changes-3n-hsw-h1"
1408   reference:
1409     title: "rls1904"
1410     data: "vpp-performance-changes-3n-hsw-ref"
1411   compare:
1412     title: "rls1908.1"
1413     data: "vpp-performance-changes-3n-hsw-cmp"
1414   data: "vpp-performance-changes-3n-hsw"
1415   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1416   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1417   parameters:
1418   - "name"
1419   - "parent"
1420   - "throughput"
1421
1422 # VPP Performance Changes 3n-skx 2t1c pdr
1423 - type: "table"
1424   title: "VPP Performance Changes 3n-skx 2t1c pdr"
1425   algorithm: "table_performance_comparison_nic"
1426   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
1427   history:
1428     - title: "rls1901 x710"
1429       data: "vpp-performance-changes-3n-skx-h1"
1430       nic: "NIC_Intel-X710"
1431   reference:
1432     title: "rls1904 x710"
1433     data: "vpp-performance-changes-3n-skx-ref"
1434     nic: "NIC_Intel-X710"
1435   compare:
1436     title: "rls1908.1 xxv710"
1437     data: "vpp-performance-changes-3n-skx-cmp"
1438     nic: "NIC_Intel-XXV710"
1439   data: "vpp-performance-changes-3n-skx"
1440   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1441   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1442   parameters:
1443   - "name"
1444   - "parent"
1445   - "throughput"
1446   - "tags"
1447
1448 # VPP Performance Changes 3n-skx 4t2c pdr
1449 - type: "table"
1450   title: "VPP Performance Changes 3n-skx 4t2c pdr"
1451   algorithm: "table_performance_comparison_nic"
1452   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
1453   history:
1454     - title: "rls1901 x710"
1455       data: "vpp-performance-changes-3n-skx-h1"
1456       nic: "NIC_Intel-X710"
1457   reference:
1458     title: "rls1904 x710"
1459     data: "vpp-performance-changes-3n-skx-ref"
1460     nic: "NIC_Intel-X710"
1461   compare:
1462     title: "rls1908.1 xxv710"
1463     data: "vpp-performance-changes-3n-skx-cmp"
1464     nic: "NIC_Intel-XXV710"
1465   data: "vpp-performance-changes-3n-skx"
1466   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1467   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1468   parameters:
1469   - "name"
1470   - "parent"
1471   - "throughput"
1472   - "tags"
1473
1474 # VPP Performance Changes 3n-skx 2t1c ndr
1475 - type: "table"
1476   title: "VPP Performance Changes 3n-skx 2t1c ndr"
1477   algorithm: "table_performance_comparison_nic"
1478   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
1479   history:
1480     - title: "rls1901 x710"
1481       data: "vpp-performance-changes-3n-skx-h1"
1482       nic: "NIC_Intel-X710"
1483   reference:
1484     title: "rls1904 x710"
1485     data: "vpp-performance-changes-3n-skx-ref"
1486     nic: "NIC_Intel-X710"
1487   compare:
1488     title: "rls1908.1 xxv710"
1489     data: "vpp-performance-changes-3n-skx-cmp"
1490     nic: "NIC_Intel-XXV710"
1491   data: "vpp-performance-changes-3n-skx"
1492   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1493   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1494   parameters:
1495   - "name"
1496   - "parent"
1497   - "throughput"
1498   - "tags"
1499
1500 # VPP Performance Changes 3n-skx 4t2c ndr
1501 - type: "table"
1502   title: "VPP Performance Changes 3n-skx 4t2c ndr"
1503   algorithm: "table_performance_comparison_nic"
1504   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
1505   history:
1506     - title: "rls1901 x710"
1507       data: "vpp-performance-changes-3n-skx-h1"
1508       nic: "NIC_Intel-X710"
1509   reference:
1510     title: "rls1904 x710"
1511     data: "vpp-performance-changes-3n-skx-ref"
1512     nic: "NIC_Intel-X710"
1513   compare:
1514     title: "rls1908.1 xxv710"
1515     data: "vpp-performance-changes-3n-skx-cmp"
1516     nic: "NIC_Intel-XXV710"
1517   data: "vpp-performance-changes-3n-skx"
1518   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1519   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1520   parameters:
1521   - "name"
1522   - "parent"
1523   - "throughput"
1524   - "tags"
1525
1526 # VPP Performance Changes 2n-skx 2t1c pdr
1527 - type: "table"
1528   title: "VPP Performance Changes 2n-skx 2t1c pdr"
1529   algorithm: "table_performance_comparison_nic"
1530   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
1531   history:
1532     - title: "rls1901 x710"
1533       data: "vpp-performance-changes-2n-skx-h1"
1534       nic: "NIC_Intel-X710"
1535   reference:
1536     title: "rls1904 x710"
1537     data: "vpp-performance-changes-2n-skx-ref"
1538     nic: "NIC_Intel-X710"
1539   compare:
1540     title: "rls1908.1 xxv710"
1541     data: "vpp-performance-changes-2n-skx-cmp"
1542     nic: "NIC_Intel-XXV710"
1543   data: "vpp-performance-changes-2n-skx"
1544   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1545   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1546   parameters:
1547   - "name"
1548   - "parent"
1549   - "throughput"
1550   - "tags"
1551
1552 # VPP Performance Changes 2n-skx 4t2c pdr
1553 - type: "table"
1554   title: "VPP Performance Changes 2n-skx 4t2c pdr"
1555   algorithm: "table_performance_comparison_nic"
1556   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
1557   history:
1558     - title: "rls1901 x710"
1559       data: "vpp-performance-changes-2n-skx-h1"
1560       nic: "NIC_Intel-X710"
1561   reference:
1562     title: "rls1904 x710"
1563     data: "vpp-performance-changes-2n-skx-ref"
1564     nic: "NIC_Intel-X710"
1565   compare:
1566     title: "rls1908.1 xxv710"
1567     data: "vpp-performance-changes-2n-skx-cmp"
1568     nic: "NIC_Intel-XXV710"
1569   data: "vpp-performance-changes-2n-skx"
1570   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1571   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1572   parameters:
1573   - "name"
1574   - "parent"
1575   - "throughput"
1576   - "tags"
1577
1578 # VPP Performance Changes 2n-skx 2t1c ndr
1579 - type: "table"
1580   title: "VPP Performance Changes 2n-skx 2t1c ndr"
1581   algorithm: "table_performance_comparison_nic"
1582   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
1583   history:
1584     - title: "rls1901 x710"
1585       data: "vpp-performance-changes-2n-skx-h1"
1586       nic: "NIC_Intel-X710"
1587   reference:
1588     title: "rls1904 x710"
1589     data: "vpp-performance-changes-2n-skx-ref"
1590     nic: "NIC_Intel-X710"
1591   compare:
1592     title: "rls1908.1 xxv710"
1593     data: "vpp-performance-changes-2n-skx-cmp"
1594     nic: "NIC_Intel-XXV710"
1595   data: "vpp-performance-changes-2n-skx"
1596   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1597   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1598   parameters:
1599   - "name"
1600   - "parent"
1601   - "throughput"
1602   - "tags"
1603
1604 # VPP Performance Changes 2n-skx 4t2c ndr
1605 - type: "table"
1606   title: "VPP Performance Changes 2n-skx 4t2c ndr"
1607   algorithm: "table_performance_comparison_nic"
1608   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
1609   history:
1610     - title: "rls1901 x710"
1611       data: "vpp-performance-changes-2n-skx-h1"
1612       nic: "NIC_Intel-X710"
1613   reference:
1614     title: "rls1904 x710"
1615     data: "vpp-performance-changes-2n-skx-ref"
1616     nic: "NIC_Intel-X710"
1617   compare:
1618     title: "rls1908.1 xxv710"
1619     data: "vpp-performance-changes-2n-skx-cmp"
1620     nic: "NIC_Intel-XXV710"
1621   data: "vpp-performance-changes-2n-skx"
1622   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1623   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1624   parameters:
1625   - "name"
1626   - "parent"
1627   - "throughput"
1628   - "tags"
1629
1630 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
1631 - type: "table"
1632   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
1633   algorithm: "table_performance_comparison_nic"
1634   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
1635   reference:
1636     title: "3n-hsw xl710"
1637     data: "vpp-compare-testbeds-ref"
1638     nic: "NIC_Intel-XL710"
1639   compare:
1640     title: "3n-skx xxv710"
1641     data: "vpp-compare-testbeds-cmp"
1642     nic: "NIC_Intel-XXV710"
1643   data: "vpp-compare-testbeds"
1644   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1645   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
1646   parameters:
1647   - "name"
1648   - "parent"
1649   - "throughput"
1650   - "tags"
1651
1652 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
1653 - type: "table"
1654   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
1655   algorithm: "table_performance_comparison_nic"
1656   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
1657   reference:
1658     title: "3n-hsw xl710"
1659     data: "vpp-compare-testbeds-ref"
1660     nic: "NIC_Intel-XL710"
1661   compare:
1662     title: "3n-skx xxv710"
1663     data: "vpp-compare-testbeds-cmp"
1664     nic: "NIC_Intel-XXV710"
1665   data: "vpp-compare-testbeds"
1666   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1667   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
1668   parameters:
1669   - "name"
1670   - "parent"
1671   - "throughput"
1672   - "tags"
1673
1674 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
1675 - type: "table"
1676   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
1677   algorithm: "table_performance_comparison_nic"
1678   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
1679   reference:
1680     title: "3n-hsw xl710"
1681     data: "vpp-compare-testbeds-ref"
1682     nic: "NIC_Intel-XL710"
1683   compare:
1684     title: "3n-skx xxv710"
1685     data: "vpp-compare-testbeds-cmp"
1686     nic: "NIC_Intel-XXV710"
1687   data: "vpp-compare-testbeds"
1688   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1689   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
1690   parameters:
1691   - "name"
1692   - "parent"
1693   - "throughput"
1694   - "tags"
1695
1696 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
1697 - type: "table"
1698   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
1699   algorithm: "table_performance_comparison_nic"
1700   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
1701   reference:
1702     title: "3n-hsw xl710"
1703     data: "vpp-compare-testbeds-ref"
1704     nic: "NIC_Intel-XL710"
1705   compare:
1706     title: "3n-skx xxv710"
1707     data: "vpp-compare-testbeds-cmp"
1708     nic: "NIC_Intel-XXV710"
1709   data: "vpp-compare-testbeds"
1710   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1711   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
1712   parameters:
1713   - "name"
1714   - "parent"
1715   - "throughput"
1716   - "tags"
1717
1718 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
1719 - type: "table"
1720   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
1721   algorithm: "table_performance_comparison"
1722   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
1723   reference:
1724     title: "3-Node Skx"
1725     data: "vpp-compare-topologies-ref"
1726   compare:
1727     title: "2-Node Skx"
1728     data: "vpp-compare-topologies-cmp"
1729   data: "vpp-compare-topologies"
1730   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1731   filter: "'NDRPDR' and '1C'"
1732   parameters:
1733   - "name"
1734   - "parent"
1735   - "throughput"
1736
1737 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
1738 - type: "table"
1739   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
1740   algorithm: "table_performance_comparison"
1741   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
1742   reference:
1743     title: "3-Node Skx"
1744     data: "vpp-compare-topologies-ref"
1745   compare:
1746     title: "2-Node Skx"
1747     data: "vpp-compare-topologies-cmp"
1748   data: "vpp-compare-topologies"
1749   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1750   filter: "'NDRPDR' and '2C'"
1751   parameters:
1752   - "name"
1753   - "parent"
1754   - "throughput"
1755
1756 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
1757 - type: "table"
1758   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
1759   algorithm: "table_performance_comparison"
1760   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
1761   reference:
1762     title: "3-Node Skx"
1763     data: "vpp-compare-topologies-ref"
1764   compare:
1765     title: "2-Node Skx"
1766     data: "vpp-compare-topologies-cmp"
1767   data: "vpp-compare-topologies"
1768   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1769   filter: "'NDRPDR' and '1C'"
1770   parameters:
1771   - "name"
1772   - "parent"
1773   - "throughput"
1774
1775 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
1776 - type: "table"
1777   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
1778   algorithm: "table_performance_comparison"
1779   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
1780   reference:
1781     title: "3-Node Skx"
1782     data: "vpp-compare-topologies-ref"
1783   compare:
1784     title: "2-Node Skx"
1785     data: "vpp-compare-topologies-cmp"
1786   data: "vpp-compare-topologies"
1787   include-tests: "PDR"
1788   filter: "'NDRPDR' and '2C'"
1789   parameters:
1790   - "name"
1791   - "parent"
1792   - "throughput"
1793
1794 # VPP Performance Changes 3n-hsw 1t1c MRR
1795 - type: "table"
1796   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
1797   algorithm: "table_performance_comparison"
1798   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
1799   history:
1800     - title: "rls1901"
1801       data: "vpp-performance-changes-3n-hsw-mrr-h1"
1802   reference:
1803     title: "rls1904"
1804     data: "vpp-performance-changes-3n-hsw-mrr-ref"
1805   compare:
1806     title: "rls1908.1"
1807     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
1808   data: "vpp-performance-changes-3n-hsw-mrr"
1809   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1810   filter: "'1T1C' and 'MRR'"
1811   parameters:
1812   - "name"
1813   - "parent"
1814   - "result"
1815
1816 # VPP Performance Changes 3n-hsw 2t2c MRR
1817 - type: "table"
1818   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
1819   algorithm: "table_performance_comparison"
1820   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
1821   history:
1822     - title: "rls1901"
1823       data: "vpp-performance-changes-3n-hsw-mrr-h1"
1824   reference:
1825     title: "rls1904"
1826     data: "vpp-performance-changes-3n-hsw-mrr-ref"
1827   compare:
1828     title: "rls1908.1"
1829     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
1830   data: "vpp-performance-changes-3n-hsw-mrr"
1831   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1832   filter: "'2T2C' and 'MRR'"
1833   parameters:
1834   - "name"
1835   - "parent"
1836   - "result"
1837
1838 # VPP Performance Changes 3n-hsw 4t4c MRR
1839 - type: "table"
1840   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
1841   algorithm: "table_performance_comparison"
1842   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
1843   history:
1844     - title: "rls1901"
1845       data: "vpp-performance-changes-3n-hsw-mrr-h1"
1846   reference:
1847     title: "rls1904"
1848     data: "vpp-performance-changes-3n-hsw-mrr-ref"
1849   compare:
1850     title: "rls1908.1"
1851     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
1852   data: "vpp-performance-changes-3n-hsw-mrr"
1853   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1854   filter: "'4T4C' and 'MRR'"
1855   parameters:
1856   - "name"
1857   - "parent"
1858   - "result"
1859
1860 # VPP Performance Changes 3n-skx 2t1c MRR
1861 - type: "table"
1862   title: "VPP Performance Changes 3n-skx 2t1c MRR"
1863   algorithm: "table_performance_comparison"
1864   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
1865   history:
1866     - title: "rls1901"
1867       data: "vpp-performance-changes-3n-skx-mrr-h1"
1868   reference:
1869     title: "rls1904"
1870     data: "vpp-performance-changes-3n-skx-mrr-ref"
1871   compare:
1872     title: "rls1908.1"
1873     data: "vpp-performance-changes-3n-skx-mrr-cmp"
1874   data: "vpp-performance-changes-3n-skx-mrr"
1875   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1876   filter: "'2T1C' and 'MRR'"
1877   parameters:
1878   - "name"
1879   - "parent"
1880   - "result"
1881
1882 # VPP Performance Changes 3n-skx 4t2c MRR
1883 - type: "table"
1884   title: "VPP Performance Changes 3n-skx 4t2c MRR"
1885   algorithm: "table_performance_comparison"
1886   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
1887   history:
1888     - title: "rls1901"
1889       data: "vpp-performance-changes-3n-skx-mrr-h1"
1890   reference:
1891     title: "rls1904"
1892     data: "vpp-performance-changes-3n-skx-mrr-ref"
1893   compare:
1894     title: "rls1908.1"
1895     data: "vpp-performance-changes-3n-skx-mrr-cmp"
1896   data: "vpp-performance-changes-3n-skx-mrr"
1897   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1898   filter: "'4T2C' and 'MRR'"
1899   parameters:
1900   - "name"
1901   - "parent"
1902   - "result"
1903
1904 # VPP Performance Changes 3n-skx 8t4c MRR
1905 - type: "table"
1906   title: "VPP Performance Changes 3n-skx 8t4c MRR"
1907   algorithm: "table_performance_comparison"
1908   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
1909   history:
1910     - title: "rls1901"
1911       data: "vpp-performance-changes-3n-skx-mrr-h1"
1912   reference:
1913     title: "rls1904"
1914     data: "vpp-performance-changes-3n-skx-mrr-ref"
1915   compare:
1916     title: "rls1908.1"
1917     data: "vpp-performance-changes-3n-skx-mrr-cmp"
1918   data: "vpp-performance-changes-3n-skx-mrr"
1919   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1920   filter: "'8T4C' and 'MRR'"
1921   parameters:
1922   - "name"
1923   - "parent"
1924   - "result"
1925
1926 # VPP Performance Changes 2n-skx 2t1c MRR
1927 - type: "table"
1928   title: "VPP Performance Changes 2n-skx 2t1c MRR"
1929   algorithm: "table_performance_comparison"
1930   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
1931   history:
1932     - title: "rls1901"
1933       data: "vpp-performance-changes-2n-skx-mrr-h1"
1934   reference:
1935     title: "rls1904"
1936     data: "vpp-performance-changes-2n-skx-mrr-ref"
1937   compare:
1938     title: "rls1908.1"
1939     data: "vpp-performance-changes-2n-skx-mrr-cmp"
1940   data: "vpp-performance-changes-2n-skx-mrr"
1941   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1942   filter: "'2T1C' and 'MRR'"
1943   parameters:
1944   - "name"
1945   - "parent"
1946   - "result"
1947
1948 # VPP Performance Changes 2n-skx 4t2c MRR
1949 - type: "table"
1950   title: "VPP Performance Changes 2n-skx 4t2c MRR"
1951   algorithm: "table_performance_comparison"
1952   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
1953   history:
1954     - title: "rls1901"
1955       data: "vpp-performance-changes-2n-skx-mrr-h1"
1956   reference:
1957     title: "rls1904"
1958     data: "vpp-performance-changes-2n-skx-mrr-ref"
1959   compare:
1960     title: "rls1908.1"
1961     data: "vpp-performance-changes-2n-skx-mrr-cmp"
1962   data: "vpp-performance-changes-2n-skx-mrr"
1963   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1964   filter: "'4T2C' and 'MRR'"
1965   parameters:
1966   - "name"
1967   - "parent"
1968   - "result"
1969
1970 # VPP Performance Changes 2n-skx 8t4c MRR
1971 - type: "table"
1972   title: "VPP Performance Changes 2n-skx 8t4c MRR"
1973   algorithm: "table_performance_comparison"
1974   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
1975   history:
1976     - title: "rls1901"
1977       data: "vpp-performance-changes-2n-skx-mrr-h1"
1978   reference:
1979     title: "rls1904"
1980     data: "vpp-performance-changes-2n-skx-mrr-ref"
1981   compare:
1982     title: "rls1908.1"
1983     data: "vpp-performance-changes-2n-skx-mrr-cmp"
1984   data: "vpp-performance-changes-2n-skx-mrr"
1985   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1986   filter: "'8T4C' and 'MRR'"
1987   parameters:
1988   - "name"
1989   - "parent"
1990   - "result"
1991
1992 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
1993 - type: "table"
1994   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
1995   algorithm: "table_performance_comparison_nic"
1996   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
1997   reference:
1998     title: "3n-hsw xl710"
1999     data: "vpp-compare-testbeds-mrr-ref"
2000     nic: "NIC_Intel-XL710"
2001   compare:
2002     title: "3n-skx xxv710"
2003     data: "vpp-compare-testbeds-mrr-cmp"
2004     nic: "NIC_Intel-XXV710"
2005   data: "vpp-compare-testbeds-mrr"
2006   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2007   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
2008   parameters:
2009   - "name"
2010   - "parent"
2011   - "result"
2012   - "tags"
2013
2014 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2015 - type: "table"
2016   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2017   algorithm: "table_performance_comparison_nic"
2018   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2019   reference:
2020     title: "3n-hsw xl710"
2021     data: "vpp-compare-testbeds-mrr-ref"
2022     nic: "NIC_Intel-XL710"
2023   compare:
2024     title: "3n-skx xxv710"
2025     data: "vpp-compare-testbeds-mrr-cmp"
2026     nic: "NIC_Intel-XXV710"
2027   data: "vpp-compare-testbeds-mrr"
2028   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2029   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
2030   parameters:
2031   - "name"
2032   - "parent"
2033   - "result"
2034   - "tags"
2035
2036 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2037 - type: "table"
2038   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2039   algorithm: "table_performance_comparison_nic"
2040   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2041   reference:
2042     title: "3n-hsw xl710"
2043     data: "vpp-compare-testbeds-mrr-ref"
2044     nic: "NIC_Intel-XL710"
2045   compare:
2046     title: "3n-skx xxv710"
2047     data: "vpp-compare-testbeds-mrr-cmp"
2048     nic: "NIC_Intel-XXV710"
2049   data: "vpp-compare-testbeds-mrr"
2050   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2051   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
2052   parameters:
2053   - "name"
2054   - "parent"
2055   - "result"
2056   - "tags"
2057
2058 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2059 - type: "table"
2060   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2061   algorithm: "table_performance_comparison"
2062   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2063   reference:
2064     title: "3-Node Skx"
2065     data: "vpp-compare-topologies-mrr-ref"
2066   compare:
2067     title: "2-Node Skx"
2068     data: "vpp-compare-topologies-mrr-cmp"
2069   data: "vpp-compare-topologies-mrr"
2070   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2071   filter: "'MRR' and '1C'"
2072   parameters:
2073   - "name"
2074   - "parent"
2075   - "result"
2076
2077 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2078 - type: "table"
2079   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2080   algorithm: "table_performance_comparison"
2081   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2082   reference:
2083     title: "3-Node Skx"
2084     data: "vpp-compare-topologies-mrr-ref"
2085   compare:
2086     title: "2-Node Skx"
2087     data: "vpp-compare-topologies-mrr-cmp"
2088   data: "vpp-compare-topologies-mrr"
2089   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2090   filter: "'MRR' and '2C'"
2091   parameters:
2092   - "name"
2093   - "parent"
2094   - "result"
2095
2096 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2097 - type: "table"
2098   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2099   algorithm: "table_performance_comparison"
2100   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2101   reference:
2102     title: "3-Node Skx"
2103     data: "vpp-compare-topologies-mrr-ref"
2104   compare:
2105     title: "2-Node Skx"
2106     data: "vpp-compare-topologies-mrr-cmp"
2107   data: "vpp-compare-topologies-mrr"
2108   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2109   filter: "'MRR' and '4C'"
2110   parameters:
2111   - "name"
2112   - "parent"
2113   - "result"
2114
2115 # Detailed Test Results - VPP Performance Results 3n-hsw
2116 - type: "table"
2117   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2118   algorithm: "table_merged_details"
2119   output-file-ext: ".csv"
2120   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2121   columns:
2122   - title: "Name"
2123     data: "data name"
2124   - title: "Status"
2125     data: "data msg"
2126   rows: "generated"
2127   data: "vpp-perf-results-3n-hsw"
2128   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2129   parameters:
2130   - "name"
2131   - "parent"
2132   - "msg"
2133
2134 # Detailed Test Results - VPP Performance Results 3n-skx
2135 - type: "table"
2136   title: "Detailed Test Results - VPP Performance Results 3n-skx"
2137   algorithm: "table_merged_details"
2138   output-file-ext: ".csv"
2139   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2140   columns:
2141   - title: "Name"
2142     data: "data name"
2143   - title: "Status"
2144     data: "data msg"
2145   rows: "generated"
2146   data: "vpp-perf-results-3n-skx"
2147   filter: "not 'CFS_OPT'"
2148   parameters:
2149   - "name"
2150   - "parent"
2151   - "msg"
2152
2153 # Detailed Test Results - VPP Performance Results 2n-skx
2154 - type: "table"
2155   title: "Detailed Test Results - VPP Performance Results 2n-skx"
2156   algorithm: "table_merged_details"
2157   output-file-ext: ".csv"
2158   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2159   columns:
2160   - title: "Name"
2161     data: "data name"
2162   - title: "Status"
2163     data: "data msg"
2164   rows: "generated"
2165   data: "vpp-perf-results-2n-skx"
2166   filter: "not 'CFS_OPT'"
2167   parameters:
2168   - "name"
2169   - "parent"
2170   - "msg"
2171
2172 ## Detailed Test Results - VPP Performance Results 3n-tsh
2173 #- type: "table"
2174 #  title: "Detailed Test Results - VPP Performance Results 3n-tsh"
2175 #  algorithm: "table_merged_details"
2176 #  output-file-ext: ".csv"
2177 #  output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
2178 #  columns:
2179 #  - title: "Name"
2180 #    data: "data name"
2181 #  - title: "Status"
2182 #    data: "data msg"
2183 #  rows: "generated"
2184 #  data: "vpp-perf-results-3n-tsh"
2185 #  filter: "not 'CFS_OPT'"
2186 #  parameters:
2187 #  - "name"
2188 #  - "parent"
2189 #  - "msg"
2190
2191 # Detailed Test Results - VPP Performance Results 3n-dnv
2192 - type: "table"
2193   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
2194   algorithm: "table_details"
2195   output-file-ext: ".csv"
2196   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
2197   columns:
2198   - title: "Name"
2199     data: "data name"
2200   - title: "Status"
2201     data: "data msg"
2202   rows: "generated"
2203   data: "vpp-perf-results-3n-dnv"
2204   filter: "'NDRPDR'"
2205   parameters:
2206   - "name"
2207   - "parent"
2208   - "msg"
2209
2210 # Detailed Test Results - VPP Performance Results 2n-dnv
2211 - type: "table"
2212   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
2213   algorithm: "table_details"
2214   output-file-ext: ".csv"
2215   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
2216   columns:
2217   - title: "Name"
2218     data: "data name"
2219   - title: "Status"
2220     data: "data msg"
2221   rows: "generated"
2222   data: "vpp-perf-results-2n-dnv"
2223   filter: "'NDRPDR'"
2224   parameters:
2225   - "name"
2226   - "parent"
2227   - "msg"
2228
2229 # Test configuration - VPP Performance Test Configs 3n-hsw
2230 - type: "table"
2231   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
2232   algorithm: "table_merged_details"
2233   output-file-ext: ".csv"
2234   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
2235   columns:
2236   - title: "Name"
2237     data: "data name"
2238   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2239     data: "data conf-history"
2240   rows: "generated"
2241   data: "vpp-perf-results-3n-hsw"
2242   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2243   parameters:
2244   - "parent"
2245   - "name"
2246   - "conf-history"
2247
2248 # Test configuration - VPP Performance Test Configs 3n-skx
2249 - type: "table"
2250   title: "Test configuration - VPP Performance Test Configs 3n-skx"
2251   algorithm: "table_merged_details"
2252   output-file-ext: ".csv"
2253   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
2254   columns:
2255   - title: "Name"
2256     data: "data name"
2257   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2258     data: "data conf-history"
2259   rows: "generated"
2260   data: "vpp-perf-results-3n-skx"
2261   filter: "not 'CFS_OPT'"
2262   parameters:
2263   - "parent"
2264   - "name"
2265   - "conf-history"
2266
2267 # Test configuration - VPP Performance Test Configs 2n-skx
2268 - type: "table"
2269   title: "Test configuration - VPP Performance Test Configs 2n-skx"
2270   algorithm: "table_merged_details"
2271   output-file-ext: ".csv"
2272   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
2273   columns:
2274   - title: "Name"
2275     data: "data name"
2276   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2277     data: "data conf-history"
2278   rows: "generated"
2279   data: "vpp-perf-results-2n-skx"
2280   filter: "not 'CFS_OPT'"
2281   parameters:
2282   - "parent"
2283   - "name"
2284   - "conf-history"
2285
2286 ## Test configuration - VPP Performance Test Configs 3n-tsh
2287 #- type: "table"
2288 #  title: "Test configuration - VPP Performance Test Configs 3n-tsh"
2289 #  algorithm: "table_merged_details"
2290 #  output-file-ext: ".csv"
2291 #  output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_test_configuration_3n_tsh"
2292 #  columns:
2293 #  - title: "Name"
2294 #    data: "data name"
2295 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
2296 #    data: "data conf-history"
2297 #  rows: "generated"
2298 #  data: "vpp-perf-results-3n-tsh"
2299 #  filter: "not 'CFS_OPT'"
2300 #  parameters:
2301 #  - "parent"
2302 #  - "name"
2303 #  - "conf-history"
2304
2305 # Test configuration - VPP Performance Test Configs 3n-dnv
2306 - type: "table"
2307   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
2308   algorithm: "table_details"
2309   output-file-ext: ".csv"
2310   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_test_configuration_3n_dnv"
2311   columns:
2312   - title: "Name"
2313     data: "data name"
2314   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2315     data: "data conf-history"
2316   rows: "generated"
2317   data: "vpp-perf-results-3n-dnv"
2318   filter: "'NDRPDR'"
2319   parameters:
2320   - "parent"
2321   - "name"
2322   - "conf-history"
2323
2324 # Test configuration - VPP Performance Test Configs 2n-dnv
2325 - type: "table"
2326   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
2327   algorithm: "table_details"
2328   output-file-ext: ".csv"
2329   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
2330   columns:
2331   - title: "Name"
2332     data: "data name"
2333   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2334     data: "data conf-history"
2335   rows: "generated"
2336   data: "vpp-perf-results-2n-dnv"
2337   filter: "'NDRPDR'"
2338   parameters:
2339   - "parent"
2340   - "name"
2341   - "conf-history"
2342
2343 # Test Operational Data - VPP Performance Operational Data 3n-hsw
2344 - type: "table"
2345   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
2346   algorithm: "table_merged_details"
2347   output-file-ext: ".csv"
2348   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
2349   columns:
2350   - title: "Name"
2351     data: "data name"
2352   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2353     data: "data show-run"
2354   rows: "generated"
2355   data: "vpp-perf-results-3n-hsw"
2356   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2357   parameters:
2358   - "parent"
2359   - "name"
2360   - "show-run"
2361
2362 # Test Operational Data - VPP Performance Operational Data 3n-skx
2363 - type: "table"
2364   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
2365   algorithm: "table_merged_details"
2366   output-file-ext: ".csv"
2367   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
2368   columns:
2369   - title: "Name"
2370     data: "data name"
2371   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2372     data: "data show-run"
2373   rows: "generated"
2374   data: "vpp-perf-results-3n-skx"
2375   filter: "not 'CFS_OPT'"
2376   parameters:
2377   - "parent"
2378   - "name"
2379   - "show-run"
2380
2381 # Test Operational Data - VPP Performance Operational Data 2n-skx
2382 - type: "table"
2383   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
2384   algorithm: "table_merged_details"
2385   output-file-ext: ".csv"
2386   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
2387   columns:
2388   - title: "Name"
2389     data: "data name"
2390   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2391     data: "data show-run"
2392   rows: "generated"
2393   data: "vpp-perf-results-2n-skx"
2394   filter: "not 'CFS_OPT'"
2395   parameters:
2396   - "parent"
2397   - "name"
2398   - "show-run"
2399
2400 ## Test Operational Data - VPP Performance Operational Data 3n-tsh
2401 #- type: "table"
2402 #  title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
2403 #  algorithm: "table_merged_details"
2404 #  output-file-ext: ".csv"
2405 #  output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_test_operational_3n_tsh"
2406 #  columns:
2407 #  - title: "Name"
2408 #    data: "data name"
2409 #  - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2410 #    data: "data show-run"
2411 #  rows: "generated"
2412 #  data: "vpp-perf-results-3n-tsh"
2413 #  filter: "not 'CFS_OPT'"
2414 #  parameters:
2415 #  - "parent"
2416 #  - "name"
2417 #  - "show-run"
2418
2419 # Test Operational Data - VPP Performance Operational Data 3n-dnv
2420 - type: "table"
2421   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
2422   algorithm: "table_details"
2423   output-file-ext: ".csv"
2424   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_test_operational_3n_dnv"
2425   columns:
2426   - title: "Name"
2427     data: "data name"
2428   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2429     data: "data show-run"
2430   rows: "generated"
2431   data: "vpp-perf-results-3n-dnv"
2432   filter: "'NDRPDR'"
2433   parameters:
2434   - "parent"
2435   - "name"
2436   - "show-run"
2437
2438 # Test Operational Data - VPP Performance Operational Data 2n-dnv
2439 - type: "table"
2440   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
2441   algorithm: "table_details"
2442   output-file-ext: ".csv"
2443   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
2444   columns:
2445   - title: "Name"
2446     data: "data name"
2447   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2448     data: "data show-run"
2449   rows: "generated"
2450   data: "vpp-perf-results-2n-dnv"
2451   filter: "'NDRPDR'"
2452   parameters:
2453   - "parent"
2454   - "name"
2455   - "show-run"
2456
2457 # Detailed Test Results - VPP MRR Results 3n-hsw
2458 - type: "table"
2459   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
2460   algorithm: "table_details"
2461   output-file-ext: ".csv"
2462   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
2463   columns:
2464   - title: "Name"
2465     data: "data name"
2466   - title: "Status"
2467     data: "data msg"
2468   rows: "generated"
2469   data: "vpp-mrr-results-3n-hsw"
2470   filter: "'MRR'"
2471   parameters:
2472   - "name"
2473   - "parent"
2474   - "msg"
2475
2476 # Detailed Test Results - VPP MRR Results 3n-skx
2477 - type: "table"
2478   title: "Detailed Test Results - VPP MRR Results 3n-skx"
2479   algorithm: "table_details"
2480   output-file-ext: ".csv"
2481   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
2482   columns:
2483   - title: "Name"
2484     data: "data name"
2485   - title: "Status"
2486     data: "data msg"
2487   rows: "generated"
2488   data: "vpp-mrr-results-3n-skx"
2489   filter: "'MRR'"
2490   parameters:
2491   - "name"
2492   - "parent"
2493   - "msg"
2494
2495 # Detailed Test Results - VPP MRR Results 2n-skx
2496 - type: "table"
2497   title: "Detailed Test Results - VPP MRR Results 2n-skx"
2498   algorithm: "table_details"
2499   output-file-ext: ".csv"
2500   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
2501   columns:
2502   - title: "Name"
2503     data: "data name"
2504   - title: "Status"
2505     data: "data msg"
2506   rows: "generated"
2507   data: "vpp-mrr-results-2n-skx"
2508   filter: "'MRR'"
2509   parameters:
2510   - "name"
2511   - "parent"
2512   - "msg"
2513
2514 # Detailed Test Results - VPP MRR Results 3n-tsh
2515 - type: "table"
2516   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
2517   algorithm: "table_details"
2518   output-file-ext: ".csv"
2519   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
2520   columns:
2521   - title: "Name"
2522     data: "data name"
2523   - title: "Status"
2524     data: "data msg"
2525   rows: "generated"
2526   data: "vpp-mrr-results-3n-tsh"
2527   filter: "'MRR'"
2528   parameters:
2529   - "name"
2530   - "parent"
2531   - "msg"
2532
2533 # Detailed Test Results - VPP MRR Results 3n-dnv
2534 - type: "table"
2535   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
2536   algorithm: "table_details"
2537   output-file-ext: ".csv"
2538   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
2539   columns:
2540   - title: "Name"
2541     data: "data name"
2542   - title: "Status"
2543     data: "data msg"
2544   rows: "generated"
2545   data: "vpp-mrr-results-3n-dnv"
2546   filter: "'MRR'"
2547   parameters:
2548   - "name"
2549   - "parent"
2550   - "msg"
2551
2552 # Detailed Test Results - VPP MRR Results 2n-dnv
2553 - type: "table"
2554   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
2555   algorithm: "table_details"
2556   output-file-ext: ".csv"
2557   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
2558   columns:
2559   - title: "Name"
2560     data: "data name"
2561   - title: "Status"
2562     data: "data msg"
2563   rows: "generated"
2564   data: "vpp-mrr-results-2n-dnv"
2565   filter: "'MRR'"
2566   parameters:
2567   - "name"
2568   - "parent"
2569   - "msg"
2570
2571 # Test configuration - VPP MRR Test Configs 3n-hsw
2572 - type: "table"
2573   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
2574   algorithm: "table_details"
2575   output-file-ext: ".csv"
2576   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
2577   columns:
2578   - title: "Name"
2579     data: "data name"
2580   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2581     data: "data conf-history"
2582   rows: "generated"
2583   data: "vpp-mrr-results-3n-hsw"
2584   filter: "'MRR'"
2585   parameters:
2586   - "parent"
2587   - "name"
2588   - "conf-history"
2589
2590 # Test configuration - VPP MRR Test Configs 3n-skx
2591 - type: "table"
2592   title: "Test configuration - VPP MRR Test Configs 3n-skx"
2593   algorithm: "table_details"
2594   output-file-ext: ".csv"
2595   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
2596   columns:
2597   - title: "Name"
2598     data: "data name"
2599   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2600     data: "data conf-history"
2601   rows: "generated"
2602   data: "vpp-mrr-results-3n-skx"
2603   filter: "'MRR'"
2604   parameters:
2605   - "parent"
2606   - "name"
2607   - "conf-history"
2608
2609 # Test configuration - VPP MRR Test Configs 2n-skx
2610 - type: "table"
2611   title: "Test configuration - VPP MRR Test Configs 2n-skx"
2612   algorithm: "table_details"
2613   output-file-ext: ".csv"
2614   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
2615   columns:
2616   - title: "Name"
2617     data: "data name"
2618   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2619     data: "data conf-history"
2620   rows: "generated"
2621   data: "vpp-mrr-results-2n-skx"
2622   filter: "'MRR'"
2623   parameters:
2624   - "parent"
2625   - "name"
2626   - "conf-history"
2627
2628 # Test configuration - VPP MRR Test Configs 3n-tsh
2629 - type: "table"
2630   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
2631   algorithm: "table_details"
2632   output-file-ext: ".csv"
2633   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
2634   columns:
2635   - title: "Name"
2636     data: "data name"
2637   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2638     data: "data conf-history"
2639   rows: "generated"
2640   data: "vpp-mrr-results-3n-tsh"
2641   filter: "'MRR'"
2642   parameters:
2643   - "parent"
2644   - "name"
2645   - "conf-history"
2646
2647 # Test configuration - VPP MRR Test Configs 3n-dnv
2648 - type: "table"
2649   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
2650   algorithm: "table_details"
2651   output-file-ext: ".csv"
2652   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_test_configuration_3n_dnv"
2653   columns:
2654   - title: "Name"
2655     data: "data name"
2656   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2657     data: "data conf-history"
2658   rows: "generated"
2659   data: "vpp-mrr-results-3n-dnv"
2660   filter: "'MRR'"
2661   parameters:
2662   - "parent"
2663   - "name"
2664   - "conf-history"
2665
2666 # Test configuration - VPP MRR Test Configs 2n-dnv
2667 - type: "table"
2668   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
2669   algorithm: "table_details"
2670   output-file-ext: ".csv"
2671   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
2672   columns:
2673   - title: "Name"
2674     data: "data name"
2675   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2676     data: "data conf-history"
2677   rows: "generated"
2678   data: "vpp-mrr-results-2n-dnv"
2679   filter: "'MRR'"
2680   parameters:
2681   - "parent"
2682   - "name"
2683   - "conf-history"
2684
2685 # Detailed Test Results - VPP Functional Results - Ubuntu
2686 - type: "table"
2687   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
2688   algorithm: "table_details"
2689   output-file-ext: ".csv"
2690   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
2691   columns:
2692   - title: "Name"
2693     data: "data name"
2694   - title: "Documentation"
2695     data: "data doc"
2696   - title: "Status"
2697     data: "data status"
2698   rows: "generated"
2699   data: "vpp-func-results-ubuntu"
2700   filter: "all"
2701   parameters:
2702   - "name"
2703   - "parent"
2704   - "doc"
2705   - "status"
2706
2707 # Detailed Test Results - VPP Functional Results - CentOS
2708 - type: "table"
2709   title: "Detailed Test Results - VPP Functional Results - CentOS"
2710   algorithm: "table_details"
2711   output-file-ext: ".csv"
2712   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
2713   columns:
2714   - title: "Name"
2715     data: "data name"
2716   - title: "Documentation"
2717     data: "data doc"
2718   -
2719     title: "Status"
2720     data: "data status"
2721   rows: "generated"
2722   data:
2723     "vpp-func-results-centos"
2724   filter: "all"
2725   parameters:
2726   - "name"
2727   - "parent"
2728   - "doc"
2729   - "status"
2730
2731 # Test configuration - VPP Functional Test Configs - Ubuntu
2732 - type: "table"
2733   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
2734   algorithm: "table_details"
2735   output-file-ext: ".csv"
2736   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
2737   columns:
2738   - title: "Name"
2739     data: "data name"
2740   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2741     data: "data conf-history"
2742   rows: "generated"
2743   data: "vpp-func-results-ubuntu"
2744   filter: "all"
2745   parameters:
2746   - "parent"
2747   - "name"
2748   - "conf-history"
2749
2750 # Test configuration - VPP Functional Test Configs - CentOS
2751 - type: "table"
2752   title: "Test configuration - VPP Functional Test Configs - CentOS"
2753   algorithm: "table_details"
2754   output-file-ext: ".csv"
2755   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
2756   columns:
2757   - title: "Name"
2758     data: "data name"
2759   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2760     data: "data conf-history"
2761   rows: "generated"
2762   data: "vpp-func-results-centos"
2763   filter: "all"
2764   parameters:
2765   - "parent"
2766   - "name"
2767   - "conf-history"
2768
2769 ## Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
2770 #- type: "table"
2771 #  title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
2772 #  algorithm: "table_details"
2773 #  output-file-ext: ".csv"
2774 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
2775 #  columns:
2776 #  - title: "Name"
2777 #    data: "data name"
2778 #  - title: "Status"
2779 #    data: "data msg"
2780 #  rows: "generated"
2781 #  data: "ligato-perf-results-3n-hsw"
2782 #  filter: "all"
2783 #  parameters:
2784 #  - "name"
2785 #  - "parent"
2786 #  - "msg"
2787
2788 # Detailed Test Results - VPP Device Results - Ubuntu
2789 - type: "table"
2790   title: "Detailed Test Results - VPP Device Results - Ubuntu"
2791   algorithm: "table_details"
2792   output-file-ext: ".csv"
2793   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
2794   columns:
2795   - title: "Name"
2796     data: "data name"
2797   - title: "Documentation"
2798     data: "data doc"
2799   - title: "Status"
2800     data: "data status"
2801   rows: "generated"
2802   data: "vpp-device-results-ubuntu"
2803   filter: "all"
2804   parameters:
2805   - "name"
2806   - "parent"
2807   - "doc"
2808   - "status"
2809
2810 # Test configuration - VPP Device Test Configs - Ubuntu
2811 - type: "table"
2812   title: "Test configuration - VPP Device Test Configs - Ubuntu"
2813   algorithm: "table_details"
2814   output-file-ext: ".csv"
2815   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
2816   columns:
2817   - title: "Name"
2818     data: "data name"
2819   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2820     data: "data conf-history"
2821   rows: "generated"
2822   data: "vpp-device-results-ubuntu"
2823   filter: "all"
2824   parameters:
2825   - "parent"
2826   - "name"
2827   - "conf-history"
2828
2829 ################################################################################
2830 ###                                F I L E S                                 ###
2831 ################################################################################
2832
2833 # VPP Performance Results 3n-hsw
2834 - type: "file"
2835   title: "VPP Performance Results 3n-hsw"
2836   algorithm: "file_test_results"
2837   output-file-ext: ".rst"
2838   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2839   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"
2840   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
2841   data: "vpp-perf-results-3n-hsw"
2842   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2843   parameters:
2844   - "name"
2845   - "doc"
2846   - "level"
2847   - "parent"
2848   data-start-level: 3
2849
2850 # VPP Performance Results 3n-skx
2851 - type: "file"
2852   title: "VPP Performance Results 3n-skx"
2853   algorithm: "file_test_results"
2854   output-file-ext: ".rst"
2855   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2856   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"
2857   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
2858   data: "vpp-perf-results-3n-skx"
2859   filter: "not 'CFS_OPT'"
2860   parameters:
2861   - "name"
2862   - "doc"
2863   - "level"
2864   - "parent"
2865   data-start-level: 3
2866
2867 # VPP Performance Results 2n-skx
2868 - type: "file"
2869   title: "VPP Performance Results 2n-skx"
2870   algorithm: "file_test_results"
2871   output-file-ext: ".rst"
2872   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2873   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"
2874   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
2875   data: "vpp-perf-results-2n-skx"
2876   filter: "not 'CFS_OPT'"
2877   parameters:
2878   - "name"
2879   - "doc"
2880   - "level"
2881   - "parent"
2882   data-start-level: 3
2883
2884 ## VPP Performance Results 3n-tsh
2885 #- type: "file"
2886 #  title: "VPP Performance Results 3n-tsh"
2887 #  algorithm: "file_test_results"
2888 #  output-file-ext: ".rst"
2889 #  output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
2890 #  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"
2891 #  dir-tables: "{DIR[DTR,PERF,VPP,3N,TSH]}"
2892 #  data: "vpp-perf-results-3n-tsh"
2893 #  filter: "not 'CFS_OPT'"
2894 #  parameters:
2895 #  - "name"
2896 #  - "doc"
2897 #  - "level"
2898 #  - "parent"
2899 #  data-start-level: 3
2900
2901 # VPP Performance Results 3n-dnv
2902 - type: "file"
2903   title: "VPP Performance Results 3n-dnv"
2904   algorithm: "file_test_results"
2905   output-file-ext: ".rst"
2906   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
2907   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"
2908   dir-tables: "{DIR[DTR,PERF,VPP,3N,DNV]}"
2909   data: "vpp-perf-results-3n-dnv"
2910   filter: "'NDRPDR'"
2911   parameters:
2912   - "name"
2913   - "doc"
2914   - "level"
2915   - "parent"
2916   data-start-level: 3
2917
2918 # VPP Performance Results 2n-dnv
2919 - type: "file"
2920   title: "VPP Performance Results 2n-dnv"
2921   algorithm: "file_test_results"
2922   output-file-ext: ".rst"
2923   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
2924   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"
2925   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
2926   data: "vpp-perf-results-2n-dnv"
2927   filter: "'NDRPDR'"
2928   parameters:
2929   - "name"
2930   - "doc"
2931   - "level"
2932   - "parent"
2933   data-start-level: 3
2934
2935 # VPP Performance Configuration 3n-hsw
2936 - type: "file"
2937   title: "VPP Performance Configuration 3n-hsw"
2938   algorithm: "file_test_results"
2939   output-file-ext: ".rst"
2940   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
2941   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"
2942   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
2943   data: "vpp-perf-results-3n-hsw"
2944   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2945   parameters:
2946   - "name"
2947   - "doc"
2948   - "level"
2949   - "parent"
2950   data-start-level: 3
2951
2952 # VPP Performance Configuration 3n-skx
2953 - type: "file"
2954   title: "VPP Performance Configuration 3n-skx"
2955   algorithm: "file_test_results"
2956   output-file-ext: ".rst"
2957   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
2958   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"
2959   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
2960   data: "vpp-perf-results-3n-skx"
2961   filter: "not 'CFS_OPT'"
2962   parameters:
2963   - "name"
2964   - "doc"
2965   - "level"
2966   - "parent"
2967   data-start-level: 3
2968
2969 # VPP Performance Configuration 2n-skx
2970 - type: "file"
2971   title: "VPP Performance Configuration 2n-skx"
2972   algorithm: "file_test_results"
2973   output-file-ext: ".rst"
2974   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
2975   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"
2976   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
2977   data: "vpp-perf-results-2n-skx"
2978   filter: "not 'CFS_OPT'"
2979   parameters:
2980   - "name"
2981   - "doc"
2982   - "level"
2983   - "parent"
2984   data-start-level: 3
2985
2986 ## VPP Performance Configuration 3n-tsh
2987 #- type: "file"
2988 #  title: "VPP Performance Configuration 3n-tsh"
2989 #  algorithm: "file_test_results"
2990 #  output-file-ext: ".rst"
2991 #  output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_performance_configuration_3n_tsh"
2992 #  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"
2993 #  dir-tables: "{DIR[DTC,PERF,VPP,3N,TSH]}"
2994 #  data: "vpp-perf-results-3n-tsh"
2995 #  filter: "not 'CFS_OPT'"
2996 #  parameters:
2997 #  - "name"
2998 #  - "doc"
2999 #  - "level"
3000 #  - "parent"
3001 #  data-start-level: 3
3002
3003 # VPP Performance Configuration 3n-dnv
3004 - type: "file"
3005   title: "VPP Performance Configuration 3n-dnv"
3006   algorithm: "file_test_results"
3007   output-file-ext: ".rst"
3008   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_performance_configuration_3n_dnv"
3009   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"
3010   dir-tables: "{DIR[DTC,PERF,VPP,3N,DNV]}"
3011   data: "vpp-perf-results-3n-dnv"
3012   filter: "'NDRPDR'"
3013   parameters:
3014   - "name"
3015   - "doc"
3016   - "level"
3017   - "parent"
3018   data-start-level: 3
3019
3020 # VPP Performance Configuration 2n-dnv
3021 - type: "file"
3022   title: "VPP Performance Configuration 2n-dnv"
3023   algorithm: "file_test_results"
3024   output-file-ext: ".rst"
3025   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
3026   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"
3027   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
3028   data: "vpp-perf-results-2n-dnv"
3029   filter: "'NDRPDR'"
3030   parameters:
3031   - "name"
3032   - "doc"
3033   - "level"
3034   - "parent"
3035   data-start-level: 3
3036
3037 # VPP Performance Operational Data 3n-hsw
3038 - type: "file"
3039   title: "VPP Performance Operational Data 3n-hsw"
3040   algorithm: "file_test_results"
3041   output-file-ext: ".rst"
3042   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
3043   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"
3044   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
3045   data: "vpp-perf-results-3n-hsw"
3046   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3047   parameters:
3048   - "name"
3049   - "doc"
3050   - "level"
3051   - "parent"
3052   data-start-level: 3
3053
3054 # VPP Performance Operational Data 3n-skx
3055 - type: "file"
3056   title: "VPP Performance Operational Data 3n-skx"
3057   algorithm: "file_test_results"
3058   output-file-ext: ".rst"
3059   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
3060   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"
3061   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
3062   data: "vpp-perf-results-3n-skx"
3063   filter: "not 'CFS_OPT'"
3064   parameters:
3065   - "name"
3066   - "doc"
3067   - "level"
3068   - "parent"
3069   data-start-level: 3
3070
3071 # VPP Performance Operational Data 2n-skx
3072 - type: "file"
3073   title: "VPP Performance Operational Data 2n-skx"
3074   algorithm: "file_test_results"
3075   output-file-ext: ".rst"
3076   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
3077   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"
3078   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
3079   data: "vpp-perf-results-2n-skx"
3080   filter: "not 'CFS_OPT'"
3081   parameters:
3082   - "name"
3083   - "doc"
3084   - "level"
3085   - "parent"
3086   data-start-level: 3
3087
3088 ## VPP Performance Operational Data 3n-tsh
3089 #- type: "file"
3090 #  title: "VPP Performance Operational Data 3n-tsh"
3091 #  algorithm: "file_test_results"
3092 #  output-file-ext: ".rst"
3093 #  output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_performance_operational_data_3n_tsh"
3094 #  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"
3095 #  dir-tables: "{DIR[DTO,PERF,VPP,3N,TSH]}"
3096 #  data: "vpp-perf-results-3n-tsh"
3097 #  filter: "not 'CFS_OPT'"
3098 #  parameters:
3099 #  - "name"
3100 #  - "doc"
3101 #  - "level"
3102 #  - "parent"
3103 #  data-start-level: 3
3104
3105 # VPP Performance Operational Data 3n-dnv
3106 - type: "file"
3107   title: "VPP Performance Operational Data 3n-dnv"
3108   algorithm: "file_test_results"
3109   output-file-ext: ".rst"
3110   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_performance_operational_data_3n_dnv"
3111   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"
3112   dir-tables: "{DIR[DTO,PERF,VPP,3N,DNV]}"
3113   data: "vpp-perf-results-3n-dnv"
3114   filter: "'NDRPDR'"
3115   parameters:
3116   - "name"
3117   - "doc"
3118   - "level"
3119   - "parent"
3120   data-start-level: 3
3121
3122 # VPP Performance Operational Data 2n-dnv
3123 - type: "file"
3124   title: "VPP Performance Operational Data 2n-dnv"
3125   algorithm: "file_test_results"
3126   output-file-ext: ".rst"
3127   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
3128   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"
3129   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
3130   data: "vpp-perf-results-2n-dnv"
3131   filter: "'NDRPDR'"
3132   parameters:
3133   - "name"
3134   - "doc"
3135   - "level"
3136   - "parent"
3137   data-start-level: 3
3138
3139 # VPP MRR Results 3n-hsw
3140 - type: "file"
3141   title: "VPP MRR Results 3n-hsw"
3142   algorithm: "file_test_results"
3143   output-file-ext: ".rst"
3144   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3145   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"
3146   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
3147   data: "vpp-mrr-results-3n-hsw"
3148   filter: "'MRR'"
3149   parameters:
3150   - "name"
3151   - "doc"
3152   - "level"
3153   - "parent"
3154   data-start-level: 3
3155
3156 # VPP MRR Results 3n-skx
3157 - type: "file"
3158   title: "VPP MRR Results 3n-skx"
3159   algorithm: "file_test_results"
3160   output-file-ext: ".rst"
3161   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3162   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"
3163   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
3164   data: "vpp-mrr-results-3n-skx"
3165   filter: "'MRR'"
3166   parameters:
3167   - "name"
3168   - "doc"
3169   - "level"
3170   - "parent"
3171   data-start-level: 3
3172
3173 # VPP MRR Results 2n-skx
3174 - type: "file"
3175   title: "VPP MRR Results 2n-skx"
3176   algorithm: "file_test_results"
3177   output-file-ext: ".rst"
3178   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3179   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"
3180   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
3181   data: "vpp-mrr-results-2n-skx"
3182   filter: "all"
3183   parameters:
3184   - "name"
3185   - "doc"
3186   - "level"
3187   - "parent"
3188   data-start-level: 3
3189
3190 # VPP MRR Results 3n-tsh
3191 - type: "file"
3192   title: "VPP MRR Results 3n-tsh"
3193   algorithm: "file_test_results"
3194   output-file-ext: ".rst"
3195   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
3196   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"
3197   dir-tables: "{DIR[DTR,MRR,VPP,3N,TSH]}"
3198   data: "vpp-mrr-results-3n-tsh"
3199   filter: "'MRR'"
3200   parameters:
3201   - "name"
3202   - "doc"
3203   - "level"
3204   - "parent"
3205   data-start-level: 3
3206
3207 # VPP MRR Results 3n-dnv
3208 - type: "file"
3209   title: "VPP MRR Results 3n-dnv"
3210   algorithm: "file_test_results"
3211   output-file-ext: ".rst"
3212   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
3213   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"
3214   dir-tables: "{DIR[DTR,MRR,VPP,3N,DNV]}"
3215   data: "vpp-mrr-results-3n-dnv"
3216   filter: "'MRR'"
3217   parameters:
3218   - "name"
3219   - "doc"
3220   - "level"
3221   - "parent"
3222   data-start-level: 3
3223
3224 # VPP MRR Results 2n-dnv
3225 - type: "file"
3226   title: "VPP MRR Results 2n-dnv"
3227   algorithm: "file_test_results"
3228   output-file-ext: ".rst"
3229   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3230   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"
3231   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
3232   data: "vpp-mrr-results-2n-dnv"
3233   filter: "'MRR'"
3234   parameters:
3235   - "name"
3236   - "doc"
3237   - "level"
3238   - "parent"
3239   data-start-level: 3
3240
3241 # VPP MRR Configuration 3n-hsw
3242 - type: "file"
3243   title: "VPP MRR Configuration 3n-hsw"
3244   algorithm: "file_test_results"
3245   output-file-ext: ".rst"
3246   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
3247   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"
3248   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
3249   data: "vpp-mrr-results-3n-hsw"
3250   filter: "'MRR'"
3251   parameters:
3252   - "name"
3253   - "doc"
3254   - "level"
3255   - "parent"
3256   data-start-level: 3
3257
3258 # VPP MRR Configuration 3n-skx
3259 - type: "file"
3260   title: "VPP MRR Configuration 3n-skx"
3261   algorithm: "file_test_results"
3262   output-file-ext: ".rst"
3263   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
3264   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"
3265   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
3266   data: "vpp-mrr-results-3n-skx"
3267   filter: "'MRR'"
3268   parameters:
3269   - "name"
3270   - "doc"
3271   - "level"
3272   - "parent"
3273   data-start-level: 3
3274
3275 # VPP MRR Configuration 2n-skx
3276 - type: "file"
3277   title: "VPP MRR Configuration 2n-skx"
3278   algorithm: "file_test_results"
3279   output-file-ext: ".rst"
3280   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
3281   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"
3282   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
3283   data: "vpp-mrr-results-2n-skx"
3284   filter: "'MRR'"
3285   parameters:
3286   - "name"
3287   - "doc"
3288   - "level"
3289   - "parent"
3290   data-start-level: 3
3291
3292 # VPP MRR Configuration 3n-tsh
3293 - type: "file"
3294   title: "VPP MRR Configuration 3n-tsh"
3295   algorithm: "file_test_results"
3296   output-file-ext: ".rst"
3297   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
3298   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"
3299   dir-tables: "{DIR[DTC,MRR,VPP,3N,TSH]}"
3300   data: "vpp-mrr-results-3n-tsh"
3301   filter: "'MRR'"
3302   parameters:
3303   - "name"
3304   - "doc"
3305   - "level"
3306   - "parent"
3307   data-start-level: 3
3308
3309 # VPP MRR Configuration 3n-dnv
3310 - type: "file"
3311   title: "VPP MRR Configuration 3n-dnv"
3312   algorithm: "file_test_results"
3313   output-file-ext: ".rst"
3314   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_configuration_3n_dnv"
3315   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"
3316   dir-tables: "{DIR[DTC,MRR,VPP,3N,DNV]}"
3317   data: "vpp-mrr-results-3n-dnv"
3318   filter: "'MRR'"
3319   parameters:
3320   - "name"
3321   - "doc"
3322   - "level"
3323   - "parent"
3324   data-start-level: 3
3325
3326 # VPP MRR Configuration 2n-dnv
3327 - type: "file"
3328   title: "VPP MRR Configuration 2n-dnv"
3329   algorithm: "file_test_results"
3330   output-file-ext: ".rst"
3331   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
3332   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"
3333   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
3334   data: "vpp-mrr-results-2n-dnv"
3335   filter: "'MRR'"
3336   parameters:
3337   - "name"
3338   - "doc"
3339   - "level"
3340   - "parent"
3341   data-start-level: 3
3342
3343 # VPP Functional Results - Ubuntu
3344 - type: "file"
3345   title: "VPP Functional Results - Ubuntu"
3346   algorithm: "file_test_results"
3347   output-file-ext: ".rst"
3348   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3349   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"
3350   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
3351   data: "vpp-func-results-ubuntu"
3352   filter: "all"
3353   parameters:
3354   - "name"
3355   - "doc"
3356   - "level"
3357   - "parent"
3358   data-start-level: 3
3359
3360 # VPP Functional Results - CentOS
3361 - type: "file"
3362   title: "VPP Functional Results - CentOS"
3363   algorithm: "file_test_results"
3364   output-file-ext: ".rst"
3365   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3366   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"
3367   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
3368   data:
3369     "vpp-func-results-centos"
3370   filter: "all"
3371   parameters:
3372   - "name"
3373   - "doc"
3374   - "level"
3375   - "parent"
3376   data-start-level: 3
3377
3378 # VPP Functional Configuration - Ubuntu
3379 - type: "file"
3380   title: "VPP Functional Configuration - Ubuntu"
3381   algorithm: "file_test_results"
3382   output-file-ext: ".rst"
3383   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3384   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
3385   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
3386   data: "vpp-func-results-ubuntu"
3387   filter: "all"
3388   parameters:
3389   - "name"
3390   - "doc"
3391   - "level"
3392   - "parent"
3393   data-start-level: 3
3394
3395 # VPP Functional Configuration - CentOS
3396 - type: "file"
3397   title: "VPP Functional Configuration - CentOS"
3398   algorithm: "file_test_results"
3399   output-file-ext: ".rst"
3400   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3401   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
3402   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
3403   data:
3404     "vpp-func-results-centos"
3405   filter: "all"
3406   parameters:
3407   - "name"
3408   - "doc"
3409   - "level"
3410   - "parent"
3411   data-start-level: 3
3412
3413 # VPP Device Results - Ubuntu
3414 - type: "file"
3415   title: "VPP Device Results - Ubuntu"
3416   algorithm: "file_test_results"
3417   output-file-ext: ".rst"
3418   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3419   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
3420   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
3421   data: "vpp-device-results-ubuntu"
3422   filter: "all"
3423   parameters:
3424   - "name"
3425   - "doc"
3426   - "level"
3427   - "parent"
3428   data-start-level: 2
3429
3430 # VPP Device Configuration - Ubuntu
3431 - type: "file"
3432   title: "VPP Device Configuration - Ubuntu"
3433   algorithm: "file_test_results"
3434   output-file-ext: ".rst"
3435   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3436   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
3437   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
3438   data: "vpp-device-results-ubuntu"
3439   filter: "all"
3440   parameters:
3441   - "name"
3442   - "doc"
3443   - "level"
3444   - "parent"
3445   data-start-level: 2
3446
3447 ################################################################################
3448 ###                                P L O T S                                 ###
3449 ################################################################################
3450
3451 - type: "plot"
3452   title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
3453   algorithm: "plot_service_density_reconf_box_name"
3454   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
3455   data: "plot-vpp-nfv-reconf-2n-skx"
3456   include:
3457     - "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"
3458     - "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"
3459     - "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"
3460     - "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"
3461     - "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"
3462     - "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"
3463   layout:
3464     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
3465     layout: "plot-throughput"
3466
3467 - type: "plot"
3468   title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
3469   algorithm: "plot_service_density_reconf_box_name"
3470   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
3471   data: "plot-vpp-nfv-reconf-2n-skx"
3472   include:
3473     - "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"
3474     - "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"
3475     - "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"
3476     - "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"
3477     - "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"
3478     - "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"
3479   layout:
3480     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
3481     layout: "plot-throughput"
3482
3483 - type: "plot"
3484   title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
3485   algorithm: "plot_service_density_reconf_box_name"
3486   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
3487   data: "plot-vpp-nfv-reconf-2n-skx"
3488   include:
3489     - "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"
3490     - "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"
3491     - "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"
3492     - "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"
3493     - "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"
3494     - "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"
3495   layout:
3496     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
3497     layout: "plot-throughput"
3498
3499 ###############################################################################
3500
3501 # Packet Throughput
3502
3503 - type: "plot"
3504   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
3505   algorithm: "plot_performance_box_name"
3506   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
3507   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3508   include:
3509     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3510     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3511     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3512     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3513   layout:
3514     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
3515     layout: "plot-throughput"
3516
3517 - type: "plot"
3518   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
3519   algorithm: "plot_performance_box_name"
3520   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
3521   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3522   include:
3523     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3524     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3525     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3526     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3527   layout:
3528     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
3529     layout: "plot-throughput"
3530
3531 - type: "plot"
3532   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
3533   algorithm: "plot_performance_box_name"
3534   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
3535   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3536   include:
3537     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3538     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
3539     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3540     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
3541     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3542   layout:
3543     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
3544     layout: "plot-throughput"
3545
3546 - type: "plot"
3547   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
3548   algorithm: "plot_performance_box_name"
3549   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
3550   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3551   include:
3552     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3553     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
3554     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3555     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
3556     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3557   layout:
3558     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
3559     layout: "plot-throughput"
3560
3561 #- type: "plot"
3562 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
3563 #  algorithm: "plot_performance_box_name"
3564 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
3565 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
3566 #  include:
3567 #    - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
3568 #    - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3569 #    - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3570 #    - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
3571 #    - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3572 #  layout:
3573 #    title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
3574 #    layout: "plot-throughput"
3575
3576 - type: "plot"
3577   title: "Throughput: 3n-hsw-xl710-64b-1t1c-memif-base-i40e-ndr"
3578   algorithm: "plot_performance_box_name"
3579   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-memif-base-i40e-ndr"
3580   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
3581   include:
3582     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3583     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
3584     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3585     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
3586     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3587   layout:
3588     title: "3n-hsw-xl710-64b-1t1c-memif-base-i40e-ndr"
3589     layout: "plot-throughput"
3590
3591 - type: "plot"
3592   title: "Throughput: 3n-hsw-xl710-64b-1t1c-memif-base-i40e-pdr"
3593   algorithm: "plot_performance_box_name"
3594   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-memif-base-i40e-pdr"
3595   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
3596   include:
3597     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3598     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
3599     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3600     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
3601     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3602   layout:
3603     title: "3n-hsw-xl710-64b-1t1c-memif-base-i40e-pdr"
3604     layout: "plot-throughput"
3605
3606 #- type: "plot"
3607 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
3608 #  algorithm: "plot_performance_box_name"
3609 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
3610 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
3611 #  include:
3612 #    - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
3613 #    - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3614 #    - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3615 #    - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
3616 #    - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3617 #  layout:
3618 #    title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
3619 #    layout: "plot-throughput"
3620
3621 - type: "plot"
3622   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
3623   algorithm: "plot_performance_box_name"
3624   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
3625   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3626   include:
3627     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
3628     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3629   layout:
3630     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
3631     layout: "plot-throughput"
3632
3633 - type: "plot"
3634   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
3635   algorithm: "plot_performance_box_name"
3636   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
3637   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3638   include:
3639     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
3640     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3641   layout:
3642     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
3643     layout: "plot-throughput"
3644
3645 - type: "plot"
3646   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
3647   algorithm: "plot_performance_box_name"
3648   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
3649   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3650   include:
3651     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
3652     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
3653     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
3654     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
3655     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
3656   layout:
3657     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
3658     layout: "plot-throughput"
3659
3660 - type: "plot"
3661   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
3662   algorithm: "plot_performance_box_name"
3663   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
3664   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3665   include:
3666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
3667     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
3668     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
3669     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
3670     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
3671   layout:
3672     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
3673     layout: "plot-throughput"
3674
3675 - type: "plot"
3676   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
3677   algorithm: "plot_performance_box_name"
3678   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
3679   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3680   include:
3681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
3682     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3683     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
3684     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
3685     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
3686   layout:
3687     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
3688     layout: "plot-throughput"
3689
3690 - type: "plot"
3691   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
3692   algorithm: "plot_performance_box_name"
3693   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
3694   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3695   include:
3696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
3697     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3698     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
3699     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
3700     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
3701   layout:
3702     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
3703     layout: "plot-throughput"
3704
3705 - type: "plot"
3706   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
3707   algorithm: "plot_performance_box_name"
3708   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
3709   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3710   include:
3711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
3713   layout:
3714     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
3715     layout: "plot-throughput"
3716
3717 - type: "plot"
3718   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
3719   algorithm: "plot_performance_box_name"
3720   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
3721   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3722   include:
3723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
3725   layout:
3726     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
3727     layout: "plot-throughput"
3728
3729 - type: "plot"
3730   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
3731   algorithm: "plot_performance_box_name"
3732   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
3733   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
3734   include:
3735     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
3736     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
3737     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
3738   layout:
3739     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
3740     layout: "plot-throughput"
3741
3742 - type: "plot"
3743   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
3744   algorithm: "plot_performance_box_name"
3745   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
3746   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
3747   include:
3748     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
3749     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
3750     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
3751   layout:
3752     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
3753     layout: "plot-throughput"
3754
3755 - type: "plot"
3756   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
3757   algorithm: "plot_performance_box_name"
3758   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
3759   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3760   include:
3761     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
3762     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3763   layout:
3764     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
3765     layout: "plot-throughput"
3766
3767 - type: "plot"
3768   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
3769   algorithm: "plot_performance_box_name"
3770   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
3771   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3772   include:
3773     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
3774     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3775   layout:
3776     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
3777     layout: "plot-throughput"
3778
3779 - type: "plot"
3780   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
3781   algorithm: "plot_performance_box_name"
3782   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
3783   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3784   include:
3785     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
3786     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
3787     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
3788     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
3789   layout:
3790     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
3791     layout: "plot-throughput"
3792
3793 - type: "plot"
3794   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
3795   algorithm: "plot_performance_box_name"
3796   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
3797   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3798   include:
3799     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
3800     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
3801     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
3802     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
3803   layout:
3804     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
3805     layout: "plot-throughput"
3806
3807 - type: "plot"
3808   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
3809   algorithm: "plot_performance_box_name"
3810   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
3811   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3812   include:
3813     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
3814     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3815     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
3816     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
3817     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
3818   layout:
3819     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
3820     layout: "plot-throughput"
3821
3822 - type: "plot"
3823   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
3824   algorithm: "plot_performance_box_name"
3825   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
3826   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3827   include:
3828     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
3829     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3830     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
3831     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
3832     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
3833   layout:
3834     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
3835     layout: "plot-throughput"
3836
3837 - type: "plot"
3838   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
3839   algorithm: "plot_performance_box_name"
3840   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
3841   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3842   include:
3843     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3844     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
3845     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
3846     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
3847     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
3848     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
3849   layout:
3850     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
3851     layout: "plot-throughput"
3852
3853 - type: "plot"
3854   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
3855   algorithm: "plot_performance_box_name"
3856   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
3857   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3858   include:
3859     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3860     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
3861     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
3862     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
3863     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
3864     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
3865   layout:
3866     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
3867     layout: "plot-throughput"
3868
3869 #- type: "plot"
3870 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
3871 #  algorithm: "plot_performance_box_name"
3872 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
3873 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
3874 #  include:
3875 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
3876 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
3877 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
3878 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
3879 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
3880 #  layout:
3881 #    title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
3882 #    layout: "plot-throughput"
3883 #
3884 #- type: "plot"
3885 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
3886 #  algorithm: "plot_performance_box_name"
3887 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
3888 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
3889 #  include:
3890 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
3891 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
3892 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
3893 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
3894 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
3895 #  layout:
3896 #    title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
3897 #    layout: "plot-throughput"
3898 #
3899 #- type: "plot"
3900 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
3901 #  algorithm: "plot_performance_box_name"
3902 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
3903 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
3904 #  include:
3905 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
3906 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
3907 #  layout:
3908 #    title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
3909 #    layout: "plot-throughput"
3910 #
3911 #- type: "plot"
3912 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
3913 #  algorithm: "plot_performance_box_name"
3914 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
3915 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
3916 #  include:
3917 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
3918 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
3919 #  layout:
3920 #    title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
3921 #    layout: "plot-throughput"
3922
3923 - type: "plot"
3924   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
3925   algorithm: "plot_performance_box_name"
3926   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
3927   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
3928   include:
3929     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
3930   layout:
3931     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-ixgbe-ndr"
3932     layout: "plot-throughput"
3933
3934 - type: "plot"
3935   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
3936   algorithm: "plot_performance_box_name"
3937   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
3938   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
3939   include:
3940     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
3941   layout:
3942     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-ixgbe-pdr"
3943     layout: "plot-throughput"
3944
3945 - type: "plot"
3946   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
3947   algorithm: "plot_performance_box_name"
3948   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
3949   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
3950   include:
3951     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
3952   layout:
3953     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-ixgbe-ndr"
3954     layout: "plot-throughput"
3955
3956 - type: "plot"
3957   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
3958   algorithm: "plot_performance_box_name"
3959   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
3960   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
3961   include:
3962     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
3963   layout:
3964     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-ixgbe-pdr"
3965     layout: "plot-throughput"
3966
3967 - type: "plot"
3968   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-ndr"
3969   algorithm: "plot_performance_box_name"
3970   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-ndr"
3971   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
3972   include:
3973     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
3974     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
3975     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
3976     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
3977   layout:
3978     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-ndr"
3979     layout: "plot-throughput"
3980
3981 - type: "plot"
3982   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-pdr"
3983   algorithm: "plot_performance_box_name"
3984   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-pdr"
3985   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
3986   include:
3987     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
3988     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
3989     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
3990     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
3991   layout:
3992     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-pdr"
3993     layout: "plot-throughput"
3994
3995 - type: "plot"
3996   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
3997   algorithm: "plot_performance_box_name"
3998   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
3999   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4000   include:
4001     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
4002     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
4003     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
4004     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
4005   layout:
4006     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
4007     layout: "plot-throughput"
4008
4009 - type: "plot"
4010   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
4011   algorithm: "plot_performance_box_name"
4012   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
4013   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4014   include:
4015     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
4016     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
4017     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
4018     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
4019   layout:
4020     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
4021     layout: "plot-throughput"
4022
4023 #- type: "plot"
4024 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
4025 #  algorithm: "plot_performance_box_name"
4026 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
4027 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4028 #  include:
4029 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
4030 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
4031 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
4032 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
4033 #  layout:
4034 #    title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
4035 #    layout: "plot-throughput"
4036 #
4037 #- type: "plot"
4038 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
4039 #  algorithm: "plot_performance_box_name"
4040 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
4041 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4042 #  include:
4043 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
4044 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
4045 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
4046 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
4047 #  layout:
4048 #    title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
4049 #    layout: "plot-throughput"
4050
4051 - type: "plot"
4052   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
4053   algorithm: "plot_performance_box_name"
4054   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
4055   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4056   include:
4057     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
4058     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
4059   layout:
4060     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-ixgbe-ndr"
4061     layout: "plot-throughput"
4062
4063 - type: "plot"
4064   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
4065   algorithm: "plot_performance_box_name"
4066   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
4067   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4068   include:
4069     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
4070     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
4071   layout:
4072     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-ixgbe-pdr"
4073     layout: "plot-throughput"
4074
4075 - type: "plot"
4076   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4077   algorithm: "plot_performance_box_name"
4078   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4079   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4080   include:
4081     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4082   layout:
4083     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4084     layout: "plot-throughput"
4085
4086 - type: "plot"
4087   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4088   algorithm: "plot_performance_box_name"
4089   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4090   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4091   include:
4092     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4093   layout:
4094     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4095     layout: "plot-throughput"
4096
4097 - type: "plot"
4098   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4099   algorithm: "plot_performance_box_name"
4100   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4101   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4102   include:
4103     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
4104     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4105     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
4106     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
4107     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
4108   layout:
4109     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4110     layout: "plot-throughput"
4111
4112 - type: "plot"
4113   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4114   algorithm: "plot_performance_box_name"
4115   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4116   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4117   include:
4118     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
4119     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4120     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
4121     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
4122     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
4123   layout:
4124     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4125     layout: "plot-throughput"
4126
4127 - type: "plot"
4128   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
4129   algorithm: "plot_performance_box_name"
4130   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
4131   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4132   include:
4133     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
4134     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4135     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
4136   layout:
4137     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
4138     layout: "plot-throughput"
4139
4140 - type: "plot"
4141   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
4142   algorithm: "plot_performance_box_name"
4143   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
4144   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4145   include:
4146     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
4147     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4148     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
4149   layout:
4150     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
4151     layout: "plot-throughput"
4152
4153 - type: "plot"
4154   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4155   algorithm: "plot_performance_box_name"
4156   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4157   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4158   include:
4159     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4160   layout:
4161     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4162     layout: "plot-throughput"
4163
4164 - type: "plot"
4165   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4166   algorithm: "plot_performance_box_name"
4167   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4168   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4169   include:
4170     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4171   layout:
4172     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4173     layout: "plot-throughput"
4174
4175 - type: "plot"
4176   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4177   algorithm: "plot_performance_box_name"
4178   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4179   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4180   include:
4181     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
4182     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4183     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
4184     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
4185     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
4186   layout:
4187     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4188     layout: "plot-throughput"
4189
4190 - type: "plot"
4191   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4192   algorithm: "plot_performance_box_name"
4193   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4194   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4195   include:
4196     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
4197     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4198     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
4199     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
4200     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
4201   layout:
4202     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4203     layout: "plot-throughput"
4204
4205 #- type: "plot"
4206 #  title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4207 #  algorithm: "plot_performance_box_name"
4208 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4209 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4210 #  include:
4211 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
4212 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4213 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
4214 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
4215 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
4216 #  layout:
4217 #    title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4218 #    layout: "plot-throughput"
4219
4220 #- type: "plot"
4221 #  title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4222 #  algorithm: "plot_performance_box_name"
4223 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4224 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4225 #  include:
4226 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
4227 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4228 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
4229 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
4230 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
4231 #  layout:
4232 #    title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4233 #    layout: "plot-throughput"
4234
4235 - type: "plot"
4236   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4237   algorithm: "plot_performance_box_name"
4238   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4239   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
4240   include:
4241     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4242   layout:
4243     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-ixgbe-ndr"
4244     layout: "plot-throughput"
4245
4246 - type: "plot"
4247   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4248   algorithm: "plot_performance_box_name"
4249   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4250   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
4251   include:
4252     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4253   layout:
4254     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-ixgbe-pdr"
4255     layout: "plot-throughput"
4256
4257 - type: "plot"
4258   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4259   algorithm: "plot_performance_box_name"
4260   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4261   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4262   include:
4263     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4264   layout:
4265     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-ixgbe-ndr"
4266     layout: "plot-throughput"
4267
4268 - type: "plot"
4269   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4270   algorithm: "plot_performance_box_name"
4271   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4272   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4273   include:
4274     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4275   layout:
4276     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-ixgbe-pdr"
4277     layout: "plot-throughput"
4278
4279 - type: "plot"
4280   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
4281   algorithm: "plot_performance_box_name"
4282   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
4283   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4284   include:
4285     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4286     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4287     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4288     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4289     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4290     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4291   layout:
4292     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
4293     layout: "plot-throughput"
4294
4295 - type: "plot"
4296   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
4297   algorithm: "plot_performance_box_name"
4298   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
4299   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4300   include:
4301     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4302     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4303     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4304     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4305     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4306     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4307   layout:
4308     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
4309     layout: "plot-throughput"
4310
4311 - type: "plot"
4312   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
4313   algorithm: "plot_performance_box_name"
4314   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
4315   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4316   include:
4317     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
4318     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4319     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
4320     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4321   layout:
4322     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
4323     layout: "plot-throughput"
4324
4325 - type: "plot"
4326   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
4327   algorithm: "plot_performance_box_name"
4328   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
4329   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4330   include:
4331     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
4332     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4333     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4334     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4335   layout:
4336     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
4337     layout: "plot-throughput"
4338
4339 - type: "plot"
4340   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
4341   algorithm: "plot_performance_box_name"
4342   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
4343   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4344   include:
4345     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4346     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4347     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4348     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4349     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4350     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4351   layout:
4352     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
4353     layout: "plot-throughput"
4354
4355 - type: "plot"
4356   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
4357   algorithm: "plot_performance_box_name"
4358   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
4359   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4360   include:
4361     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4362     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4363     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4364     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4365     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4366     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4367   layout:
4368     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
4369     layout: "plot-throughput"
4370
4371 #- type: "plot"
4372 #  title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
4373 #  algorithm: "plot_performance_box_name"
4374 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
4375 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4376 #  include:
4377 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4378 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4379 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4380 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4381 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4382 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4383 #  layout:
4384 #    title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
4385 #    layout: "plot-throughput"
4386 #
4387 #- type: "plot"
4388 #  title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
4389 #  algorithm: "plot_performance_box_name"
4390 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
4391 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4392 #  include:
4393 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4394 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4395 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4396 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4397 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4398 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4399 #  layout:
4400 #    title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
4401 #    layout: "plot-throughput"
4402
4403 - type: "plot"
4404   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
4405   algorithm: "plot_performance_box_name"
4406   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
4407   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4408   include:
4409     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4410     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4411     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4412     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4413     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4414     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4415   layout:
4416     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
4417     layout: "plot-throughput"
4418
4419 - type: "plot"
4420   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
4421   algorithm: "plot_performance_box_name"
4422   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
4423   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4424   include:
4425     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4426     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4427     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4428     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4429     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4430     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4431   layout:
4432     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
4433     layout: "plot-throughput"
4434
4435 - type: "plot"
4436   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
4437   algorithm: "plot_performance_box_name"
4438   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
4439   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4440   include:
4441     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4442     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
4443     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4444   layout:
4445     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
4446     layout: "plot-throughput"
4447
4448 - type: "plot"
4449   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
4450   algorithm: "plot_performance_box_name"
4451   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
4452   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4453   include:
4454     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4455     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
4456     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4457   layout:
4458     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
4459     layout: "plot-throughput"
4460
4461 - type: "plot"
4462   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
4463   algorithm: "plot_performance_box_name"
4464   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
4465   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4466   include:
4467     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
4468     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4469     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
4470   layout:
4471     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
4472     layout: "plot-throughput"
4473
4474 - type: "plot"
4475   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
4476   algorithm: "plot_performance_box_name"
4477   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
4478   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4479   include:
4480     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
4481     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4482     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
4483   layout:
4484     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
4485     layout: "plot-throughput"
4486
4487 - type: "plot"
4488   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
4489   algorithm: "plot_performance_box_name"
4490   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
4491   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4492   include:
4493     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
4494     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
4495     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4496     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4497     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4498   layout:
4499     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
4500     layout: "plot-throughput"
4501
4502 - type: "plot"
4503   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
4504   algorithm: "plot_performance_box_name"
4505   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
4506   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4507   include:
4508     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
4509     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
4510     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4511     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4512     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4513   layout:
4514     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
4515     layout: "plot-throughput"
4516
4517 - type: "plot"
4518   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
4519   algorithm: "plot_performance_box_name"
4520   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
4521   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4522   include:
4523     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4524     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
4525     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
4526     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4527   layout:
4528     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
4529     layout: "plot-throughput"
4530
4531 - type: "plot"
4532   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
4533   algorithm: "plot_performance_box_name"
4534   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
4535   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4536   include:
4537     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4538     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
4539     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
4540     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4541   layout:
4542     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
4543     layout: "plot-throughput"
4544
4545 - type: "plot"
4546   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
4547   algorithm: "plot_performance_box_name"
4548   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
4549   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4550   include:
4551     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4552     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
4553     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4554     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4555     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4556     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4557   layout:
4558     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
4559     layout: "plot-throughput"
4560
4561 - type: "plot"
4562   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
4563   algorithm: "plot_performance_box_name"
4564   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
4565   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4566   include:
4567     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4568     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
4569     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4570     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4571     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4572     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4573   layout:
4574     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
4575     layout: "plot-throughput"
4576
4577 - type: "plot"
4578   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
4579   algorithm: "plot_performance_box_name"
4580   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
4581   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4582   include:
4583     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4584     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4585     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4586   layout:
4587     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
4588     layout: "plot-throughput"
4589
4590 - type: "plot"
4591   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
4592   algorithm: "plot_performance_box_name"
4593   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
4594   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4595   include:
4596     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4597     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4598     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4599   layout:
4600     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
4601     layout: "plot-throughput"
4602
4603 - type: "plot"
4604   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
4605   algorithm: "plot_performance_box_name"
4606   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
4607   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4608   include:
4609     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
4610     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4611     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
4612   layout:
4613     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
4614     layout: "plot-throughput"
4615
4616 - type: "plot"
4617   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
4618   algorithm: "plot_performance_box_name"
4619   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
4620   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4621   include:
4622     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
4623     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4624     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
4625   layout:
4626     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
4627     layout: "plot-throughput"
4628
4629 - type: "plot"
4630   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
4631   algorithm: "plot_performance_box_name"
4632   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
4633   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4634   include:
4635     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
4636     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4637     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4638     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4639   layout:
4640     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
4641     layout: "plot-throughput"
4642
4643 - type: "plot"
4644   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
4645   algorithm: "plot_performance_box_name"
4646   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
4647   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4648   include:
4649     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
4650     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4651     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4652     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4653   layout:
4654     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
4655     layout: "plot-throughput"
4656
4657 - type: "plot"
4658   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
4659   algorithm: "plot_performance_box_name"
4660   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
4661   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4662   include:
4663     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
4664     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4665     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4666     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
4667     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
4668     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4669   layout:
4670     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
4671     layout: "plot-throughput"
4672
4673 - type: "plot"
4674   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
4675   algorithm: "plot_performance_box_name"
4676   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
4677   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4678   include:
4679     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
4680     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4681     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4682     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
4683     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
4684     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4685   layout:
4686     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
4687     layout: "plot-throughput"
4688
4689 #- type: "plot"
4690 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
4691 #  algorithm: "plot_performance_box_name"
4692 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
4693 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4694 #  include:
4695 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
4696 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4697 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4698 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4699 #  layout:
4700 #    title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
4701 #    layout: "plot-throughput"
4702 #
4703 #- type: "plot"
4704 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
4705 #  algorithm: "plot_performance_box_name"
4706 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
4707 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4708 #  include:
4709 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
4710 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4711 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4712 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4713 #  layout:
4714 #    title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
4715 #    layout: "plot-throughput"
4716 #
4717 #- type: "plot"
4718 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
4719 #  algorithm: "plot_performance_box_name"
4720 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
4721 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4722 #  include:
4723 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4724 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4725 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4726 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
4727 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
4728 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4729 #  layout:
4730 #    title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
4731 #    layout: "plot-throughput"
4732 #
4733 #- type: "plot"
4734 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
4735 #  algorithm: "plot_performance_box_name"
4736 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
4737 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4738 #  include:
4739 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4740 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4741 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4742 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
4743 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
4744 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4745 #  layout:
4746 #    title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
4747 #    layout: "plot-throughput"
4748
4749 - type: "plot"
4750   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
4751   algorithm: "plot_performance_box_name"
4752   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
4753   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
4754   include:
4755     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4756     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4757     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4758   layout:
4759     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
4760     layout: "plot-throughput"
4761
4762 - type: "plot"
4763   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
4764   algorithm: "plot_performance_box_name"
4765   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
4766   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
4767   include:
4768     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4769     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4770     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4771   layout:
4772     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
4773     layout: "plot-throughput"
4774
4775 - type: "plot"
4776   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
4777   algorithm: "plot_performance_box_name"
4778   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
4779   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4780   include:
4781     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4782     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4783     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4784   layout:
4785     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
4786     layout: "plot-throughput"
4787
4788 - type: "plot"
4789   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
4790   algorithm: "plot_performance_box_name"
4791   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
4792   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4793   include:
4794     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4795     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4796     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4797   layout:
4798     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
4799     layout: "plot-throughput"
4800
4801 - type: "plot"
4802   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
4803   algorithm: "plot_performance_box_name"
4804   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
4805   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4806   include:
4807     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
4808     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4809     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4810     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
4811   layout:
4812     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
4813     layout: "plot-throughput"
4814
4815 - type: "plot"
4816   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
4817   algorithm: "plot_performance_box_name"
4818   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
4819   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4820   include:
4821     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
4822     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4823     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4824     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
4825   layout:
4826     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
4827     layout: "plot-throughput"
4828
4829 - type: "plot"
4830   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
4831   algorithm: "plot_performance_box_name"
4832   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
4833   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4834   include:
4835     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4836     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4837     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4838     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
4839   layout:
4840     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
4841     layout: "plot-throughput"
4842
4843 - type: "plot"
4844   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
4845   algorithm: "plot_performance_box_name"
4846   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
4847   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4848   include:
4849     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4850     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4851     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4852     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
4853   layout:
4854     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
4855     layout: "plot-throughput"
4856
4857 - type: "plot"
4858   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
4859   algorithm: "plot_performance_box_name"
4860   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
4861   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4862   include:
4863     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
4864     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4865     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4866     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
4867   layout:
4868     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
4869     layout: "plot-throughput"
4870
4871 - type: "plot"
4872   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
4873   algorithm: "plot_performance_box_name"
4874   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
4875   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4876   include:
4877     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
4878     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4879     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4880     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
4881   layout:
4882     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
4883     layout: "plot-throughput"
4884
4885 - type: "plot"
4886   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
4887   algorithm: "plot_performance_box_name"
4888   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
4889   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4890   include:
4891     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4892     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4893     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4894     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
4895   layout:
4896     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
4897     layout: "plot-throughput"
4898
4899 - type: "plot"
4900   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-pdr"
4901   algorithm: "plot_performance_box_name"
4902   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-pdr"
4903   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4904   include:
4905     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4906     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4907     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4908     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
4909   layout:
4910     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-pdr"
4911     layout: "plot-throughput"
4912
4913 - type: "plot"
4914   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
4915   algorithm: "plot_performance_box_name"
4916   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
4917   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4918   include:
4919     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
4920     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
4921     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4922     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4923     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
4924   layout:
4925     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
4926     layout: "plot-throughput"
4927
4928 - type: "plot"
4929   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
4930   algorithm: "plot_performance_box_name"
4931   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
4932   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4933   include:
4934     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
4935     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
4936     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4937     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4938     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
4939   layout:
4940     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
4941     layout: "plot-throughput"
4942
4943 - type: "plot"
4944   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
4945   algorithm: "plot_performance_box_name"
4946   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
4947   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4948   include:
4949     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4950     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4951     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4952     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4953     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
4954   layout:
4955     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
4956     layout: "plot-throughput"
4957
4958 - type: "plot"
4959   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
4960   algorithm: "plot_performance_box_name"
4961   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
4962   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4963   include:
4964     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4965     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4966     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4967     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4968     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
4969   layout:
4970     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
4971     layout: "plot-throughput"
4972
4973 - type: "plot"
4974   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
4975   algorithm: "plot_performance_box_name"
4976   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
4977   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4978   include:
4979     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
4980     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
4981     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
4982     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4983     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4984     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4985   layout:
4986     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
4987     layout: "plot-throughput"
4988
4989 - type: "plot"
4990   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
4991   algorithm: "plot_performance_box_name"
4992   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
4993   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4994   include:
4995     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
4996     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
4997     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
4998     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4999     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5000     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5001   layout:
5002     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
5003     layout: "plot-throughput"
5004
5005 - type: "plot"
5006   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5007   algorithm: "plot_performance_box_name"
5008   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5009   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5010   include:
5011     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5012     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5013     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5014     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5015     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5016     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5017   layout:
5018     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5019     layout: "plot-throughput"
5020
5021 - type: "plot"
5022   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
5023   algorithm: "plot_performance_box_name"
5024   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
5025   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5026   include:
5027     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5028     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5029     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5030     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5031     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5032     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5033   layout:
5034     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
5035     layout: "plot-throughput"
5036
5037 - type: "plot"
5038   title: "Throughput: 3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
5039   algorithm: "plot_performance_box_name"
5040   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
5041   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5042   include:
5043     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5044     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5045     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5046     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5047     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5048     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5049   layout:
5050     title: "3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
5051     layout: "plot-throughput"
5052
5053 - type: "plot"
5054   title: "Throughput: 3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-pdr"
5055   algorithm: "plot_performance_box_name"
5056   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-pdr"
5057   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5058   include:
5059     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5060     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5061     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5062     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5063     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5064     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5065   layout:
5066     title: "3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-pdr"
5067     layout: "plot-throughput"
5068
5069 - type: "plot"
5070   title: "Throughput: 3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5071   algorithm: "plot_performance_box_name"
5072   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5073   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5074   include:
5075     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5076     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5077     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5078     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5079     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5080     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5081   layout:
5082     title: "3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5083     layout: "plot-throughput"
5084
5085 - type: "plot"
5086   title: "Throughput: 3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-pdr"
5087   algorithm: "plot_performance_box_name"
5088   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-pdr"
5089   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5090   include:
5091     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5092     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5093     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5094     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5095     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5096     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5097   layout:
5098     title: "3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-pdr"
5099     layout: "plot-throughput"
5100
5101 #- type: "plot"
5102 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
5103 #  algorithm: "plot_performance_box_name"
5104 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
5105 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5106 #  include:
5107 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5108 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5109 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5110 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5111 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5112 #  layout:
5113 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
5114 #    layout: "plot-throughput"
5115 #
5116 #- type: "plot"
5117 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
5118 #  algorithm: "plot_performance_box_name"
5119 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
5120 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5121 #  include:
5122 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5123 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5124 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5125 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5126 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5127 #  layout:
5128 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
5129 #    layout: "plot-throughput"
5130 #
5131 #- type: "plot"
5132 #  title: "Throughput: 3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-ndr"
5133 #  algorithm: "plot_performance_box_name"
5134 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-ndr"
5135 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5136 #  include:
5137 #    - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
5138 #    - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
5139 #    - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
5140 #  layout:
5141 #    title: "3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-ndr"
5142 #    layout: "plot-throughput"
5143 #
5144 #- type: "plot"
5145 #  title: "Throughput: 3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-pdr"
5146 #  algorithm: "plot_performance_box_name"
5147 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-pdr"
5148 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5149 #  include:
5150 #    - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
5151 #    - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
5152 #    - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
5153 #  layout:
5154 #    title: "3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-pdr"
5155 #    layout: "plot-throughput"
5156
5157 ################################################################################
5158
5159 # Packet Latency 1C
5160
5161 - type: "plot"
5162   title: "Latency: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
5163   algorithm: "plot_latency_error_bars_name"
5164   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
5165   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5166   include:
5167     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
5168     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5169     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5170     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
5171   layout:
5172     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
5173     layout: "plot-latency"
5174
5175 - type: "plot"
5176   title: "Latency: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
5177   algorithm: "plot_latency_error_bars_name"
5178   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
5179   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5180   include:
5181     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
5182     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
5183     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5184     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
5185     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
5186   layout:
5187     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
5188     layout: "plot-latency"
5189
5190 - type: "plot"
5191   title: "Latency: 3n-hsw-xl710-64b-1t1c-memif-base-i40e-ndr-lat"
5192   algorithm: "plot_latency_error_bars_name"
5193   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-memif-base-i40e-ndr-lat"
5194   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5195   include:
5196     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
5197     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
5198     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5199     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
5200     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
5201   layout:
5202     title: "3n-hsw-xl710-64b-1t1c-memif-base-i40e-ndr"
5203     layout: "plot-latency"
5204
5205 - type: "plot"
5206   title: "Latency: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
5207   algorithm: "plot_latency_error_bars_name"
5208   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
5209   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5210   include:
5211     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
5212     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
5213   layout:
5214     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
5215     layout: "plot-latency"
5216
5217 - type: "plot"
5218   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
5219   algorithm: "plot_latency_error_bars_name"
5220   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
5221   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5222   include:
5223     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
5224     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
5225     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
5226     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
5227     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
5228   layout:
5229     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
5230     layout: "plot-latency"
5231
5232 - type: "plot"
5233   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
5234   algorithm: "plot_latency_error_bars_name"
5235   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
5236   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5237   include:
5238     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
5239     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
5240     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
5241     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
5242     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
5243   layout:
5244     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
5245     layout: "plot-latency"
5246
5247 - type: "plot"
5248   title: "Latency: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
5249   algorithm: "plot_latency_error_bars_name"
5250   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
5251   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5252   include:
5253     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
5254     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
5255   layout:
5256     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
5257     layout: "plot-latency"
5258
5259 - type: "plot"
5260   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
5261   algorithm: "plot_latency_error_bars_name"
5262   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
5263   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5264   include:
5265     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
5266     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
5267     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
5268   layout:
5269     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
5270     layout: "plot-latency"
5271
5272 - type: "plot"
5273   title: "Latency: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
5274   algorithm: "plot_latency_error_bars_name"
5275   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
5276   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5277   include:
5278     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
5279     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
5280   layout:
5281     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
5282     layout: "plot-latency"
5283
5284 - type: "plot"
5285   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
5286   algorithm: "plot_latency_error_bars_name"
5287   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
5288   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5289   include:
5290     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
5291     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
5292     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
5293     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
5294   layout:
5295     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
5296     layout: "plot-latency"
5297
5298 - type: "plot"
5299   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
5300   algorithm: "plot_latency_error_bars_name"
5301   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
5302   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5303   include:
5304     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
5305     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
5306     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
5307     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
5308     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
5309   layout:
5310     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
5311     layout: "plot-latency"
5312
5313 - type: "plot"
5314   title: "Latency: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
5315   algorithm: "plot_latency_error_bars_name"
5316   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
5317   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5318   include:
5319     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
5320     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
5321     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
5322     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
5323     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
5324     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
5325   layout:
5326     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
5327     layout: "plot-latency"
5328
5329 - type: "plot"
5330   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-ndr-lat"
5331   algorithm: "plot_latency_error_bars_name"
5332   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-ndr-lat"
5333   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5334   include:
5335     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
5336     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
5337     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
5338     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
5339   layout:
5340     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-ndr"
5341     layout: "plot-latency"
5342
5343 - type: "plot"
5344   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-lat"
5345   algorithm: "plot_latency_error_bars_name"
5346   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-lat"
5347   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5348   include:
5349     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
5350     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
5351     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
5352     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
5353   layout:
5354     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
5355     layout: "plot-latency"
5356
5357 - type: "plot"
5358   title: "Latency: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5359   algorithm: "plot_latency_error_bars_name"
5360   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5361   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5362   include:
5363     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
5364   layout:
5365     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
5366     layout: "plot-latency"
5367
5368 - type: "plot"
5369   title: "Latency: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5370   algorithm: "plot_latency_error_bars_name"
5371   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5372   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5373   include:
5374     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
5375     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
5376     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
5377     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
5378     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
5379   layout:
5380     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
5381     layout: "plot-latency"
5382
5383 - type: "plot"
5384   title: "Latency: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
5385   algorithm: "plot_latency_error_bars_name"
5386   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
5387   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5388   include:
5389     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
5390     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
5391     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
5392   layout:
5393     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
5394     layout: "plot-latency"
5395
5396 - type: "plot"
5397   title: "Latency: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5398   algorithm: "plot_latency_error_bars_name"
5399   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5400   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5401   include:
5402     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
5403   layout:
5404     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
5405     layout: "plot-latency"
5406
5407 - type: "plot"
5408   title: "Latency: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5409   algorithm: "plot_latency_error_bars_name"
5410   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5411   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5412   include:
5413     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
5414     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
5415     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
5416     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
5417     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
5418   layout:
5419     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
5420     layout: "plot-latency"
5421
5422 #- type: "plot"
5423 #  title: "Latency: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
5424 #  algorithm: "plot_latency_error_bars_name"
5425 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
5426 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5427 #  include:
5428 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
5429 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5430 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
5431 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5432 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
5433 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5434 #  layout:
5435 #    title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
5436 #    layout: "plot-latency"
5437
5438 #- type: "plot"
5439 #  title: "Latency: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
5440 #  algorithm: "plot_latency_error_bars_name"
5441 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
5442 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5443 #  include:
5444 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
5445 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5446 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
5447 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5448 #  layout:
5449 #    title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
5450 #    layout: "plot-latency"
5451
5452 #- type: "plot"
5453 #  title: "Latency: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
5454 #  algorithm: "plot_latency_error_bars_name"
5455 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
5456 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
5457 #  include:
5458 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
5459 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5460 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
5461 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5462 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
5463 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5464 #  layout:
5465 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
5466 #    layout: "plot-latency"
5467
5468 - type: "plot"
5469   title: "Latency: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
5470   algorithm: "plot_latency_error_bars_name"
5471   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
5472   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5473   include:
5474     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
5475     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
5476     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
5477   layout:
5478     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
5479     layout: "plot-latency"
5480
5481 - type: "plot"
5482   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
5483   algorithm: "plot_latency_error_bars_name"
5484   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
5485   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5486   include:
5487     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
5488     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
5489     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
5490   layout:
5491     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
5492     layout: "plot-latency"
5493
5494 - type: "plot"
5495   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
5496   algorithm: "plot_latency_error_bars_name"
5497   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
5498   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5499   include:
5500     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
5501     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
5502     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
5503     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
5504     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
5505   layout:
5506     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
5507     layout: "plot-latency"
5508
5509 - type: "plot"
5510   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
5511   algorithm: "plot_latency_error_bars_name"
5512   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
5513   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5514   include:
5515     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
5516     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
5517     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
5518     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
5519   layout:
5520     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
5521     layout: "plot-latency"
5522
5523 - type: "plot"
5524   title: "Latency: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
5525   algorithm: "plot_latency_error_bars_name"
5526   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
5527   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5528   include:
5529     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
5530     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
5531     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
5532     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
5533     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
5534     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
5535   layout:
5536     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
5537     layout: "plot-latency"
5538
5539 - type: "plot"
5540   title: "Latency: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
5541   algorithm: "plot_latency_error_bars_name"
5542   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
5543   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5544   include:
5545     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
5546     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
5547     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
5548   layout:
5549     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
5550     layout: "plot-latency"
5551
5552 - type: "plot"
5553   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
5554   algorithm: "plot_latency_error_bars_name"
5555   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
5556   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5557   include:
5558     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
5559     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
5560     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
5561   layout:
5562     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
5563     layout: "plot-latency"
5564
5565 - type: "plot"
5566   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
5567   algorithm: "plot_latency_error_bars_name"
5568   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
5569   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5570   include:
5571     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
5572     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
5573     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
5574     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
5575   layout:
5576     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
5577     layout: "plot-latency"
5578
5579 - type: "plot"
5580   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
5581   algorithm: "plot_latency_error_bars_name"
5582   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
5583   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5584   include:
5585     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
5586     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
5587     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
5588     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
5589     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
5590     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
5591   layout:
5592     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
5593     layout: "plot-latency"
5594
5595 - type: "plot"
5596   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
5597   algorithm: "plot_latency_error_bars_name"
5598   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
5599   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5600   include:
5601     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5602     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5603     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5604     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5605   layout:
5606     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
5607     layout: "plot-latency"
5608
5609 - type: "plot"
5610   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5611   algorithm: "plot_latency_error_bars_name"
5612   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-lat"
5613   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5614   include:
5615     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5616     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5617     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5618     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
5619   layout:
5620     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5621     layout: "plot-latency"
5622
5623 - type: "plot"
5624   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
5625   algorithm: "plot_latency_error_bars_name"
5626   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr-lat"
5627   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5628   include:
5629     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5630     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5631     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5632     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5633   layout:
5634     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
5635     layout: "plot-latency"
5636
5637 - type: "plot"
5638   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
5639   algorithm: "plot_latency_error_bars_name"
5640   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr-lat"
5641   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5642   include:
5643     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5644     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5645     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5646     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
5647   layout:
5648     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
5649     layout: "plot-latency"
5650
5651 - type: "plot"
5652   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
5653   algorithm: "plot_latency_error_bars_name"
5654   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
5655   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5656   include:
5657     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5658     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5659     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5660     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5661     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5662   layout:
5663     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
5664     layout: "plot-latency"
5665
5666 - type: "plot"
5667   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5668   algorithm: "plot_latency_error_bars_name"
5669   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-lat"
5670   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5671   include:
5672     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5673     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5674     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5675     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5676     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
5677   layout:
5678     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5679     layout: "plot-latency"
5680
5681 - type: "plot"
5682   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
5683   algorithm: "plot_latency_error_bars_name"
5684   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
5685   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5686   include:
5687     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5688     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5689     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5690     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5691     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5692     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5693   layout:
5694     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
5695     layout: "plot-latency"
5696
5697 - type: "plot"
5698   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5699   algorithm: "plot_latency_error_bars_name"
5700   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
5701   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5702   include:
5703     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5704     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5705     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5706     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5707     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5708     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5709   layout:
5710     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5711     layout: "plot-latency"
5712
5713 - type: "plot"
5714   title: "Latency: 3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
5715   algorithm: "plot_latency_error_bars_name"
5716   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-ndr-lat"
5717   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5718   include:
5719     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5720     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5721     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5722     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5723     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5724     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5725   layout:
5726     title: "3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
5727     layout: "plot-latency"
5728
5729 - type: "plot"
5730   title: "Latency: 3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5731   algorithm: "plot_latency_error_bars_name"
5732   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
5733   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5734   include:
5735     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5736     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5737     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5738     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5739     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5740     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5741   layout:
5742     title: "3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5743     layout: "plot-latency"
5744
5745 #- type: "plot"
5746 #  title: "Latency: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-lat"
5747 #  algorithm: "plot_latency_error_bars_name"
5748 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-lat"
5749 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5750 #  include:
5751 #    - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
5752 #    - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
5753 #    - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5754 #    - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
5755 #    - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
5756 #  layout:
5757 #    title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
5758 #    layout: "plot-latency"
5759 #
5760 #- type: "plot"
5761 #  title: "Latency: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-lat"
5762 #  algorithm: "plot_latency_error_bars_name"
5763 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-lat"
5764 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5765 #  include:
5766 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
5767 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
5768 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
5769 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
5770 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
5771 #  layout:
5772 #    title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
5773 #    layout: "plot-latency"
5774 #
5775 #- type: "plot"
5776 #  title: "Latency: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-lat"
5777 #  algorithm: "plot_latency_error_bars_name"
5778 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-lat"
5779 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5780 #  include:
5781 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
5782 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
5783 #  layout:
5784 #    title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
5785 #    layout: "plot-latency"
5786 #
5787 #- type: "plot"
5788 #  title: "Latency: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-lat"
5789 #  algorithm: "plot_latency_error_bars_name"
5790 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-lat"
5791 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5792 #  include:
5793 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
5794 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
5795 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
5796 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
5797 #  layout:
5798 #    title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-lat"
5799 #    layout: "plot-latency"
5800 #
5801 #- type: "plot"
5802 #  title: "Latency: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-lat"
5803 #  algorithm: "plot_latency_error_bars_name"
5804 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-lat"
5805 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5806 #  include:
5807 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
5808 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
5809 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
5810 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
5811 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
5812 #  layout:
5813 #    title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
5814 #    layout: "plot-latency"
5815
5816 #- type: "plot"
5817 #  title: "Latency: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
5818 #  algorithm: "plot_latency_error_bars_name"
5819 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
5820 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5821 #  include:
5822 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
5823 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5824 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
5825 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5826 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
5827 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5828 #  layout:
5829 #    title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
5830 #    layout: "plot-latency"
5831
5832 #- type: "plot"
5833 #  title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-lat"
5834 #  algorithm: "plot_latency_error_bars_name"
5835 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-lat"
5836 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5837 #  include:
5838 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
5839 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
5840 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
5841 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
5842 #  layout:
5843 #    title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
5844 #    layout: "plot-latency"
5845 #
5846 #- type: "plot"
5847 #  title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-lat"
5848 #  algorithm: "plot_latency_error_bars_name"
5849 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-lat"
5850 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5851 #  include:
5852 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
5853 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
5854 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
5855 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
5856 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
5857 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
5858 #  layout:
5859 #    title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
5860 #    layout: "plot-latency"
5861 #
5862 #- type: "plot"
5863 #  title: "Latency: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-lat"
5864 #  algorithm: "plot_latency_error_bars_name"
5865 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-lat"
5866 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5867 #  include:
5868 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5869 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5870 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5871 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5872 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5873 #  layout:
5874 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
5875 #    layout: "plot-latency"
5876
5877 ################################################################################
5878
5879 # Packet Latency 2C
5880
5881 - type: "plot"
5882   title: "Latency: 2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
5883   algorithm: "plot_latency_error_bars_name"
5884   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
5885   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5886   include:
5887     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
5888     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5889     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5890     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
5891   layout:
5892     title: "2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
5893     layout: "plot-latency"
5894
5895 - type: "plot"
5896   title: "Latency: 3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
5897   algorithm: "plot_latency_error_bars_name"
5898   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
5899   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5900   include:
5901     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
5902     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
5903     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5904     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
5905     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
5906   layout:
5907     title: "3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
5908     layout: "plot-latency"
5909
5910 - type: "plot"
5911   title: "Latency: 3n-hsw-xl710-64b-2t2c-memif-base-i40e-ndr-lat"
5912   algorithm: "plot_latency_error_bars_name"
5913   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-memif-base-i40e-ndr-lat"
5914   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5915   include:
5916     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
5917     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
5918     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5919     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
5920     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
5921   layout:
5922     title: "3n-hsw-xl710-64b-2t2c-memif-base-i40e-ndr"
5923     layout: "plot-latency"
5924
5925 - type: "plot"
5926   title: "Latency: 2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
5927   algorithm: "plot_latency_error_bars_name"
5928   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
5929   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5930   include:
5931     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
5932     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
5933   layout:
5934     title: "2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
5935     layout: "plot-latency"
5936
5937 - type: "plot"
5938   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
5939   algorithm: "plot_latency_error_bars_name"
5940   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
5941   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5942   include:
5943     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-avf-dot1q-ip4base-ndrpdr"
5944     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
5945     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
5946     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
5947     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
5948   layout:
5949     title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
5950     layout: "plot-latency"
5951
5952 - type: "plot"
5953   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
5954   algorithm: "plot_latency_error_bars_name"
5955   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
5956   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5957   include:
5958     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
5959     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
5960     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
5961     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
5962     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
5963   layout:
5964     title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
5965     layout: "plot-latency"
5966
5967 - type: "plot"
5968   title: "Latency: 2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
5969   algorithm: "plot_latency_error_bars_name"
5970   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
5971   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5972   include:
5973     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
5974     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
5975   layout:
5976     title: "2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
5977     layout: "plot-latency"
5978
5979 - type: "plot"
5980   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
5981   algorithm: "plot_latency_error_bars_name"
5982   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
5983   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5984   include:
5985     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
5986     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
5987     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
5988   layout:
5989     title: "3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr"
5990     layout: "plot-latency"
5991
5992 - type: "plot"
5993   title: "Latency: 3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
5994   algorithm: "plot_latency_error_bars_name"
5995   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
5996   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5997   include:
5998     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
5999     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
6000   layout:
6001     title: "3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
6002     layout: "plot-latency"
6003
6004 - type: "plot"
6005   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
6006   algorithm: "plot_latency_error_bars_name"
6007   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
6008   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6009   include:
6010     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
6011     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
6012     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
6013     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
6014   layout:
6015     title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
6016     layout: "plot-latency"
6017
6018 - type: "plot"
6019   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
6020   algorithm: "plot_latency_error_bars_name"
6021   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
6022   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6023   include:
6024     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
6025     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
6026     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
6027     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
6028     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
6029   layout:
6030     title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
6031     layout: "plot-latency"
6032
6033 - type: "plot"
6034   title: "Latency: 3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
6035   algorithm: "plot_latency_error_bars_name"
6036   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
6037   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6038   include:
6039     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
6040     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6041     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6042     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6043     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6044     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
6045   layout:
6046     title: "3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
6047     layout: "plot-latency"
6048
6049 - type: "plot"
6050   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4tunnel-base-scale-i40e-ndr-lat"
6051   algorithm: "plot_latency_error_bars_name"
6052   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4tunnel-base-scale-i40e-ndr-lat"
6053   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6054   include:
6055     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6056     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
6057     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6058     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
6059   layout:
6060     title: "3n-hsw-xl710-64b-2t2c-ip4tunnel-base-scale-i40e-ndr"
6061     layout: "plot-latency"
6062
6063 - type: "plot"
6064   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-lat"
6065   algorithm: "plot_latency_error_bars_name"
6066   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-lat"
6067   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6068   include:
6069     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t2c-ethip4vxlan-l2xcbase-ndrpdr"
6070     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6071     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6072     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6073   layout:
6074     title: "3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr"
6075     layout: "plot-latency"
6076
6077 - type: "plot"
6078   title: "Latency: 2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6079   algorithm: "plot_latency_error_bars_name"
6080   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6081   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6082   include:
6083     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
6084   layout:
6085     title: "2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
6086     layout: "plot-latency"
6087
6088 - type: "plot"
6089   title: "Latency: 2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6090   algorithm: "plot_latency_error_bars_name"
6091   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6092   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6093   include:
6094     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
6095     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
6096     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
6097     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
6098     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
6099   layout:
6100     title: "2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
6101     layout: "plot-latency"
6102
6103 - type: "plot"
6104   title: "Latency: 3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
6105   algorithm: "plot_latency_error_bars_name"
6106   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
6107   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6108   include:
6109     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
6110     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
6111     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
6112   layout:
6113     title: "3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr"
6114     layout: "plot-latency"
6115
6116 - type: "plot"
6117   title: "Latency: 3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6118   algorithm: "plot_latency_error_bars_name"
6119   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6120   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6121   include:
6122     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
6123   layout:
6124     title: "3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
6125     layout: "plot-latency"
6126
6127 - type: "plot"
6128   title: "Latency: 3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6129   algorithm: "plot_latency_error_bars_name"
6130   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6131   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6132   include:
6133     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
6134     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
6135     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
6136     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
6137     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
6138   layout:
6139     title: "3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
6140     layout: "plot-latency"
6141
6142 #- type: "plot"
6143 #  title: "Latency: 3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
6144 #  algorithm: "plot_latency_error_bars_name"
6145 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
6146 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6147 #  include:
6148 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6149 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6150 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6151 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6152 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6153 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6154 #  layout:
6155 #    title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
6156 #    layout: "plot-latency"
6157
6158 #- type: "plot"
6159 #  title: "Latency: 3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
6160 #  algorithm: "plot_latency_error_bars_name"
6161 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
6162 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6163 #  include:
6164 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
6165 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6166 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
6167 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6168 #  layout:
6169 #    title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
6170 #    layout: "plot-latency"
6171
6172 #- type: "plot"
6173 #  title: "Latency: 3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
6174 #  algorithm: "plot_latency_error_bars_name"
6175 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
6176 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
6177 #  include:
6178 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6179 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6180 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6181 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6182 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6183 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6184 #  layout:
6185 #    title: "3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr"
6186 #    layout: "plot-latency"
6187
6188 - type: "plot"
6189   title: "Latency: 2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
6190   algorithm: "plot_latency_error_bars_name"
6191   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
6192   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6193   include:
6194     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
6195     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
6196     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
6197   layout:
6198     title: "2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
6199     layout: "plot-latency"
6200
6201 - type: "plot"
6202   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
6203   algorithm: "plot_latency_error_bars_name"
6204   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
6205   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6206   include:
6207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
6208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
6209     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
6210   layout:
6211     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
6212     layout: "plot-latency"
6213
6214 - type: "plot"
6215   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
6216   algorithm: "plot_latency_error_bars_name"
6217   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
6218   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6219   include:
6220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
6221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
6222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
6223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
6224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
6225   layout:
6226     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
6227     layout: "plot-latency"
6228
6229 - type: "plot"
6230   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
6231   algorithm: "plot_latency_error_bars_name"
6232   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
6233   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6234   include:
6235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
6236     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
6237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
6238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
6239   layout:
6240     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
6241     layout: "plot-latency"
6242
6243 - type: "plot"
6244   title: "Latency: 3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
6245   algorithm: "plot_latency_error_bars_name"
6246   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
6247   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6248   include:
6249     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
6250     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
6251     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
6252     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
6253     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
6254     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
6255   layout:
6256     title: "3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr"
6257     layout: "plot-latency"
6258
6259 - type: "plot"
6260   title: "Latency: 3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
6261   algorithm: "plot_latency_error_bars_name"
6262   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
6263   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6264   include:
6265     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
6266     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
6267     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
6268   layout:
6269     title: "3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
6270     layout: "plot-latency"
6271
6272 - type: "plot"
6273   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
6274   algorithm: "plot_latency_error_bars_name"
6275   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
6276   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6277   include:
6278     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
6279     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
6280     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
6281   layout:
6282     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
6283     layout: "plot-latency"
6284
6285 - type: "plot"
6286   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
6287   algorithm: "plot_latency_error_bars_name"
6288   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
6289   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6290   include:
6291     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
6292     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
6293     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
6294     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
6295   layout:
6296     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
6297     layout: "plot-latency"
6298
6299 - type: "plot"
6300   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
6301   algorithm: "plot_latency_error_bars_name"
6302   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
6303   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6304   include:
6305     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
6306     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
6307     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
6308     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
6309     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
6310     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
6311   layout:
6312     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
6313     layout: "plot-latency"
6314
6315 - type: "plot"
6316   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
6317   algorithm: "plot_latency_error_bars_name"
6318   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
6319   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6320   include:
6321     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6322     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6323     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6324     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
6325   layout:
6326     title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
6327     layout: "plot-latency"
6328
6329 - type: "plot"
6330   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
6331   algorithm: "plot_latency_error_bars_name"
6332   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-lat"
6333   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6334   include:
6335     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6336     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6337     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6338     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
6339   layout:
6340     title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
6341     layout: "plot-latency"
6342
6343 - type: "plot"
6344   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
6345   algorithm: "plot_latency_error_bars_name"
6346   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr-lat"
6347   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6348   include:
6349     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6350     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6351     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6352     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
6353   layout:
6354     title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
6355     layout: "plot-latency"
6356
6357 - type: "plot"
6358   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr"
6359   algorithm: "plot_latency_error_bars_name"
6360   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr-lat"
6361   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6362   include:
6363     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6364     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6365     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6366     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
6367   layout:
6368     title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr"
6369     layout: "plot-latency"
6370
6371 - type: "plot"
6372   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
6373   algorithm: "plot_latency_error_bars_name"
6374   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
6375   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6376   include:
6377     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6378     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6379     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6380     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6381     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
6382   layout:
6383     title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
6384     layout: "plot-latency"
6385
6386 - type: "plot"
6387   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
6388   algorithm: "plot_latency_error_bars_name"
6389   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-lat"
6390   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6391   include:
6392     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6393     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6394     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6395     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6396     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
6397   layout:
6398     title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
6399     layout: "plot-latency"
6400
6401 - type: "plot"
6402   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
6403   algorithm: "plot_latency_error_bars_name"
6404   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
6405   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6406   include:
6407     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6408     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6409     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6410     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6411     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6412     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6413   layout:
6414     title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
6415     layout: "plot-latency"
6416
6417 - type: "plot"
6418   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
6419   algorithm: "plot_latency_error_bars_name"
6420   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
6421   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6422   include:
6423     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6424     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6425     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6426     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6427     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6428     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6429   layout:
6430     title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
6431     layout: "plot-latency"
6432
6433 - type: "plot"
6434   title: "Latency: 3n-hsw-xl710-64b-2t2c-link-bonding-vhost-base-i40e-ndr"
6435   algorithm: "plot_latency_error_bars_name"
6436   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-link-bonding-vhost-base-i40e-ndr-lat"
6437   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6438   include:
6439     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6440     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6441     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6442     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6443     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6444     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6445   layout:
6446     title: "3n-hsw-xl710-64b-2t2c-link-bonding-vhost-base-i40e-ndr"
6447     layout: "plot-latency"
6448
6449 - type: "plot"
6450   title: "Latency: 3n-hsw-xl710-64b-2t2c-link-bonding-vhost-base-i40e-vpp-ndr"
6451   algorithm: "plot_latency_error_bars_name"
6452   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
6453   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6454   include:
6455     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6456     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6457     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6458     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6459     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6460     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6461   layout:
6462     title: "3n-hsw-xl710-64b-2t2c-link-bonding-vhost-base-i40e-vpp-ndr"
6463     layout: "plot-latency"
6464
6465 #- type: "plot"
6466 #  title: "Latency: 3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-lat"
6467 #  algorithm: "plot_latency_error_bars_name"
6468 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-lat"
6469 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6470 #  include:
6471 #    - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6472 #    - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6473 #    - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6474 #    - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6475 #    - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6476 #  layout:
6477 #    title: "3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr"
6478 #    layout: "plot-latency"
6479 #
6480 #- type: "plot"
6481 #  title: "Latency: 3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-lat"
6482 #  algorithm: "plot_latency_error_bars_name"
6483 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-lat"
6484 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6485 #  include:
6486 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
6487 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
6488 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t2c-ethip4-ip4scale20k-ndrpdr"
6489 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t2c-ethip4-ip4scale200k-ndrpdr"
6490 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
6491 #  layout:
6492 #    title: "3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr"
6493 #    layout: "plot-latency"
6494 #
6495 #- type: "plot"
6496 #  title: "Latency: 3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-lat"
6497 #  algorithm: "plot_latency_error_bars_name"
6498 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-lat"
6499 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6500 #  include:
6501 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
6502 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t2c-ethip4udp-ip4base-nat44-ndrpdr"
6503 #  layout:
6504 #    title: "3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr"
6505 #    layout: "plot-latency"
6506 #
6507 #- type: "plot"
6508 #  title: "Latency: 3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-lat"
6509 #  algorithm: "plot_latency_error_bars_name"
6510 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-lat"
6511 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6512 #  include:
6513 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6514 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
6515 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6516 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
6517 #  layout:
6518 #    title: "3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-lat"
6519 #    layout: "plot-latency"
6520 #
6521 #- type: "plot"
6522 #  title: "Latency: 3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-lat"
6523 #  algorithm: "plot_latency_error_bars_name"
6524 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-lat"
6525 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6526 #  include:
6527 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
6528 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
6529 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t2c-ethip6-ip6scale20k-ndrpdr"
6530 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t2c-ethip6-ip6scale200k-ndrpdr"
6531 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
6532 #  layout:
6533 #    title: "3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr"
6534 #    layout: "plot-latency"
6535
6536 #- type: "plot"
6537 #  title: "Latency: 3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
6538 #  algorithm: "plot_latency_error_bars_name"
6539 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
6540 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6541 #  include:
6542 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6543 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6544 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6545 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6546 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6547 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6548 #  layout:
6549 #    title: "3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
6550 #    layout: "plot-latency"
6551
6552 #- type: "plot"
6553 #  title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-lat"
6554 #  algorithm: "plot_latency_error_bars_name"
6555 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-lat"
6556 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6557 #  include:
6558 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
6559 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
6560 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
6561 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
6562 #  layout:
6563 #    title: "3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr"
6564 #    layout: "plot-latency"
6565 #
6566 #- type: "plot"
6567 #  title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-lat"
6568 #  algorithm: "plot_latency_error_bars_name"
6569 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-lat"
6570 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6571 #  include:
6572 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
6573 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
6574 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
6575 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale10kmaclrn-ndrpdr"
6576 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale100kmaclrn-ndrpdr"
6577 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
6578 #  layout:
6579 #    title: "3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr"
6580 #    layout: "plot-latency"
6581 #
6582 #- type: "plot"
6583 #  title: "Latency: 3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-lat"
6584 #  algorithm: "plot_latency_error_bars_name"
6585 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-lat"
6586 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6587 #  include:
6588 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6589 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6590 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6591 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6592 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
6593 #  layout:
6594 #    title: "3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr"
6595 #    layout: "plot-latency"
6596
6597 ################################################################################
6598
6599 # Packet Latency 4C
6600
6601 - type: "plot"
6602   title: "Latency: 2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
6603   algorithm: "plot_latency_error_bars_name"
6604   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
6605   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6606   include:
6607     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6608     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6609     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6610     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6611   layout:
6612     title: "2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
6613     layout: "plot-latency"
6614
6615 - type: "plot"
6616   title: "Latency: 3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
6617   algorithm: "plot_latency_error_bars_name"
6618   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
6619   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6620   include:
6621     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6622     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6623     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6624     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6625     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6626   layout:
6627     title: "3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
6628     layout: "plot-latency"
6629
6630 - type: "plot"
6631   title: "Latency: 3n-hsw-xl710-64b-4t4c-memif-base-i40e-ndr-lat"
6632   algorithm: "plot_latency_error_bars_name"
6633   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-memif-base-i40e-ndr-lat"
6634   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6635   include:
6636     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6637     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6638     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6639     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6640     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6641   layout:
6642     title: "3n-hsw-xl710-64b-4t4c-memif-base-i40e-ndr"
6643     layout: "plot-latency"
6644
6645 - type: "plot"
6646   title: "Latency: 2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
6647   algorithm: "plot_latency_error_bars_name"
6648   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
6649   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6650   include:
6651     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
6652     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
6653   layout:
6654     title: "2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
6655     layout: "plot-latency"
6656
6657 - type: "plot"
6658   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
6659   algorithm: "plot_latency_error_bars_name"
6660   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
6661   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6662   include:
6663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-avf-dot1q-ip4base-ndrpdr"
6664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
6665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
6666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
6667     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
6668   layout:
6669     title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
6670     layout: "plot-latency"
6671
6672 - type: "plot"
6673   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
6674   algorithm: "plot_latency_error_bars_name"
6675   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
6676   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6677   include:
6678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
6679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
6680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
6681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
6682     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
6683   layout:
6684     title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
6685     layout: "plot-latency"
6686
6687 - type: "plot"
6688   title: "Latency: 2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
6689   algorithm: "plot_latency_error_bars_name"
6690   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
6691   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6692   include:
6693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
6694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
6695   layout:
6696     title: "2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
6697     layout: "plot-latency"
6698
6699 - type: "plot"
6700   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
6701   algorithm: "plot_latency_error_bars_name"
6702   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
6703   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6704   include:
6705     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
6706     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
6707     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
6708   layout:
6709     title: "3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr"
6710     layout: "plot-latency"
6711
6712 - type: "plot"
6713   title: "Latency: 3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
6714   algorithm: "plot_latency_error_bars_name"
6715   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
6716   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6717   include:
6718     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
6719     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
6720   layout:
6721     title: "3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
6722     layout: "plot-latency"
6723
6724 - type: "plot"
6725   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
6726   algorithm: "plot_latency_error_bars_name"
6727   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
6728   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6729   include:
6730     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
6731     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
6732     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
6733     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
6734   layout:
6735     title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
6736     layout: "plot-latency"
6737
6738 - type: "plot"
6739   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
6740   algorithm: "plot_latency_error_bars_name"
6741   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
6742   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6743   include:
6744     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
6745     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
6746     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
6747     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
6748     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
6749   layout:
6750     title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
6751     layout: "plot-latency"
6752
6753 - type: "plot"
6754   title: "Latency: 3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
6755   algorithm: "plot_latency_error_bars_name"
6756   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
6757   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6758   include:
6759     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
6760     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6761     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6762     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6763     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6764     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
6765   layout:
6766     title: "3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
6767     layout: "plot-latency"
6768
6769 - type: "plot"
6770   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4tunnel-base-scale-i40e-ndr-lat"
6771   algorithm: "plot_latency_error_bars_name"
6772   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4tunnel-base-scale-i40e-ndr-lat"
6773   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6774   include:
6775     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6776     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
6777     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6778     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
6779   layout:
6780     title: "3n-hsw-xl710-64b-4t4c-ip4tunnel-base-scale-i40e-ndr"
6781     layout: "plot-latency"
6782
6783 - type: "plot"
6784   title: "Latency: 2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6785   algorithm: "plot_latency_error_bars_name"
6786   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6787   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6788   include:
6789     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
6790   layout:
6791     title: "2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
6792     layout: "plot-latency"
6793
6794 - type: "plot"
6795   title: "Latency: 2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6796   algorithm: "plot_latency_error_bars_name"
6797   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-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-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
6801     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
6802     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
6803     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
6804     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
6805   layout:
6806     title: "2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
6807     layout: "plot-latency"
6808
6809 - type: "plot"
6810   title: "Latency: 3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
6811   algorithm: "plot_latency_error_bars_name"
6812   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
6813   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6814   include:
6815     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
6816     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
6817     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
6818   layout:
6819     title: "3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr"
6820     layout: "plot-latency"
6821
6822 - type: "plot"
6823   title: "Latency: 3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6824   algorithm: "plot_latency_error_bars_name"
6825   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6826   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6827   include:
6828     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
6829   layout:
6830     title: "3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
6831     layout: "plot-latency"
6832
6833 - type: "plot"
6834   title: "Latency: 3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6835   algorithm: "plot_latency_error_bars_name"
6836   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6837   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6838   include:
6839     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
6840     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
6841     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
6842     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
6843     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
6844   layout:
6845     title: "3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
6846     layout: "plot-latency"
6847
6848 #- type: "plot"
6849 #  title: "Latency: 3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
6850 #  algorithm: "plot_latency_error_bars_name"
6851 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
6852 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6853 #  include:
6854 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6855 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6856 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6857 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6858 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6859 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6860 #  layout:
6861 #    title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
6862 #    layout: "plot-latency"
6863
6864 #- type: "plot"
6865 #  title: "Latency: 3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
6866 #  algorithm: "plot_latency_error_bars_name"
6867 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
6868 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6869 #  include:
6870 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
6871 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6872 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
6873 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6874 #  layout:
6875 #    title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
6876 #    layout: "plot-latency"
6877
6878 #- type: "plot"
6879 #  title: "Latency: 3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
6880 #  algorithm: "plot_latency_error_bars_name"
6881 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
6882 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
6883 #  include:
6884 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6885 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6886 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6887 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6888 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6889 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6890 #  layout:
6891 #    title: "3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr"
6892 #    layout: "plot-latency"
6893
6894 - type: "plot"
6895   title: "Latency: 2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
6896   algorithm: "plot_latency_error_bars_name"
6897   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
6898   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6899   include:
6900     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
6901     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
6902     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
6903   layout:
6904     title: "2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
6905     layout: "plot-latency"
6906
6907 - type: "plot"
6908   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
6909   algorithm: "plot_latency_error_bars_name"
6910   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
6911   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6912   include:
6913     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
6914     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
6915     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
6916   layout:
6917     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
6918     layout: "plot-latency"
6919
6920 - type: "plot"
6921   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
6922   algorithm: "plot_latency_error_bars_name"
6923   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
6924   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6925   include:
6926     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
6927     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
6928     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
6929     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
6930     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
6931   layout:
6932     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
6933     layout: "plot-latency"
6934
6935 - type: "plot"
6936   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
6937   algorithm: "plot_latency_error_bars_name"
6938   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
6939   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6940   include:
6941     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
6942     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
6943     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
6944     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
6945   layout:
6946     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
6947     layout: "plot-latency"
6948
6949 - type: "plot"
6950   title: "Latency: 3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
6951   algorithm: "plot_latency_error_bars_name"
6952   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
6953   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6954   include:
6955     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
6956     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
6957     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
6958     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
6959     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
6960     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
6961   layout:
6962     title: "3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr"
6963     layout: "plot-latency"
6964
6965 - type: "plot"
6966   title: "Latency: 3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
6967   algorithm: "plot_latency_error_bars_name"
6968   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
6969   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6970   include:
6971     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
6972     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
6973     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
6974   layout:
6975     title: "3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
6976     layout: "plot-latency"
6977
6978 - type: "plot"
6979   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
6980   algorithm: "plot_latency_error_bars_name"
6981   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
6982   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6983   include:
6984     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
6985     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
6986     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
6987   layout:
6988     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
6989     layout: "plot-latency"
6990
6991 - type: "plot"
6992   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
6993   algorithm: "plot_latency_error_bars_name"
6994   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
6995   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6996   include:
6997     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
6998     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
6999     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
7000     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
7001   layout:
7002     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
7003     layout: "plot-latency"
7004
7005 - type: "plot"
7006   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
7007   algorithm: "plot_latency_error_bars_name"
7008   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
7009   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7010   include:
7011     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
7012     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
7013     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
7014     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
7015     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
7016     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
7017   layout:
7018     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
7019     layout: "plot-latency"
7020
7021 - type: "plot"
7022   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
7023   algorithm: "plot_latency_error_bars_name"
7024   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
7025   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7026   include:
7027     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7028     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7029     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7030     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7031   layout:
7032     title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
7033     layout: "plot-latency"
7034
7035 - type: "plot"
7036   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
7037   algorithm: "plot_latency_error_bars_name"
7038   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-lat"
7039   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7040   include:
7041     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7042     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7043     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7044     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
7045   layout:
7046     title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
7047     layout: "plot-latency"
7048
7049 - type: "plot"
7050   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
7051   algorithm: "plot_latency_error_bars_name"
7052   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr-lat"
7053   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7054   include:
7055     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7056     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7057     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7058     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7059   layout:
7060     title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
7061     layout: "plot-latency"
7062
7063 - type: "plot"
7064   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr"
7065   algorithm: "plot_latency_error_bars_name"
7066   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr-lat"
7067   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7068   include:
7069     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7070     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7071     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7072     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
7073   layout:
7074     title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr"
7075     layout: "plot-latency"
7076
7077 - type: "plot"
7078   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
7079   algorithm: "plot_latency_error_bars_name"
7080   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
7081   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7082   include:
7083     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7084     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7085     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7086     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7087     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7088   layout:
7089     title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
7090     layout: "plot-latency"
7091
7092 - type: "plot"
7093   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
7094   algorithm: "plot_latency_error_bars_name"
7095   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-lat"
7096   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7097   include:
7098     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7099     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7100     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7101     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7102     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
7103   layout:
7104     title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
7105     layout: "plot-latency"
7106
7107 - type: "plot"
7108   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
7109   algorithm: "plot_latency_error_bars_name"
7110   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
7111   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7112   include:
7113     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7114     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7115     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7116     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7117     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7118     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7119   layout:
7120     title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
7121     layout: "plot-latency"
7122
7123 - type: "plot"
7124   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
7125   algorithm: "plot_latency_error_bars_name"
7126   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
7127   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7128   include:
7129     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7130     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7131     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7132     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7133     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7134     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7135   layout:
7136     title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
7137     layout: "plot-latency"
7138
7139 - type: "plot"
7140   title: "Latency: 3n-hsw-xl710-64b-4t4c-link-bonding-vhost-base-i40e-ndr"
7141   algorithm: "plot_latency_error_bars_name"
7142   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-link-bonding-vhost-base-i40e-ndr-lat"
7143   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7144   include:
7145     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7146     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7147     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7148     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7149     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7150     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7151   layout:
7152     title: "3n-hsw-xl710-64b-4t4c-link-bonding-vhost-base-i40e-ndr"
7153     layout: "plot-latency"
7154
7155 - type: "plot"
7156   title: "Latency: 3n-hsw-xl710-64b-4t4c-link-bonding-vhost-base-i40e-vpp-ndr"
7157   algorithm: "plot_latency_error_bars_name"
7158   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
7159   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7160   include:
7161     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7162     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7163     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7164     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7165     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7166     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7167   layout:
7168     title: "3n-hsw-xl710-64b-4t4c-link-bonding-vhost-base-i40e-vpp-ndr"
7169     layout: "plot-latency"
7170
7171 #- type: "plot"
7172 #  title: "Latency: 3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-lat"
7173 #  algorithm: "plot_latency_error_bars_name"
7174 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-lat"
7175 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7176 #  include:
7177 #    - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7178 #    - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7179 #    - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7180 #    - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7181 #    - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7182 #  layout:
7183 #    title: "3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr"
7184 #    layout: "plot-latency"
7185 #
7186 #- type: "plot"
7187 #  title: "Latency: 3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-lat"
7188 #  algorithm: "plot_latency_error_bars_name"
7189 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-lat"
7190 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7191 #  include:
7192 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
7193 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
7194 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t4c-ethip4-ip4scale20k-ndrpdr"
7195 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t4c-ethip4-ip4scale200k-ndrpdr"
7196 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
7197 #  layout:
7198 #    title: "3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr"
7199 #    layout: "plot-latency"
7200 #
7201 #- type: "plot"
7202 #  title: "Latency: 3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-lat"
7203 #  algorithm: "plot_latency_error_bars_name"
7204 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-lat"
7205 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7206 #  include:
7207 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
7208 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t4c-ethip4udp-ip4base-nat44-ndrpdr"
7209 #  layout:
7210 #    title: "3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr"
7211 #    layout: "plot-latency"
7212 #
7213 #- type: "plot"
7214 #  title: "Latency: 3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-lat"
7215 #  algorithm: "plot_latency_error_bars_name"
7216 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-lat"
7217 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7218 #  include:
7219 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
7220 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
7221 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
7222 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
7223 #  layout:
7224 #    title: "3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-lat"
7225 #    layout: "plot-latency"
7226 #
7227 #- type: "plot"
7228 #  title: "Latency: 3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-lat"
7229 #  algorithm: "plot_latency_error_bars_name"
7230 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-lat"
7231 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7232 #  include:
7233 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
7234 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
7235 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t4c-ethip6-ip6scale20k-ndrpdr"
7236 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t4c-ethip6-ip6scale200k-ndrpdr"
7237 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
7238 #  layout:
7239 #    title: "3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr"
7240 #    layout: "plot-latency"
7241
7242 #- type: "plot"
7243 #  title: "Latency: 3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
7244 #  algorithm: "plot_latency_error_bars_name"
7245 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
7246 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7247 #  include:
7248 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7249 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7250 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7251 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7252 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7253 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7254 #  layout:
7255 #    title: "3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
7256 #    layout: "plot-latency"
7257
7258 #- type: "plot"
7259 #  title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-lat"
7260 #  algorithm: "plot_latency_error_bars_name"
7261 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-lat"
7262 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7263 #  include:
7264 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
7265 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
7266 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
7267 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
7268 #  layout:
7269 #    title: "3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr"
7270 #    layout: "plot-latency"
7271 #
7272 #- type: "plot"
7273 #  title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-lat"
7274 #  algorithm: "plot_latency_error_bars_name"
7275 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-lat"
7276 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7277 #  include:
7278 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
7279 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
7280 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
7281 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale10kmaclrn-ndrpdr"
7282 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale100kmaclrn-ndrpdr"
7283 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
7284 #  layout:
7285 #    title: "3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr"
7286 #    layout: "plot-latency"
7287 #
7288 #- type: "plot"
7289 #  title: "Latency: 3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-lat"
7290 #  algorithm: "plot_latency_error_bars_name"
7291 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-lat"
7292 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7293 #  include:
7294 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7295 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7296 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7297 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7298 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7299 #  layout:
7300 #    title: "3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr"
7301 #    layout: "plot-latency"
7302
7303 ################################################################################
7304
7305 # Packet Speedup
7306
7307 - type: "plot"
7308   title: "Speedup: 2n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
7309   algorithm: "plot_throughput_speedup_analysis_name"
7310   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
7311   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7312   include:
7313     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7314     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7315     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7316     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7317   layout:
7318     title: "2n-skx-xxv710-64b-memif-base-i40e-ndr"
7319     layout: "plot-throughput-speedup-analysis"
7320
7321 - type: "plot"
7322   title: "Speedup: 2n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
7323   algorithm: "plot_throughput_speedup_analysis_name"
7324   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
7325   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7326   include:
7327     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7328     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7329     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7330     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7331   layout:
7332     title: "2n-skx-xxv710-64b-memif-base-i40e-pdr"
7333     layout: "plot-throughput-speedup-analysis"
7334
7335 - type: "plot"
7336   title: "Speedup: 3n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
7337   algorithm: "plot_throughput_speedup_analysis_name"
7338   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
7339   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7340   include:
7341     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7342     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7343     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7344     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7345     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7346   layout:
7347     title: "3n-skx-xxv710-64b-memif-base-i40e-ndr"
7348     layout: "plot-throughput-speedup-analysis"
7349
7350 - type: "plot"
7351   title: "Speedup: 3n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
7352   algorithm: "plot_throughput_speedup_analysis_name"
7353   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
7354   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7355   include:
7356     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7357     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7358     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7359     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7360     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7361   layout:
7362     title: "3n-skx-xxv710-64b-memif-base-i40e-pdr"
7363     layout: "plot-throughput-speedup-analysis"
7364
7365 - type: "plot"
7366   title: "Speedup: 3n-hsw-xl710-64b-memif-base-i40e-ndr-tsa"
7367   algorithm: "plot_throughput_speedup_analysis_name"
7368   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-memif-base-i40e-ndr-tsa"
7369   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7370   include:
7371     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7372     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7373     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7374     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7375     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7376   layout:
7377     title: "3n-hsw-xl710-64b-memif-base-i40e-ndr"
7378     layout: "plot-throughput-speedup-analysis"
7379
7380 - type: "plot"
7381   title: "Speedup: 3n-hsw-xl710-64b-memif-base-i40e-pdr-tsa"
7382   algorithm: "plot_throughput_speedup_analysis_name"
7383   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-memif-base-i40e-pdr-tsa"
7384   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7385   include:
7386     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7387     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7388     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7389     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7390     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7391   layout:
7392     title: "3n-hsw-xl710-64b-memif-base-i40e-pdr"
7393     layout: "plot-throughput-speedup-analysis"
7394
7395 - type: "plot"
7396   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
7397   algorithm: "plot_throughput_speedup_analysis_name"
7398   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
7399   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7400   include:
7401     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
7402     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7403   layout:
7404     title: "2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
7405     layout: "plot-throughput-speedup-analysis"
7406
7407 - type: "plot"
7408   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
7409   algorithm: "plot_throughput_speedup_analysis_name"
7410   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
7411   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7412   include:
7413     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
7414     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7415   layout:
7416     title: "2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
7417     layout: "plot-throughput-speedup-analysis"
7418
7419 - type: "plot"
7420   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
7421   algorithm: "plot_throughput_speedup_analysis_name"
7422   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
7423   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7424   include:
7425     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
7426     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
7427     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
7428     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
7429     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
7430   layout:
7431     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
7432     layout: "plot-throughput-speedup-analysis"
7433
7434 - type: "plot"
7435   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
7436   algorithm: "plot_throughput_speedup_analysis_name"
7437   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
7438   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7439   include:
7440     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
7441     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
7442     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
7443     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
7444     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
7445   layout:
7446     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
7447     layout: "plot-throughput-speedup-analysis"
7448
7449 - type: "plot"
7450   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
7451   algorithm: "plot_throughput_speedup_analysis_name"
7452   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
7453   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7454   include:
7455     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7456     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7457     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
7458     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
7459     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7460   layout:
7461     title: "2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
7462     layout: "plot-throughput-speedup-analysis"
7463
7464 - type: "plot"
7465   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
7466   algorithm: "plot_throughput_speedup_analysis_name"
7467   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
7468   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7469   include:
7470     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7471     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7472     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
7473     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
7474     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7475   layout:
7476     title: "2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
7477     layout: "plot-throughput-speedup-analysis"
7478
7479 - type: "plot"
7480   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
7481   algorithm: "plot_throughput_speedup_analysis_name"
7482   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
7483   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7484   include:
7485     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7486     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
7487   layout:
7488     title: "2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr"
7489     layout: "plot-throughput-speedup-analysis"
7490
7491 - type: "plot"
7492   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
7493   algorithm: "plot_throughput_speedup_analysis_name"
7494   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
7495   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7496   include:
7497     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7498     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
7499   layout:
7500     title: "2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr"
7501     layout: "plot-throughput-speedup-analysis"
7502
7503 - type: "plot"
7504   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr-tsa"
7505   algorithm: "plot_throughput_speedup_analysis_name"
7506   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr-tsa"
7507   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7508   include:
7509     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7510     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7511     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7512   layout:
7513     title: "3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr"
7514     layout: "plot-throughput-speedup-analysis"
7515
7516 - type: "plot"
7517   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr-tsa"
7518   algorithm: "plot_throughput_speedup_analysis_name"
7519   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr-tsa"
7520   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7521   include:
7522     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7523     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7524     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7525   layout:
7526     title: "3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr"
7527     layout: "plot-throughput-speedup-analysis"
7528
7529 - type: "plot"
7530   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
7531   algorithm: "plot_throughput_speedup_analysis_name"
7532   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
7533   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7534   include:
7535     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
7536     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7537   layout:
7538     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
7539     layout: "plot-throughput-speedup-analysis"
7540
7541 - type: "plot"
7542   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
7543   algorithm: "plot_throughput_speedup_analysis_name"
7544   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
7545   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7546   include:
7547     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
7548     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
7549     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7550     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7551     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7552   layout:
7553     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
7554     layout: "plot-throughput-speedup-analysis"
7555
7556 - type: "plot"
7557   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
7558   algorithm: "plot_throughput_speedup_analysis_name"
7559   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
7560   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7561   include:
7562     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
7563     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
7564     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
7565     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
7566   layout:
7567     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
7568     layout: "plot-throughput-speedup-analysis"
7569
7570 - type: "plot"
7571   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
7572   algorithm: "plot_throughput_speedup_analysis_name"
7573   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
7574   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7575   include:
7576     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
7577     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
7578     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
7579     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
7580   layout:
7581     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
7582     layout: "plot-throughput-speedup-analysis"
7583
7584 - type: "plot"
7585   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
7586   algorithm: "plot_throughput_speedup_analysis_name"
7587   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
7588   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7589   include:
7590     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7591     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7592     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
7593     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
7594     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7595   layout:
7596     title: "3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
7597     layout: "plot-throughput-speedup-analysis"
7598
7599 - type: "plot"
7600   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
7601   algorithm: "plot_throughput_speedup_analysis_name"
7602   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
7603   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7604   include:
7605     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7606     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7607     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
7608     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
7609     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7610   layout:
7611     title: "3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
7612     layout: "plot-throughput-speedup-analysis"
7613
7614 - type: "plot"
7615   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
7616   algorithm: "plot_throughput_speedup_analysis_name"
7617   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
7618   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7619   include:
7620     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7621     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
7622     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
7623     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
7624     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
7625     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
7626   layout:
7627     title: "3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr"
7628     layout: "plot-throughput-speedup-analysis"
7629
7630 - type: "plot"
7631   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
7632   algorithm: "plot_throughput_speedup_analysis_name"
7633   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
7634   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7635   include:
7636     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7637     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
7638     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
7639     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
7640     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
7641     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
7642   layout:
7643     title: "3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr"
7644     layout: "plot-throughput-speedup-analysis"
7645
7646 - type: "plot"
7647   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7648   algorithm: "plot_throughput_speedup_analysis_name"
7649   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7650   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7651   include:
7652     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7653   layout:
7654     title: "2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr"
7655     layout: "plot-throughput-speedup-analysis"
7656
7657 - type: "plot"
7658   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7659   algorithm: "plot_throughput_speedup_analysis_name"
7660   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7661   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7662   include:
7663     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7664   layout:
7665     title: "2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr"
7666     layout: "plot-throughput-speedup-analysis"
7667
7668 - type: "plot"
7669   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7670   algorithm: "plot_throughput_speedup_analysis_name"
7671   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7672   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7673   include:
7674     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
7675     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7676     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
7677     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
7678     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
7679   layout:
7680     title: "2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
7681     layout: "plot-throughput-speedup-analysis"
7682
7683 - type: "plot"
7684   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7685   algorithm: "plot_throughput_speedup_analysis_name"
7686   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7687   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7688   include:
7689     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
7690     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7691     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
7692     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
7693     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
7694   layout:
7695     title: "2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
7696     layout: "plot-throughput-speedup-analysis"
7697
7698 - type: "plot"
7699   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7700   algorithm: "plot_throughput_speedup_analysis_name"
7701   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7702   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7703   include:
7704     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
7705     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7706     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
7707   layout:
7708     title: "3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr"
7709     layout: "plot-throughput-speedup-analysis"
7710
7711 - type: "plot"
7712   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7713   algorithm: "plot_throughput_speedup_analysis_name"
7714   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7715   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7716   include:
7717     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
7718     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7719     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
7720   layout:
7721     title: "3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr"
7722     layout: "plot-throughput-speedup-analysis"
7723
7724 - type: "plot"
7725   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7726   algorithm: "plot_throughput_speedup_analysis_name"
7727   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7728   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7729   include:
7730     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7731   layout:
7732     title: "3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr"
7733     layout: "plot-throughput-speedup-analysis"
7734
7735 - type: "plot"
7736   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7737   algorithm: "plot_throughput_speedup_analysis_name"
7738   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7739   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7740   include:
7741     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7742   layout:
7743     title: "3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr"
7744     layout: "plot-throughput-speedup-analysis"
7745
7746 - type: "plot"
7747   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7748   algorithm: "plot_throughput_speedup_analysis_name"
7749   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7750   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7751   include:
7752     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
7753     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7754     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
7755     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
7756     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
7757   layout:
7758     title: "3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
7759     layout: "plot-throughput-speedup-analysis"
7760
7761 - type: "plot"
7762   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7763   algorithm: "plot_throughput_speedup_analysis_name"
7764   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7765   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7766   include:
7767     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
7768     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7769     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
7770     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
7771     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
7772   layout:
7773     title: "3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
7774     layout: "plot-throughput-speedup-analysis"
7775
7776 - type: "plot"
7777   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
7778   algorithm: "plot_throughput_speedup_analysis_name"
7779   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
7780   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7781   include:
7782     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7783     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7784     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7785     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7786     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7787     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7788   layout:
7789     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr"
7790     layout: "plot-throughput-speedup-analysis"
7791
7792 - type: "plot"
7793   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
7794   algorithm: "plot_throughput_speedup_analysis_name"
7795   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
7796   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7797   include:
7798     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7799     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7800     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7801     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7802     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
7803     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7804   layout:
7805     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr"
7806     layout: "plot-throughput-speedup-analysis"
7807
7808 - type: "plot"
7809   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr-tsa"
7810   algorithm: "plot_throughput_speedup_analysis_name"
7811   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr-tsa"
7812   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7813   include:
7814     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
7815     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7816     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
7817     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7818   layout:
7819     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr"
7820     layout: "plot-throughput-speedup-analysis"
7821
7822 - type: "plot"
7823   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr-tsa"
7824   algorithm: "plot_throughput_speedup_analysis_name"
7825   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr-tsa"
7826   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7827   include:
7828     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
7829     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7830     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7831     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7832   layout:
7833     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr"
7834     layout: "plot-throughput-speedup-analysis"
7835
7836 - type: "plot"
7837   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr-tsa"
7838   algorithm: "plot_throughput_speedup_analysis_name"
7839   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr-tsa"
7840   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7841   include:
7842     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7843     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7844     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7845     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7846     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7847     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7848   layout:
7849     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr"
7850     layout: "plot-throughput-speedup-analysis"
7851
7852 - type: "plot"
7853   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr-tsa"
7854   algorithm: "plot_throughput_speedup_analysis_name"
7855   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr-tsa"
7856   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7857   include:
7858     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7859     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7860     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7861     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7862     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7863     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7864   layout:
7865     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr"
7866     layout: "plot-throughput-speedup-analysis"
7867
7868 - type: "plot"
7869   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
7870   algorithm: "plot_throughput_speedup_analysis_name"
7871   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
7872   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7873   include:
7874     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
7875     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
7876     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
7877   layout:
7878     title: "2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
7879     layout: "plot-throughput-speedup-analysis"
7880
7881 - type: "plot"
7882   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
7883   algorithm: "plot_throughput_speedup_analysis_name"
7884   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
7885   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7886   include:
7887     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
7888     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
7889     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
7890   layout:
7891     title: "2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
7892     layout: "plot-throughput-speedup-analysis"
7893
7894 - type: "plot"
7895   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
7896   algorithm: "plot_throughput_speedup_analysis_name"
7897   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
7898   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7899   include:
7900     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
7901     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
7902     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
7903   layout:
7904     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
7905     layout: "plot-throughput-speedup-analysis"
7906
7907 - type: "plot"
7908   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
7909   algorithm: "plot_throughput_speedup_analysis_name"
7910   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
7911   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7912   include:
7913     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
7914     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
7915     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
7916   layout:
7917     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
7918     layout: "plot-throughput-speedup-analysis"
7919
7920 - type: "plot"
7921   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
7922   algorithm: "plot_throughput_speedup_analysis_name"
7923   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
7924   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7925   include:
7926     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
7927     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
7928     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
7929     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
7930     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
7931   layout:
7932     title: "2n-skx-xxv710-64b-l2switching-base-i40e-ndr"
7933     layout: "plot-throughput-speedup-analysis"
7934
7935 - type: "plot"
7936   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
7937   algorithm: "plot_throughput_speedup_analysis_name"
7938   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
7939   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7940   include:
7941     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
7942     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
7943     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
7944     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
7945     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
7946   layout:
7947     title: "2n-skx-xxv710-64b-l2switching-base-i40e-pdr"
7948     layout: "plot-throughput-speedup-analysis"
7949
7950 - type: "plot"
7951   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
7952   algorithm: "plot_throughput_speedup_analysis_name"
7953   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
7954   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7955   include:
7956     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
7957     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
7958     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
7959     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
7960   layout:
7961     title: "2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr"
7962     layout: "plot-throughput-speedup-analysis"
7963
7964 - type: "plot"
7965   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
7966   algorithm: "plot_throughput_speedup_analysis_name"
7967   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
7968   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7969   include:
7970     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
7971     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
7972     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
7973     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
7974   layout:
7975     title: "2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr"
7976     layout: "plot-throughput-speedup-analysis"
7977
7978 - type: "plot"
7979   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr-tsa"
7980   algorithm: "plot_throughput_speedup_analysis_name"
7981   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr-tsa"
7982   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7983   include:
7984     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
7985     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
7986     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
7987     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
7988     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
7989     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
7990   layout:
7991     title: "3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr"
7992     layout: "plot-throughput-speedup-analysis"
7993
7994 - type: "plot"
7995   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr-tsa"
7996   algorithm: "plot_throughput_speedup_analysis_name"
7997   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr-tsa"
7998   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7999   include:
8000     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8001     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8002     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8003     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8004     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8005     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8006   layout:
8007     title: "3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr"
8008     layout: "plot-throughput-speedup-analysis"
8009
8010 - type: "plot"
8011   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
8012   algorithm: "plot_throughput_speedup_analysis_name"
8013   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
8014   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8015   include:
8016     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
8017     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8018     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8019   layout:
8020     title: "3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
8021     layout: "plot-throughput-speedup-analysis"
8022
8023 - type: "plot"
8024   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
8025   algorithm: "plot_throughput_speedup_analysis_name"
8026   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
8027   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8028   include:
8029     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
8030     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8031     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8032   layout:
8033     title: "3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
8034     layout: "plot-throughput-speedup-analysis"
8035
8036 - type: "plot"
8037   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
8038   algorithm: "plot_throughput_speedup_analysis_name"
8039   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
8040   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8041   include:
8042     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
8043     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
8044     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
8045   layout:
8046     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
8047     layout: "plot-throughput-speedup-analysis"
8048
8049 - type: "plot"
8050   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
8051   algorithm: "plot_throughput_speedup_analysis_name"
8052   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
8053   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8054   include:
8055     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
8056     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
8057     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
8058   layout:
8059     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
8060     layout: "plot-throughput-speedup-analysis"
8061
8062 - type: "plot"
8063   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
8064   algorithm: "plot_throughput_speedup_analysis_name"
8065   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
8066   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8067   include:
8068     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8069     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8070     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8071     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8072   layout:
8073     title: "3n-skx-xxv710-64b-l2switching-base-i40e-ndr"
8074     layout: "plot-throughput-speedup-analysis"
8075
8076 - type: "plot"
8077   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
8078   algorithm: "plot_throughput_speedup_analysis_name"
8079   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
8080   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8081   include:
8082     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8083     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8084     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8085     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8086   layout:
8087     title: "3n-skx-xxv710-64b-l2switching-base-i40e-pdr"
8088     layout: "plot-throughput-speedup-analysis"
8089
8090 - type: "plot"
8091   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
8092   algorithm: "plot_throughput_speedup_analysis_name"
8093   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
8094   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8095   include:
8096     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8097     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8098     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8099     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
8100     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
8101     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8102   layout:
8103     title: "3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr"
8104     layout: "plot-throughput-speedup-analysis"
8105
8106 - type: "plot"
8107   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
8108   algorithm: "plot_throughput_speedup_analysis_name"
8109   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
8110   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8111   include:
8112     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8113     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8114     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8115     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
8116     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
8117     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8118   layout:
8119     title: "3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr"
8120     layout: "plot-throughput-speedup-analysis"
8121
8122 - type: "plot"
8123   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-ndr"
8124   algorithm: "plot_throughput_speedup_analysis_name"
8125   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
8126   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8127   include:
8128     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8129     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8130     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8131     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8132   layout:
8133     title: "2n-skx-xxv710-64b-vhost-base-i40e-ndr"
8134     layout: "plot-throughput-speedup-analysis"
8135
8136 - type: "plot"
8137   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-pdr"
8138   algorithm: "plot_throughput_speedup_analysis_name"
8139   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
8140   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8141   include:
8142     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8143     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8144     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8145     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8146   layout:
8147     title: "2n-skx-xxv710-64b-vhost-base-i40e-pdr"
8148     layout: "plot-throughput-speedup-analysis"
8149
8150 - type: "plot"
8151   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
8152   algorithm: "plot_throughput_speedup_analysis_name"
8153   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr-tsa"
8154   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8155   include:
8156     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8157     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8158     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8159     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8160   layout:
8161     title: "2n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
8162     layout: "plot-throughput-speedup-analysis"
8163
8164 - type: "plot"
8165   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
8166   algorithm: "plot_throughput_speedup_analysis_name"
8167   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr-tsa"
8168   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8169   include:
8170     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8171     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8172     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8173     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8174   layout:
8175     title: "2n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
8176     layout: "plot-throughput-speedup-analysis"
8177
8178 - type: "plot"
8179   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-ndr"
8180   algorithm: "plot_throughput_speedup_analysis_name"
8181   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-ndr-tsa"
8182   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8183   include:
8184     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8185     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8186     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8187     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8188   layout:
8189     title: "3n-hsw-xl710-64b-vhost-base-i40e-ndr"
8190     layout: "plot-throughput-speedup-analysis"
8191
8192 - type: "plot"
8193   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-pdr"
8194   algorithm: "plot_throughput_speedup_analysis_name"
8195   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-pdr-tsa"
8196   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8197   include:
8198     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8199     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8200     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8201     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8202   layout:
8203     title: "3n-hsw-xl710-64b-vhost-base-i40e-pdr"
8204     layout: "plot-throughput-speedup-analysis"
8205
8206 - type: "plot"
8207   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-vpp-ndr"
8208   algorithm: "plot_throughput_speedup_analysis_name"
8209   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-vpp-ndr-tsa"
8210   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8211   include:
8212     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8213     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8214     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8215     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8216   layout:
8217     title: "3n-hsw-xl710-64b-vhost-base-i40e-vpp-ndr"
8218     layout: "plot-throughput-speedup-analysis"
8219
8220 - type: "plot"
8221   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-vpp-pdr"
8222   algorithm: "plot_throughput_speedup_analysis_name"
8223   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-vpp-pdr-tsa"
8224   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8225   include:
8226     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8227     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8228     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8229     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8230   layout:
8231     title: "3n-hsw-xl710-64b-vhost-base-i40e-vpp-pdr"
8232     layout: "plot-throughput-speedup-analysis"
8233
8234 - type: "plot"
8235   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-ndr"
8236   algorithm: "plot_throughput_speedup_analysis_name"
8237   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
8238   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8239   include:
8240     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8241     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8242     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8243     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8244     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8245   layout:
8246     title: "3n-skx-xxv710-64b-vhost-base-i40e-ndr"
8247     layout: "plot-throughput-speedup-analysis"
8248
8249 - type: "plot"
8250   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-pdr"
8251   algorithm: "plot_throughput_speedup_analysis_name"
8252   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
8253   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8254   include:
8255     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8256     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8257     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8258     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8259     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8260   layout:
8261     title: "3n-skx-xxv710-64b-vhost-base-i40e-pdr"
8262     layout: "plot-throughput-speedup-analysis"
8263
8264 - type: "plot"
8265   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
8266   algorithm: "plot_throughput_speedup_analysis_name"
8267   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr-tsa"
8268   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8269   include:
8270     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8271     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8272     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8273     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8274     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8275   layout:
8276     title: "3n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
8277     layout: "plot-throughput-speedup-analysis"
8278
8279 - type: "plot"
8280   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
8281   algorithm: "plot_throughput_speedup_analysis_name"
8282   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr-tsa"
8283   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8284   include:
8285     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8286     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8287     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8288     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8289     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8290   layout:
8291     title: "3n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
8292     layout: "plot-throughput-speedup-analysis"
8293
8294 - type: "plot"
8295   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr"
8296   algorithm: "plot_throughput_speedup_analysis_name"
8297   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
8298   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8299   include:
8300     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8301     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8302     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8303     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8304     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8305     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8306   layout:
8307     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr"
8308     layout: "plot-throughput-speedup-analysis"
8309
8310 - type: "plot"
8311   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr"
8312   algorithm: "plot_throughput_speedup_analysis_name"
8313   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
8314   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8315   include:
8316     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8317     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8318     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8319     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8320     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8321     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8322   layout:
8323     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr"
8324     layout: "plot-throughput-speedup-analysis"
8325
8326 - type: "plot"
8327   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
8328   algorithm: "plot_throughput_speedup_analysis_name"
8329   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-ndr-tsa"
8330   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8331   include:
8332     - "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"
8333     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8334     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8335     - "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"
8336     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8337     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8338   layout:
8339     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
8340     layout: "plot-throughput-speedup-analysis"
8341
8342 - type: "plot"
8343   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
8344   algorithm: "plot_throughput_speedup_analysis_name"
8345   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-pdr-tsa"
8346   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8347   include:
8348     - "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"
8349     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8350     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8351     - "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"
8352     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8353     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8354   layout:
8355     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
8356     layout: "plot-throughput-speedup-analysis"
8357
8358 - type: "plot"
8359   title: "Speedup: 3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-ndr"
8360   algorithm: "plot_throughput_speedup_analysis_name"
8361   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
8362   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8363   include:
8364     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8365     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8366     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8367     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8368     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8369     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8370   layout:
8371     title: "3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-ndr"
8372     layout: "plot-throughput-speedup-analysis"
8373
8374 - type: "plot"
8375   title: "Speedup: 3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-pdr"
8376   algorithm: "plot_throughput_speedup_analysis_name"
8377   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
8378   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8379   include:
8380     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8381     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8382     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8383     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8384     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8385     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8386   layout:
8387     title: "3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-pdr"
8388     layout: "plot-throughput-speedup-analysis"
8389
8390 - type: "plot"
8391   title: "Speedup: 3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
8392   algorithm: "plot_throughput_speedup_analysis_name"
8393   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-vpp-ndr-tsa"
8394   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8395   include:
8396     - "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"
8397     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8398     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8399     - "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"
8400     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8401     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8402   layout:
8403     title: "3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
8404     layout: "plot-throughput-speedup-analysis"
8405
8406 - type: "plot"
8407   title: "Speedup: 3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
8408   algorithm: "plot_throughput_speedup_analysis_name"
8409   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-vpp-pdr-tsa"
8410   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8411   include:
8412     - "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"
8413     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8414     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8415     - "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"
8416     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8417     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8418   layout:
8419     title: "3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
8420     layout: "plot-throughput-speedup-analysis"
8421
8422 #- type: "plot"
8423 #  title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
8424 #  algorithm: "plot_throughput_speedup_analysis_name"
8425 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
8426 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8427 #  include:
8428 #    - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
8429 #    - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8430 #    - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8431 #    - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
8432 #    - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8433 #  layout:
8434 #    title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
8435 #    layout: "plot-throughput-speedup-analysis"
8436 #
8437 #- type: "plot"
8438 #  title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
8439 #  algorithm: "plot_throughput_speedup_analysis_name"
8440 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
8441 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8442 #  include:
8443 #    - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
8444 #    - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8445 #    - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8446 #    - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
8447 #    - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8448 #  layout:
8449 #    title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
8450 #    layout: "plot-throughput-speedup-analysis"
8451 #
8452 #- type: "plot"
8453 #  title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
8454 #  algorithm: "plot_throughput_speedup_analysis_name"
8455 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
8456 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8457 #  include:
8458 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
8459 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8460 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
8461 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
8462 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
8463 #  layout:
8464 #    title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
8465 #    layout: "plot-throughput-speedup-analysis"
8466 #
8467 #- type: "plot"
8468 #  title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
8469 #  algorithm: "plot_throughput_speedup_analysis_name"
8470 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
8471 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8472 #  include:
8473 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
8474 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8475 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
8476 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
8477 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
8478 #  layout:
8479 #    title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
8480 #    layout: "plot-throughput-speedup-analysis"
8481 #
8482 #- type: "plot"
8483 #  title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
8484 #  algorithm: "plot_throughput_speedup_analysis_name"
8485 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
8486 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8487 #  include:
8488 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8489 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
8490 #  layout:
8491 #    title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
8492 #    layout: "plot-throughput-speedup-analysis"
8493 #
8494 #- type: "plot"
8495 #  title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
8496 #  algorithm: "plot_throughput_speedup_analysis_name"
8497 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
8498 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8499 #  include:
8500 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8501 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
8502 #  layout:
8503 #    title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
8504 #    layout: "plot-throughput-speedup-analysis"
8505 #
8506 #- type: "plot"
8507 #  title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
8508 #  algorithm: "plot_throughput_speedup_analysis_name"
8509 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
8510 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8511 #  include:
8512 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
8513 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
8514 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
8515 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
8516 #  layout:
8517 #    title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
8518 #    layout: "plot-throughput-speedup-analysis"
8519 #
8520 #- type: "plot"
8521 #  title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
8522 #  algorithm: "plot_throughput_speedup_analysis_name"
8523 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
8524 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8525 #  include:
8526 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
8527 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
8528 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
8529 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
8530 #  layout:
8531 #    title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
8532 #    layout: "plot-throughput-speedup-analysis"
8533 #
8534 #- type: "plot"
8535 #  title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
8536 #  algorithm: "plot_throughput_speedup_analysis_name"
8537 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
8538 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8539 #  include:
8540 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
8541 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
8542 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
8543 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
8544 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
8545 #  layout:
8546 #    title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
8547 #    layout: "plot-throughput-speedup-analysis"
8548 #
8549 #- type: "plot"
8550 #  title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
8551 #  algorithm: "plot_throughput_speedup_analysis_name"
8552 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
8553 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8554 #  include:
8555 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
8556 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
8557 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
8558 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
8559 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
8560 #  layout:
8561 #    title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
8562 #    layout: "plot-throughput-speedup-analysis"
8563 #
8564 #- type: "plot"
8565 #  title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
8566 #  algorithm: "plot_throughput_speedup_analysis_name"
8567 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
8568 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8569 #  include:
8570 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8571 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8572 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8573 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8574 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8575 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8576 #  layout:
8577 #    title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
8578 #    layout: "plot-throughput-speedup-analysis"
8579 #
8580 #- type: "plot"
8581 #  title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
8582 #  algorithm: "plot_throughput_speedup_analysis_name"
8583 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
8584 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8585 #  include:
8586 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8587 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8588 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8589 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8590 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8591 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8592 #  layout:
8593 #    title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
8594 #    layout: "plot-throughput-speedup-analysis"
8595 #
8596 #- type: "plot"
8597 #  title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
8598 #  algorithm: "plot_throughput_speedup_analysis_name"
8599 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
8600 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8601 #  include:
8602 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8603 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8604 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8605 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8606 #  layout:
8607 #    title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
8608 #    layout: "plot-throughput-speedup-analysis"
8609 #
8610 #- type: "plot"
8611 #  title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
8612 #  algorithm: "plot_throughput_speedup_analysis_name"
8613 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
8614 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8615 #  include:
8616 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8617 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8618 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8619 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8620 #  layout:
8621 #    title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
8622 #    layout: "plot-throughput-speedup-analysis"
8623 #
8624 #- type: "plot"
8625 #  title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
8626 #  algorithm: "plot_throughput_speedup_analysis_name"
8627 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
8628 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8629 #  include:
8630 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8631 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8632 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8633 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
8634 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
8635 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8636 #  layout:
8637 #    title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
8638 #    layout: "plot-throughput-speedup-analysis"
8639 #
8640 #- type: "plot"
8641 #  title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
8642 #  algorithm: "plot_throughput_speedup_analysis_name"
8643 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
8644 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8645 #  include:
8646 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8647 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8648 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8649 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
8650 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
8651 #    - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8652 #  layout:
8653 #    title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
8654 #    layout: "plot-throughput-speedup-analysis"
8655 #
8656 #- type: "plot"
8657 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
8658 #  algorithm: "plot_throughput_speedup_analysis_name"
8659 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
8660 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8661 #  include:
8662 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8663 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8664 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8665 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8666 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8667 #  layout:
8668 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
8669 #    layout: "plot-throughput-speedup-analysis"
8670 #
8671 #- type: "plot"
8672 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
8673 #  algorithm: "plot_throughput_speedup_analysis_name"
8674 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
8675 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8676 #  include:
8677 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8678 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8679 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8680 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8681 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8682 #  layout:
8683 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
8684 #    layout: "plot-throughput-speedup-analysis"
8685 #
8686 #- type: "plot"
8687 #  title: "Speedup: 3n-tsh-x520-114b-vts-l2switching-base-ixgbe-ndr-tsa"
8688 #  algorithm: "plot_throughput_speedup_analysis_name"
8689 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-vts-l2switching-base-ixgbe-ndr-tsa"
8690 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8691 #  include:
8692 #    - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8693 #    - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8694 #    - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8695 #  layout:
8696 #    title: "3n-tsh-x520-114b-vts-l2switching-base-ixgbe-ndr"
8697 #    layout: "plot-throughput-speedup-analysis"
8698 #
8699 #- type: "plot"
8700 #  title: "Speedup: 3n-tsh-x520-114b-vts-l2switching-base-ixgbe-pdr-tsa"
8701 #  algorithm: "plot_throughput_speedup_analysis_name"
8702 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-vts-l2switching-base-ixgbe-pdr-tsa"
8703 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8704 #  include:
8705 #    - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8706 #    - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8707 #    - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8708 #  layout:
8709 #    title: "3n-tsh-x520-114b-vts-l2switching-base-ixgbe-pdr"
8710 #    layout: "plot-throughput-speedup-analysis"
8711
8712 - type: "plot"
8713   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
8714   algorithm: "plot_throughput_speedup_analysis_name"
8715   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
8716   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8717   include:
8718     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8719   layout:
8720     title: "2n-dnv-x553-64b-ip4routing-base-ixgbe-ndr-tsa"
8721     layout: "plot-throughput-speedup-analysis"
8722
8723 - type: "plot"
8724   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
8725   algorithm: "plot_throughput_speedup_analysis_name"
8726   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
8727   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8728   include:
8729     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8730   layout:
8731     title: "2n-dnv-x553-64b-ip4routing-base-ixgbe-pdr-tsa"
8732     layout: "plot-throughput-speedup-analysis"
8733
8734 - type: "plot"
8735   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
8736   algorithm: "plot_throughput_speedup_analysis_name"
8737   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
8738   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8739   include:
8740     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
8741   layout:
8742     title: "2n-dnv-x553-78b-ip6routing-base-ixgbe-ndr-tsa"
8743     layout: "plot-throughput-speedup-analysis"
8744
8745 - type: "plot"
8746   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
8747   algorithm: "plot_throughput_speedup_analysis_name"
8748   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
8749   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8750   include:
8751     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
8752   layout:
8753     title: "2n-dnv-x553-78b-ip6routing-base-ixgbe-pdr-tsa"
8754     layout: "plot-throughput-speedup-analysis"
8755
8756 - type: "plot"
8757   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
8758   algorithm: "plot_throughput_speedup_analysis_name"
8759   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
8760   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8761   include:
8762     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8763     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8764     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8765   layout:
8766     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
8767     layout: "plot-throughput-speedup-analysis"
8768
8769 - type: "plot"
8770   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
8771   algorithm: "plot_throughput_speedup_analysis_name"
8772   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
8773   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8774   include:
8775     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8776     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8777     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8778   layout:
8779     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
8780     layout: "plot-throughput-speedup-analysis"
8781
8782 - type: "plot"
8783   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
8784   algorithm: "plot_throughput_speedup_analysis_name"
8785   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
8786   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8787   include:
8788     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8789   layout:
8790     title: "3n-dnv-x553-64b-ip4routing-base-ixgbe-ndr-tsa"
8791     layout: "plot-throughput-speedup-analysis"
8792
8793 - type: "plot"
8794   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
8795   algorithm: "plot_throughput_speedup_analysis_name"
8796   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
8797   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8798   include:
8799     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8800   layout:
8801     title: "3n-dnv-x553-64b-ip4routing-base-ixgbe-pdr-tsa"
8802     layout: "plot-throughput-speedup-analysis"
8803
8804 - type: "plot"
8805   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
8806   algorithm: "plot_throughput_speedup_analysis_name"
8807   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
8808   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8809   include:
8810     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
8811     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8812   layout:
8813     title: "3n-dnv-x553-64b-ip4tunnel-base-ixgbe-ndr-tsa"
8814     layout: "plot-throughput-speedup-analysis"
8815
8816 - type: "plot"
8817   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
8818   algorithm: "plot_throughput_speedup_analysis_name"
8819   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
8820   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8821   include:
8822     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
8823     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8824   layout:
8825     title: "3n-dnv-x553-64b-ip4tunnel-base-ixgbe-pdr-tsa"
8826     layout: "plot-throughput-speedup-analysis"
8827
8828 - type: "plot"
8829   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
8830   algorithm: "plot_throughput_speedup_analysis_name"
8831   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
8832   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8833   include:
8834     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
8835   layout:
8836     title: "3n-dnv-x553-78b-ip6routing-base-ixgbe-ndr-tsa"
8837     layout: "plot-throughput-speedup-analysis"
8838
8839 - type: "plot"
8840   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
8841   algorithm: "plot_throughput_speedup_analysis_name"
8842   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
8843   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8844   include:
8845     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
8846   layout:
8847     title: "3n-dnv-x553-78b-ip6routing-base-ixgbe-pdr-tsa"
8848     layout: "plot-throughput-speedup-analysis"
8849
8850 - type: "plot"
8851   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
8852   algorithm: "plot_throughput_speedup_analysis_name"
8853   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
8854   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8855   include:
8856     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8857     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8858     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8859     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8860     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8861     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8862   layout:
8863     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
8864     layout: "plot-throughput-speedup-analysis"
8865
8866 - type: "plot"
8867   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
8868   algorithm: "plot_throughput_speedup_analysis_name"
8869   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
8870   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8871   include:
8872     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8873     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8874     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8875     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8876     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8877     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8878   layout:
8879     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
8880     layout: "plot-throughput-speedup-analysis"
8881
8882 - type: "plot"
8883   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
8884   algorithm: "plot_throughput_speedup_analysis_name"
8885   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
8886   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8887   include:
8888     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8889     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8890     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8891   layout:
8892     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
8893     layout: "plot-throughput-speedup-analysis"
8894
8895 - type: "plot"
8896   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
8897   algorithm: "plot_throughput_speedup_analysis_name"
8898   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
8899   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8900   include:
8901     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8902     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8903     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8904   layout:
8905     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
8906     layout: "plot-throughput-speedup-analysis"